MonetaryDeathPenalty v0.5

Details

  • Filename
    MonetaryDeathPenalty.jar
  • Uploaded by
  • Uploaded
    Aug 27, 2013
  • Size
    5.80 KB
  • Downloads
    237
  • MD5
    699964f4b0eaeffdffd0332f3758a93f

Supported Bukkit Versions

  • CB 1.6.2-R0.1

Changelog

Added custom message support (read required variables below, examples also shown in the config). {0} - Location {1} - deducted amount without currency symbol {2} - deducted amount with currency symbol Optimised some code. Fixed a conflict with some economy plugins outputting null after the currency name. Removed useCurrencySymbol as it was causing some conflicts with some economy plugins. Removed deathLocationInChat as it is included in the custom message with the {0} variable.

  • customMessage: You have died at {0} due to dying and lost {1} due to dying.
  • Supported variables in the custom message; {0} - X: 0 Z: 0 Y: 0 {1} - 0 {2} - $0
  • Example 1 - You have been killed. You died at {0} and have lost {1}.
  • Output 1 - You have been killed. You died at X: 123 Z: 322 Y: 65 and have lost 500 Dollars.
  • Example 2 - You have been killed. You died at {0} and have lost {2}.
  • Output 2 - You have been killed. You died at X: 123 Z: 322 Y: 65 and have lost $500.

Delete old configs when updating