TemplateWorlds 2.1.1 (For Servers)

Details

  • Filename
    TemplateWorlds-2.1.1.jar
  • Uploaded by
  • Uploaded
    Nov 6, 2013
  • Size
    50.45 KB
  • Downloads
    669
  • MD5
    a0ef97907de79fca10297578c1f0dc4d

Supported Bukkit Versions

  • CB 1.6.4-R2.0
  • CB 1.6.2-R0.1
  • CB 1.5.2-R1.0

Changelog

Version 2.1.1

  • Add support for CraftBukkit 1.6.4
  • (No API changes, so no API jar released.)

Version 2.1.0

  • Add API method: resetAreaGradually with time allotment. This allows using plugins to specify exactly how much server lag is acceptable
  • Add API method: getVoidGenerator. This allows using plugins to ensure that people can't reach normal world generation in a minigame world.
  • Fix apache-commons import
  • Added javadoc and sources to API download

Version 2.0.0

  • Fix a lot of maven pom problems
  • Add support for CraftBukkit 1.6.2
  • Drop support for CraftBukkit 1.6.1
  • Changed groupId to "com.github.riking.lib.templateworlds" to adhere to Central Repository standards
  • Add changeTemplate() method to allow map-swapping usage pattern
  • Increase time allocation for gradual reset, is now 15% of a tick (should get more chunks at once now)
  • Add support for bukkit.yml and Multiverse through "Default World Generators"

Version 1.2.1

  • Use reflection to set extended block IDs to null, but only if it is newly null
  • Fix plugin.yml to use the new main class *(see "Change method..." below)*
  • Add support for Minecraft 1.5.2

Version 1.2.0

  • Don't copy EntityHumans from the template to avoid cloning players
  • Fix bugs where changes in template were immediately reflected in target
  • [BREAKING] Change method of access to ApiMain - plugins must now use the ServiceManager instead of getPlugin()

Version 1.1.1

  • Queue template chunks for unloading
  • Change Maven groupId
  • Static plugin instance getter
  • Allow resetting areas over time via a task, to avoid hanging the server
  • Actually ask for the biome data in ChunkSnapshot
  • Fix two crashes due to source code derps

No maven repository is available yet :(
If anyone can give me hosting for it, I'll be glad.