BuildMoney 3.0

Details

  • Filename
    BuildMoney-3.0.jar
  • Uploaded by
  • Uploaded
    Apr 30, 2018
  • Size
    34.16 KB
  • Downloads
    1,313
  • MD5
    79f5e4c7601dc7f88e7ee28c548806f0

Supported Bukkit Versions

  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • CB 1.7.9-R0.2
  • CB 1.7.9-R0.1
  • 1.8.3
  • CB 1.7.2-R0.3
  • CB 1.7.2-R0.2
  • CB 1.7.2-R0.1
  • 1.7.4
  • 1.7.2

Changelog

- Rewritten code
- Fixed setting constant rewards
- New: Group bonuses (in config.yml) - bonuses are summing when player is member of multiple groups with bonuses
Example setting:

GroupRewardBonusPercent:
  vip: 25
  svip: 30

Player who's member of these two groups will get bonus of 55%.
- New: Command rewards (in blocks.yml) - reward players using your own commands, this feature includes support for giving mcMMO XP points
mcMMO Command syntax: "!mccmo <player> <skillname> <amountXP>"
"<amountXP>" may be replaced with constant value or with "<randomInt>" (you set min and max value below command)
In other commands you can use also "<randomFloat>" where is it applicable.

See examples:

BLOCK_MATERIAL:
    Money:
      min: 1.0
      max: 1.0
    XP:
      min: 1
      max: 2
    Commands:
      1:
        Command: "!mcmmo <player> alchemy <randomInt>"
        min: 1
        max: 2
      2:
        Command: "anothercommand <player> <randomFloat>"
        min: 0.5
        max: 2.0
      3:
        Command: "heal <player>"
      4:
        Command: "give <player> diamond 1"

 

- New: blacklist.yml file - here you can set blocks disabled from rewarding