* 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.
* Fix distance exploit
* fix forceload on execute
* IDE break or smth idk
* fix auto:2b on fill
* fix auto:2b on fill
* block setblock on execute
* block debug on execute
* block datapack on execute
* block datapack and minecraft:datapack
* block summon on execute
* Remove the ability for entity selectors to be used in /say
* Increase chat delay from 5ms to 50ms
* remove debug
* maven checkstyle bypass
* solve conflicts I think idk if this will work since github
* maven checkstyle
* yes.
* Remove extra whitespace
* patch funny reload commands
* amazing
* whoops
* yet another crash exploit
* added to commands.yml
* convert spaces to tabs
Co-authored-by: arclicious <arclicious@vivaldi.net>
Co-authored-by: Business Goose <44676012+business-goose@users.noreply.github.com>