Aust1n46
|
019118ab82
|
Resolve merge conflicts.
|
2021-07-29 23:20:19 -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 |
|
Aust1n46
|
f640797276
|
Updated version.
|
2021-07-13 20:19:43 -04:00 |
|
Aust1n46
|
bff5797a34
|
Added 'None' option to the message sound.
|
2021-07-01 20:23:33 -04:00 |
|
Aust1n46
|
a847a50bbe
|
Check if command exists before trying to register it.
|
2021-07-01 20:16:36 -04:00 |
|
Aust1n46
|
da275411fd
|
Fixed /chatreload.
|
2021-06-29 16:38:27 -04:00 |
|
Aust1n46
|
e6dddf2efc
|
Updated version.
|
2021-06-29 16:37:46 -04:00 |
|
regulad
|
99244dd56c
|
How the hell did that even happen?
|
2021-06-22 10:08:22 -04:00 |
|
regulad
|
cc47e0f051
|
Change POM.xml
|
2021-06-21 14:21:49 -04:00 |
|
regulad
|
f41fe36e51
|
Build System
|
2021-06-21 11:54:04 -04:00 |
|
Aust1n46
|
6aadbdc923
|
Update version.
|
2021-06-16 22:54:23 -04:00 |
|
Aust1n46
|
77eea94fad
|
Update to 1.17.
Refactor away NMS reflection and replace with ProtocolLib reflection.
|
2021-06-16 22:51:34 -04:00 |
|
Aust1n46
|
00032823cc
|
Fully comment out debug code to work on 1.7.10
Need to remove all of this ugly debug code in the future!
|
2021-06-16 22:13:09 -04:00 |
|
Aust1n46
|
c29607b55e
|
Update version.
|
2021-04-25 22:17:28 -05:00 |
|
Aust1n46
|
e9a5ab2f8c
|
Add spaces between mute reason args. Add color code support to reason.
|
2021-04-25 22:17:08 -05:00 |
|
Aust1n46
|
ffbfd4150a
|
Remove messaging aliases from the config.
|
2021-04-24 18:18:27 -05:00 |
|
Aust1n46
|
4b9b75a61d
|
Update hotfix version.
|
2021-04-24 18:17:07 -05:00 |
|
Aust1n46
|
5e101d4291
|
Re-initialize data structures on plugin reload.
|
2021-04-24 18:16:44 -05:00 |
|
Aust1n46
|
63bb3939f0
|
Update version.
|
2021-04-18 16:24:12 -05:00 |
|
Aust1n46
|
3f411d73d5
|
Return hashset to remove duplicates caused by aliases.
|
2021-04-18 15:54:11 -05:00 |
|
Aust1n46
|
dc3affef76
|
Added missing synchronization for bungee channels.
|
2021-04-18 14:49:33 -05:00 |
|
Aust1n46
|
83bc4e8482
|
Add check for offline MCP during sync.
|
2021-04-18 14:04:07 -05:00 |
|
Aust1n46
|
e8f7849cdd
|
Added unit test for playerQuitEvent.
|
2021-04-16 19:31:13 -05:00 |
|
Aust1n46
|
086c23a0a9
|
Remove login/logout message that was missed.
|
2021-04-16 18:26:03 -05:00 |
|
Aust1n46
|
06f51aea91
|
Remove login/logout message configuration.
Just use DeluxeJoin.
|
2021-04-16 18:25:39 -05:00 |
|
Aust1n46
|
4a87065ee5
|
Delete unused stub data files.
|
2021-04-16 18:15:59 -05:00 |
|
Aust1n46
|
81dd75a3c0
|
Deleted unused Enum.
|
2021-04-16 18:12:47 -05:00 |
|
Aust1n46
|
5f05ee8188
|
Updated documentation.
|
2021-04-16 18:11:24 -05:00 |
|
Aust1n46
|
7566733018
|
Refactor MineverseChatBungee.
|
2021-04-16 18:10:47 -05:00 |
|
Aust1n46
|
86246ba132
|
Refactor onEnable method.
|
2021-04-16 18:05:34 -05:00 |
|
Aust1n46
|
c535773db5
|
Refactor synchronize into a static method.
|
2021-04-16 17:58:57 -05:00 |
|
Aust1n46
|
2013626690
|
Fix location of channel initialization.
|
2021-04-16 00:22:06 -05:00 |
|
Aust1n46
|
b057239a81
|
Refactored out public static instances that are not constants.
|
2021-04-16 00:03:44 -05:00 |
|
Aust1n46
|
c1f94dc4d0
|
Refactored alias implementation.
|
2021-04-15 23:37:37 -05:00 |
|
Aust1n46
|
d429327952
|
Refactored JsonFormat and ChatChannel implementations.
|
2021-04-15 23:29:41 -05:00 |
|
Aust1n46
|
e9a6da45fe
|
Refactor GuiSlot implementation.
|
2021-04-15 23:10:46 -05:00 |
|
Aust1n46
|
b0c311e0ea
|
Refactored abstract class to interface.
|
2021-04-15 22:10:34 -05:00 |
|
Aust1n46
|
51a5540d08
|
Refactored command registration system.
|
2021-04-15 21:42:03 -05:00 |
|
Aust1n46
|
719ee85268
|
Update hex color support for message remover.
Does not support 1.7 at this time.
|
2021-04-11 20:36:13 -05:00 |
|
Aust1n46
|
93be4b8b54
|
Add known issue details to the config.
|
2021-04-11 16:30:42 -05:00 |
|
Aust1n46
|
f1ecbf24b1
|
Direct register message command aliases to override Essentials.
|
2021-04-11 16:26:23 -05:00 |
|
Aust1n46
|
38330c93a6
|
Update hotfix version.
|
2021-04-11 15:43:37 -05:00 |
|
Aust1n46
|
e57ba58e6f
|
Create MCP instance on receiving server if it doesn't exist.
|
2021-04-11 15:43:09 -05:00 |
|
Aust1n46
|
882019b2a0
|
Fixed merge issue with previous hotfix.
|
2021-04-10 18:57:28 -05:00 |
|
Aust1n46
|
7d91f560b7
|
Merge branch 'Mute-Update'
Conflicts:
src/bungee.yml
src/plugin.yml
|
2021-04-10 18:53:42 -05:00 |
|
Aust1n46
|
40a7d70270
|
Added configurable message sound.
Added spy override to /reply command.
|
2021-04-10 16:30:48 -05:00 |
|
Aust1n46
|
0c0e4da5f0
|
Fixed /broadcast not working with URL's.
|
2021-04-10 14:40:53 -05:00 |
|
Aust1n46
|
9f49a41bbc
|
Added spy override to Bungee messaging.
|
2021-04-10 14:25:48 -05:00 |
|
Aust1n46
|
704b724b9e
|
Added override permission for commandspy.
|
2021-04-10 13:54:51 -05:00 |
|
Aust1n46
|
8a6a4d61f2
|
Load database async and add exception handling.
Hikari seems to print it's own stacktrace even when you catch the
exception.
|
2021-04-09 17:19:08 -05:00 |
|