I was hoping for this to be a bigger update however I've been crazy busy with work.
Added autocomplete to setpermission command.
Added autocomplete to setrank command.
Added autocomplete to chatlogs command.
Added autocomplete to rank command, specifically setperm.
Add various error checks
Fixed a bug with the
/spawncommand running async instead of in sync.
Fixed a bug causing rank chat placeholders to not translate.
Added Lunar Client Support - currently staff mods is the only module been used, but feel free to suggest other modules to add in #suggestions.
You will need to install the Apollo-Bukkit plugin onto your server for Lunar Client features.
Added spawn command & hat command.
Added the ability to toggle major features within the core (
features.yml).
This is very experimental, please use with caution and report any issues or errors you may have.
Fixed errors with custom events on newer paper spigot versions.
Fixed a disguise error on startup on newer paper spigot versions.
Various other bug fixes
Added regex filtering, if you wish to use this you'd need to add the following to your
settings.yml:
YAML:filters: # Regex Filters are filters that allow you to complete more extensive checks. # A good intro on Regex can be found here: https://www.regular-expressions.info/ # Java's official documentation for this can be found here: https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html regex-filter: - "(?i)(?:hello)"
Added the ability to reset your speed (configurable).
You should be able to use PAPI to get a reset speed value from another plugin, however this is still undergoing testing.
Added the ability to disable the limit on /speed.
Added the ability for chat logs to auto delete after a certain period (in ticks).
Added the ability to enable/disable chatlogs.
The above two changes requires the following to be added to yoursettings.yml:
YAML:chatlogs: enabled: true # The close after amount is in ticks. (12096000 = 7 days) delete-after: 12096000 speed: default: 0.2 limited: true
Added the ability to check the playtime of offline players.
Changed Teleport Position to use doubles instead of an int.
Added freeze priority, it uses the same system as punishment priority except the perms are
aqua.freeze.priority.bypassandaqua.freeze.priority.<1-50>.
Attempted to fix a bug caused by spigot forks not returning versions properly.
Fixed the config file not generating/loading on Velocity (if it has generated for you, you will have to reconfigure it).
Fixed player history and player clear for Chatlogs not filtering logs properly.
Fixed more features (mainly GUI's) breaking on specific 1.7 forks.
Updated MongoDB to the latest version.
Added various checks to eliminate errors.
Fixed nametags not properly been disabled when disabled.
If you run into any bugs or have any suggestions to what could be changed/added please let us know in the Discord server.
Changed Chat Logs to be synced to all servers via Redis (if connected).
Added the ability to use
<player_color>to the chat logs format to get the players name colour.
Added the ability to customise the chatlogs history command. You must add the following to your
messages.yml.
All other language options for chat logs should automatically be added.CHAT-LOGS:
HISTORY-FORMAT:
- '&7&m---------------------------------------------'
- '&7[&bChat Logs&7] &bChat Logs History &7- &bPage &f<page>'
- '&7[&bChat Logs&7] &fID Server Player: Message'
- ' '
- '<logs>'
- '&7&m---------------------------------------------'
Fixed chat logs language options been placed under the wrong section.
Fixed materials and disguises not loading properly on forks of 1.7.10 which return their versions as 0.
AquaCore v3.1.8 Update
Added
/shadowmuteto shadow mute a player - it will send the player a message as if their own messages are been sent however they aren't.
Added Chat Logs system (
/chatlogs).
Added AdventureAPI (also known as Mini Message) support for servers using 1.18 and newer.
Fixed disguises not working properly on 1.7
Fixed Staff Mode not working properly on 1.7
If you have any suggestions for any future updates, please feel free to reach out.
AquaCore v3.1.7 Update
Fixed issues with the core starting on 1.21+
Added
/gmspas a alias for spectator command.
