342 Commits

Author SHA1 Message Date
Aust1n46
d964918a7b
Cancel/handle plugin message events to/from client (#133)
* Cancel/handle plugin message events to/from client

* spacing
v3.7.2
2025-02-20 00:37:16 -06:00
Aust1n46
05762e0bc7 Bugfix use 1.20.4 json boolean type for urls v3.7.1 2024-01-06 19:56:34 -06:00
Aust1n46
d87c255059 Support 1.20.4 v3.7.0 2024-01-05 17:34:16 -06:00
Aust1n46
0dfd13f2de
ISSUE-80 Update server dependencies to 1.20 vers (#81) v.3.6.0 2023-06-08 00:36:38 -05:00
Aust1n46
47fbbe23bc
Allow ignore bypass for bungeecord messaging (#66) v3.5.0 2023-02-09 19:09:05 -06:00
Aust1n46
314fe96e1d
Update detection of velocity enabled on paper (#64) v.3.4.6 2023-02-09 18:39:07 -06:00
Aust1n46
d7d66e1786 Merge branch 'master' of https://github.com/Aust1n46/VentureChat v.3.4.5 2023-02-09 18:33:15 -06:00
Aust1n46
915639d3d9 Release 3.4.5 2023-02-09 18:32:59 -06:00
LOOHP
46b0a3c36f
Escape JSON chars after parsing placeholders (#60) 2023-01-24 19:10:10 -06:00
Aust1n46
b950d21580
Merge pull request #19 from Aust1n46/issues/18
ISSUE #18 Add input validation for click_actions
v3.4.4
2022-09-18 01:32:18 -05:00
Aust1n46
8b4666ceaf Merge branch 'master' into issues/18 2022-09-17 16:47:55 -05:00
Aust1n46
6d526c1666 Merge branch 'master' of https://github.com/Aust1n46/VentureChat v3.4.3 2022-08-23 22:10:11 -05:00
Aust1n46
20a255a15c Bugfix ver 2022-08-23 22:07:28 -05:00
Aust1n46
7eedc736bf
Merge pull request #36 from Aust1n46/issues/35
ISSUE #35 Compare versions without using enum values.
2022-08-23 22:06:50 -05:00
Aust1n46
cad3636ef7 ISSUE #35 Refac with custom declared versions
For 1.19 and 1.19.1
2022-08-23 22:05:21 -05:00
Aust1n46
dfcc2bf1bf
Update src/main/java/mineverse/Aust1n46/chat/versions/VersionHandler.java
Co-authored-by: Derek Lee <derek.evilcornrules@gmail.com>
2022-08-23 22:00:36 -05:00
Aust1n46
e315824ae9
Update src/main/java/mineverse/Aust1n46/chat/versions/VersionHandler.java
Co-authored-by: Derek Lee <derek.evilcornrules@gmail.com>
2022-08-23 22:00:32 -05:00
Aust1n46
35417bd9de ISSUE #35 Compare versions without using enum values. 2022-08-13 17:03:41 -05:00
Aust1n46
15fa485619 Update pom ver v3.4.2 2022-08-07 23:25:05 -05:00
Aust1n46
beb5a10bff
Merge pull request #32 from dlee13/version-handler
Support 1.19.1
2022-08-07 23:08:59 -05:00
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
0f3b3065bd ISSUE #18 Only show hover when it is configured 2022-07-02 20:24:49 -05:00
Aust1n46
8527cb5188 ISSUE #18 Add input validation for click_actions
Refactor placeholder formatting to only apply json formatting if
configured.
2022-06-26 18:34:21 -05:00
Aust1n46
d913a10ea2 Second 1.19 patch.
Should be backwards compatible.
Message remover packet listener completely removed for 1.19.
v3.4.1
2022-06-20 15:50:22 -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
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
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