TTT v0.10.3
Details
-
FilenameTTT.jar
-
Uploaded by
-
UploadedSep 14, 2016
-
Size307.67 KB
-
Downloads562
-
MD5422043795eb7e4b7cab392964a8fb851
Supported Bukkit Versions
- 1.10
- 1.9
- 1.8.1
Changelog
0.10.3
TTT v0.10.3 fixes a critical issue with the auto-updater caused by a change to CurseForge's CDN which resulted in bogus artifacts being downloaded. Users affected by this issue will need to manually update to this version.
0.10.2
TTT v0.10.2 packages Rosetta v1.1.3 in order to resolve an issue in the localization engine introduced by the last hotfix.
0.10.1
TTT v0.10.1 packages Rosetta v1.1.2 to resolve a bug in the localization engine in Paper for 1.10.2.
- Bugs Fixed
- Fix localization engine sometimes throwing a
NullPointerException
on recent versions of Paper
0.10.0
TTT v0.10 "Bruno" introduces new features primarily designed to make the plugin more flexible in how it operates. This update is especially targeted toward larger servers and in particular BungeeCord networks.
New Features
- Add option to configure plugin's operating mode
- Add
continuous
mode- Players will not be ejected from the arena when a round ends
- Add
dedicated
mode- Only one round exists on the server, which players are automatically added to upon joining and may not leave
- This arena cycles per a configurable pattern every x rounds or minutes
- Add basic BungeeCord support in correspondance with
dedicated
mode - When
return-server
is configured, players will be sent to that server on running/ttt leave
instead of the command failing - Add optional
force
parameter toleave
command to allow administrators to leave rounds in dedicated - Add tip to join message explaining
leave
command - Add pagination to
help
command - Add config option to toggle server-wide victory messages (
false
by default) - Add telemetry support
New Commands
- Add
/ttt arenainfo
command
Changes
- Improve DNA scanner behavior when no target is selected
- Rename
carena
andrarena
commands tocreatearena
andremovearena
(old names are still available as aliases)
Removed Features
- Remove
reload
command
Bug Fixes
- Fix
/ttt help help
throwing an exception - Fix victory messages being sent even if a round never started
- Fix players not being placed in spectator mode upon dying due to Multiverse conflict (special thanks to CraftBlock for helping track this down)
- Fix plugin doing reflection lookup for
getOnlinePlayers
method every time it's invoked
Internal Changes
- Properly implement command aliases internally
- Rewrite
forceend
command implementation - Refactor event handlers to be more sane
- Revamp config handler
- Partially migrate to Rosetta 1.1 API features
- Clean up helper classes a bit