Essentials ?

Discussion in 'Bukkit Help' started by matej122, Jun 2, 2013.

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

    matej122

    Hey guys. I have a problem in essentials plugin.
    Every time when someone login in server start these eror:

    20:20:54
    CONSOLE:
    [WARNING] [Essentials] null

    20:20:54
    CONSOLE:
    [WARNING] 4That kit is improperly defined. Contact an administrator.

    20:20:54
    CONSOLE:
    [INFO] Creating empty config: /dev/shm/Minecraft/plugins/Essentials/userdata/kebaaab.yml


    After some logins server olways crash. Any idea why ?

    Thanks.
     
  2. Offline

    Bobcat00

    Probably an invalid kit defined in plugins\Essentials\config.yml
    Post that file via pastebin.
     
  3. Offline

    matej122


    http://pastebin.com/rrHTqgEr

    I'm trying to fix that few days but no way to fix it :(

    Tnx for reply
     
  4. Offline

    Bobcat00

    You have "tools" where you should have "items"

    Code:
    kits:
      tools:
        delay: 10
        items: <----- THIS ONE
          - 272 1
          - 273 1
          - 274 1
          - 275 1
    
    Be sure to leave the first "tools".
     
  5. Offline

    matej122

    Tnx for reply.. But wath to change here ? . Btw... I have also plugin starterkit for start kit's to players.

    Do i replace essentials with other plugins like : eseentilas---> FeConomy, simpleSpawn, simpleHome, blacklist,..beacause essentiasl all the time crash my server :(
     
  6. Offline

    Bobcat00

    On the line indicated, you have "tools"; It should be "items", as shown.
     
Thread Status:
Not open for further replies.

Share This Page