[ADMIN/DEV] PermissionsEx

Discussion in 'WIP and Development Status' started by t3hk0d3, Apr 17, 2011.

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

    ToastedJelly

    How do I use only the modifyworld, but turn off permissionsEx?
     
  2. Offline

    t3hk0d3

    Dude, you are sane? :D
     
  3. Offline

    ToastedJelly

    I would appreciate an answer with your god complex turned off... if that's possible :D
     
  4. Offline

    t3hk0d3

    Sorry dude, but i found your question silly. You asked "how to disable plugin, but leave it features?". How you suppose modifyworld will work without PEX? Using Permissions or GM?
     
  5. Offline

    ToastedJelly

    Well, you have to admit that the modifyworld features would also be useful to somebody not using permissionsEx - I actually thought about:
    1. Bukkit permissions when they arrive.
    2. McMyAdmin users who can only export permissions to GroupManager/Permissions
     
  6. Offline

    t3hk0d3

    There is many plugins with same functionality as modifyworld for this.
     
  7. Offline

    ToastedJelly

    Alright. Thanks
     
  8. Offline

    t3hk0d3

  9. Offline

    Zoom0de

    OK, I can't seem to get modifyworld to world properly, i'll lay out what I've done so far, and see if anyone has any advice. This is my config file:

    permissions:
    backends:
    file:
    file: permissions.yml
    backend: file
    basedir: plugins\PermissionsEx
    modifyworld:
    enable: true
    itemRestrictions: false

    And my output for my user is:

    users:
    Zoomode:
    group: default
    permissions:
    - -modifyworld.blocks.destroy
    - -modifyworld.*
    worlds:
    world:
    permissions:
    - test.*
    groups:
    default:
    default: true
    permissions:
    - -modifyworld.*

    I even went double checked that I had modifyworld enabled by putting the '/pex config permissions.modifyworld true' command through. I've reloaded countless times, but no luck, I can still destroy/place blocks. Where am I going wrong? Thanks!
     
  10. Offline

    t3hk0d3

    Please use this thread: http://forums.bukkit.org/threads/admn-dev-permissionsex-v1-10-permissions-extended-733-803.18140/

    Anyway, show output of these commands:

    pex user Zoomode
    pex config "permissions.modifyworld.enable"
     
  11. Offline

    Zoom0de

    Yeah, that was the first thread I turned to, but still couldn't muddle my way through it. Here's my outputs:
    and:
    Even so, I can still destroy blocks...hmmm

    Lol, nevermind. I just realized my error. I misread the "modifyworld permissions". I didn't realise they all had to be preceded by "permissions." I now have it working properly. Thanks again, great plugin!

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

    C0R7

  13. Offline

    jonathanyc

    I typed a larger argument previously, but that got deleted, so here it is short and simple -
    you are showing a lack of understanding in the F/OS philosophy - the goal of open source is not to eliminate competition, but to encourage it. This plugin is clearly gathering a following, which means that it has to be, at least in some regards, better than your "Permissions 3." It's different enough that it can't easily be put in a pull request (and likely wouldn't be accepted by you...), so please don't use thinly veiled M$-isms to further your own prestige.
     
  14. Offline

    t3hk0d3

    Look at the post date.

    Anyway, that argue was solved a long time ago (im even get banned on #permissions for a time), and then PEX became PEX.
     
  15. Offline

    Tang

    Awesome plugin, not much to say except keep up the good work!
     
  16. Offline

    thestriker095

    Is a additional plugin such as iChat required to use the prefix & suffix?
     
  17. Offline

    Hanver

    - modifyworld.vehicle.enter

    it is work? User can placed a cart on the rail but he can drive with the minecart - my station is protect. where is my fault?
     
  18. Offline

    CadenMC

    Any way to shorten the command? I'd like to make it /pex user group instead of the /pex user Caden group set builder..
     
  19. Offline

    Weihnachtswurst

    Hi,

    I would like to use your permissions-system on my server, but I found even after an hour no installation and configuration guide for the MySql. Was i only too supid to found the links for this??? Please tell me, where I can find something like this.

    P.S. Yes I searched for this, on github and on google / Sorry for my bad english
     
  20. Offline

    seanm0429

    quick question... me and a friend are going to host 2 servers. Would we be able to have both read form the same sql database host? So we would have a universal permissions system. OR would server A override Server B's permissions systems?

    Thanks
     
  21. Offline

    thehutch

    Why would you reply to a WIP post this post is from when PEX was in progress you should ask for help on bukkitDev on PEX's plugin
     
  22. The admin group is this and the permissions doesn't work ( all permissions )

     
  23. Offline

    md_5

  24. Offline

    unamex

    bei mir steht immer wenn ich etwas von dem machen möchte: Sorry you dont have enought permissions
     
  25. Offline

    Stigern

    How do I find out more colorcodes(&4) for prefixes? I want a darker green for my admins.
     
  26. Offline

    lycano

    Stigern Check the minecraft wiki and search for color codes ^^
     
  27. Offline

    Squirzy

    Hey, I have a plugin on my server (VanishNoPacket). It has some permissions nodes and when groups have the '*' they get all the nodes, but there are some I am trying to remove. I put this:
    Code:
      Admin:
        prefix: '[&6Admin&f] '
        permissions:
        - '*'
        - -vanish.silentjoin
        - -vanish.silentquit
        - -vanish.nointeract
    and yet it still doesn't remove the node. Am I doing something wrong? Also, do worlds still work? I have this on the configs:
    Code:
        worlds:
          Factions:
            permissions:
            - essentials.sell
          world:
            permissions:
            - lwc.protect
            - lwc.unlock
            - essentials.sell
            - towny.town.new
            - towny.town.claim
            - towny.town.plot
            - towny.nation.new
          world_nether:
            permissions:
            - lwc.protect
            - lwc.unlock
            - essentials.sell
          Creative1:
            permissions:
            - lwc.protect
            - lwc.unlock
            - MyPlot.plot.free
            - MyPlot.plot.tp
            - MyPlot.claim
            - MyPlot.plot.nuke
            - MyPlot.plot.clear
            - MyPlot.plot.disown
            - MyPlot.plot.remove
            - MyPlot.plot.add
            - MyPlot.plot.list
            - MyPlot.plot.info.own
            - MyPlot.plot.info
            - MyPlot.admin.nuke
            - MyPlot.admin.clear
            - MyPlot.nukeit
            - MyPlot.skipit
            - MyPlot.imdone
            - MyPlot.admin.ntool
            - MyPlot.plot.admin
    But it doesn't work
     
  28. Offline

    DennisLysenko

    Can Someone Please Help Me. My Permissions.yml File Looks Like This
    Code:
    groups:
      Member:
        default: true
        permissions:
        - bukkit.command.tell
        - bukkit.command.kill
        - bukkit.command.me
        - bukkit.command.help
        - bukkit.command.list
        - bukkit.command.time
        prefix: '[&8Member&f]&e '
      Premium:
        inheritance:
        - Member
        default: false
        permissions:
        prefix: '[&2Premium&f]&e '
      Moderator:
        inheritance:
        - Premium
        default: false
        permissions:
        - bukkit.*
        - teleport.*
        - chestshop.*
        - hsp.*
        prefix: '[&3Mod&f]&e '
      Co-Owner:
        inheritance:
        - Moderator
        default: false
        permissions:
        - bukkit.*
        - teleport.*
        - chestshop.*
        - hsp.*
        prefix: '[&bCo-&aOwner&f]&e '
      Owner:
        inheritance:
        - Co-Owner
        default: false
        permissions:
        - bukkit.*
        - teleport.*
        - chestshop.*
        - hsp.*
        - pex.*
        prefix: '[&aOwner&f]&e '
    And When I Tested The Guest Group It Didnt Show The Motd Of The Server. And It Was The Same For Every Other Group. Whats My Problem

    I Have A Pic Of All The Color Codes Download It
    View attachment 8798

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

    Wyldfyre

    Not sure where else to ask, but I've run in to quite the technical hitch while trying to set up a Tekkit 3.0.3 server. Although I am fairly computer-competent, this is my first attempt at ever creating a Minecraft server.

    I followed this tutorial:


    exactly and managed to set the permissions so that players become "guest" by default, which I've set to disable block placement, block destruction and item pickup. I tested it and it worked, so I went on to create a "member" and "admin" rank. As far as I can tell, I set the "member" rank with just the permission "- modifyworld.*" and "admin" rank with just "'*'".

    Now when I tried to test these ranks, I still had the attributes of the guest rank, but when I checked my rank in both "member" and "admin" status both ingame and the server console, everything seemed okay and the correct permissions were listed, but I still could not break or place blocks nor pick up items.

    So I decided "Screw it, I'll try something else". I got a template permissions system from the wiki which appears to be correct in function, but I still had my previous "guest" rank attributes, i.e: no world interaction allowed at all, despite overwriting the permissions.yml file and having the new ranks and permissions listed.

    A little more than frustrated at this point, I decided I could do without permissions for now, and removed all the folders I could find related to it. That hasn't worked. Despite a clean uninstall and reinstall as well as deleting additional files and folders, I've tried everything to set my server back to default privileges to no avail. I'm still unable to interact with anything whatsoever.

    Any help here would be really, really appreciated.
     
  30. Offline

    snake4212


    really easy way to set it up plus you can download my permissions file
     
Thread Status:
Not open for further replies.

Share This Page