* Add option to randomise spawn locations in config (closes#309)
* Add option to configure entity cap per chunk (closes#311)
* Suppress warnings for star imports
* Add missing return value & whitespace
* Explictly specify type of numbers in spawn randomization
* Upgrade to Java 11
* Make teleport centered
* Final configuration
* Remove star import
* Revert "Suppress warnings for star imports"
This reverts commit 2a2232b0da.
* Let's try 17
* Add ping command
* Add new command to readme
* Make command description make sense
* Add alpha-sort and a tab.
* No longer use CraftBukkit to get the player's ping, and instead use the Player's spigot object.
* Make command description shorter