mung3r / ecoCreature

PvM/E Rewards
http://forums.bukkit.org/threads/29538
GNU Lesser General Public License v3.0
7 stars 12 forks source link

Disable coin rewards but not EXP in an area? #79

Closed Xavura closed 12 years ago

Xavura commented 12 years ago

I want to stop people using our EXP farms to farm coins, is it possible to do this?

mung3r commented 12 years ago

You can if you use WorldGuard. Define a region that encloses the area to do not want any coin rewards. Then, define a WorldGuard Gain multiplier of zero:

Gain:
  WorldGuard:
    MyRegionName1:
      Amount: 0.0

Replace MyRegionName1 with the name of your WorldGuard region.