Steel v1.2.11
Details
-
FilenameSteel.jar
-
Uploaded by
-
UploadedSep 14, 2016
-
Size443.13 KB
-
Downloads497
-
MD5a6198f90139911eca99c783b42029e20
Supported Bukkit Versions
- 1.10
- 1.9
- 1.8.1
Changelog
1.2.11
Steel v1.2.11 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.
1.2.10
Steel v1.2.10 packages FlintCommon v1.2.4 to resolve a bug in the rollback engine, as well as resolves a bug in which the engine would create duplicate log entries for entity interactions (e.g. clicking an item frame).
1.2.9
Steel v1.2.9 fixes an issue in which entities would be removed and readded by the rollback engine within the same tick, which under certain circumstances could cause a NullPointerException (and in recent CB versions, an IllegalArgumentException) to be thrown.
1.2.8
Steel v1.2.8 resolves an issue where players would become stuck in a "falling loop" upon falling into the void. They will now be teleported back to a spawn point (provided the minigame configuration does not allow them to leave the arena boundary).
1.2.7
Steel v1.2.7 resolves an issue on versions of CraftBukkit for Minecraft 1.8.6 and below in which players' inventories would not be updated upon joining/leaving a round.
1.2.6
Steel v1.2.6 works in conjunction with FlintCommon v1.2.3 to correct round-end teleportation behavior. Special thanks for CraftBlock for helping to track this bug down.
Fixed Bugs
- Fix players being constrained to arena bounding coordinates when teleported out of arena upon leaving
1.2.5
Steel 1.2.5 fixes an issue where forbidden commands were not being properly blocked.
1.2.4
Steel v1.2.4 packages FlintCommon v1.2.2 to fix issues with the new data format introduced in version 1.2.3 and makes a couple of other minor internal tweaks.
Bugs Fixed
- Fix
IllegalStateExceptionwhen player joins server or round while data files are not initialized
Internal Changes
- Migrate most of
RoundWorkerclass to FlintCommon
1.2.3
Steel v1.2.3 works in conjunction with FlintCommon v1.2.1 to migrate a lot of otherwise platform-agnostic functionality to Common. Additionally, some bugs have been fixed.
Migrated functionality
In no particular order:
- All persistence excluding rollback engine data
- Lobby wizard
- Most of lobby sign implementation
- Several object creation methods (thanks to factory interfaces)
- Certain messages (thanks to
IChatAgent) - Round timer implementation
Notable Changes
- All data previously stored as YAML is now stored as JSON
- Steel now contains mechanism for converting old data files
Fixed Bugs
- Lobby sign wizard no longer fails if sign block is removed
- Fix persistent metadata implementation
1.2.2
Steel v1.2.2 resolves an issue caused by gson not being exposed on CraftBukkit versions prior to 1.8.3-R0.1.
Bug Fixes
- Fix
NoClassDefFoundErroron older CraftBukkit versions
Internal Changes
- Relocate
jTelemetryto internal package to avoid potential conflicts with other plugins
1.2.1
Steel 1.2.1 packages the latest revision of Plugin Metrics to fix compatibility with 1.7.8/9 servers.