- Added placeholders for private messages and punishments to get player name with rank color only
- For private messages, you can now use "
<target_name>" and "<sender_name>" to get those placeholders.- For punishments you can now use "<coloredName>" placeholder to get name with rank color.
- Added permission check for toggling fly for other players. Now player needs "aqua.command.fly.others" permission to toggle flight for other players
- Added permission to bypass chat clear. Now players with "aqua.chat.bypass.clear" permission will bypass it
- Added /back command, it will teleport you to your last saved location
- Added /togglestaffmessages or /staffalerts, this will open a GUI from where you can toggle if you want to see staff messages such as staff chat, admin chat, reports and requests. Permission to this command is "aqua.command.staffalerts".
![]()
- Improved protection system, minor code changes.
- Removed MySQL config section from default database.yml which was used for testing purposes.
- Fixed some random errors
- Reported bugs now should be patched
More features and updates coming soon.
- Fixed color codes in chat
- Fixed moving while not authenticated
- Fixed global perms for stuff like staff chat, admin chat etc.
[*] Fixed staff join messages sometimes showing connected message instead switch message
[*] Fixed grants "removedBy" placeholder
[*] Added option to disable displaying name color in /list, under name and on a tab
[*] Staff tags for StaffMode and Vanish are now editable in settings.yml
[*] Added notes
- You can add notes to each player or remove it
- When player joins any server staff with permission "
notes.see.on.join" will be alerted.![]()
![]()
![]()
![]()
[*] Added Staff Authentication
- When player with permission "aqua.staff.auth" joins server they will be required to register to set up their password, whenever their IP changes they will be required to authenticate with set password.
- When auth players joins they will be spawned in "Virtual Horse" and won't be able to nothing unless they authenticate.
![]()
NOTE: SETTINGS.YML CHANGES ARE NEEDED
Please add next spoiler to your settings.yml
Code:format-name-color: list: true bellow-name: true notes-format: - '' - '&bListing notes of &3<player>&b...' - '' - '<notes>' - '' note-format: '&3#<id> &7- &b<note>' staff-tags: vanish: '&7[&bV&7] &7' staff-mode: '&7[&bS&7] &7' staff-auth: enabled: true permission: 'aqua.staff.auth' auth-message: - '' - '&bPlease authenticated yourself.' - '&bUse &3/auth <password>&b!' - ''
[*] All reported bugs are patched
[*] Minor code changes
- Fixed reported bugs
- Added kick messages to config
Please add next spoiler under BROADCASTS section in this directory: [/punishments/config.yml]
Default look of config.ymlCode:KICK: MESSAGE: '&3<user> &bhas been kicked by &3<sender>&b.' HOVER: ENABLED: true MESSAGE: - '&3Reason&7: &b<reason>' KICK-SILENT: MESSAGE: '&3<user> &bhas been &esilent &bkicked by &3<sender>&b.' HOVER: ENABLED: true MESSAGE: - '&3Reason&7: &b<reason>'
