AllBanks2 v1.1.3

Details

  • Filename
    AllBanks2.jar
  • Uploaded by
  • Uploaded
    May 11, 2016
  • Size
    350.49 KB
  • Downloads
    222
  • MD5
    c09bea63e4fcde3d2e390fe430ec8730

Supported Bukkit Versions

  • 1.9

Changelog

Changelog:

  • Improve AllBanks:
  1. Add the ability for disable modules/banks of AllBanks, this can be disabled from the Config.yml file.
modules:
  banks:
    # Enable/Disable BankLoan
    bank-loan:
      enable: true
    # Enable/Disable BankXP
    bank-xp:
      enable: true
    # Enable/Disable BankMoney
    bank-money:
      enable: true
    # Enable/Disable BankTime
    bank-time:
      enable: true
    # Enable/Disable BankChest
    bank-chest:
      enable: true
  # Enable/Disable AllBanksShop (Shops)
  shop:
    enable: true
  # Enable/Disable TopRanks
  top-ranks:
    enable: true
  # Enable/Disable AllBanksLand
  allbanksland:
    enable: true
  • Improve AllBanksLand:
  1. Add protection against to splash/lingering potions, this means that you cannot throw a potion if you do not have permissions or if you are not the owner of the plot.
  2. ItemFrame is now protected. (You cannot place/interact/remove an ItemFrame if you do not have permissions or if you are not the owner of the plot.)
  3. ArmorStand is now protected. (You cannot place/remove/interact with an ArmorStand if you do not have permissions or if you are not the owner of the plot.)
  4. Painting is now protected. (You cannot place/remove a painting if you do not have permissions or if you are not the owner of the plot.)
  5. New command: /abl plot teleport <OwnerName> (this command allows to you to teleport a certain plot of the specified owner, respectively, this adds a new flag 'allow-plot-teleport').
  6. New plot flag: allow-plot-teleport (for prevents the plot access from the /abl plot teleport command).
  7. Prevent growth of trees outside of the plot. (the tree only grow inside of the plot limits).
  8. Fix minimal bugs.