Admin WorldEdit Permessions??

Discussion in 'Bukkit Help' started by thebigdoduz, Jun 8, 2012.

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

    thebigdoduz

    Hi, yesterday I set up my brand new no-Hamachi Server (Thanks to my friend andrewpo :)).
    I downloaded and installed GroupManager but I don't know how can I add the usability of WorldEdit command to the Admin group.
    What string I have to add?? I'm running Mac OS X Lion.
     
  2. Offline

    Konkz

    Use PermissionsEx and look at the permission nodes at World Edit wiki.
     
  3. Offline

    thebigdoduz

    Yes, I entered the GroupManager and I modified the global groups.yml file.
    I added the strings but them didn't work. Can you write me exactly what I have to add??
     
  4. Offline

    Erall

    I think that the easyer way would be that you link us what you wrote.
     
  5. Offline

    theniels17

    i have wrote the permissions of worldedit just in here:
    C:\Users\Niels\Desktop\minecraft-server bukkit\plugins\GroupManager\worlds\world
    and then in the section of ADMIN like this:
    Admin:
    default: false
    permissions:
    - worldedit.*
    inheritance:
    - moderator
    - g:essentials_admin
    - g:bukkit_admin
    - g:towny_admin
    info:
    prefix: '&c[Admin] &f'
    build: true
    suffix: ''
    the * means that that group has all permissions of that plugin but it is important that you have a dot (.) between the pluginname and the * and also the spaces are important one little space too much or less and it doesn't work
     
    GidSkid likes this.
  6. Offline

    thebigdoduz

    I report what I read in that file:
    - bukkit.broadcast
    - bukkit.broadcast.admin
    - bukkit.command.give
    - bukkit.command.help
    - bukkit.command.kill
    - bukkit.command.list
    - bukkit.command.me
    - bukkit.command.plugins
    - bukkit.command.reload
    - bukkit.command.save
    - bukkit.command.save.disable
    - bukkit.command.save.enable
    - bukkit.command.save.perform
    - bukkit.command.say
    - bukkit.command.stop
    - bukkit.command.teleport
    - bukkit.command.tell
    - bukkit.command.time
    - bukkit.command.time.add
    - bukkit.command.time.set
    - bukkit.command.version
    - bukkit.command.whitelist
    - bukkit.command.whitelist.add
    - bukkit.command.whitelist.disable
    - bukkit.command.whitelist.enable
    - bukkit.command.whitelist.list
    - bukkit.command.whitelist.reload
    - bukkit.command.whitelist.remove
    - bukkit.worldedit

    Is it wrong??
    Do you know what is the string for allow an admin to /gm command?
    And I have another problem.... When I and my friends enter the server no one has the creative mod that I have set before... Me too! How can I fix it?
     
  7. Offline

    Erall

    If you have Only this in your file, it won't work. You have to have something similar to :
    If you only linked your permissions, check you put it in the permissions field, not in the inheritance one.
    And if my memories are good, you can see "g:essentials_admin" in the "normal" file. I think that inheritance is located in a file in your groupmanager repertory ( not in worlds/world ). Try to open it ( if you see it ) and add a new field ( just copy one, and put your permissions inside it ). Then in the group file, inheritance field, add your permissions name ( I mean, only the "title" of all your permissions you wrote in the last file ).

    I hope you understood my English and what I tried to say ;)
     
  8. Offline

    andrewpo

    Oh! Oh! I was mentioned!

    You need to add the " worldedit.* " node
    Code:
    permissions:
        - worldedit.*
    So something like that in your permissions YML ^^

    Note that you MUST keep the spacing correct at the start of each line, the post before mine would not work if you copied and pasted it.
     
  9. Offline

    thebigdoduz

    sorry, but I have to paste this code in the groupmanager or in other file?
     
  10. Offline

    andrewpo

    Copy the contents of your groupmanager permissions file and upload them to www.pastebin.com and send us the link.
     
  11. Offline

    thebigdoduz

  12. Offline

    andrewpo

  13. Offline

    thebigdoduz

    It doesn't work... :(
     
  14. Offline

    thebigdoduz

    Hey can you help me???
     
  15. Offline

    Yocole

    Believe it's fixed, try this now. :)
    Code:
    groups:
      Default:
        default: true
        permissions:
        - -bukkit.command.kill
        inheritance:
        - g:essentials_default
        - g:bukkit_default
        info:
        prefix: '&e'
        build: false
        suffix: ''
      Builder:
        default: false
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
        prefix: '&2'
        build: true
        suffix: ''
      Moderator:
        default: false
        permissions:
        - worldedit.*
        inheritance:
        - builder
        - g:essentials_moderator
        - g:bukkit_moderator
        - g:towny_moderator
        info:
        prefix: '&5'
        build: true
        suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - moderator
        - g:essentials_admin
        - g:bukkit_admin
        - g:towny_admin
        info:
        prefix: '&c'
        build: true
        suffix: ''
      Founder:
        default: false
        permissions:
        - '*'
        inheritance:
        - admin
        info:
        prefix: '&4'
        build: true
        suffix: ''
     
  16. Offline

    thebigdoduz

    It unfortunately doesn't work... Another?

    I tried to put every single permission line but it didn't work...

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

    Omnitv

    What errors are you getting?
    A simple "It does not work" Gives us not info and rude
     
  18. Offline

    thebigdoduz

    The Admins have the "You don't have the permission to do this" error.
     
  19. Offline

    thebigdoduz

    Guys?? Can you continue the conversation? If you can't simply write I don't know... :)
     
  20. Offline

    MindenCucc

    Hi, you need WEPIF (WorldEdit Permission -Anything- Framework), to let Pex to work with WorldEdit.

    And sorry for my bad spelling ;)
    Enjoy! [cake]
     
  21. Offline

    Necrodoom

    1. thread was posted atleast 1 month ago
    2. he uses groupmanager, not PEX, much better
    3. not related to issue at all (wepif comes with worldedit by default)
     
  22. Say in your cmd loggs from where you click when running your server when done op yourname
     
Thread Status:
Not open for further replies.

Share This Page