53 Commits

Author SHA1 Message Date
YouHaveTrouble b7d7646641 fix subcommand blocker
subcommandblocker broke when command included part of the subcommand, so for ex. /help he would remove "he" from the command and it would return as "/lp".
2021-07-02 16:14:20 +02:00
YouHaveTrouble 697a5e5720 priority shift 2021-06-02 21:22:12 +02:00
YouHaveTrouble 95ea1d8319 this probably needs to be handled anyway
ignoreCancelled seems to introduce the issue of completions not being filtered in some cases, and it shouldn't cause problems by running anyway
2021-06-02 15:52:13 +02:00
YouHaveTrouble 9da87b2769 fixed missing ignoreCancelled 2021-05-22 15:53:11 +02:00
YouHaveTrouble 12ed028460 guess what, legacy issues again. 2021-05-16 19:17:45 +02:00
YouHaveTrouble 66e6bff28e no idea how they managed to dispatch player command without / but ok 2021-05-07 00:43:54 +02:00
YouHaveTrouble 2085002c59 fix preProcessEvent no being registered in legacy mode 2021-03-26 15:36:05 +01:00
YouHaveTrouble 6a4a27e7b3 fix legacy mode event registration 2021-03-15 15:01:17 +01:00
YouHaveTrouble c943455392 remove all copies of completion 2021-02-02 22:29:49 +01:00
YouHaveTrouble e823aa91aa added optional usage of protocollib for command filter 2021-01-07 19:02:38 +01:00
YouHaveTrouble 103a793a63 basic velocity support 2020-12-16 05:32:29 +01:00
YouHaveTrouble 2a93f8c636 default commands no longer check permission 2020-12-15 22:10:01 +01:00
YouHaveTrouble c135815ce3 improved code readability 2020-12-15 21:05:56 +01:00
YouHaveTrouble 9254c7fc7b tab completion now fails gracefully if command is not registered (cannot block completions that are not registered) 2020-12-06 14:47:56 +01:00
YouHaveTrouble 292cac7415 prevented saving duplicate command entries 2020-11-25 19:22:51 +01:00
YouHaveTrouble c57a58eb41 made config more clear 2020-11-17 17:05:48 +01:00
YouHaveTrouble 8fac940359 added spigot subcommand blocking system 2020-11-17 03:06:19 +01:00
YouHaveTrouble fe0b8c416d update commands on add/remove 2020-11-02 15:42:29 +01:00
YouHaveTrouble 244a785a22 add suggestions ignore already added 2020-11-02 15:13:16 +01:00
YouHaveTrouble 2e0b15b374 adding aliases was a bad idea 2020-11-02 14:53:27 +01:00
YouHaveTrouble 698b4468f1 reflect what's happening in error 2020-11-02 14:50:00 +01:00
YouHaveTrouble e19b7d45c6 removed debug 2020-11-02 14:49:25 +01:00
YouHaveTrouble cfe8ca1ece dynamic adding/removing commands for bungee 2020-11-02 14:38:26 +01:00
YouHaveTrouble eec5cac5da realized my mistake 2020-11-02 04:29:51 +01:00
YouHaveTrouble f36c4d9061 cleaned up tab completion and fixed typo 2020-11-02 04:25:27 +01:00
YouHaveTrouble c8b8aa945d spigot add/remove dynamic commands 2020-11-02 04:18:38 +01:00
YouHaveTrouble e4ac7875c4 made sure bukkit checks are accurate 2020-11-02 01:50:11 +01:00
YouHaveTrouble 9bcca7405d improved bukkit version check 2020-11-02 01:36:48 +01:00
YouHaveTrouble 65f111759a improved waterfall check 2020-11-02 01:25:54 +01:00
YouHaveTrouble 992c6fbf07 randomized command denied message 2020-11-02 01:02:26 +01:00
YouHaveTrouble 680839c2c5 no legacy bukkit mode 2020-11-01 23:33:08 +01:00
YouHaveTrouble 411aba64d6 fixed command list filter for legacy mode 2020-10-21 18:38:47 +02:00
YouHaveTrouble d52139c16f removing debug on legacy mode 2020-10-21 17:48:30 +02:00
YouHaveTrouble 758154beba version bump 2020-08-29 14:23:14 +02:00
YouHaveTrouble 814d082215 added bStats 2020-08-29 12:50:23 +02:00
YouHaveTrouble e08d9e6f4d improved code quality 2020-08-29 11:40:13 +02:00
YouHaveTrouble cccdc6b514 update pom and added information in bungee-specific config 2020-08-15 17:28:41 +02:00
ThatDashiell b29fcd81eb fully embrace the stream api 2020-08-15 10:43:44 -04:00
youhavetrouble 506c13b5bc removed some code repetition 2020-08-04 01:12:42 +02:00
youhavetrouble ca18d17c13 1.8 - 1.12 support 2020-08-02 21:28:12 +02:00
youhavetrouble 9db227e493 reload command for bungee 2020-08-01 02:07:23 +02:00
youhavetrouble 55ec366804 bungee tabcomplete blocker for waterfall 2020-08-01 01:14:29 +02:00
youhavetrouble 6d2eb27ef3 bungee command blocker (no tab complete block yet) 2020-07-31 15:32:43 +02:00
youhavetrouble d246654fa9 ????? 2020-07-27 22:03:29 +02:00
youhavetrouble 5d2fe19586 reload command 2020-07-27 18:00:00 +02:00
youhavetrouble ac8f1b403a f 2020-07-27 17:23:12 +02:00
youhavetrouble 023d9b57fe downgraded to 1.13 api version 2020-07-26 17:22:46 +02:00
youhavetrouble 26b05aef7b improved command execution check 2020-07-22 19:45:27 +02:00
youhavetrouble 733b556166 messed up priorities 2020-07-12 16:36:05 +02:00
youhavetrouble 97f0403b2e better command check 2020-07-11 17:46:55 +02:00