ItemJoin v4.2

Details

  • Filename
    ItemJoin.jar
  • Uploaded by
  • Uploaded
    Jul 14, 2017
  • Size
    158.29 KB
  • Downloads
    743
  • MD5
    901834a348444b8687505ae8862a6340

Supported Bukkit Versions

  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8
  • 1.7.2

Changelog

Minor new features and bug fixes

There are some config changes so please read the changes! 
I will not be resetting the config files so you will have to add them if you need them.
 
Added: 
 
  • Held item slot to the config.yml (This will NOT reset the config.yml) If you want to use this feature then add HeldItem-Slot: # to your config.yml. See the example image below.
  • InvClickCreative.
  • InvClickSurvival.
  • /itemjoin getall command, get all of the ItemJoin items.
  • /itemjoin removeall command, remove all of the ItemJoin items.
  • /itemjoin help 4, fourth page of the ItemJoin help list command.
  • Added custom messages for the new getall and removeall commands to the en-lang.yml.
 
If you want messages when you use the new commands add these to your en-lang.yml;
givenAllToYou: '&aYou were given all ItemJoin items.'
givenAllToPlayer: '&aYou gave %argsplayer% all ItemJoin items.'
playerTriedGiveAllItems: '&4%argsplayer% &ctried to give you all ItemJoin items but they already exists in your inventory!'
allItemsExistInInventory: '&cYou already have all ItemJoin items!'
allItemsExistInOthersInventory: '&4%argsplayer% &calready has all the ItemJoin items!'
 
removedAllFromYou: '&aAll ItemJoin items were removed from your inventory.'
removedAllFromPlayer: '&aYou removed all ItemJoin items from %argsplayer%.'
playerTriedRemoveAll: '&4%argsplayer% &ctried to remove all ItemJoin items but you do not have any in your inventory!'
allItemsDoNotExistInInventory: '&cItemJoin items do not exist in your inventory!'
allItemsDoNotExistInOthersInventory: '&cItemJoin items do not exist in %argsplayer% inventory!'

 
 
Fixed:
  • Errors if Vault is enabled and you have no economy plugin.
  • Random Vault error if commands-cost is set to zero.
  • Vault error if economy plugin doesn't return cost.
  • count-lock bugs.
  • Various creative mode bugs.
  • Blank messages being sent with prefix if the en-lang.yml had a blank / removed message.
  • Major bug if the world you were in and the world defined in the config had a few similar string characters it would save that item and say you are in the world bugging out all items.
  • Bug with %argsplayer% not outputting correct for playerTriedRemove in the en-lang.yml
  • Other minor bug fixes.
 
Changed:
  • Firework colors to list form rather than array, ex: colors: gray, white, purple, silver, green. (This will NOT reset the items.yml, you will have to manually change this in your items.yml if you use firework items!) 
 
    firework:
      type: CREEPER
      flicker: true
      trail: true
      power: 1
      colors: GRAY, WHITE, PURPLE, SILVER, GREEN
  • Re-coded creative inventory click events. (If you find bugs with creative inventory mode click events please let me know!)
 
Please see the documentation page if you need any help with these new updates!
If you have any ideas or requests that you would like to see in ItemJoin's future please submit a feature request.