⚠ 1.8 | 1.9 | 1.11 | 1.12 | 1.13 | 1.14 | 1.15 | 1.16 | 1.17 | 1.18 | 1.19 | 1.20 | 1.21 ⚠
Versions Supported
⚠ CrackedDev ⚠
Developer
CrackNick is an advanced, fully customizable nicknaming plugin designed for Minecraft servers. Easily allow your players to change their in-game names, disguise their identity, or use random names from a pre-configured list. Fully supports PlaceholderAPI, multiple configurations, and custom messages.
/nick <name> - Set a custom nickname for yourself.
/randomnick - Set a random nickname from the configuration list.
/unnick - Remove your current nickname and revert to real name.
/realname <player> - Reveal a player's real name.
cracknick.use - Allows the player to set a custom nickname using /nick.
cracknick.random - Allows the player to use a random nickname from the list.
cracknick.unnick - Allows the player to remove their nickname with /unnick.
cracknick.realname - Allows the player to use /realname to reveal a player's real name.
CrackNick integrates with
PlaceholderAPI, (softdepend) allowing you to use the following placeholders in other plugins:
config.yml
Code (YAML):
random-nicknames
:
- SuperPlayer
- CoolGamer
- EpicDude
- NinjaMaster
messages.yml
Code (YAML):
no_permission
:
"&3&lCrackNick &7&l» &fYou do not have permission to do that!"
nickname_changed
:
"&3&lCrackNick &7&l» &fYour nickname has been changed!"
nickname_removed
:
"&3&lCrackNick &7&l» &fYour nickname has been removed!"
random_nick_success
:
"&3&lCrackNick &7&l» &fYou have been assigned a random nickname &8&l» &b{nick}"
nickname_usage
:
"&3&lCrackNick &7&l» &fPlease specify a nickname!"
not_nicked
:
"&3&lCrackNick &7&l» &fYou are currently not nicked!"
only_players
:
"&3&lCrackNick &7&l» &fOnly players can use this command!"
nick_actionbar
:
"&fYou are currently &3&lNICKED &fas &b{nick}"
player_not_found
:
"&3&lCrackNick &7&l» &fPlayer not found!"
realname_success
:
"&3&lCrackNick &7&l» &b{realname}&f's real name is &b{realname}"