Commit Graph

50 Commits

Author SHA1 Message Date
YouHaveTrouble 7222b910e5 mini cleanup 2024-07-14 14:20:37 +02:00
YouHaveTrouble e3c6103ec7 the permission was flipped all those years... 2024-07-14 14:19:55 +02:00
YouHaveTrouble 1295e497b7 placeholder for executed command for bukkit and waterfall version 2024-06-27 17:13:23 +02:00
gecko10000 fe254e7684 Change PreprocessEvent priority to handle more deny messages 2024-04-15 10:06:46 -07:00
YouHaveTrouble 350f50588e remove stray log 2023-11-05 22:06:18 +01:00
YouHaveTrouble 3c31081b42 do not correct the command input
in case some mongoloid plugin decides to not filter out the / and rawdog the message into Player#performCommand
2023-11-05 22:04:29 +01:00
YouHaveTrouble f41bfa7cd1 make bukkit module folia compatible
thanks to @Aitooor for figuring out what needed to be changed
2023-04-26 23:20:52 +02:00
YouHaveTrouble e8b284db69 do not complete from legacy tab complete packet 2022-12-29 21:54:50 +01:00
YouHaveTrouble 153ad5f983 fix errors when using regex expressions in executing command 2022-10-08 20:12:08 +02:00
YouHaveTrouble 9e5b5b5fc7 fix velocity weird command handling 2022-09-28 19:24:18 +02:00
YouHaveTrouble 67ca2c2458 lowercase command label 2022-09-28 13:33:03 +02:00
YouHaveTrouble cd4c41f1f2 make protocollib message a warning so it maybe catches more eyes 2022-07-31 15:59:05 +02:00
YouHaveTrouble 8a86568ce9 drop packet level command send event 2022-07-31 15:47:56 +02:00
YouHaveTrouble 41ff6d9d3e don't replace config. whops 2022-05-01 15:20:00 +02:00
YouHaveTrouble 0716514787 add full commands list dump command 2022-04-19 20:33:47 +02:00
YouHaveTrouble 0567640eea update and relocate minimessage 2022-03-18 13:14:23 +01:00
YouHaveTrouble fd5bccc985 fix NoSuchMethodError while tabcompleting /cw on spigot 2022-03-13 15:09:25 +01:00
YouHaveTrouble ebc8a823f2 special case for velocity because it's special 2022-02-22 20:26:42 +01:00
YouHaveTrouble 78b1a646f2 cw add completions on bukkit no longer display plugin names 2022-02-22 20:00:12 +01:00
YouHaveTrouble 9f1beac562 do not handle temporary players 2022-02-07 18:10:23 +01:00
YouHaveTrouble 5dc67e0122 add hidden debug mode 2022-02-07 17:56:41 +01:00
YouHaveTrouble 568e7a5ca4 check if player is temporary 2021-12-24 17:38:57 +01:00
YouHaveTrouble bbc0e44660 fix errors with spigot specifically.
use paper folks.
2021-11-25 02:03:20 +01:00
kforbro a91af744fd use isEmpty() instead of equals("") 2021-10-26 16:42:59 +03:00
kforbro 930f73d60a add an additional condition 2021-10-26 15:54:39 +03:00
YouHaveTrouble 87fc3d7da3 default message in the method itself
so we don't have to check for empty string every time we want to use it
2021-10-26 14:05:59 +02:00
kforbro cd3d527119 cleanup code 2021-10-26 12:52:40 +03:00
kforbro d43bde0750 Custom command denied message for the group 2021-10-26 12:48:59 +03:00
YouHaveTrouble 48fbd59a50 do not parse markdown for messages 2021-10-24 19:51:22 +02:00
YouHaveTrouble 5d7cd9d41f implemented packet version of commands declare 2021-10-10 20:54:17 +02:00
kforbro fec7e3ba07 fix tab complete with useProtocolLib 2021-10-10 19:43:07 +03:00
kforbro f1d10243ce removed debug 2021-10-10 19:36:00 +03:00
kforbro 1647605682 initializing the useProtocolLib boolean to false 2021-10-10 19:33:17 +03:00
YouHaveTrouble 5bcf5bb130 confuse plugin snoopers 2021-09-01 17:59:55 +02:00
YouHaveTrouble 7c33718190 fail early if async suggestions empty 2021-09-01 17:51:45 +02:00
YouHaveTrouble ad599092de fix subcommand completing issues 2021-09-01 17:49:23 +02:00
YouHaveTrouble 5f447e07b6 comments and version bump 2021-07-17 17:46:20 +02:00
YouHaveTrouble b5e12655f9 now blocking utility mod .plugins 2021-07-17 17:42:04 +02:00
YouHaveTrouble 14f15aa754 cleanup&fixup 2021-07-17 17:41:44 +02:00
YouHaveTrouble 017011fad0 work on command completions 2021-07-06 21:31:51 +02:00
YouHaveTrouble 8d97d4bedc more permission refactoring 2021-07-06 16:58:24 +02:00
YouHaveTrouble 1e4de5709d more permission refactoring 2021-07-06 16:55:28 +02:00
YouHaveTrouble fc26393dcf made perms enum
added some missing stuff
2021-07-06 14:48:44 +02:00
YouHaveTrouble f736179eae optimized imports (thanks IntelliJ) 2021-07-05 05:29:58 +02:00
YouHaveTrouble c1950e2670 shade bstats because I can 2021-07-05 03:55:18 +02:00
YouHaveTrouble 88d51b29aa config shenanigans 2021-07-03 22:21:20 +02:00
YouHaveTrouble 20eb731b93 fix format 2021-05-07 00:23:39 +02:00
YouHaveTrouble 862fa193e6 more reorganizing and making things work 2021-04-26 02:17:39 +02:00
YouHaveTrouble 60260106a9 add missing resources 2021-04-25 19:05:46 +02:00
YouHaveTrouble d4396fdba2 reorganize stuff 2021-04-25 19:01:27 +02:00