Speedgot
NickNamer [Integrated API]
-----
Nickname & Skin changer plugin
Download Now
Via external site
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
1.17 support
support for 1.17/1.17.1
----------
,
Aug 15, 2021
Fix
Removed APIManager, which should fix some class loading issues
----------
,
Jun 7, 2021
Java 16 Compatibility
Java 16 Compatibility, see
https://www.spigotmc.org/resources/api-reflectionhelper.19241/update?update=402893
https://www.spigotmc.org/resources/api-packetlistenerapi.2930/update?update=402894
----------
,
May 15, 2021
Disguise toggle
Added an option to disable nick/skin disguise (
https://github.com/InventivetalentDev/NickNamer/issues/151
)
----------
,
Mar 27, 2021
fixes
* fixes
* java 9+ recommended now
----------
,
Feb 12, 2021
1.16.4 support
1.16.4 support
----------
,
Nov 8, 2020
1.16.2 support
1.16.2 support (
#136
)
----------
,
Sep 6, 2020
1.16 support
1.16 support
----------
,
Jul 29, 2020
fix
fixed a
tab-completion issue
----------
,
Jun 15, 2020
Fixes
update spiget update
update channel-identifier
add ecloud placeholders
----------
,
Apr 26, 2020
Offline Targets
added support for
targeting offline players in nick/skin commands
added respective config option
allowOfflineTargets
----------
,
Apr 8, 2020
Reverse replacements
added 2 new events for
#105
ChatInReverseReplacementEvent
ChatOutReverseReplacementEvent
similar to the regular (non-reverse) replacement events, which handle replacements of real names -> nick names
these can be used to handle replacements of nick names -> real names
add respective config options
replace.chat.in.commandReverse
replace.chat.in.generalReverse
----------
,
Mar 29, 2020
Fixes & 1.15 support
fixed a couple of issues, specifically on Paper
A lot of the events can now be async, so make sure to check that if you're relying on thread-specific stuff
updated stuff for 1.15
Make sure to update PacketListenerAPI as well!
----------
,
Dec 21, 2019
Fixes
@Th3Shadowbroker
added
PlaceholderAPI support
@Th3Shadowbroker
added
support for nick/unnick command execution
Update packet handling for 1.14
Made Disguise Events async when appropriate
@Th3Shadowbroker
fixed java version detection issues
----------
,
Nov 19, 2019
1.13.2 support
added support for 1.13.2
If you'd like to support me and my projects, please consider becoming a Patreon
----------
,
Apr 19, 2019
1.13 support
1.13 support
added option to allow spaces in nick names
----------
,
Jul 22, 2018
Fix
fixed an issue with the database cache, which could cause skins and nicks to reset after a while (
#69
)
----------
,
Feb 3, 2018
'local' storage
added support (again) for the '
local
' storage option
(you may need to delete the old database file in /plugins/NickNamer/nicknamer.db if you're updating)
----------
,
Jan 7, 2018
Skin & Name fix
fixed an issue which caused skins & names to not properly refresh when using the '
temporary
' storage mode
----------
,
Jan 7, 2018
1.12
1.12 support
removes support for the 'local' storage type
----------
,
Aug 15, 2017
1.12
1.12 support
removes support for the 'local' storage type
----------
,
Aug 15, 2017
bStats
added bStats to replace MCStats
----------
,
Feb 4, 2017
1.11 support
updated dependencies for 1.11 support
removed MCStats
----------
,
Feb 1, 2017
Updater Update
updated updater to use
Spiget v2
----------
,
Aug 6, 2016
API fix
(
#23
) fixed cache issue that caused #isNicked & #hasSkin to always return
true
----------
,
Jul 18, 2016
Self-update option
(re-)added
selfUpdate
config option
----------
,
Jul 14, 2016
Storage update
updated the
storage api
should fix some issues (
#3
) with multiple threads being created
(
temporarily
) disabled redis storage due to some issues with spigot
----------
,
Jul 14, 2016
Fix
(
#14
) fixed
nick.other
permission being required to run any nick or skin commands
----------
,
Jul 5, 2016
Fix
(
#6
) Fixed exception which occurred when sending custom chat component messages
----------
,
Jun 26, 2016
1.8 Fix
(
#9
) fixed issues with 1.8 packets
----------
,
Jun 25, 2016
FIx
fixed issues with max-health being reset after changing the name/skin
----------
,
Jun 19, 2016
Fix
fixed issue with scoreboard team replacement issues in 1.8/1.7
(
Issue #5
)
----------
,
Jun 15, 2016
Scoreboard team replacements
added config option
replace.scoreboardTeam
to replace entries in scoreboard teams
this should also fix issues with prefix plugins
----------
,
Jun 15, 2016
Fix
fixed chat tab-complete name replacements
----------
,
Jun 15, 2016
Fix
fixed exceptions caused by other plugins setting join/quit messages to
null
----------
,
Jun 15, 2016
Disable plugin commands
added config options to disable /nick & /skin commands, if you only need the API
----------
,
Jun 14, 2016
Scoreboard Score replacement
added ScoreboardScoreReplacement event
added config option
replace.scoreboardScore
to properly replace player names used for scoreboard entries
----------
,
Jun 13, 2016
Random nick/skin config option
added config option to disable random nick/skin.
----------
,
Jun 11, 2016
1.10 support
updated ReflectionHelper for 1.10 support
----------
,
Jun 11, 2016
Fix
fixed skin disguise exception
----------
,
Jun 5, 2016
Fix
fixed disguise exception
----------
,
Jun 5, 2016
API fix
fixed Gson imports for custom skin methods
----------
,
May 23, 2016
1.9.4 support | Fix
added 1.9.4 support
fixed issues in 1.7
----------
,
May 10, 2016
Fix
fixed issues with BungeeCord
----------
,
May 1, 2016
Minor fix
minor fix for command aliases
----------
,
Apr 30, 2016
Reload command
added
/nickreload
command
----------
,
Apr 30, 2016
Name &Skin list
added commands
/listNames
&
/listSkins
to get a list of used names & skins
----------
,
Apr 27, 2016
Chat format
added config option
names.chatFormat
to change the format used in chat messages
----------
,
Apr 26, 2016
Join names & skins | name format
added permissions to get names & skins when joining
added name format config option
----------
,
Apr 25, 2016
Skin aliases
added aliases
/setskin
,
/changeskin
for
/skin
command
----------
,
Apr 21, 2016
Fixes
fixed missing skins when setting it to your own skin
fix storage issues which caused names & skins to not load properly after restarts
----------
,
Apr 20, 2016
Color fix
fixed missing color code support for nick names
----------
,
Apr 17, 2016
Name & Skin categories
added option to specify nick and skin categories for random names/skins
updated commands to
/randomNick [Player] [Category]
&
/randomSkin [Player] [Category]
----------
,
Apr 17, 2016
Fix
fixed chat issues which would remove click & hover events from messages
----------
,
Apr 17, 2016
Fix for NPC players
fixed issues with fake (NPC) players, which would be ignored by the disguise events
DisguiseEvent#getDisguised
now returns OfflinePlayer
DisguiseEvent#getPlayer
still returns Player, but might be null
----------
,
Apr 16, 2016
Java 7 support
"update" to support Java 7
----------
,
Apr 11, 2016
Minor fix
removed debug messages for skin data
----------
,
Apr 8, 2016
Minor change
added
refreshPlayer
method
removed debug timing handlers
----------
,
Apr 7, 2016
API-rewrite | database support
re-wrote the API
updated disguise to
events
added
NickDisguiseEvent
added
SkinDiguiseEvent
added events for name replacement
Chat
ChatIn
ChatOut
ChatTabComplete
PlayerJoin
PlayerQuit
Scoreboard
The
NickManager
class is still available, but the name & skin management methods only work if the plugin is installed.
added support for
APIManager
added support to store skin data and name/skin settings in databases
support for Redis database
support for SQL database
updated commands & config to
PluginAnnotations
changed
/nick random
to
/randomNick
(
/nickRandom
)
changed
/nick clear
to
/clearNick
(
/nickClear
,
/resetNick
)
changed
/
nick update
to
/refreshNick
(
/nickRefresh
,
/refreshSkin
,
/reloadSkin
,
/reloadNick
)
changed
/skin random
to
/randomSkin
(
/skinRandom
)
changed
/
skin clear
to
/clearSkin
(
/skinClear
,
/resetSkin
)
----------
,
Apr 7, 2016
Fix
compatibility fix for Murder (and possibly other plugins)
----------
,
Mar 28, 2016
Fix
fixed minor exception on chat
----------
,
Mar 27, 2016
Fix
minor fix
----------
,
Mar 9, 2016
SelfUpdateEvent
added
NickNamerSelfUpdateEvent
to modify the name updated to a player
added config option
nick.scoreboard_self
fixed level&XP on self-update
Thanks to
@Digot
.
----------
,
Mar 7, 2016
Fix
fixed self-update for nick names
(
mentioned
by
@Digot
)
----------
,
Mar 7, 2016
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
172,191
First Release:
Mar 28, 2015
Last Update:
Aug 15, 2021
Category:
---------------
All-Time Rating:
180 ratings
Find more info at inventivetalent.org...
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support