Permission What am I doing wrong?

Discussion in 'Bukkit Help' started by Kueen, Aug 6, 2011.

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

    Kueen

    No errors no nothing.

    Permissions is the first pluggin I have tried so far.

    I decided to look for a youtube video to make sure I would installed it correctly, so I followed this video to the T. http://www.youtube.com/watch?v=DIEzl1TDPcM

    Then I put myself as admin in the users folder using the template.
    "users:
    thetruekueen:
    groups:
    - Admins
    permissions: "

    Got on to my server put none of the commands worked. I also tried changing the prefix.
    " users:
    thetruekueen:
    groups:
    - Admins
    permissions:

    info:
    prefix: 'Blah'

    That didnt show up.
    I have no idea if thats the wrong way to install so I tried the directions in Permissions itself and that didn't work?

    I have no idea what to even search for to solve this. :( What am I doing wrong?
     
  2. Offline

    ImminentFate

    You are using notepad. That's the first thing that could be causing errors as formatting is very weak. Try Notepad++, it's better. Also you cannot use tabs. You have to use 4 spaces instead.
    And to give yourself access to all commands, you have to put this directly UNDEREATH (no tabs) the permissions node:
    - "*"
    To allow a permission use eg:
    - godpowers.Thor #get the correct nodes from the plugin's page

    To allow all access to a GROUP of commands use:
    - godpowers.* #this will allow all access to all GodPowers commands

    To allow access to all plugins BESIDES one use:
    - godpowers.*
    - -godpowers.Vulcan

    As for prefixes, you need to type this instead of "admin":
    &10[ADMIN]&7
    or you may need to use
    &10["ADMIN"]&7

    Hope this helps :)
     
  3. Offline

    Kueen

    Still nothing :<! Downloaded Notepad++ and edited with that. I never used tabs just spacebar so i dont think thats the problem. I put &10["ADMIN"]&7 in there but that didn't show. I didnt add any other plugins so I didn't allow access to anything yet. When I test to see I use the in-game commands "/permissions" or "/permissions -reload all". Nothing would happen.
    Would I need to add plugins to get permission's ingame commands to work? o.o

     
  4. Offline

    Iswim536

    Dude permissions is hell. I am having the same problem as you. When I'm in the game i can get a title before my name like [Owner] Iswim536:
     
Thread Status:
Not open for further replies.

Share This Page