Permissions?

Discussion in 'Bukkit Help' started by Buckwheat, Feb 24, 2011.

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

    Buckwheat

    How can I enable permissions for my plugins it says that I need to in order for them to not keep getting disabled.

    They say the permissions need to be enabled, how so?

    I'm running CraftBukkit now with my Server.
     
  2. Offline

    st3alth0606

  3. Offline

    Buckwheat

    I got that taken care of but for some reason some of the iConomy commands wont work but a lot do. Do I need to configure the rest in the Permissions?
     
  4. Offline

    st3alth0606

    For Moderators and regular Users you do have to configure the rest in Permissions. But for Admins (assuming you haven't edited the config yet) you should have all permissions ('*').

     
  5. Offline

    Buckwheat

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: 
                suffix:
                build: false
            inheritance: 
            permissions:
                - 'general.spawn'
                - 'iConomy.payment'
                - 'iConomy.list'
                - 'iConomy.rank'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
        Admin:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
    Is my current config and I dont even think I'm admin.
     
  6. Offline

    Windwaker

    Nooooo... I'll save you!

    Don't use permissions use GroupManager.

    Permissions will be obsolete very shortly.
     
  7. Offline

    Buckwheat

    Well how can I do that?

    I'm an uber noob and I just started with CraftBukkit an hour ago.
     
  8. Offline

    st3alth0606

    I'm gonna have to agree with Walker on that one,

    But, assuming you want to use Permissions,

    This is the example command to add yourself to the admin group.
    It should go at the bottom of the config file.
     
  9. Offline

    Windwaker

    Are you using essentials? If yes do you have the latest version?
     
  10. Offline

    Buckwheat

    I'm using Permissions v2.1
     
Thread Status:
Not open for further replies.

Share This Page