Steel v1.2.6

Details

  • Filename
    Steel.jar
  • Uploaded by
  • Uploaded
    Jun 16, 2016
  • Size
    442.78 KB
  • Downloads
    579
  • MD5
    32712d8f521e9dd181ab95ba5c3644b8

Supported Bukkit Versions

  • 1.9
  • 1.8.1
  • CB 1.7.9-R0.2

Changelog

View this release on Github

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 IllegalStateException when player joins server or round while data files are not initialized

Internal Changes

  • Migrate most of RoundWorker class 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 NoClassDefFoundError on older CraftBukkit versions

Internal Changes

  • Relocate jTelemetry to 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.

1.2.0

Steel 1.2.0 "Cicero" implements API features introduced by Flint 1.2.

New Features

  • Implement Arena#setDisplayName method
  • Implement new SpawningModes (SHUFFLE and PROXIMITY_HIGH)