Inactive [ADMN/DEV] PermissionsEx (PEX) v1.19.5 - Tomorrow is Today! [1.4.6-R0.1]

Discussion in 'Inactive/Unsupported Plugins' started by t3hk0d3, May 21, 2011.

  1. Offline

    t3hk0d3

    [​IMG]
    Version: 1.19.5

    PLEASE USE BUKKIT-DEV FORUM FOR DISCUSSION/HELP
    http://dev.bukkit.org/server-mods/permissionsex/
    THANKS IN ADVANCE.

    PermissionsEx (PEX) is a new permissions plugin, based on Permissions ideas and supports all of its features. But PEX is more! It offers different backends, powerful ingame management, fine grained restrictions for world modification.

    [​IMG]

    Current features
    1. Bukkit Permissions (SuperPerms) compatible.
    2. Several backend support. Currently bundled backends is File (YAML) and SQL (MySQL, SQLite). Also it's possible to add your own.
    3. YAML backend, with new, fully rethinked, config schema. Now all user, groups and their permissions are stored in one file - permission.yml. BTW file name is adjustable too.
    4. SQL backend, most delicious. Currently MySQL and SQLite supported, but other DB (like Postgre) are possible too. PEX deploys the DB scheme (tables and initial data) automatically. This means, that you only need to provide data on how to connect to the db, everything else PEX will handle by itself.
    5. Flexible architecture and API - you can change a lot programmatically.
    6. Compatibility layer with TheYeti's Permissions (2.7.4) (as a separate part of the plugin). In most cases plugins, which use Permissions, will alsowork with PEX also.
    7. Rich chat/console command interface. You can do almost everything ingame. Command list below.
    8. Modifyworld - Embedded restrictions mechanism (we call it "modifyworld"), which provides the possibility to control players abilities, such as destroying/placing blocks, riding carts/boats or even getting spotted by mobs and much more. Disabled by default.
    9. Multigroup inheritance. User, as well as Group, can be member of several groups. And inherit their permissions, options and prefix/suffix.
    10. Permissions based upon Regular Expressions. This mean you can use regular expressions. Example: modifyworld.blocks.(destroy|place).(3|12) - this permission allow place or destroy only sand (12) or dirt (3) blocks. There is still limitation on dot usage in your regexps - dots are escaped by default.
    11. Multiworld permissions. Just don't specify world and permission would work in any world.
    12. Multiworld inheritance. You can inherit different groups in different worlds.
    13. Easy migration from Permissions 2.x. Converter for both YAML and SQL are embedded into PermissionsCompat. Just use simple instruction.
    14. Perfomance friendly. Low-level caching helps alot when you have 100+ online users :)
    15. Promotional/Demotional system. You can assign ranks to groups and promote/demote users to higher/lower ranked group.
    16. World-inheritance - permissions/option of one world can be inherited by another world.
    17. Timed Permissions - you can give user permission only for some amount of time.
    18. Chat Manager - small chat plugin, bundled with PEX. With prefixes/suffiex and colors. Check wiki for more details.


    Documentation
    Wiki

    Basic setup tutorial (Thanks to lycano)

    Nice tutorial made by Bennetman


    Download
    Stable version

    Development version (mostly stable) - always lastest dev build.

    Sources
    https://github.com/PEXPlugins

    Builds
    http://webbukkit.org:8080/

    Maven Repository
    http://repo.tehkode.ru/browse/ru.tehkode

    IRC
    Join us on #permissionsex, irc.esper.net. Feel free to ask any related questions.

    Tools !NEW!
    Pex Auto-Setup Tool - MySQL and FlatFile !


    Changelog
    Show Changelog (open)
    v1.19.5
    Proper intervals for timed commands (both group/permissions management), without pesky seconds calculations (like /pex user t3hk0d3 timed add cool.permission 10days)
    Bugfixes.
    1.4.6 compatibility.


    v1.19.4
    Built for Bukkit 1.4.2-R0.1
    Added inventory permissions (modifyworld.items.put/take.<item>.of.<chest>)
    Added item hold permission (modifyworld.items.hold.<item>)
    Sdded monster egg spawn permission (modifyworld.spawn.<creature>)
    Few other minor fixes
    v.1.19.3
    Modifyworld improvements (configurable messages, now independent from PEX)
    /pex help command
    Minor improvements and bugfixes
    v.1.19.2
    New modifyworld permissions
    Some bugfixes
    v.1.19.1
    Bugfix release
    v1.19
    Bukkit R6 compatible.
    Several bugfixes!
    Permissions now case-insensetive.
    v1.18
    Users logging and cleanup feature.
    Non-inheriting nodes feature.
    Several Bugfixes.
    PermissionsCompat is finally remove from default bundle.
    v1.17
    User/group specific management permissions (permissions.manage.group.Admin)
    Fixed some superperms compatibility issues
    Fixed several bugs
    v1.16
    SuperPerms compatbility bridge were rewritten - no lags anymore and now with debug output (now you can view superperms checks).
    Numerous of bugs were fixed (Thanks you guys for reporting them)
    Modifyworld were improved (modifyworld.item.use)
    v1.15
    Compatiblity for 1317+
    Fixed perfomance issues with SuperPerms (if you still experience they try to disable "raw-permissions" in config.yml)
    Fixed issue with prefix inheritance
    v1.14
    Improved Options mechanism.
    Auto saving new users feature, disabled by default.
    SuperPerms bridge improved - more permissions supported by wildcards.
    File backend dumping now fully functional. SQL dumping is still bogus (do not dump world-specific inheritance and prefixes), will be fixed soon.
    Many bugfixes and minor improvements.
    v1.13
    Superperms (BukkitPerms) support
    Multiworld inheritance and prefixes/suffixes
    Groups weighting
    ChatManager, chat plugin which bundled with PEX.
    Modifyworld now separate plugin, but still bundled with PEX.
    API changed slightly, CustomEvents (PermissionsEntityEvent, PermissionsSystemEvent) introduced.
    Many lesser improvements and tons of bugfixes.
    v1.12
    API get slightly improved
    Ranking ladders.
    User/group name case-insensetivity.
    World-inheritance.
    Timed permissions.
    Modifyworld rules are get improved.
    Tons of minor improvements and bugfixes.
    v1.11
    Many bugfixes and improvements.
    MySQL connection stability improved - reconnection mechanism.
    v1.10
    Promotional/Demotional system.
    Perfomance improvement, with new low-level caching system (thx Joy)
    Modifyworld improved.
    Many lesser improvements and bugfixes.
    v1.06
    New p2compat backend, for easy migration from Permissions 2.x to PEX.
    v1.05
    Users/Groups dumping (pex dump <backend> <file>).
    New commands pex promote/demote. Actually this is just aliases for "pex user group set/remove"
    Few bugfixes.
    v1.04
    Players now can be informed about changes (has been added to group, changed permission/option). Disabled by default - set "permissions.informplayers.changes" to "true"
    Config node "permissions.verbose", which responsible for player informing about modifyworld restrictions has been renamed to "permissions.infromplayers.modifyworld".
    Autocomplete has been improved.
    New command "pex config <node> [value]". This command help to manipulate configuration file (config.yml) from console/chat interface.
    Many bugfixes.
    v1.03
    Autocomplete for users (taken from registred users and online users) and groups names.
    New command for user removing (pex user <user> delete)
    Fixed several nasty bugs. Thanks for bugreports!
    v1.02
    Compatibility layer loading order issue fixed. Now most of plugins should work.
    Tested with new CB 803 build.
    v1.01
    Regular expression permissions support.
    Newer permissions now added above (bugfix).
    Several bugfixes.
    v1.00
    Initial public release.
     
    BRampersad, grid21, MrRazull and 71 others like this.
  2. Offline

    godgodgodgo

    You are wrong ;)
     
  3. I could very well be, but I can tell you that I don't have 1185 claiming it doesn't have enough RAM, and PEX loads and works just fine for me. :)
     
  4. Offline

    Kuja_Diartua

    Code:
    groups:
        Tramp:
            default: true
            permissions:
            - modifyworld.chat
            - chatmanager.chat.global
            - modifyworld.usebeds
            - modifyworld.blocks.interact.*
            options:
                rank: '1000'
        Citizen:
            prefix: Citizen
            permissions:
            - modifyworld.chat
            - modifyworld.usebeds
            - permissions.informplayers.modifyworld
            - permissions.informplayers.changes
            - chatmanager.chat.color
            - modifyworld.damage.take.*
            - modifyworld.mobtarget.*
            - modifyworld.vehicle.enter
            - modifyworld.vehicle.collide
            - modifyworld.vehicle.destroy
            - modifyworld.blocks.interact.*
            - modifyworld.items.pickup.*
            - modifyworld.items.have.*
            - modifyworld.items.drop.*
            - factions.participate
            - factions.viewAnyPower
            - instamode.survival
            - instamode.creative
        Thief:
            prefix: Young Thief
            inheritance:
            - Citizen
            permissions:
            - modifyworld.items.have.268
            - modifyworld.items.have.267
            - modifyworld.items.have.272
            - modifyworld.damage.deal.monster.*
            - modifyworld.damage.deal.group.warrior
            - modifyworld.damage.deal.group.thief
            - modifyworld.damage.deal.group.worker
            - PickPocket.use
            options:
                rank: '800'
                rank-ladder: Thief
        Thief-H:
            prefix: Thief
            inheritance:
            - thief
            permissions:
            - archers.*
            options:
                rank: '500'
                rank-ladder: Thief
        Thief-HH:
            prefix: Thief
            inheritance:
            - thief-H
            permissions:
            - permissions.user.promote.thief
            options:
                rank: '300'
                rank-ladder: Thief
        Worker:
            prefix: Worker
            inheritance:
            - Citizen
            permissions:
            - modifyworld.damage.deal.animal.*
            - modifyworld.damage.take.thief
            - modifyworld.damage.take.thief-h
            - modifyworld.damage.take.thief-hh
            - modifyworld.interact.animal.*
            - modifyworld.tame.animal.wolf
            - modifyworld.blocks.destroy.*
            - modifyworld.blocks.interact.*
            - modifyworld.blocks.place.*
            - modifyworld.blocks.place.5
            - modifyworld.blocks.place.6
            - modifyworld.blocks.place.sand
            - modifyworld.blocks.place.13
            - modifyworld.blocks.place.39
            - modifyworld.blocks.place.40
            - modifyworld.blocks.place.44
            - modifyworld.blocks.place.46
            - modifyworld.blocks.place.50
            - modifyworld.blocks.place.53
            - modifyworld.blocks.place.54
            - modifyworld.blocks.place.58
            - modifyworld.blocks.place.61
            - modifyworld.blocks.place.65
            - modifyworld.blocks.place.81
            - modifyworld.blocks.place.85
            - modifyworld.blocks.place.91
            - modifyworld.blocks.place.96
            - modifyworld.blocks.place.103
            - modifyworld.blocks.place.107
            options:
                rank: '800'
                rank-ladder: Worker
        Worker-H:
            prefix: Higher Worker
            inheritance:
            - Worker
            permissions: null
            options:
                rank: '500'
                rank-ladder: Worker
        Worker-HH:
            prefix: Merchant
            inheritance:
            - Worker-H
            permissions:
            - permissions.user.promote.Warrior
            options:
                rank: '300'
                rank-ladder: Worker
        Warrior:
            prefix: Warrior
            inheritance:
            - Citizen
            permissions:
            - modifyworld.damage.deal.monster.*
            - modifyworld.damage.deal.group.warrior
            - modifyworld.damage.deal.group.thief
            - modifyworld.damage.deal.group.worker
            - archers.*
            options:
                rank: '800'
                rank-ladder: Warrior
        Warrior-H:
            prefix: Warrior Leader
            inheritance:
            - Warrior
            permissions: null
            options:
                rank: '500'
                rank-ladder: Warrior
        Lord:
            inheritance:
            - Warrior-H
            permissions:
            - permissions.manage.membership
            - permissions.manage.memebership
            - permissions.user.promote.Warrior
            options:
                rank: '300'
                rank-ladder: Warrior
        Architect:
            prefix: Architect
            inheritance:
            - Citizen
            permissions:
            - modifyworld.blocks.destroy.*
            - modifyworld.blocks.place.*
            - modifyworld.blocks.interact.*
            - factions.manageSafeZone
            options:
                rank: '800'
                rank-ladder: Keeper
        Keeper:
            prefix: Keeper
            inheritance:
            - Architect
            permissions:
            - spyer.seeAll
            - factions.manageSafeZone
            - factions.manageWarZone
            - factions.saveall
            - factions.adminBypass
            - chatmanager.chat.global
            options:
                rank: '500'
                rank-ladder: Keeper
        Keeper-H:
            prefix: Higher Keeper
            inheritance:
            - Keeper
            permissions:
            - permissions.user.promote.Keeper
            options:
                rank: '300'
                rank-ladder: Keeper
        arhictect: {}
    users:
        Kuja_Diartua:
            suffix: (op)
            group:
            - Keeper-H
            permissions:
            - citizens.*
            - worldborder.*
            - permissions.*
            - '*'
            - worldedit.*
        Karakasa:
            group:
            - Tramp
        darktroopers:
            group:
            - Architect
            permissions:
            - worldedit.*
        Greysen:
            group:
            - Architect
            permissions:
            - worldedit.*
        melharucos:
            group:
            - Architect
        stalker20210:
            group:
            - Architect
        wirel:
            group:
            - Architect
        Enderman:
            group:
            - arhictect
            - Architect
        justawise:
            suffix: (mod)
            group:
            - Architect
            permissions:
            - whitelist.permission.use
            - whitelist.permission.add
            - whitelist.permission.remove
            - permissions.manage.memebership
            - permissions.manage.membership
            - chatmanager.chat.global
        Ironfag:
            group:
            - Architect
        Toshi:
            group:
            - Architect
            permissions:
            - worldedit.*
        elzeze:
            group:
            - Architect
        Aletean:
            group:
            - Architect
        Skull:
            group:
            - Architect
        Lev:
            group:
            - Architect
        Loboczw:
            group:
            - Architect
        shkololo32:
            group:
            - Architect
        ZL0Ignom:
            group:
            - Architect
        Kuja:
            group:
            - Architect
    
    The file mostly undone, only working group is Architect. But formating seems to be fine. It works, after all.
     
  5. Offline

    monir

    I posted my config in pastebin i cant make this work please take a look at it i did it like you showed.
    http://pastebin.com/0zX6hMsK
     
  6. Offline

    godgodgodgo

    Yeh pex has been running fine for me before and I have always had that.
     
  7. Offline

    Megalanias

    ...can't add mysef to groups admin and when i write in the server console /pex user Megalanias group set Admins, I'm still not a admin =( even i reload ...
    should i post my config or something like that ?
     
  8. Offline

    robinsousa

    And I forgot to say that after the pex update, it keeps saying to the players that they don't have permissions even with them on the permissions.yml. Did something changed?
     
  9. Offline

    Verttex

    I keep getting
    Code:
     java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled? 
     
  10. Well, glancing at the file, I would get rid of the arhictect: {} entry if it's not being used. Also, your user name entry, why do you have all those extra entries? the - '*' should be enough to give you access to everything.

    Worse case, turn debug on in the config and see what appears when you try to run a command. Debug shows the permissions node that PEX checks against.

    I've never used Citizens, so I don't know what permissions system it supports (PEX, Permissions 2.x, SuperPerms, or ?). If it's superperms only, make sure that you have the superperms support enabled in the config. If it supports the older Permissions 2.x only, make sure the compatibility bridge is installed (the file names permissions.jar that was in the PEX archive).
     
  11. Offline

    Kuja_Diartua

    Thanks. I think i found the bug. I got language pack installed into bukkit.jar. When I use original it works fine, gona look thru it, maybe ill find way to combine lang pack and usage of Citizens.
     
  12. Offline

    quickclay

    Is there a permission I can give someone to just allow them to see their permissions? (manage.users adds too much)
     
  13. Offline

    Takel

    #*$(& dammit, I remember reading something like that on this very thread. Can't believe I forgot such a simple thing. Thanks for your time.
     
  14. Offline

    darkhelmet

    Ok we're seeing a massive lag spike when we promote specific users. When promoting the lowest ranks, there's nothing but for every user up the chain we have greater and greater lag. This happens when the user is being promoted, when the user logs in, or when the user is switching worlds. The lower-down user can login/switch faster but there's a solid 20 seconds lag when our moderators login.

    I tried removing every single permissions from the mods to see if any specific ones were causing it, and there's no luck. World lag seems to happen only when leaving the main world. There are no errors but everything I've seen points to this plugin.

    I'm running the absolute latest build of this plugin, the latest multiverse, and the recommended 1.8.1 build of craftbukkit.
     
  15. Offline

    prom3th3an

    Having issues with using the '*' permission like the other people above, something isnt quite right with that. Using MySQL backend.

    To be specific, it works fine with the PEX commands and some plugin commands, but not all of them.

    Also, please provide some proper documentation as to what the following config parameters are for.

     
    Rsccman likes this.
  16. Offline

    Rsccman

    i wish, if i /pex promote or /pex demote my server locks up liek a broken safe, and he hanst implemented global commandings yet..

    i get this but with anyrank at anytime, and i use file method, ur lucky everyone on my server gets dced and we lose connection for 3 mins

    exactly, what the hell does all that mean!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  17. Offline

    Onlyme

    Not sure where to put a feature request, so I'll put it here. :p

    First of all, awesome plugin. Using it for my server due to MySQL support.

    Because of the backend, we have our forums guy working to synchronize user ranks with forum ranks. We almost have it, but we ran into a problem. PEX caches all the data when it loads, and only refreshes with ingame commands. While this is normally perfect, it's causing us to manually reload with /pex reload, or rely on timed server restarts. We've already tried having a player reconnect (offline for 5+ mins) to no avail.



    A way we thought of, would be to add a toggle-able option through the config.yml so when a player logs in, their data would be re-cached. This way, data altered through the mysql tables (not ingame!) would be reloaded/cached automatically, enabling support for a variety of forums.

    the option in the config could be:
    recache-on-login: true/false (default to false)



    Thanks!
     
    sorklin likes this.
  18. Offline

    Subcode

    Hi, our server has multiple worlds, and i want one for admins/mods only but i want members to be able to visit, just not build.
    is there any way that PEX wil support multiple world permissions ? aka different permissions per world per player ?
     
  19. Offline

    darkhelmet

    Well we see that too - mainly when I try to reload the permissions config. No matter how many people are on, reloading the config (especially when we have a higher number of "higher" groups online) then the server stalls with read time out errors and everyone gets disconnected. We're running with 6GB of RAM and a 64GB SSD drive so there's no way it's a file i/o or memory issue.

    I'm going to try switching over to the sql method instead tonight and see if that makes any difference.
     
  20. Offline

    krnlfuxx0r

    How am I the only one this is happening to???: whenever I edit the permissions.yml and restart the server to load the new changes, the whole plugin breaks completely. Unhandled exceptions, none of the commands work, just totally fucked.
     
  21. Offline

    sem785

    Code:
    groups:
        Guest:
            default: true
            build: false
            prefix: '&7'
            permissions:
            - -modifyworld.*
            options:
                rank: '1000'
        Member:
            default: false
            prefix: '&a'
            permissions:
            - commandbook.spawn
            - essentials.afk
            - essentials.getpos
            - essentials.mail
            - essentials.warp
            - essentials.warp.list
            - lwc.protect
            - craftbook.mech.*
            - movecraft.aircraft.*
            - movecraft.car.*
            - movecraft.UFO.*
            - movecraft.submarine.*
            - movecraft.airship.*
            - essentials.msg
            - commandbook.say.me
            options:
                rank: '900'
        Builder:
            default: false
            prefix: '&2'
            permissions:
            - commandbook.spawn
            - essentials.afk
            - essentials.getpos
            - essentials.mail
            - essentials.warp
            - essentials.warp.list
            - lwc.protect
            - craftbook.mech.*
            - movecraft.aircraft.*
            - movecraft.car.*
            - movecraft.UFO.*
            - movecraft.submarine.*
            - movecraft.airship.*
            - essentials.msg
            - commandbook.say.me
            options:
                rank: '800'
        VIP:
            default: false
            prefix: '&6'
            permissions:
            - commandbook.spawn
            - essentials.afk
            - essentials.getpos
            - essentials.mail
            - essentials.warp
            - essentials.warp.list
            - lwc.protect
            - craftbook.mech.*
            - movecraft.aircraft.*
            - movecraft.car.*
            - movecraft.UFO.*
            - movecraft.submarine.*
            - movecraft.airship.*
            - essentials.msg
            - commandbook.say.me
            options:
                rank: '700'
        Watcher:
            default: false
            prefix: '&6'
            permissions:
            - commandbook.spawn
            - essentials.afk
            - essentials.getpos
            - essentials.mail
            - essentials.warp
            - essentials.warp.list
            - lwc.protect
            - craftbook.mech.*
            - movecraft.aircraft.*
            - movecraft.car.*
            - movecraft.UFO.*
            - movecraft.submarine.*
            - movecraft.airship.*
            - essentials.msg
            - commandbook.say.me
            - vanish.vanish
            - vanish.nopickup
            - vanish.noaggromobs
            - essentials.tp
            - essentials.tphere
            - commandbook.kick
            - commandbook.bans.ban
            - commandbook.bans.unban
            - commandbook.mute
            - commandbook.mute
            - jail.command.jail
            - jail.command.unjail
            options:
                rank: '600'
        Moderator:
            default: false
            prefix: '&1'
            permissions:
            - '*'
            options:
                rank: '500'
        HighMod:
            default: false
            prefix: '&1'
            permissions:
            - '*'
            options:
                rank: '400'
        Admin:
            default: false
            prefix: '&4'
            permissions:
            - '*'
            options:
                rank: '300'
        HighAdmin:
            default: false
            prefix: '&4'
            permissions:
            - '*'
            options:
                rank: '0'
    users:
        GroxNinja:
            group:
            - HighAdmin
        PipGuts:
            group:
            - Admin
        MacAttack1:
            group:
            - Admin
        jdebeyser:
            group:
            - Member
        Stealthion:
            group:
            - VIP
        Callumrs:
            group:
            - VIP
        callan111:
            group:
            - Builder
        MaybeNot:
            group:
            - Member
        sem785:
            group:
            - Moderator
        fish_narwall:
            group:
            - Member
        NoodleBoss:
            group:
            - VIP
        eruditeWastrel:
            group:
            - VIP
        num1ethan:
            group:
            - Builder
        mac111:
            group:
            - Builder
        istealurdiamond:
            group:
            - Builder
        kage_cookeh:
            group:
            - Moderator
        genralftg:
            group:
            - Builder
        vectorz:
            group:
            - Member
        un211:
            group:
            - Member
        irock6106:
            group:
            - Member
        superiadam:
            group:
            - Builder
        ServerGod:
            group:
            - God
        fidgety:
            group:
            - Member
        fredybox:
            group:
            - Builder
        iloveanimals:
            group:
            - Watcher
        batmans_cat:
            group:
            - Builder
        MAjiic_cR:
            group:
            - Member
        lawlninja:
            group:
            - Moderator
        PsionicMaster:
            group:
            - Member
        SpyKid99:
            group:
            - Member
        minecraftleavy:
            group:
            - Moderator
        B3h1ndU:
            group:
            - Moderator
        jbro787:
            group:
            - VIP
        tyranitar123:
            group:
            - Member
        scottymarcus:
            group:
            - Member
        barkback:
            group:
            - Member
        rakacrab:
            group:
            - Member
        jopane:
            group:
            - Member
        NateMan15:
            group:
            - Member
        playdudeplay:
            group:
            - Member
        AleXRus:
            group:
            - Member
        Hekpolama94:
            group:
            - Member
        ronnirxbox:
            group:
            - Member
        jh2000:
            group:
            - Member
        denis0102:
            group:
            - Member
        wundersitz:
            group:
            - Member
        Secret_potato:
            group:
            - Builder
        smartlinus99:
            group:
            - Member
        makan99:
            group:
            - Member
        oskarkarlsson99:
            group:
            - Member
        Renderfiend:
            group:
            - Member
        tkcs123:
            group:
            - Member
        sorabrad:
            group:
            - Member
        WhiteWinter:
            group:
            - Member
        DeScom123456789:
            group:
            - Member
        RoyRogers7474:
            group:
            - Builder
        xpcler:
            group:
            - Member
        Xpcker:
            group:
            - Member
        Black_Dynamite13:
            group:
            - Moderator
        vlad2808:
            group:
            - Member
        AleXXX_007:
            group:
            - Member
        sh3rb3t:
            group:
            - Builder
        OpenMedal:
            group:
            - VIP
        Wladikys:
            group:
            - Member
        Walithog:
            group:
            - Member
        mr_coolman99:
            group:
            - Member
        chilitall:
            group:
            - Member
        docfaust:
            group:
            - Builder
        sp33d:
            group:
            - Member
        sp33dztar:
            group:
            - Member
        jrod717:
            group:
            - Member
        saviordude:
            group:
            - Member
        Aarontashy25:
            group:
            - Member
        Kvix935:
            group:
            - Member
        mousepie:
            group:
            - Member
        WhiteWinter:
            group:
            - Member
        SecretPotato:
            group:
            - Member
        Ares_Brackman:
            group:
            - Moderator
        Vector7_93:
            group:
            - Member
        DocFaust:
            group:
            - Builder
        Online5678:
            group:
            - Member
        Iskeze:
            group:
            - Member
        OpenMedal:
            group:
            - VIP
        bexkster:
            group:
            - VIP
    
    
    Somehow my ranks arent showing up, and i HAVE installed iChat. Can you tell me whats wrong?
     
  22. Offline

    kropto

    How do I add the "build: true" if using permissionsEX with mysql?

    just works?

    INSERT INTO `permissions` (`id`, `name`, `type`, `permission`, `world`, `value`) VALUES (19, 'default', 0, 'build: true', '', '');
     
  23. Offline

    robinsousa

    So... No solution?

    Permissions 3.0 was more stable than pex is... I kinda feel like I'll have to switch the permissions plugin again... maybe to bPermissions...
     
  24. Offline

    Neils

    1. NEVER user Commandbook and essentials together
    2.There are no prefixes, because you didn't gave the Users some ...
    Write something like I added above... You need Text, only &1 or something like this won't be text, it's only color an color without text won't do anyting

    hope my English was good enough to explain
     
  25. Offline

    sem785

    Ill try this. thanks
     
  26. Offline

    t3hk0d3

    type "/pex user <playername>" to look user permissions
    if there no permissions - you made something wrong.

    Srsly, im tired to anwser dudes whom even didn't tried to read thread. This wouldbe much faster than i'll notice your post.

    Oh gosh. PermissionsEx doesn't have "build: true". You should enable Modifyworld and give user "modifyworld.*". This would be same as "build: true"

    Sorry for incovinience. Can you post issue on github, or at least post your permissions.yml, so i can reproduce problem :)

    Please post server.log.

    Also you can reload permissions using /pex reload

    Dude, i explained this on previous page :)

    PS. Updated example on wiki and added to OP post.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  27. Offline

    cmancushman

    OK I have Worldedit updated to 4.7 and it still won't work!
     
  28. Offline

    t3hk0d3

    server.log pls
     
  29. Offline

    cmancushman

    wait i have 4.6 is that the newest version?
    if not can i get a link?
     
  30. Offline

    robinsousa

    In fact they appear when I type it. But they don't work.
    You should have a ticket system, it's better for you and for us.
     
  31. Offline

    ctshiner

    Hello it's me again, still trying to get switched over -

    How would I make a user's group change based on what world they're in? As far as I can figure from the wiki's command list groups are always global. Or is the wiki not updated yet to explain any new features/commands?
     

Share This Page