346 Commits

Author SHA1 Message Date
Aust1n46
53ddb3f591 Renaming and reorganizing 2024-02-12 05:43:30 -06:00
Aust1n46
295afc6e35 Update Edit command update VersionService inject 2024-02-11 02:39:17 -06:00
Aust1n46
7069f24f14 Remove commented out blocks 2024-02-11 02:15:40 -06:00
Aust1n46
6207bdab2f Update to match release v3.7.1 2024-02-11 02:12:27 -06:00
Aust1n46
d9fb354b83 Set version in postConstruct 2022-10-08 21:22:16 -05:00
Aust1n46
347dd2d396 Port version support 2022-08-23 22:02:12 -05:00
Aust1n46
6b3112f6a4 Scope helper method private 2022-05-11 23:29:47 -05:00
Aust1n46
b6cbc846c6 Remove ancient comments. 2022-05-11 23:27:41 -05:00
Aust1n46
d5822b8840 Replace static access to Bukkit 2022-05-11 23:23:55 -05:00
Aust1n46
cc791c2dae Move Logger and PlaceholderAPI integration. 2022-05-01 18:06:34 -05:00
Aust1n46
6e79fcedf1 Merge branch 'master' into cleanup 2022-05-01 15:35:28 -05:00
Aust1n46
9e88a9733b Move commands. 2022-05-01 14:21:26 -05:00
Aust1n46
862c673cd8 Lombok event. 2022-04-04 21:01:20 -05:00
Aust1n46
a0c2501c3e Scope commands as local var. 2022-04-03 20:08:47 -05:00
Aust1n46
430209b0ec Port bug fix for tab completion and link pattern. 2022-04-03 15:47:38 -05:00
Aust1n46
ccccf02d5e Convert all commands to new command API 2022-04-03 15:43:02 -05:00
Aust1n46
6e16505451 Update git ignore. v3.3.2 2022-04-02 16:55:24 -05:00
Aust1n46
38746624d9 Fix issue when checking if a server is empty when sending plugin message
Specifically for private messages
2022-03-03 20:24:47 -06:00
Aust1n46
6f830190a6 Designing abstraction layers for commands. 2022-03-03 18:24:52 -06:00
Aust1n46
703edb5b6b Fix tab completion bug with message and ignore commands.
Update url regex pattern to include ';' and ','
2022-01-23 21:44:32 -06:00
Aust1n46
54a4504713 Command abstraction layers. 2022-01-23 20:56:06 -06:00
Aust1n46
a87ad04856 Stop processing after disabling plugin. 2022-01-18 03:06:28 -06:00
Aust1n46
2fd8fdbb4a Refactor command system to extend Bukkit's command. 2022-01-17 18:38:47 -06:00
Aust1n46
5ff71b4eeb Working iteration. 2022-01-17 03:26:47 -06:00
Aust1n46
a19a569a04 Register commands dynamically. 2022-01-16 17:06:57 -06:00
Aust1n46
68f46a9b27 Organize proxy models and controllers. 2022-01-15 17:27:41 -06:00
Aust1n46
eb24e66bc8 Relocate guice modules. 2022-01-15 17:22:41 -06:00
Aust1n46
2218c00d0e Replace unneeded static access. 2022-01-15 17:08:54 -06:00
Aust1n46
dd419e37ca Rename command listeners. 2022-01-15 04:02:46 -06:00
Aust1n46
096da4db4d Move main classes for proxies. 2022-01-15 03:24:56 -06:00
Aust1n46
d7a55622be Separate proxy architecture. 2022-01-15 03:13:12 -06:00
Aust1n46
4e9d70adfb Add prefs to gitignore. 2021-12-25 19:41:48 -06:00
Aust1n46
d6350e6feb More renaming and DI framework. 2021-12-25 19:41:17 -06:00
Aust1n46
f87817338a Check all 1.14 versions not just 1.14.4 2021-12-02 23:00:33 -06:00
Aust1n46
c027e731ca 1.18 compatibility 2021-12-02 22:47:51 -06:00
Aust1n46
fb7fb52ce5 Refactor file structure
Implement DI framework and reduce static abuse
Improve testability
Remove deprecated features
2021-12-02 18:07:08 -06:00
Aust1n46
30531eb752 Check permission itself not whether it's set to something. 2021-10-15 18:16:50 -05:00
Aust1n46
ba668c3a22 Increment version. 2021-09-13 18:51:39 -05:00
JRoy
8934c9bcc2 Merged in fix/bungee-chat (pull request #11)
Fix EssXDiscord messages not sending in bungee mode

Approved-by: Aust1n46
2021-09-13 23:49:54 +00:00
Aust1n46
a59ff194ee Merge branch 'remove-nickname-command' 2021-09-13 18:43:32 -05:00
Aust1n46
3d6b3cd752 Fixed short circuit ordering for BungeeCord and Velocity detection. 2021-09-13 18:43:08 -05:00
Josh Roy
141672f546
Fix messages not sending in bungee mode 2021-09-12 22:03:18 -04:00
Josh Roy
0b0e7c42f8
Bump EssentialsX depend to stable release 2021-09-10 19:14:22 -04:00
Aust1n46
aaef5a2b46 Remove /setnickname command and fix tests for Java 16. 2021-08-30 17:46:59 -04:00
Aust1n46
21c72bdb44 Hotfix for checking for Velocity proxy when using Paper. 2021-08-30 15:10:53 -04:00
Aust1n46
f96a305085 Added error handling and logging for null smcp instances. 2021-08-29 16:48:20 -04:00
Aust1n46
51102d0b07 Fix main class declaration for BungeeCord. 2021-08-29 16:43:39 -04:00
Aust1n46
962c43220c Update hotfix version. 2021-08-29 16:39:06 -04:00
Aust1n46
635f4f3af3 Relocated shaded dependencies. 2021-08-29 16:38:47 -04:00
Aust1n46
233a5cb9b2 Update main class declaration. 2021-08-29 16:03:47 -04:00