v3.0.2
Details
-
FilenameTagAPI.jar
-
Uploaded by
-
UploadedMar 24, 2014
-
Size68.86 KB
-
Downloads10,565
-
MD59a143ada268fc9dbce64733298f65539
Supported Bukkit Versions
- CB 1.7.2-R0.3
Changelog
v3.0.2
Adds support for CB1.7.5. Fixes mistake in 3.0.1
v3.0
Adds AsyncPlayerReceiveNameTagEvent, deprecates the previous event.
MASSIVE performance improvement, if only the async event is registered.
Plugin developers are encouraged to update ASAP.
Still supports 1.4 through 1.7-R0.3-SNAPSHOT
v2.7.1
Supports 1.4 through 1.7-R0.1-SNAPSHOT
No longer breaks when ProtocolLib is present on 1.7
v2.7
Supports 1.4 through 1.7-R0.1-SNAPSHOT
v2.6
Supports 1.4 through 1.6.4
v2.5
Supports 1.4 through 1.6.2
v2.4
Supports 1.4 through 1.6.1
v2.3
Supports 1.4 through 1.5.2
v2.2
Supports 1.5 and 1.5.1 (and 1.4)
v2.1
Supports 1.5 (and 1.4 still!)
v2.0
Fun code cleanup, making future updates easier.
Some improvements to allow for naughty plugins.
v1.9.3
Compatible with 1.4.7 and earlier 1.4 builds
Added a bit more debug inf
v1.9.2
Compatible with 1.4.6 and earlier 1.4 builds (1.4.2, 1.4.5...)
Add additional compatibility check. If TagAPI works for you currently you do not need to upgrade.
v1.9.1
Compatible with 1.4.6, 1.4.5, and other 1.4 builds.
v1.9
Fixes an issue in 1.8, apparently!
Compatible with 1.4, including builds after December 5.
Required for R0.3 when it's out.
v1.8
Compatible with 1.4, including builds after December 5.
Required for R0.3 when it's out.
v1.7.1
Fixed little bug in startup. This version will not dump a stacktrace if you use an incompatible version of craftbukkit.
v1.7
Added support for ProtocolLib (optional)
If you happen to have ProtocolLib it'll now work fine with TagAPI. No changes required either way.
Changed method handling so that badly written plugins will throw an error blaming the correct plugin
v1.5
Fix for armor bug.
v1.4.1
Moved spammy messages to debug mode (enable by setting config.yml debug: true
v1.4
1.3.1 support
YOU MUST BE RUNNING BUKKIT 1.3.1 FOR THIS
v1.3.1
Fixes a problem where players would lose tags on respawn.
Should warn you if it starts up on a 1.3 server to update (An update will be required)
v1.2
Important bug fix if you use any plugin with this that isn't VanishNoPacket
v1.1
Implement refresh methods, for plugin developers to force your name tag to update
Cleaned up a ton of static methods nobody but me should have been using.
v1.0.2
Fix an NPE I stupidly didn't fix last time. ^_^
v1.0.1
Fix some NPEs.
Changed some logging from WARNING to FINE for debug purposes.