AutoSort 0.7

Details

  • Filename
    AutoSort.jar
  • Uploaded by
  • Uploaded
    Apr 6, 2013
  • Size
    57.03 KB
  • Downloads
    225
  • MD5
    9b15657c9a9d917272f0c1dab75bf52f

Supported Bukkit Versions

  • CB 1.5.1-R0.1

Changelog

- 0.7 | Merging

  • Added Remove From Network command /remfromnet <network> <players>
  • Furnaces are only valid as a deposit chest, meaning the items smelted are withdrawn from the furnace. Hoppers can now be used for fuel, smeltables and smelted items.
  • Add droppers as valid block types for deposit chests and sort chests.
  • Add trapped chests as valid chest types for deposit chests and sort chests.
  • Add hoppers as valid block types for sort chests.
  • Players can not use Hoppers to steal from or force items into a network they do not own or are not members of
  • Players can not use Droppers to force items into a network they dont own or are not members of.
  • Members of a network can not add or remove depositchest, withdrawchest, dropsigns, or sortchests. Only Owners.
  • LavaFurances linked into autosort, will auto use lavabuckets to fuel furnaces with LAVAFURNACE as sortchest material
  • Chests are sorted from emptiest to fullest. Emptier chests are filled first based on priority - default disabled
  • fill-emptier-first: false in config disables above sort. Saves on CPU cycles with many or very large networks. default
  • Valid directions are L, R, N, S, E, W, U, D
  • Any combination of the above directions are accepted example: d:LDSE would mean look for a chest Left Down South and East from the signs position.
  • autosort.ignoreproximity - ignores proximity rules
  • autosort.remfromnet - allows users to remove members from networks
  • with autosort.override permission addtonet command changes to /addtonet [ownerName] [netName] {members}
  • with autosort.override permission remfromnet command changes to /remfromnet [ownerName] [netName] {members}
  • withdraw signs are removed and replaced with withdraw chests. The top left and top right inventory slots are clickable to advance through network inventory contents.
  • withdraw chests on a network can only be used by one person at a time.
  • all contents of the withdraw chest are immediately removed from the network to be placed in the withdraw chest. Prevents duplications.
  • Save version moved from version 4 to version 5.
    • Reorginized the save file structure to save more info about withdraw chests, deposit chests, and drop signs.
  • Added drop signs that are now directly registered with the plugin.
    • place a sign post with just the network name and no direction data. Any dropped item within a 1 meter radius of the sign will be deposited in the network.
  • Save version 4 is converted to save version 5 but because of the structure of save version 4 some data has to be assumed. Meaning you may have to rebuild your old networks. Sorry, if the conversion process doesnt work right. I did give it a best effort.
  • bPermissions support, Vault Permissions Support, Niji permissions support, Bukkit Permissions Support, GroupManager Permissions Support, and PermissionsEX support
  • debug=1 in config turns on permissions error traps.