325 Commits

Author SHA1 Message Date
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
6f830190a6 Designing abstraction layers for commands. 2022-03-03 18:24:52 -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
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
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
Aust1n46
c2a6548d7b Hotfix for /msg tab completion on Velocity. 2021-08-29 02:02:21 -04:00
Aust1n46
41852f501f Update todo list. 2021-08-29 01:20:46 -04:00
Aust1n46
fa3e85b97b Remove Plugin annotation and create resource file.
Allows for easily injecting version from the pom.
2021-08-29 01:20:23 -04:00
Aust1n46
a19bbb171e Update regex pattern for PlaceholderAPI placeholder. 2021-08-29 01:04:51 -04:00
Aust1n46
8be4071dda Removed unused class. 2021-08-29 00:45:01 -04:00
Aust1n46
9796065282 Remove unused class. 2021-08-29 00:42:07 -04:00
Aust1n46
d3ec9297f0 Rename package declaration to proxy. 2021-08-29 00:39:17 -04:00
Aust1n46
db41c56c5d Deprecate bungee named method. 2021-08-29 00:35:21 -04:00
Aust1n46
43f8f4f490 Rename MineverseChatBungee. 2021-08-29 00:32:52 -04:00
Aust1n46
828058d611 Update console log message. 2021-08-29 00:03:10 -04:00
Aust1n46
fde4fb5409 Fix class cast error. 2021-08-29 00:02:56 -04:00
Aust1n46
0e3a97b269 Add player data support to Velocity impl. 2021-08-28 22:37:24 -04:00
Aust1n46
7a7fb1d885 Define version for Velocity. 2021-08-26 23:30:52 -04:00
Aust1n46
2f9ac4cf9b Remove unused imports. 2021-08-26 23:29:43 -04:00
Aust1n46
808876f2f8 Uplift to Velocity 3.0.0 2021-08-26 23:29:25 -04:00
Aust1n46
3858519f8f Add Velocity proxy support. 2021-08-26 23:11:18 -04:00
Aust1n46
4194911450 Update version 2021-08-26 14:54:48 -04:00
JRoy
8991cb7edd Merged in feature/essx-discord-hook (pull request #10)
Add EssentialsX Discord Support

Approved-by: Aust1n46
2021-08-26 18:50:58 +00:00
Josh Roy
a18c722f27
Add EssentialsX Discord Support 2021-08-07 22:27:32 -04:00
Aust1n46
a49f856470 Add maven shade plugin and shade Hikari. 2021-08-03 21:44:52 -04:00
Aust1n46
5b431372d2 Fix typo. 2021-08-02 13:05:19 -04:00