✘ AutoNick × 600+ Nicknames, Bungeecord and more ✘ icon

✘ AutoNick × 600+ Nicknames, Bungeecord and more ✘ -----

AutoNick is a open source and configurable AutoNick plugin which allows you to change your nickname




[​IMG]
We were all waiting for it!

AutoNick is now supporting every version between 1.8 to 1.16!
It's maybe not completely stable yet,
but you should be able to use it!
For questions and more, join the AutoNick community discord:
https://discord.gg/bE3grvADZX

nick.png

English
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

» AutoNick is a open source and configurable AutoNick plugin which allows you to change your nickname and skin.​

» Features
• Editable item
• Editable names and skins
• Messages editable
• 600+ nicknames
• Skin change
• MySQL support
• Bungeecord support
• Easy Developer API
» Requirements
Spigot 1.7 - 1.16
• At least Java 8
• MySQL if you are using the bungeecord mode​
» Permissions
• autonick.nick - You need this permission to get the item
• autonick.ownNick - You need this permission to choose your nickname
• autonick.admin - You need this permission to check for updates
• The permissions are editable in the config.yml

» Commands
• /nick × Will nick or unnick you
• /nick update × Will check if a new version of the plugin is available

» TODO
• MongoDB Support
• (optional) GUI ✔


German / Deutsch
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

» AutoNick ist ein open source und konfigurierbares AutoNick Plugin, welches dir ermöglicht, deinen Namen und Skin zu ändern.​

» Features
• Editierbares Item
• Editierbare Namen und Skins
• Editierbare Nachichten
• 600+ nicknames
• Skins
• MySQL support
• Bungeecord support
• Einfacher API für Entwickler

» Anforderungen
Spigot 1.7 - 1.16
• Mindestens Java 8
• MySQL wenn du das Plugin für Bungeecord benutzen willst
» Permissions
• autonick.nick - Du brauchst diese Permission für das Item.
• autonick.ownNick - Spieler können damit eigene Nicknames wählen.
• autonick.admin - Benötigt für /nick update.
• Die Permissions sind in der config.yml einstellbar.

» Commands
• /nick × Nickt oder entnickt dich.
• /nick update × Schaut ob eine neue Version verfügbar ist.

» TODO
• MongoDB Support
• (optional) GUI ✔

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

DEVELOPER

• AutoNick is now open-source! I would be glad if you help me to improve the plugin! Click here
Code (Java):
AutoNickAPI api = AutoNick. getApi ( ) ;
boolean nicked = api. isNicked (player ) ;
api. nickPlayer (player ) ;
api. unnick (player ) ;
api. nickPlayer (player, "Nickname" ) ;
String nickname = api. getNickname (player ) ;
String realName = api. getRealName (nickname ) ;
boolean activated = api. hasNickActivated (player. getUniqueId ( ). toString ( ) ) ;
boolean bungeeCord = AutoNick. getConfiguration ( ). isBungeeCord ( ) ;
Code (Java):
    @EventHandler
    public void onNick (PlayerNickEvent event ) {
        Player player = event. getPlayer ( ) ;
        String nickname = event. getNickname ( ) ;
        player. sendMessage ( "Hello " + nickname ) ;
    }

    @EventHandler
    public void onUnnick (PlayerUnnickEvent event ) {
        Player player = event. getPlayer ( ) ;
        String nickname = event. getNickname ( ) ;
        player. sendMessage ( "Bye " + nickname ) ;
    }


Config
Code (YAML):

# ================================================================= #
#         _              _             _   _   _          _         #
#        / \     _   _  | |_    ___   | \ | | (_)   ___  | | __     #
#       / _ \   | | | | | __|  / _ \  |  \| | | |  / __| | |/ /     #
#      / ___ \  | |_| | | |_  | (_) | | |\  | | | | (__  |   <      #
#     /_/   \_\  \__,_|  \__|  \___/  |_| \_| |_|  \___| |_|\_\     #
#                                                       by Seltrox  #
# ================================================================= #

# ============ Important ============ #
# The placeholders are: {PREFIX}
# If you set BungeeCord on true you have to set your MySQL login data
# You can see all item ids on https://minecraft-ids.grahamedgecombe.com
# You can see all colors on https://wiki.ess3.net/mc/
# ============ Important ============ #

# ============ General ============ #
prefix
: "&aAutoNick &8»"
noPermission
: "{PREFIX} &cYou don't have permission to do that!"
bungeecord
: false
nickOnThisServer
: false
permission
: "autonick.nick"
adminPermission
: "autonick.admin"
changeSkin
: true
changeTabname
: true
tabName
: "&6Premium &7» &6{NICKNAME}"
changeChat
: true
chatFormat
: "&6Premium &7» &6{NICKNAME}&7: &f"

# This means that users can choose their own nickname with /nick <name>
chooseOwnNick
: false
ownNickPermission
: "autonick.ownNick"
tooManyChars
: "{PREFIX} &cPlease choose a username with a maximum of 16 chars"
tooShort
: "{PREFIX} &cPlease choose a username with a minimum of 3 chars"
choosedOwnName
: "{PREFIX} &cYou can't choose your original name!"
# ============ General ============ #

# ============ Gui ============ #
nickGui
: false
guiTitle
: "&8» &aAutoNick"
# ============ Gui ============ #

# =========== Items ============ #
NickItem
: true
NickItemSlot
: 5
NickDelay
: true
NickDelayTime
: 3
MessageOnDelay
: true
DelayMessage
: "{PREFIX} &cYou have to wait before you can use this item!"

ItemIDActivated
: 421
ItemNameActivated
: "&aAutoNick &7» &aActivated"
ActivateMessage
: "{PREFIX} &aActivated AutoNick!"
NickMessage
: "{PREFIX} &7You are now nicked as &4{NICKNAME}"

ItemIDDeactivated
: 421
ItemNameDeactivated
: "&aAutoNick &7» &cDeactivated"
DeactivateMessage
: "{PREFIX} &cDeactivated AutoNick!"
UnnickMessage
: "{PREFIX} &7You disabled your nickname!"
# =========== Items ============ #

# ============ MySQL ============ #
Host
: localhost
Database
: myDatabase
Username
: myUsername
Password
: myPassword
TableName
: AutoNick
# ============ MySQL ============ #

# The skin section uses UUIDs ("Universally Unique Identifiers").
# Every player has a UUID so servers can identify them because they can change their names.
# To find some player UUIDs you can use https://namemc.com and look for some players.
# After you've clicked on a player, you can copy it's UUID!
Skins
:
 - e9013c2f-da01-425f-a48b-516f55e94386
  - 8d05a5ec-100b-4914-8e5f-4fe434b27393
  - d923f435-7061-46d3-8b2e-bbb00d2d7efc
  - e342d64d-78c3-4aae-b075-ae5acc06e487
  - 90ed7af4-6e8c-4d54-824d-e74c2519c655
  - 48eec768-39d7-4df7-93ae-b64adcb2061a
  - d7900636-758f-406d-be9e-9d92cfa80b59
  - 9f1dce8a-e880-466c-9cf8-2e7ca55a1acb
  - 627f0f0b-9ede-4682-abe4-00114eabcc8a
  - 7bc638a8-dfcd-4496-8fc1-9481421f8a3b
  - 30e51afa-d8a1-4ddd-87b4-b155fc7ea5ac

Names
:
  - HuhHahPika
  - Jesha
  - zSerix
  - xErenPvP
  - ezlikespie
  - Wittlededittle
  - MrTreciall
  - Jboy2015
  - BEnT_uP
 

VIDEOS

(OLD) EJDAR


(OLD) SYMPATHIK
There is no english video yet :(


SCREENSHOTS

[​IMG]

[​IMG]

[​IMG]

[​IMG]

Resource Information
Author:
----------
Total Downloads: 97,358
First Release: Aug 5, 2016
Last Update: Feb 23, 2022
Category: ---------------
All-Time Rating:
48 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings