[WIP/ADMN] PailPlus v0.1 alpha - Adding more functionality to Pail [MOVED]

Discussion in 'WIP and Development Status' started by feildmaster, Aug 12, 2011.

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

    Gamer0169

    Hey, I love using this, it makes it sooo easy to edit permissions. I was wondering, however, if you could add group support. I will definately keep on using this if you do.
     
  2. Offline

    feildmaster

    I'll be doing groups differently than most are used to... but should be effective. (When I get to it)
     
  3. Offline

    KoryuObihiro

    Crazy feature request: YAML editor for the config.yml files that most plugins use - this would be immensely beneficial even if the only difference between this and a standard text editor were the tabs I see in screenshots.
     
  4. Offline

    feildmaster

    I had actually thought about that... But had no realistic way to go about it... at the moment.
     
  5. Offline

    feildmaster

    Forgot to mention this, but you can remove nodes in the permissions.yml in the plugin folder. (I will add a way to do it in the gui though, for those who don't like YAML editing)

    Moved to devBukkit

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

    AJ12

    This is awsome:Dnow i dont need to use permissions which is overcomplicated and i cant seem to figure out no matter what!
     
  7. Offline

    Aza24

    @fieldmaster Hi me again, I cant seem to get the root permissions file to work with this.
    Here's my 2 permissions.yml files

    Code:
    rank.admin:
      children:
        simpleprefix.admin: true
        simpleprefix.mod: false
        simpleprefix.member: false
        craftbukkit.command.ban.player: true
        craftbukkit.command.give: true
        craftbukkit.command.kick: true
        craftbukkit.command.kill: false
        craftbukkit.command.list: true
        craftbukkit.command.me: true
        craftbukkit.command.op: true
        craftbukkit.command.save.perform: true
        craftbukkit.command.say: true
        craftbukkit.command.stop: true
        craftbukkit.command.teleport: false
        craftbukkit.command.tell: true
        craftbukkit.command.time.set: true
        craftbukkit.command.unban.player: true
        craftbukkit.command.whitelist: true
        xauth.*: true
    
    rank.moderator:
      children:
        simpleprefix.admin: false
        simpleprefix.mod: true
        simpleprefix.member: false
        craftbukkit.command.ban.player: false
        craftbukkit.command.give: false
        craftbukkit.command.kick: true
        craftbukkit.command.kill: false
        craftbukkit.command.list: true
        craftbukkit.command.me: true
        craftbukkit.command.op: false
        craftbukkit.command.save.perform: true
        craftbukkit.command.say: false
        craftbukkit.command.stop: true
        craftbukkit.command.teleport: false
        craftbukkit.command.tell: true
        craftbukkit.command.time.set: false
        craftbukkit.command.unban.player: false
        craftbukkit.command.whitelist: false
        xauth.*: false
    
    rank.member:
      children:
        simpleprefix.admin: false
        simpleprefix.mod: false
        simpleprefix.member: true
        craftbukkit.command.ban.player: false
        craftbukkit.command.give: false
        craftbukkit.command.kick: false
        craftbukkit.command.kill: false
        craftbukkit.command.list: true
        craftbukkit.command.me: false
        craftbukkit.command.op: false
        craftbukkit.command.save.perform: false
        craftbukkit.command.say: false
        craftbukkit.command.stop: false
        craftbukkit.command.teleport: false
        craftbukkit.command.tell: false
        craftbukkit.command.time.set: false
        craftbukkit.command.unban.player: false
        craftbukkit.command.whitelist: false
        xauth.*: false
    Code:
    registered_nodes:
    - rank.member
    - rank.moderator
    - rank.admin
    users:
        SandWood:
            permissions:
                rank.admin: true
                rank.member: false
                rank.moderator: false
    
     
  8. Offline

    feildmaster

    @Aza24 : Remove member and moderator "false"

    I need to make a way to clear these values in the GUI. "True" and "False" aren't the only options..
     
  9. Offline

    Aza24

    Still doesn't work, any other suggestions?
     
  10. Offline

    feildmaster

    Did you have the server off when you did that?

    And are all the permissions for SuperPerms?
     
  11. Offline

    Aza24

    Yes

    Yes I tried putting the prefix ones straight into the plugin and they worked
     
  12. Offline

    feildmaster

    I wonder if it registers them correctly when starting the server...
     
Thread Status:
Not open for further replies.

Share This Page