Commit graph

78 commits

Author SHA1 Message Date
kaboom 78067effe2 Use spaces instead of tabs 2022-05-20 07:06:08 +03:00
kaboom e5c30e8195 Remove 'NewlineAtEndOfFile' checkstyle suppression 2022-05-20 07:05:08 +03:00
kaboom 210d6d7d98 Remove force shutdown code
Let's see if this is necessary anymore.
2022-05-20 04:27:27 +03:00
kaboom 6ba24f5edb Don't generate structures in flat world 2021-10-23 04:26:10 +03:00
business-goose 192daa0a9b
Allow ping command to affect other people (#304)
* Add flat world & allow ping command to affect other people

* Finalize worldCreator

* Delete world modules

* Enforce checkstyle
2021-10-23 04:06:31 +03:00
kaboom 972b7a7456 Generate flat world on startup 2021-10-23 03:51:21 +03:00
hhhzzzsss 4e5e257534
Fixed tab completion for /deop and /op (#299) 2021-07-22 19:26:33 +03:00
Business Goose 0e6db230d4
Add ping command (#14)
* 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
2021-03-02 22:36:25 +02:00
mathiascode 9594db67af Remove ProtocolLib dependency
Time will tell if this patch is still necessary or not.
2021-01-07 09:50:06 +02:00
mathiascode 2c1cf457a3 Remove custom server ping code 2021-01-07 09:29:55 +02:00
mathiascode 55e588aa9f Update ping info to 1.16.1 2020-07-16 02:14:59 +03:00
mathiascode e184b0c3bf Ensure the server always stops 2020-06-14 18:24:39 +03:00
mathiascode 3b29ee5dc0 Preserve pitch and yaw when teleporting 2020-05-10 16:23:33 +03:00
mathiascode 92d9e4ad64 Remove outdated command 2020-04-18 17:13:03 +03:00
mathiascode 11ce7cf2be Enforce code style check 2020-02-27 17:08:10 +02:00
mathiascode ea854450ad Allow command blocks to run once 2020-02-27 00:42:17 +02:00
mathiascode 78f105fd2b Handle tridents 2020-02-26 22:20:13 +02:00
mathiascode 8ff92bb4d4 Reduce TNT minecart lag 2020-02-20 16:50:21 +02:00
mathiascode 03b66ccb2c Handle invalid translations 2020-01-04 23:17:55 +02:00
mathiascode 673bef2212 Something, something 2019-12-21 20:32:58 +02:00
mathiascode b688a2793b More style fixes 2019-12-21 16:12:26 +02:00
mathiascode 87ef009ba6 Target Java 7 2019-12-17 20:23:24 +02:00
mathiascode d3d5140fe4 Fix package paths 2019-12-17 14:37:59 +02:00
mathiascode d805770131 Simplify command check 2019-12-15 19:26:25 +02:00
mathiascode 4fca7c8c80 Add teleport boundary limits 2019-12-15 02:09:29 +02:00
mathiascode 8c5763047d Better config.yml handling 2019-12-14 23:31:28 +02:00
mathiascode 8ad68807d0 Revert hotfix 2019-12-14 03:39:25 +02:00
mathiascode 61562aa29d Temporary mitigations before 1.15 2019-12-11 18:59:32 +02:00
mathiascode 91a1b47054 Move lists 2019-12-11 03:36:35 +02:00
mathiascode 86b3e68a4a Remove unneeded lists 2019-12-03 06:57:56 +02:00
mathiascode 6a06185eb5 More efficient block optimizations 2019-12-03 06:53:37 +02:00
mathiascode 91b3b8c92d Fix bug in mob limiter 2019-12-02 05:22:38 +02:00
mathiascode b4d43d474f Clean up an abomination of code 2019-12-02 01:10:40 +02:00
mathiascode 3a3b450921 Don't hardcode join titles 2019-12-01 01:04:08 +02:00
mathiascode 41b16d11d6 Server info command 2019-10-15 03:03:27 +03:00
mathiascode 4d4d01893a Push WIP physics code 2019-10-13 16:14:25 +03:00
mathiascode 38770f54c8 Better underwater plant handling 2019-10-04 16:42:11 +03:00
mathiascode 9ec1c32b17 Add missing blocks 2019-10-03 19:30:18 +03:00
mathiascode 1796124bc1 Optimize skin requests 2019-09-28 21:22:18 +03:00
mathiascode 2c6e2a8b31 Cleanups, better optimizations 2019-09-28 03:29:48 +03:00
mathiascode a08c19f850 Fix errors in inventory checker 2019-09-22 17:35:38 +03:00
mathiascode edad9deb59 Add uncommitted changes 2019-09-17 16:50:12 +03:00
mathias cad621f022 Use correct IDs for carrots and potatoes 2019-08-15 15:03:22 +03:00
mathias 8ac5e83044 Kelp has two blocktypes 2019-08-06 21:41:18 +03:00
mathias 192be7c779 Ugly hotfix for liquid freezes 2019-08-05 18:31:05 +03:00
mathias 4348eef96c Removed debug code 2019-08-03 00:22:29 +03:00
mathias 4dc64ae1d9 Command changes 2019-08-03 00:19:56 +03:00
mathias 06b3d1d613 Minor improvements 2019-08-02 19:40:20 +03:00
mathias ec5dbd18fd Split plugin into modules 2019-07-30 20:14:24 +03:00
mathias 8d5271e3fd Separate command classes into files 2019-07-30 17:41:54 +03:00