victorhramos-dev / scumbot

MIT License
0 stars 0 forks source link

About [BOT NAME]

[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!

For devs

Our documentation is in WIP.

Installation

  1. Clone

    > git clone https://github.com/victorhramos-dev/scumbot.git bot
    > cd bot
    > composer install
  2. Configure the environment

    Windows users

    > copy .env.example .env

    Unix based

    > cp .env.example .env
  3. 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=
  4. Create database tables

    > php artisan migrate:fresh --seed

    Reset all data

    > php artisan data:reset
    > php artisan data:mine