0.3.0 beta

Details

  • Filename
    blXP.jar
  • Uploaded by
  • Uploaded
    Sep 22, 2012
  • Size
    33.33 KB
  • Downloads
    721
  • MD5
    705ac6f8bfdfa6ff69518ab5352f2efd

Supported Bukkit Versions

  • CB 1.3.1-R2.0

Changelog

Remember to read following pages

http://dev.bukkit.org/server-mods/blxp/pages/config/ (bottom of page) about new "blxp.limit.<number>" permission system for XP Bank limits.

- http://dev.bukkit.org/server-mods/blxp/pages/faq/ if you are Essentials or WorldGuard to block creeper or/and TNT block damage!


CHANGELOG: Features changed/updated

1) You no longer need Vault for blXP plugin (if you dont use economy settings, as in XP Bank money cost), due to permissions update.

2) Added WorldGuard support for region flags (for tnt or creepers block damage deny flags) more information Bug Fixes section #5.

3) Created and destroyed XP banks are logged into console including world and coordinates, you can disable this feature by setting "LogToConsole" false.

example messages from test server console:
- [INFO] [blXP] CoffeeOD created XP Bank at (world) - X: 323 - Y: 64 - Z: 442

- [INFO] [blXP] CoffeeOD destroyed player CoffeeOD XP Bank at (world) - X: 323 - Y: 64 - Z: 442


4) Permissions update means permissions nodes are now easier to add and support fallback Fallback means if you havent setup permissions node rights, everyone will have default limit, this fixes many permissions error that has been reported.

5) New permission updates gives two default bank limit values:
Default-Limit: for players without "blxp.limit.x" permission nodes.
OP-Limit: for players with /op status, this is global bank limit for every server operator (as in /op).



CHANGELOG: Bug Fixes

1) Changed XP system to read player current XP instead total XP, this fixes problems with enchanting not taking XP etc.

2) Fixed annoying Caused by: java.lang.NumberFormatException For input string: "" error, finally managed to catch it while testing. This made unable for players to create XP Banks in certain situations.

3) Fixed problem with plugin giving XP twice if explosion removed sign and block.
Example: Sign was attached to sand block, TNT explosion removes sand and then sign, causing two events to launch and giving player two times XP back from same sign.

4) Fixed problem where only 1 XP Sign would be read in explosion event (such as TNT/Creeper), event if multiple XP Banks signs were destroyed.

5) Fixed issue where signs would give XP upon TNT/Creeper explosion touching it, even if WorldGuard region has TNT block damage denied.

6) Fixed /xpinfo error messages, if user types command wrong plugin will send error message about it to user.

How to update.
Add following lines somewhere in your config.yml file.

Check-SignRadius: false
SignCheck-Radius: 8
Default-BankLimit: 1
OP-BankLimit: 2
LogtoConsole: true
Error-XPInfo-Syntax: 'Command use: /xpinfo or /xpinfo (player)'
Error-SignNear: There is already XP Bank near this location!