[BOT NAME] has arrived to The Island to free you of the same stuff over and over. Do you need your server at your own rules and creativity freedom? Now you can! Our bot is extensible and easy to develop new plugins to work in your server! New commands? New drone movements? New player control? You can do it all!
- Complete game logs data mining.
- Easy server management outside the game boundaries.
- Perfect control over all the server rules and discord.
- Extensible bot framework. Yes, you can develop your own plugins to run in your server!
- Automatically validate suspicious player's action.
Our documentation is in WIP.
-
Clone
> git clone https://github.com/victorhramos-dev/scumbot.git bot > cd bot > composer install
-
Configure the environment
> copy .env.example .env
> cp .env.example .env -
Edit your env file
DB_CONNECTION=mysql DB_HOST= DB_PORT= DB_DATABASE= DB_USERNAME= DB_PASSWORD= STEAM_API_KEY= FTP_GAMESERVER_HOSTNAME= FTP_GAMESERVER_PORT= FTP_GAMESERVER_USERNAME= FTP_GAMESERVER_PASS= -
Create database tables
> php artisan migrate:fresh --seed
> php artisan data:reset
> php artisan data:mine