You are viewing old version of this plugin. Click here to switch into latest version.
Generator of sample data - generate fake accounts, players & online players maybe in future something more.
Generator of sample data - generate fake accounts, players & online players, maybe in future something more.
cd /var/www/html # or any other folder where myaac located is
Generate 10 accounts with default password, which is: pass1234
php aac sample-data:accounts 10
Generate 5 accounts with custom password:
php aac sample-data:accounts --password="asdasd" 5
Generate 500 players with default settings:
php aac sample-data:players 500
Generate 100 players with 1000 level:
php aac sample-data:players --level=1000 500
Add 100 random online players
php aac sample-data:random-online 100
Plugin don't have changelog file. If you are the author, you can add changelog file into your .zip file.
Plugin don't have license file. If you are the author, you can add LICENSE file into your .zip file.