FrozedDisguise - New owner v2.1

Customizable, Cross-Server Disguise, Lunar/MMC Modes -Feature-packed Disguise plugin made with love!
Twitter FrozedClubGames 2.png
IMPORTANT: This resource has a new owner! This means new updates and features!

Description:

FrozedDisguise is a full fledged Disguise plugin for Minecraft servers! This plugin has exactly what is needed for a Disguise plugin, and will probably have more stuff that is probably needed for some customers!

You can test this plugin in our test server: elb1to.me

SourceCode:
Without Updates: USD$85.00
With Updates: USD$150.00


Requirements:
  • Java 8
  • Spigot 1.8
  • Redis (Optional, for Cross-Server Disguise Sync)
Important Note:
Self-View-Disguise doesn't work on 1.7 Clients due to API limitations.​

Features:
  • Disguise
    • Cross-Server Disguise Synchronization
    • You can Disguise as other players (as long as they're not connected of course!)
    • You can also select your Disguise name and skin!
  • Undisguise
  • Disguise Ranks
  • Configurable menus, settings and messages
  • Constant updates
Commands & Permissions:
  • /disguise - frozed.disguise.use
  • /disguise <name> <skin> - frozed.disguise.custom
  • /undisguise - frozed.undisguise.use
  • /disguiserank - frozed.disguise.rank
    • Access to specific rank
      • frozed.disguise.rank.Owner (example)
    • Access to all ranks
      • frozed.disguise.rank.*
Code:
REDIS:
  IP: "127.0.0.1"
  PORT: 6379
  PASS: "foobared"
  TIMEOUT: 5000
  POOL: 64
  THREADS: 4

# PlaceholderAPI Information
# Currently available PlaceholderAPI placeholders for FrozedDisguise:
#     - %disguise_name%
#     - %disguise_rank%
#     - %disguise_color%
#     - %disguise_prefix%
#     - %disguise_suffix%
#     - %disguise_vault_prefix%
#     - %disguise_vault_suffix%
#     - %disguise_lp_weight%

PLUGIN:
  # If you want cross-server disguise syncronization make sure to enable this.
  REDIS-ENABLED: false

  # If you only want players to be able to use /disguise
  # This mode will disable disguise ranks and the option to choose a custom disguise name.
  MINEMEN-MODE: false

  # If this is enabled, players will be able to see their own disguise skin.
  # NOTE: This could cause some issues.
  SELF-VIEW-DISGUISE-SKIN: false

  # If this is enabled, players will be able to use Disguise Ranks without being disguised.
  ALLOW-RANKS-WITHOUT-DISGUISE: true

  # If this is enabled, the player list name color will be updated when they disguise.
  UPDATE-LIST-NAME-COLOR: true

  # Cooldown in seconds before the player is able to use /disguise command again
  DISGUISE-COOLDOWN: 30

  # If this is enabled, FrozedDisguise's chat format will override other plugins chat format.
  CHAT-FORMAT-ENABLED: true
  CHAT-FORMAT: "&b<player>&7: &f<msg>"
  CHAT-FORMAT-RANK: "<rank-prefix><player>&7: &f<msg>"

  # This will automatically update the player list name color to the one specific below right after disguising.
  DEFAULT-LIST-NAME-COLOR: "&a"
Code:
# Here will be saved all the names and skins you want
# your server to have and use randomly when a player uses /disguise
DISGUISES:
  - "Elb1to"
  - "Reinstallation"
  - "alomemetroll"
  - "Penguin"
  - "Notch"
  - "ZIBLACKINGGG"
  - "G0"
  - "XXXTentacion"
  - "Burj"
  - "onien"
  - "cbbg"
  - "Marcel"
  - "NotMuted"
  - "MeeZoid"
  - "Tiuny"
  - "Gamerboy80"
  - "LeftShark"
  - "Pikachubutler"
  - "AverageWalrus"
  - "MURICA"
  - "blowenthal3"
  - "wtfchewy"
  - "Clouke"
  - "skyreal08"
  - "unstabler"
  - "stoken"
  - "0hVanny"
  - "Clouddii"
  - "Defensible"
  - "W0RRIES"
  - "0000000000000016"
  - "0hNotDez_"
  - "112halo"
  - "16pm_"
  - "aeme"
  - "Analeptic"
  - "Asoler_"
  - "Ayked"
  - "BasketbaIIPIayer"
  - "Batataxz"
  - "bkvln"
  - "BlagoWhite"
  - "BreZeLmanN1"
  - "bruskki"
  - "BunjeePanda"
  - "ChargedPine09"
  - "Chaxtey"
  - "choofed"
  - "collowen"
  - "D34THG1RPP"
  - "darkxfylo"
  - "Naromia"
  - "0hFangs"
  - "ConsumeChild"
  - "Nacooh"
  - "SeMeSko"
  - "wetdrops"
  - "Dick"
  - "Lazulilaska"
  - "Jedeveron"
  - "unmon"
  - "hmm"
  - "Sorer"
  - "aluwux"
  - "Macintoshing"
  - "PurpleCatEyes"
  - "cahtee"
  - "fwie"
  - "SANDSTORM_48"
  - "iiShqrk"
  - "1i1l"
  - "Leogamerpro01"
  - "RichDino10"
  - "Tajeks"
  - "Hoopp1"
  - "Noiryn"
  - "Kaxshw"
  - "Leaver_"
  - "Just_Soda"
  - "twizz__"
  - "TinyJed"
Code:
DISGUISES-MENU:
  TITLE: "&bSelect a Disguise"
  # The INVENTORY-SIZE integer value is multiplied by 9; So 9*3 = 27.
  # That's the amount of slots the inventory will have.
  INVENTORY-SIZE: 4
  # This is maximum amount of disguises that will be shown per disguise page.
  MAX-DISGUISES-PER-PAGE: 18
  # This will be shown as the name for the disguise in the menu.
  DISGUISE-NAME: "&b<disguise>"
  # This will be the lore for the disguise in the menu.
  # To leave the lore empty, do the following:
  # DISGUISE-LORE: []
  DISGUISE-LORE:
    - "&8&m---------------------------------------------"
    - "&eClick here to disguise as &b<disguise>"
    - "&8&m---------------------------------------------"
RANKS-MENU:
  TITLE: "&bSelect a Rank"
  # The INVENTORY-SIZE integer value is multiplied by 9; So 9*3 = 27.
  # That's the amount of slots the inventory will have.
  INVENTORY-SIZE: 3
  # This will be shown as the name for the rank in the menu.
  RANK-NAME: "<rank-color><rank-name>"
  # This will be the lore for the ranks in the menu.
  # To leave the lore empty, do the following:
  # RANK-LORE: []
  RANK-LORE:
    - "&8&m---------------------------------------------"
    - "&bInformation:"
    - "&7 » &fRank Prefix: <rank-prefix>"
    - "&7 » &fRank Name Color: <rank-color><rank-name>"
    - " "
    - "&bPreview:"
    - "&7 » <rank-prefix><player>&7: &fHello!"
    - " "
    - "&eClick here to select the <rank-color><rank-name> rank"
    - "&8&m---------------------------------------------"
Code:
# FrozedDisguise - Ranks
#
# The ARMOR-COLOR goes on the following format:
# -> ARMOR-COLOR: 0xHEXCOLOR
#
# I recommend using this website: https://www.w3schools.com/colors/colors_picker.asp
RANKS:
  Owner:
    PREFIX: "&8[&4Owner&8] &4"
    ARMOR-COLOR: 0x990000
    NAME-COLOR: "&4"
    SLOT: 16
    WEIGHT: 100
  Developer:
    PREFIX: "&8[&bDev&8] &3❖ &b"
    ARMOR-COLOR: 0x66ffff
    NAME-COLOR: "&b"
    SLOT: 7
    WEIGHT: 90
  Manager:
    PREFIX: "&8[&4Manager&8] &4"
    ARMOR-COLOR: 0x990000
    NAME-COLOR: "&4"
    SLOT: 23
    WEIGHT: 80
  Platform-Admin:
    PREFIX: "&8[&9Platform-Admin&8] &9"
    ARMOR-COLOR: 0x3366ff
    NAME-COLOR: "&9"
    SLOT: 14
    WEIGHT: 70
  Senior-Admin:
    PREFIX: "&8[&cSenior-Admin&8] &c"
    ARMOR-COLOR: 0xff6666
    NAME-COLOR: "&c"
    SLOT: 5
    WEIGHT: 60
  Admin:
    PREFIX: "&8[&cAdmin&8] &c"
    ARMOR-COLOR: 0xff6666
    NAME-COLOR: "&c"
    SLOT: 21
    WEIGHT: 50
  Senior-Mod:
    PREFIX: "&8[&5Senior-Mod&8] &5"
    ARMOR-COLOR: 0x8c1aff
    NAME-COLOR: "&5"
    SLOT: 12
    WEIGHT: 40
  Mod:
    PREFIX: "&8[&3Moderator&8] &3"
    ARMOR-COLOR: 0x00b3b3
    NAME-COLOR: "&3"
    SLOT: 3
    WEIGHT: 30
  Trial-Mod:
    PREFIX: "&8[&eTrial-Mod&8] &e"
    ARMOR-COLOR: 0xffff00
    NAME-COLOR: "&e"
    SLOT: 19
    WEIGHT: 20
  VIP:
    PREFIX: "&8[&2VIP&8] &2"
    ARMOR-COLOR: 0x009900
    NAME-COLOR: "&2"
    SLOT: 10
    WEIGHT: 10
  Default:
    PREFIX: "&a"
    ARMOR-COLOR: 0x66ff33
    NAME-COLOR: "&a"
    SLOT: 1
    WEIGHT: 0

1674856529081.png

Contact
Join support discord

Latest reviews

Amazing plugin, fast support, I love it!
amazing plugin, as said before, Elb1to is such a cool guy and his plugins are outstanding!!! <3
Plugin: Beautifully made, easy to set up/install,
Support: Excellent & very fast,
Developer: very chill.
Mandress
Mandress
Thanks a lot for your review :D
This license was given for free. What's this?
Another amazing update from Elb1to!
Insane developer, insane plugin!
Mandress
Mandress
Thanks for your review <3
The best Disguise plugin out here!!
Mandress
Mandress
Thanks for your review <3
This license was given for free. What's this?
Works well, also Elb1to listens to suggestions. I told him for example to make the messages giving your nickname togglable so streamers don't see them and he did. Overall 10/10 ;)
Mandress
Mandress
Thanks for your review <3
Really good and cheap disguise plugin, friendly and helpful dev. Vouch for Elb1to.
Mandress
Mandress
Thanks for your review <3
This license was given for free. What's this?
Amazing disguise plugin! I highly recommend this plugin for disguises!
Mandress
Mandress
Thanks for your review <3
Buy a license now
$20.00
EULA: Standard EULA
Secure checkout:
Share and earn
Refer this resource and earn a 10% commission.
14,207 Views
80 Purchases
79 Downloads
Jun 25, 2020 Published
Jan 25, 2023 Updated
5.00 star(s)
Average rating (6)
163.3 KB File size
Type
  1. Minigame
  2. Chat
  3. Monetization
Supported software
  1. Spigot
  2. Paper
Supported versions
  1. 1.8
Creators
Owner
Collaborator
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 102 ratings
2,636 purchases
Elite formatting and filtering plugin. Can replace 200+ plugins. High-performance. Folia supported.
5.00 star(s) 113 ratings
2,271 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 62 ratings
2,133 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 58 ratings
1,962 purchases
Protect your server from crash/dupe/packets exploits with the ultimate Spigot security fix plugin.
5.00 star(s) 21 ratings
1,320 purchases
Share and earn
Refer this resource and earn a 10% commission.
14,207 Views
80 Purchases
79 Downloads
Jun 25, 2020 Published
Jan 25, 2023 Updated
5.00 star(s)
Average rating (6)
163.3 KB File size
Type
  1. Minigame
  2. Chat
  3. Monetization
Supported software
  1. Spigot
  2. Paper
Supported versions
  1. 1.8
Creators
Owner
Collaborator
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 102 ratings
2,636 purchases
Elite formatting and filtering plugin. Can replace 200+ plugins. High-performance. Folia supported.
5.00 star(s) 113 ratings
2,271 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 62 ratings
2,133 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 58 ratings
1,962 purchases
Protect your server from crash/dupe/packets exploits with the ultimate Spigot security fix plugin.
5.00 star(s) 21 ratings
1,320 purchases
Top