Essentials command-cost

Discussion in 'Bukkit Help' started by xLoGiiKzZo, Apr 29, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    xLoGiiKzZo

    Hello i got a problem with Essentials command-cost feature.
    Im trying to make it so that when people use /region claim it charges them $1000. But its just not working, it doesn't charge them anything!

    Heres the parth of my config:

    command-costs:
    spawn: 200
    home: 200
    region-claim: 1000
    # /example costs $1000 PER USE
    #example: 1000
    # /kit tools costs $1500 PER USE
    #kit-tools: 1500

    bump for help

    bump for help :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  2. Offline

    Harry8550

    Remove the '#' from the things you want to enable, like the config says at the start...
     
  3. Offline

    xLoGiiKzZo

    i did or do you see any # before region-claim ?
     
  4. Offline

    bryanschmidty

    This is not working for me either. And no Harry8550, it's not a comment (#) issue. Here is mine:
    command-costs:
    kit-tools: 1500
    kit-worldedit: 10000
    enchant: 5000
    gamemode: 250
    creative: 250
    I have the same issue where it will not charge for using any of those commands.
     
  5. Offline

    F4D5

    Code:
    kits:
      new:
        delay: 5
        items:
          - 5 10
          - 364 4
     
    command-costs:
      kit-new: 5
    Same issue as well. I'm running this with vault. Not sure what the issue is. If I figure it out, I'll be sure to share what I've learned.
     
  6. Offline

    mentin2

  7. Offline

    Eartold

    I'm have this same problem, I'm working on fixing it right now.. I think I may have figured it out, I think that maybe instead of...​
    command-costs:​
    spawn: 200​
    home: 200​
    region-claim: 1000​
    # /example costs $1000 PER USE​
    #example: 1000​
    # /kit tools costs $1500 PER USE​
    #kit-tools: 1500​

    you put...​

    command-costs:​
    /spawn costs $200 PER USE​
    spawn: 200​
    /home costs $200​
    home: 200​
    /region-claim costs $1000 PER USE​
    region-claim: 1000​
    # /example costs $1000 PER USE​
    #example: 1000​
    # /kit tools costs $1500 PER USE​
    #kit-tools: 1500​
    I'm not fully sure, I still have to check.. Also I suggest doing what mentin2 said to do for commands that aren't with Essentials. Hope this helped in some way, sorry if it doesn't work.​
     
  8. Offline

    bmouthboyo

    for some reason I cannot get this to work with even the essentials commands like tpa or spawn.

    Anyone help?
     
Thread Status:
Not open for further replies.

Share This Page