=> Commands and permissions are now saved in "command_permissions.json" file and will be updated in it from now on
=> Added <realName> placeholder to staffchat, adminchat, helpop messages, this will always use real name of player even if the player is disguised
=> You can now use mongo client URI to connect to the database, USE_MONGO_CLIENT_URI option will be automatically added to your database.yml
=> Removed database property from MONGODB.AUTHENTICATION section as it was unnecessary, the one from MONGODB section will be used
=> Fixed null pointer exception on placeholder request
=> Fixed no permission message from language file not being used
=> Added PlayerDisguiseEvent to API - https://github.com/FaceSlap02/AquaCoreAPI/wiki/Developer-API#PlayerDisguiseEvent
=> Added PlayerUnDisguiseEvent to API - https://github.com/FaceSlap02/AquaCoreAPI/wiki/Developer-API#PlayerUnDisguiseEvent
=> Fixed connection to mojang's servers not working sometimes for offline mode servers
=> Fixed Asynchronous player tracker clear for automatic vanish on staffmode
=> Caching disguise names is now supported for offline mode servers
=> Disguise menu has been re-designed
=> You can now add custom skins/names to disguise cache
=> Use command '/cachedisguise
<name>' to add custom skin which would show up in '/disguise' menu
=> Disguise menu now contains item which allows you to toggle between showing custom added skins or every skin
=> Caching names is per server and will not be updated across every server, you can copy-paste skin-cache.json when you cache names
=> Fixed some spelling mistakes
![]()
=> Fixed vanish item in staffmode if auto vanish is enabled
=> Fixed "-silent" or "-s" showing in unban/unmute/unblacklist reason
