Solved Help With Setting up Premissions

Discussion in 'Bukkit Help' started by FredKing27, Jul 14, 2012.

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

    FredKing27

    Do I have to have the host part like in your code I took this from the link you gave me.

    Host:
    options:
    rank: '100'
    prefix: '&6[Staff]&c'
    suffix: '&b[Host]'
    permissions:
    - '*'
    - .give.item.*
    - adminchat.send
    - adminchat.read
    - adminchat.broadcast
    - mwStop.stop
    - mwStop.use
    - CommandBin.hat
     
  2. Offline

    Omnitv

    You can edit the Prefix, suffix, Rank and the permissions tp all your liking. this was just an example.
    PHP:
      Host#enter your own group name here
        
    options:
          
    rank'100' #enter your own rank here
        
    prefix'&6[Staff]&c'#enter your own prefix here
        
    suffix'&b[Host]' #enter your own suffix here
        
    permissions:
        - 
    '*'
    #enter your own permission noes here[/PHP
     
  3. Offline

    FredKing27

    Also I'd like to add a question what does that host part do?

    Oh I get it.

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

    Omnitv

    Its just a group name.
     
  5. Offline

    FredKing27

    Does every command have it's own premission node?
     
  6. Offline

    Omnitv

    Yes and it depends on the plugin you installed.
    Every command has a permission node.
    If a group does not have that permission node, a user in that group cannot perform that command.
    In order for you to add a user to a group this is how it works:

    PHP:
    users:
      
    omnitv#insert username here
        
    permissions#insert specialized permission nodes here for that one person
        
    softlimit.bypass
        
    zombes.noclip
        
    Host
        
    adminchat.send
        
    adminchat.read
        
    adminchat.broadcast
        
    '*'
        
    modifyworld.*
        
    group:
        - 
    Host  #what group will that user be in.
     
  7. Offline

    FredKing27

    Thanks! Now I know what I need to setup I'll post if I need more help.

    Omnitv Do you know how to add prefixes for every group or do I need to download another plugin for that?

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

    Omnitv

    How do I give players words before name and after?
    This is called prefix and suffix
    Here is an example
    PEX (open)
    PEX (open)
    Code:
    Host:
        options:
        rank: '100'
        prefix: '[Staff]' #EDIT Staff, Leave the '[]'
        suffix: '[Host]'
        permissions:
    


    bPerms (open)
    bPerms (open)
    Code:
      admin:
        permissions: []
        groups: []
        meta:
          priority: '100'
          prefix: '[Admin]'
          suffix: '[Staff]'#EDIT Staff, Leave the '[]'
          suffix: ImLeet


    permsBukkit (open)
    permsBukkit (open)
    Code:
    da-name-format: '+prefix+name&e'
    date-format: HH:mm:ss
    message-format: '+prefix+name&f: +message'
    mchat:
        prefix:
            admin: 'DtK [SO]  '
            sadmin: 'DtK [SA]  '
            jadmin: '&aDtK [JA]  '
            member: 'DtK [M]  '

    How do I give colour to the prefixes and suffixes?
    This is the yaml to coloured prefixes and suffixes.
    Colours (open)

    [​IMG]

    This is how you give colours to the prefixes and suffixes
    Edit the &6 and such.
    PEX (open)
    Code:
        prefix: '&6[Staff]&c'
        suffix: '&b[Host]'

    First you need this:bChatManager
    bPerms (open)
    Code:
          prefix: '&e[Admin]'
          suffix: '&e[Staff]'


    Source: http://forums.bukkit.org/threads/re...on-pex-bperms-permsbukkit.84151/#post-1192691
     
  9. Offline

    FredKing27

    Do I have to code it in because it was not autocoded in for me.
     
  10. Offline

    Omnitv

  11. Offline

    FredKing27

    I'm Not lazy often I'll code it in myself because I do not want to download MYSQL and .NET

    Omnitv Why is it like this in the first group:

    groups:
    default:
    prefix: '[Visitor]'
    default: true
    permissions:

    But like this in the all the rest of the groups (couldn't change the font):
    VIP:
    options:
    rank: '100'
    prefix: '&5[VIP]&0'
    permissions:


    Omnitv why did some of my text suddenly become red when I was editing the file.

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

    404Ninja

    We are not tech support slaves, don't bumb that often, whats the point, people will still see your thread.
    Ok I may be repeating what other people already said, but for a start, the only person who can connect to the server will be you if the ip is localhost, thats what localhost means, locally hosted. Then how would that plugin even be possible. Like how would it decide if member gets the ban command or not. If the author specified that member does not, then what if the default group was citizen. Next, your asking someone to take hours to code a complicated plugin with the incentive that it will save you and your little group of friends maybe half a hour each. NOT HAPPENING.
     
  13. Offline

    FredKing27

    I Know that you are not "tech support slaves" I'm sorry if the old post made you feel that way as that was an old post and I didn't know how often you could bump, I thought you could do it all the time I didn't mean to offend you or anyone here. Also with the other post that you quoted, I thought if someone already had the code all done I could use their code, or if someone liked to write code that they could do it. Also I know what the term "localhost" means. I am going to port forward the server soon. Also some people just like to help, I'm not making people help i'm just asking the community as a new server owner politely for help and I am setting up premissions now and I plan on finishing them soon. Also with the plugin that I thought of. It was so it could help all people that don't fully understand premissions. In the future I may make the plugin to save others countless hours of learning premissions.

    Also Why did you quote a post on page 1 when the thread has 4 pages. I don't think you read the whole thing.
     
Thread Status:
Not open for further replies.

Share This Page