PermissonsEX Help

Discussion in 'Bukkit Help' started by Pika_Budder_Chu, Aug 6, 2013.

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

    Pika_Budder_Chu

    I started a Minecraft Server and tried setting the permissions like this:
    Code:java
    1. groups:
    2. default: true
    3. permissions:
    4. - '*'
    5. inheritance:
    6. prefix: '&4[=OWNER=]
    7. build: true
    8. suffix: ''

    Then, when I get on to make some buildings, I can't do anything, only move. I can't type, build, destroy, use items, etc...
    What do I do?
     
  2. Offline

    Freddie1282

    Did you set yourself as owner or did you OP yourself?
     
  3. Offline

    Pika_Budder_Chu

    I set myself as owner. No ome has gone onto my server at all except me, by the way.
     
  4. Offline

    NanoSkill

    Ah so are you using pex ? if so read below, if not post what you are using.

    you want a working pex, I will include a link to a example down below, but for the building part, it sounds like a modifymyworl permission node problem you can also find the link for the permission nodes below which you just place in the section for ranks that say permissions.

    (Example Pex) https://github.com/PEXPlugins/PermissionsEx/wiki/Basic-Permissions-Setup#wiki-file-backend-example

    (Modifymyworlperms) https://github.com/PEXPlugins/PermissionsEx/wiki/Modifyworld

    I have also created a forum post on how to make your first Permissions ex config, you can find it @ http://forums.bukkit.org/threads/guide-how-to-create-your-first-pex-config.165838/

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

    SwainTehGamarh

    Hey i am wondering have you deleted essentails antibuild and modifybuild because its not that our permissionsex isnt working its the fact modifybuild is stopping you. Hope this helped
     
  6. Offline

    Pika_Budder_Chu

    I followed your instructions on the first link you gave me and got this:

    groups:
    default:
    default: true
    permissions:
    - modifyworld.*
    Worker:
    options:
    rank: '1000'
    prefix: '&7[Worker]'
    permissions:
    - modifyworld.*
    Veteran:
    options:
    rank: '900'
    prefix: '&e[Veteran]'
    permissions:
    - -modifyworld.mobtarget.monster.creeper
    - modifyworld.*
    Moderator:
    options:
    rank: '100'
    prefix: '&a[=MOD=]'
    permissions:
    - -modifyworld.mobtarget.*
    - modifyworld.*
    Admin:
    prefix: '"&4[=ADMIN=]'
    permissions:
    - -modifyworld.mobtarget.*
    - modifyworld.*
    - permissions.*
    Member:
    prefix: '&7[Member]'
    users:
    create:
    group:
    - Owner
    Owner:
    group:
    - Create
    Pika_Budder_Chu:
    group:
    - Admin
     
  7. View attachment 21888
    Hey having some problems when ever we speak it puts our ranks into the tab menu if we join and dont say anything it is fine but I have no clue what is happening.

    nvm fixed it

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

    VanillaSnack

    how ? Got the same problem... nothing is working
     
  9. Go into essentials then config
    # When this option is enabled, the (tab) player list will be updated with the displayname.
    # The value of change-displayname (above) has to be true.
    #change-playerlist: false
    Change it to false if that dosn't work update essentials.
     
Thread Status:
Not open for further replies.

Share This Page