=> Added command permission to /night (aqua.command.night)
=> Added command permission to /day (aqua.command.day)
=> Added command permission to /sunset (aqua.command.sunset)
=> Player world time will now be reset by default
=> You can now disallow player from changing world time in /settings (config changes required) (this will be allowed by default so if you don't add it to configuration it will be allowed)
Add this to your settings.yml:
Code:settings: allow-player-world-time-change: true
=> Added check to remove disguised player upon disconnecting
=> Removed some unused shaded lib
=> Fixed disguise system messing with global player's name.
=> Fixed PlaceholderAPI not translating chat format in tags GUI.
=> Fixed some misspelling words
=> Added "<rankDisplay>" placeholder to the grant message.
=> Added "<player_name>" placeholder to the join message.
=> Now /disguise will open you procedure menu with random name selected, you can still do /disguise <name> but you're required to have "aqua.command.disguise.name" permission along with "aqua.command.disguise" permission.
=> Fixed some minor bug with the disguise and global players.
=> Fixed punishment execution with disguised player.
=> Fixed world dimension not updating and causing teleportation to default world upon disguise
=> Fixed last activity of disguise
=> Fixed undisguise if error occurs, now it will reset your disguise
=> Fixed "Only You" chat mode if you're in staffchat or adminchat
=> Disguise will now last for 5 seconds if you leave the server, so if you leave the server you have 5 seconds to come back in order for disguise to apply, you will be fine when switching servers on bungee
=> Fixed Speed Command with when you're in "walk" mode
=> Fixed List Command, numbers won't count vanished players now
=> Fixed and tested disguise system when using multiple servers and switching between the servers
Config changes are located at the bottom of this page
=> Command /feed will now give you saturation as well
=> Added option to disable automatic updates notifications
=> You can now parase a tag name in /tag command, ex: /tag heart, and it will apply you selected tag
=> Added /hidestaff command, if you have this toggled you won't be able to see vanished players at alll, if you leave the server, this option will reset
=> License system has been updated to improve security of your license key, this update is required as I will be turning off old system in ~3-4 days
=> Added new placeholders
Code:=> Added new placeholder (PlaceholderAPI: %aqua_player_count%, MVdWPlaceholderAPIHook: {player_count}), this will give you a amount of online players without counting vanished players => Added new placeholder (PlaceholderAPI: %aqua_player_nick%, MVdWPlaceholderAPIHook: {player_kick}), this will give you a player's nick if applied or player's name if nick is not applied => Added new placeholder (PlaceholderAPI: %player_is_staffmode%, MVdWPlaceholderAPIHook: {player_is_staffmode}) => Added new placeholder (PlaceholderAPI: %player_is_vanished%, MVdWPlaceholderAPIHook: {player_is_vanished}) => Added new placeholder (PlaceholderAPI: %player_is_disguised%, MVdWPlaceholderAPIHook: {player_is_disguised})
=> Changed design of all menus that uses pages
![]()
=> Fixed staff mode items caching for 1.9+ versions
=> Command /speed is now re-done, the command will now detect if you're either flying or walking and depending on that it will set you a speed. (Usage: /speed <amount>)
=> Command /2fareset is now executable from Console
=> Fixed path misspell for weather change and leaves decay
=> Implemented disguise system
- Disguise system allows you to completely go undercover, changing your name skin and in-game rank.
- You can choose up to 250+ random skins throughout a menu.
- Commands:
- /disguise <name>, this will take you into a processing menu where you can choose skin and rank to disguise to
- /undisguise, this will un-disguise you if you're disguised
- /disguiseinfo, this will give you info about online players who are disguised
- /disguiseinfo <player>, with this you can check if online player is disguised
![]()
![]()
![]()
![]()
Config Changes
Please add this to your settings.yml
Code:receive-updates-notifications: true disguise-info: format: " &7[*] &b<name> &7- &7disguised as &3<disguised> &7(&d<rank>&7)" not-found: "&cThere are no players online that are currently disguised!" list: - " " - "&eShowing you currently disguised players&7: " - " " - "{list}" - " "
