Can't create kits in essentials

Discussion in 'Bukkit Help' started by Felype, Apr 18, 2014.

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

    Felype

    Everytime i try to create a kit in essentials,i do /reload in the server but the kit doenst appear in the kits list and a errorconfig file is created.

    Config: http://pastebin.com/HbDiKtuY

    (Sorry bad english)
     
  2. Offline

    Derugo

    Felype http://pastebin.com/CVgubh8b

    Fixed. Just replace that paste with your current config.

    Small tip: Don't do /reload when you change small things. See if there's a command to reload the plugin's config. (/ess reload for essentials) /reload can crash your server, especially if you're running on low memory.
     
  3. Offline

    Felype

    When i do /kit arqueologo this appears : http://myprintscreen.com/s/50ph
     
  4. Offline

    Derugo


    Felype Fixed: http://pastebin.com/uYNFDjU0

    You put an incorrect item id for your first item, set it to an iron axe so it would work (obviously you can change it). You also didn't put the quantity you wanted for the last 3 items.

    Proof it now works:
    [​IMG]

    Enjoy :)
     
  5. Offline

    Felype

    Thank you! i will do more kits soon what i did wrong in the past code?
     
  6. Offline

    Derugo


    :)
     
  7. Offline

    Felype

    No spacing error?
     
  8. Offline

    Derugo


    You had too many spaces on the items for your kit in the first config you pasted.
     
  9. Offline

    Felype

    What wrong now?: http://pastebin.com/yrHwnBRA
    The rank fazendeiro dont works
     
  10. Offline

    bobin17231

    Felype
    Code:
              - 295 20
              - 338 64
              - 351:3 16
              - 362 16
              - 361 16
              - 351:15 32
    Line 265 in the pastebin link is the correct way to format the rest of those items
     
  11. Offline

    Felype


    bobin17231 Thanks but i have a question how much spaces i need to put from the items: to the - ids,etc..
     
  12. Offline

    bobin17231

    Felype
    I didnt count or anything but look at the previous kits u made. match up the lines
     
  13. Offline

    Felype

  14. Offline

    JaguarJo

    Felype You had some tabs at the end of your kit. Also, fazendeiro and vip both had their items indented one too many spaces. There should be 6 spaces at the beginning of those lines. This copy should work: http://pastebin.com/tApCph5t

    If you make any more changes, paste your file on this website and it'll show you where the errors are if there are any.
     
  15. Offline

    Felype

    JaguarJo The kit Vip doenst appears in-game
     
  16. Offline

    JaguarJo

    Hmm...could you paste your whole essentials.config as it looks now? Maybe there's something going wrong between the part we've edited and the rest of it.
     
  17. Offline

    Felype

    JaguarJo Just fixed it,thanks anyway.

    JaguarJo Trying to create kit miner,dont works too,i thinking that Essentials config doenst like me

    http://pastebin.com/n8sn1pdZ

    The error in the site:
    ERROR: while scanning for the next token found character '\t' that cannot start any token in "<unicode string>", line 285, column 11: items: ^

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  18. Offline

    JaguarJo

    Felype That error means that there's a tab in your file. Looks like it's right at the end of your items: line. Just delete the tab and it should work.
     
  19. Offline

    Felype

    Wow,a space do the difference,thanks.
     
Thread Status:
Not open for further replies.

Share This Page