Command help

Discussion in 'Bukkit Help' started by BabyRaZoR, Jun 16, 2012.

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

    BabyRaZoR

    I want to know how I can add stuff to the rules. When you do /rules it gives the rules that are automatically on there, but I don't know how to add more on there. Also how do I add a kit and delete kits. And finally how I set a certain amount of money that you get when you join the server.
     
  2. Offline

    DT_Rush

    Do you have Essentials?
    If so, then there should be a rules.txt file in the Essentials folder where you can edit what you see in-game
    To edit the kits, open up the config file in the Essentials folder.
    Where it says:
    Code:
    kits:
      Starter:
        delay: 86400
        items:
          - 268 1
          - 270 1
          - 271 1
          - 269 1
    You can edit to your liking.
    To edit your money when you first join find this:
    Code:
    starting-balance: 100
    Hope this helped :)
     
  3. Offline

    BabyRaZoR

    OK
     
Thread Status:
Not open for further replies.

Share This Page