Flynt-v1.0.1

Details

  • Filename
    Flynt.jar
  • Uploaded by
  • Uploaded
    Nov 9, 2012
  • Size
    33.82 KB
  • Downloads
    1,252
  • MD5
    5868dde644bd95b15b43d3b52dc86cca

Supported Bukkit Versions

  • CB 1.4.2-R0.2

Changelog

- Actually provide a package name. Oops. :P
- This allows other plugins to extend the /map command easily. Just inherit from UtiliMap (it's serializable and requires a render() method) then call Flynt.registerMapType("yourmap", YourMap.class.getName()); to enable the map to be used with "/map yourmap"