New server admin in need of help...

Discussion in 'Bukkit Help' started by varo, May 2, 2011.

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

    varo

    For the love of god, i've spend days on trying to figure it out how to set permissions.

    I have these plugins installed:
    - BigBrother
    - Essentials
    - LevelCraft (all of them)
    - MessageChanger
    - MineCartMania (full suite)
    - NoCivilSpawns
    - Permissions
    - Prefixer
    - ScheduledAnnouncer
    - WorldEdit
    - WorldGuard

    All plugins, server and bukkit is running latest version.

    The server runs smooth, no lag and perfectly (24 player server atm, will upgrade later when i get these things done). (the website).

    As you can see I'm pretty serious about this. Now i have 2 admins xRiZZaHx (me) and XarchyX.
    These 2 can do all commands (wich is perfect). I'm working with a whitelist and i need all the people
    that are whitelisted to be able to enter a Nether gate and use the mail options from essentials (wich both they cant now: "You do not have permission to use this command.").

    I hope any of you is kind of enough to point me in the right direction to set this up.

    Greetings,
    RiZZaH
     
  2. Offline

    hAvAAck

    in each of the threads for your plugins (if it says it supports permissions) there will be a list of permissions nodes. That or a link to a wiki that lists the permissions nodes.
    rename the permissions config to your wold name, open it in notepad++ and follow the guidelines for giving access to permissions nodes.
    Then go to an online YAML parser and put in what you types to ensure there are no errors. Then save it on to the server, reload permissions and you should be good.
    There's plenty of documentation on the permissions thread on how to set it up properly. Have you tried? If so, post the config file.
     
    varo likes this.
  3. Offline

    Xphome

    Code:
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - 'essentials.spawn'
                - 'essentials.sethome'
                - 'essentials.home'
                - 'essentials.help'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.mail.read'
                - 'lwc.protect'
    There you have an old version of my config, players in the default group can send and read mail.
     
    varo likes this.
  4. Offline

    varo

    Ok thanks alot, I dont know why I had such difficulties with it, though, it seems simple. Ill use the online parser to check aswell. Thanks for the insanely quick response mates.

    Greetings,
    RiZZaH

    Ok everything i want to work for members is working except for them entering the nether, admins can portal, but users walk just through them and i cant find the nether permission node anywhere.

    Help greatly appreciated!

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

    hAvAAck

    link plugin?
     
  6. Offline

    varo

  7. Offline

    Zeroth

    I'm pretty sure the node is 'essentials.portal'
     
    varo likes this.
  8. Offline

    hAvAAck

    • /world: Allows you to teleport to any world by name, which is on the server.
      • essentials.world
      • essentials.portal Allows players to use a portal to the nether.
      • /<command> <nether|normal|0,1,2,3, etc..

    in the wiki/installation guide
    http://ess.earth2me.com/index.php/Command_Reference

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 14, 2016
    varo likes this.
  9. Offline

    varo

Thread Status:
Not open for further replies.

Share This Page