BukkitGames Plugin.. Default users cant access kits!

Discussion in 'Bukkit Help' started by GhostCrafter1996, Jul 3, 2012.

Thread Status:
Not open for further replies.
  1. I have the right kits set up, and I have vault installed. I'm using groupmanager for permissions, could that be the problem? when users use /kit kitname it says not available. But the winner of the game can use kits as well as OPs. I will pastebin my kit config and my groupmanager config.

    KITS
    http://pastebin.com/qsnbM673

    GroupManager
    http://pastebin.com/fYF7TeFu

    Anyone? We need kits to play! D:

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

    aaronfranke

    Bump.
    This is an issue for me aswell.
     
  3. Offline

    Shawneth

    Sorry for the couple days bump, but for anyone who is having this problem, simply add a COMMA at the end of the parentheses.

    Here's an example.

    Here is a basic mistake.
    Code:
    barbarian:
      ITEMS:
        - '272,1'
        - '299,1'
      ABILITY: 0
    This is how you fix it
    Code:
    barbarian:
      ITEMS:
        - '272,1,'
        - '299,1,'
      ABILITY: 0
    Notice the commas.. Alright hope this helps you!
     
Thread Status:
Not open for further replies.

Share This Page