1.1.9

Details

  • Filename
    KFactions-1.1.9B.jar
  • Uploaded by
  • Uploaded
    Nov 10, 2012
  • Size
    228.79 KB
  • Downloads
    266
  • MD5
    40059e206aec7e91ed040659c692d704

Supported Bukkit Versions

  • CB 1.4.2-R0.2

Changelog

FIXED DATA UPGRADE AND CHANGED INTERNAL METHOD OF ASSOCIATING CHUNKS ! fixed bugs in data upgrade and produced work around for upgrade in code @ changed internal method of associating chunks with factions and worlds because the old way was a potential bug in the way it handled it by producing a long value from a hash of the world and the x and z which is actually not possible with out collisions, so the new method uses a HashMap<String, HashMap<Long, FactionChunk>> format which allows the first hashmap to have the world name as a key then the second hashmap uses LongHash.toLong(x, z) to produce the long value this will result in zero collisions possible!

This package will work on both Tekkit and plain Bukkit servers.

This package will upgrade the old data file plugin.data.factions to a new file format named kfactions.data.yml which you can read and edit by hand. The old format was completely in binary using Java's serialization implementation.