* Add warning for "randomizeSpawn" option about the speed of chunk generation
* Limit random spawn to half a million blocks, which should hopefully fix the OOB error
* Recommend users to use Chunky for pre-world generation
* Add missing period
* Fix checkstyle violation
* Handle full server kicks separately from other join restrictions (closes#312)
* Add missing condition
* Add bracket back
* Remove extra bracket
Co-authored-by: Kaboom <58372747+kaboombot@users.noreply.github.com>
* 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
/execute as @e run banlist
/execute as @e run difficulty
/execute as @e run help
/execute as @e run list
/execute as @e run locate
/execute as @e run locatebiome
/execute as @e run seed
/execute as @e run whitelist
/execute as @e facing entity @e eyes run seed
most of these are spam exploits
* 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
There are more commands in addition to /say that allow target selectors, and the exploit only targets Minecraft 1.12.2 and older. As those versions are over 3 years old, there isn't much point in supporting them.