» Added:
- Prevention for offensive words/names on Custom Disguises
- Added NametagEdit Support
- When players disguise their nametag will be updated
# If this is enabled, players nametags will be updated when disguised.
NAMETAG-EDIT-SUPPORT: false
# Any words that you put on this will be blocked from being used for Disguises!
BLOCKED-NAMES-LIST:
- "bitch"
- "puta"
- "cunt"
» Fixed:
» Removed:
- If Redis wasn't enabled, errors would occur (mostly pre-disguise phase)
- Async error when updating the Disguised player to others
- Being able to use non-alphabetic characters for the Disguise Name causing players to be kicked from the server
- Custom Disguises names and skins being longer than 16 chars
- Nothing
» Added:
» Fixed:
- FrozedDisguise is now completely recoded (everything made from scratch)
- Configurable menus (menus.yml)
- New PlaceholderAPI Support
- It is more stable and bug-free (as of now)
- Cross-Server Disguising
- This feature utilizes Redis to achieve synchronization between servers. Make sure you put in your Redis credentials and enable redis on settings.yml
- Minemen Club Disguise Mode
- If this mode is enabled, when the player disguises it will be given a random disguise. When the player switches servers while the player is disguised, a new random disguise will be given to that player.
- New Command: /undisguise admin <player>
- This command allows you to undisguise a player you specify if it's disguised
» Removed:
- No bugs reported
- NickAPI Depend
- ProtocolLib Depend
» Added:
» Fixed:
- Nothing
» Removed:
- Backend issues (while trying to load)
- When using /disguise (name) after an skin is chosen the name would be randomized instead of having the one the player has typed
- Nothing
Post-Data: Please make sure to download this version as it is required for the plugins to load properly!
» In Development:
» Fixed:
- Cross-Server Disguises (Will use MySQL probably)
- Configurable skins in the skin selection menu
» Removed:
- %frozed_disguise_disguise_name% placeholder not working
- Disguise Rank Menu not working if NametagEdit wasn't on the server (now works properly and checks for it if it's on the server)
- Disguise command recoded
- Nothing
PD: Please make sure to download this update, all previous versions have been disabled.
» Added:
» Fixed:
- 2 new backends
» Removed:
- Plugin detection issues
- Small memory leak
- Old backend machine
PD: Please make sure to download this version as it is required for the plugins to load properly!
» Added:
» Fixed:
- Nothing
» Removed:
- Backend issues
- Loading issues (with all plugins except FrozedDisguise)
- Unused methods
PD: Please make sure to download this version as it is required for the plugins to load properly!
» Added:
Please update the BOOLEANS section on config.yml!
- NametagEdit Support (For Tablist and Nametags)
- PlaceholderAPI Support
- Placeholders:
- %frozed-disguise_player_name%
- %frozed-disguise_rank_name%
- %frozed-disguise_rank_prefix%
Code:BOOLEANS: ENABLE-SKINS-MENU: true ENABLE-ACTION-BAR: true SHOW-DISGUISED-MSG: true SEND-DISGUISE-ALERT: true ALLOW-DISGUISE-RANK-WITHOUT-BEING-DISGUISED: false # Health Modifier # 20 == 10 Hearts # 40 == 20 Hearts # And so on... HEALTH-MODIFIER: false HEALTH-MODIFIER-AMOUNT: 40 RESET-HEALTH-AFTER-UNDISGUISING: true CHAT-FORMAT: true FORMAT-WITH-RANK: "<rank><player>&7: &f<msg>" FORMAT-WITHOUT-RANK: "&b<player>&7: &f<msg>" # If you're going to use NametagEdit, make sure # to disable TABLIST-NAME-COLOR, otherwise # it could cause some visual bugs. TABLIST-NAME-COLOR: false NAMETAG-EDIT-SUPPORT: true # This is for disguised players DEFAULT-TABLIST-NAME-COLOR: "&b" # PlaceholderAPI Placeholders # Get the player disguise name -> %frozed-disguise_player_name% # Get the player disguise rank name -> %frozed-disguise_rank_name% # Get the player disguise rank prefix -> %frozed-disguise_rank_prefix%
» Fixed:
» Removed:
- Tablist bug that didn't reset player's names after undisguising (they would keep their disguise name)
- Custom Health not updating properly (not fully tested)
- Nothing
» Added:
Please add the following to your current config.yml under the BOOLEANS section.
- Toggleable Health Modifier Reset (after un-disguising)
Code:BOOLEANS: ENABLE-SKINS-MENU: true ENABLE-ACTION-BAR: true SHOW-DISGUISED-MSG: true SEND-DISGUISE-ALERT: true ALLOW-DISGUISE-RANK-WITHOUT-BEING-DISGUISED: false # Health Modifier # 20 == 10 Hearts # 40 == 20 Hearts # And so on... HEALTH-MODIFIER: false HEALTH-MODIFIER-AMOUNT: 40 RESET-HEALTH-AFTER-UNDISGUISING: true CHAT-FORMAT: true FORMAT-WITH-RANK: "<rank><player>&7: &f<msg>" FORMAT-WITHOUT-RANK: "&b<player>&7: &f<msg>" TABLIST-NAME-COLOR: true DEFAULT-TABLIST-NAME-COLOR: "&b" # This is for Disguised players
» Fixed:
» Removed:
- Backend issues
- Nothing
PD: Please make sure to download this version as it is required for the plugins to load properly!
