47 Commits

Author SHA1 Message Date
Derek Lee
51d32ce765 Support 1.19.1 2022-07-31 17:26:17 -07:00
Derek Lee
2a7599f04b Refactor VersionHandler 2022-07-31 17:14:58 -07:00
Aust1n46
d913a10ea2 Second 1.19 patch.
Should be backwards compatible.
Message remover packet listener completely removed for 1.19.
2022-06-20 15:50:22 -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
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
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
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
30531eb752 Check permission itself not whether it's set to something. 2021-10-15 18:16:50 -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
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
c2a6548d7b Hotfix for /msg tab completion on Velocity. 2021-08-29 02:02:21 -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
Josh Roy
a18c722f27
Add EssentialsX Discord Support 2021-08-07 22:27:32 -04:00
Aust1n46
7570d42355 Use proper quickChat boolean check. 2021-08-02 12:59:25 -04:00
Aust1n46
b05ce441f0 Deprecate method 'hasQuickChannel' 2021-08-02 12:57:47 -04:00
Aust1n46
1d64b8dfd1 Fix improper yaml section navigation. 2021-08-02 12:51:45 -04:00
Aust1n46
cc508eabe2 Fix color codes not properly propagating for chat color = 'None' option. 2021-08-01 17:43:49 -04:00
Aust1n46
1438ca206b Added error handling for JsonFormat reading. 2021-07-31 21:14:45 -04:00
Aust1n46
b2d168835a Fix message remover and hex colors in placeholders. 2021-07-31 21:00:07 -04:00
Aust1n46
2cf633af83 Remove legacy code. 2021-07-31 17:38:54 -04:00
Aust1n46
1cdbe07adb Fix console chat not parsing placeholders. 2021-07-31 17:37:29 -04:00
Aust1n46
47ee2c3ccf Add JSON to any PlaceholderAPI placeholder. 2021-07-31 17:01:37 -04:00
Aust1n46
dba9ab7d12 Add error handling for missing default chat channel. 2021-07-30 23:17:31 -04:00
Aust1n46
408fe7c90d Don't display JSON hover if it doesn't exist. 2021-07-30 22:35:41 -04:00
Aust1n46
d20e2c0535 Resolve more merge conflicts due to file system layout change. 2021-07-29 23:45:17 -04:00
Aust1n46
94aa22d89a Merge branch 'master' into build-system
# Conflicts:
#	src/main/java/mineverse/Aust1n46/chat/MineverseChat.java
#	src/main/java/mineverse/Aust1n46/chat/listeners/ChatListener.java
#	src/main/java/mineverse/Aust1n46/chat/listeners/CommandListener.java
#	src/main/java/mineverse/Aust1n46/chat/utilities/Format.java
#	src/main/resources/config.yml
#	src/main/resources/example_config_always_up_to_date!.yml
#	src/main/resources/plugin.yml
#	src/mineverse/Aust1n46/chat/channel/ChatChannel.java
#	src/mineverse/Aust1n46/chat/command/VentureCommandExecutor.java
#	src/mineverse/Aust1n46/chat/command/chat/Chatreload.java
2021-07-29 16:11:37 -04:00
regulad
f41fe36e51 Build System 2021-06-21 11:54:04 -04:00