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

    codi98

    I´m confused. In the command spoiler, is this code :
    Code:
    /pex promote <user> <group> - Set only group for user (remove from others). ("permissions.manage.membership")
    /pex demote <user> <group> - Remove user from specified group. ("permissions.manage.membership")

    but in the readme is this:
    Code:
    /pex promote <user> - Promote user to next ranked group ("permissions.users.rank.promote")
    /pex demote <user> - Demote user to next ranked group ("permissions.users.rank.demote")
    the permissions code from the readme file will not work for my staff and the permissions code from this thread is to long :S

    Sorry for my bad english
     
  3. Offline

    t3hk0d3

    Code:
    /pex promote <user> <group> - Set only group for user (remove from others). ("permissions.manage.membership")
    /pex demote <user> <group> - Remove user from specified group. ("permissions.manage.membership")
    This commands are obsolete, they would be removed in next release (1.12).

    Use "pex user <user> group set/remove <group>" instead.
     
  4. Offline

    rtcabooservb

    Can you not add prefix and suffix colors with PEX for each group?
     
  5. Offline

    prefix

    Ok. I was using the latest IChat and that quote is from the IChat Plugin Developer. I had no error message to report prefixes and iChat were simply not working. Could you tell me the instructions you used to get your plugin working with Pex? Because besides that particular issue and the fact that alot of plugins simply dont recognize the permissions.yml file it seems and defaults to OPS-CHECK. the modifyworld permissions are working great, and they are alot of help :)

    To recap if its possible in not too hard a way to make your plugin split the permissions.yml files into two separate files (groups.yml and users.yml) in a Permissions folder or let the existing plugins know that the permissions all exist inside permissions.yml ?
    I really really think this is the problem but ofcourse it could be a problem on my end as well. But i don't have any errors :/

    I have

    prefix: Owner

    set up in proper yml format in my permissions.yml
    and its not just the prefix that isnt working its the entire iChat plugin.

    Really??

    Is it possible this is just a misconfiguration on my end?
    Could you please report what you did to get it working (besides the default installation routine ofcourse)
    Are you using McMyAdmin?

    Hey guys i was unable to get IChat working and they seemed extremely rude so i went ahead and used HeroChat,
    Which activated fine with no errors, and my chat is now green and white instead of all white :)

    However prefixes is not working, and it seems as if everyone in all channels an OP.

    Here is a quite from Herochat Dev;
    HeroChat doesn't look at your permissions files directly; it asks whatever permissions plugin you have installed about it's own nodes; "Does player X have herochat.xxx?" - so what I'm saying is Permissions, GroupManager, PermissionsEX, or PermissionsPlus; as long as they use the same interface that Permissions uses (they should or else they're leaving out a lot of plugins that likely will never be compatible) they'll work fine with HeroChat.

    And here are some of my logs;


    2011-06-13 16:08:12 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-13 16:08:12 [INFO] Loading properties
    2011-06-13 16:08:12 [INFO] Starting Minecraft server on *:25565
    2011-06-13 16:08:12 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    2011-06-13 16:08:12 [INFO] Preparing level "world"
    2011-06-13 16:08:13 [INFO] Preparing start region for level 0
    2011-06-13 16:08:14 [INFO] Preparing spawn area: 12%
    2011-06-13 16:08:20 [INFO] Preparing spawn area: 12%
    2011-06-13 16:08:28 [INFO] Preparing spawn area: 65%
    2011-06-13 16:08:31 [INFO] Preparing spawn area: 77%
    2011-06-13 16:08:31 [INFO] Preparing start region for level 1
    2011-06-13 16:08:33 [INFO] Preparing spawn area: 20%
    2011-06-13 16:08:41 [INFO] Preparing spawn area: 32%
    2011-06-13 16:08:51 [INFO] Preparing spawn area: 97%
    2011-06-13 16:08:51 [INFO] [PermissionsEx] sql backend registered!
    2011-06-13 16:08:51 [INFO] [PermissionsEx] file backend registered!
    2011-06-13 16:08:51 [INFO] [PermissionsEx] xml backend registered!
    2011-06-13 16:08:51 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-06-13 16:08:52 [INFO] [PermissionsEx] Initializing file backend
    2011-06-13 16:08:52 [INFO] MCMACOMPAT r14
    2011-06-13 16:08:52 [INFO] McMyAdmin Compatibility Plugin version r14 started.
    2011-06-13 16:08:52 [INFO] NoWeather version 1.5 is enabled!
    2011-06-13 16:08:52 [INFO] MCBans: mcbans version 2.9.1 is enabled!
    2011-06-13 16:08:52 [INFO] MCBans: Voting enabled!
    2011-06-13 16:08:52 [INFO] MCBans: Debug mode active!
    2011-06-13 16:08:52 [INFO] MCBans: Checking for premium!
    2011-06-13 16:08:52 [INFO] MCBans: Server NOT premium!
    2011-06-13 16:08:53 [INFO] [OwnBlocks] Database read in from file
    2011-06-13 16:08:53 [INFO] Permission system not detected, defaulting to OP
    2011-06-13 16:08:53 [INFO] [OwnBlocks] version 10.0 initialized
    2011-06-13 16:08:53 [INFO] [VanishNoPickup] Permissions not detected.
    2011-06-13 16:08:53 [INFO] [VanishNoPickup] 1.8.1 enabled.
    2011-06-13 16:08:53 [INFO] [SimpleChestLock 0.6] Permissions plugin not found, defaulting to OPS CHECK mode
    2011-06-13 16:08:53 [INFO] [SimpleChestLock 0.6] Enabled!
    2011-06-13 16:08:53 [INFO] WorldEdit 4.6 enabled.
    2011-06-13 16:08:53 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-06-13 16:08:53 [INFO] BorderGuard version 3.1 is enabled!
    2011-06-13 16:08:53 [INFO] [PermissionsEx] Modifyworld is enabled.
    2011-06-13 16:08:53 [INFO] [PermissionsEx] v1.11 enabled
    2011-06-13 16:08:53 [INFO] PlgSetspawn version 4.1 is enabled!
    2011-06-13 16:08:53 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-06-13 16:08:53 [INFO] WorldGuard: Blacklist loaded.
    2011-06-13 16:08:53 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-13 16:08:53 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-13 16:08:53 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-06-13 16:08:53 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-13 16:08:53 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-13 16:08:53 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-13 16:08:53 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-13 16:08:53 [INFO] WorldGuard: 2 regions loaded for 'world'
    2011-06-13 16:08:53 [INFO] WorldGuard: 1 regions loaded for 'world_nether'
    2011-06-13 16:08:53 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-13 16:08:53 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-06-13 16:08:53 [INFO] Done (4.068s)! For help, type "help" or "?"

    As you can see none of my plugins detect permissions. but Modifyworld permissions work. No errors.

    Altso my permissions.yml;

    Code:
    groups:
        Newbie:
            default: true
            permissions:
            - modifyworld.usebeds
            - modifyworld.items.drop.323
            - modifyworld.items.pickup.323
            - modifyworld.blocks.place.*
            - modifyworld.blocks.interact.*
            - modifyworld.chat
        Users:
            default: false
            permissions:
            - modifyworld.*
        Mods:
            default: false
            permissions:
            - modifyworld.*
            - worldedit.*
            - worldguard.*
            - mcbans.*
            - herochat.admin
        Admins:
            default: false
            permissions:
            - -modifyworld.entity.mobtarget.*
            - -modifyworld.entity.damage.take.*
            - '*'
    users:
        prefix331:
            group: Admins
            info:
                prefix: '&4Owner '
                suffix:
        XxsnipedownOo:
            group: Mods
        CozensReppinItYT:
            group: Admins
        ehcre:
            group: Users
        lakus100:
            group: Users
        erche13:
            group: Users
        xezis:
    
    + more Users. same setup no yml errors.

    btw i have tried prefix: Owner

    and prefix: 'Owner'

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

    t3hk0d3

    Look like you are not installed PermissionsCompat, this is compatibility layer for plugins which doesn't support PEX natively.
     
  7. Offline

    prefix

    Aha.... Sorrry :((((
    2011-06-13 17:16:46 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-06-13 17:16:46 [INFO] [VanishNoPickup] 1.8.1 enabled.
    2011-06-13 17:16:46 [INFO] [SimpleChestLock 0.6] Enabled!
    2011-06-13 17:16:46 [INFO] WorldEdit 4.6 enabled.
    2011-06-13 17:16:46 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.

    Thanks for an awesome plugin!

    I had to edit the HeroChat config to get a space between the prefix and my name :)


    How do i set colors on my prefix? I can't use the normal one because i dont have ' ' in permissions ex.
     
  8. Offline

    t3hk0d3

    Also seems like you haven't migrated your config. In your case just move "prefix" and "suffix" out of info.

    Code:
        prefix331:
            group: Admins
            info:
                prefix: '&4Owner '
                suffix:
    to
    Code:
        prefix331:
            group: Admins
            prefix: '&4Owner '
     
  9. Offline

    prefix

    Indeed. Removing info: and adding ' ' worked like a charm. I now have a colorful chat. Thanksfor the help and the wonderful plugin! Sorry for the bother!
     
  10. Offline

    Oniro45

    Hello, i have PermissionsEX on my Brohoster server and i dont understand how to setup the Config.yml file
     
  11. Offline

    cholo71796

    Spoiler title is "Configurtaion File example."
     
  12. Offline

    t3hk0d3

    You don't need to "setup" config.yml. Just start server, config.yml would be generated automatically.

    Thank you, that was typo :D

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

    rtcabooservb

    t3hk0d3, I converted my group managers format to permissions 3 format to your format for PEX but I don't have colors for prefixes/suffixes in each group. :( Also with PEX, a few command/inheritance don't work.

    Code:
    users:
        Phromik:
            group: VIP
        VPhazee:
            group: Default
        McMagnanimus:
            group: Moderator
        Kenrohan:
            group: Default
        Boss_Judge:
            group: Default
        Chiefwaffles:
            group: Default
        JHenryG:
            group: VIP
        THEMAN9876:
            group: Default
        knight1dragon:
            group: Default
        daanc:
            group: Default
        toepickles:
            group: VIP
        kradden25:
            group: VIP
        '011001':
            group: Default
        DCarbon:
            group: Default
        hayshed:
            group: Moderator
        LocoLogo95:
            group: Default
        nickanastasi:
            group: Default
        NayrusLove:
            group: Default
        boomboom57:
            group: Default
        th3gadawgs:
            group: Default
        hellion19:
            group: Default
        dazkid33:
            group: Default
        xGLORYxFADESx:
            group: Default
        Frub8:
            group: Default
        fizzypop_33:
            group: Default
        Levisallanon:
            group: Admin
        UrNinjaNemesis:
            group: Default
        deathlyreaver:
            group: Default
        broomstick:
            group: VIP
        dontmesswitme:
            group: Default
        Nbord:
            group: Default
        Ixosis:
            group: Default
        DrDash17:
            group: Default
        Steven3657:
            group: Default
        imasocool:
            group: Default
        hombal:
            group: Default
        JestemKoniem:
            group: Default
        r2d2dan:
            group: Default
        Riflez0ne:
            group: VIP
        StraightUpT:
            group: Default
        wikiwiki001:
            group: Default
        beliks:
            group: Default
        Ingvildbro:
            group: Default
        yasashii_kun:
            group: Default
        Waterstar:
            group: Default
        kingofcannons:
            group: Default
        Rae123:
            group: Default
        ChromiumXian:
            group: Admin
        TrueAwesomeMan:
            group: Default
        Cheesechomper:
            group: Default
        AirWalker255:
            group: Default
        Kyrokuna:
            group: Default
        PandaHamster:
            group: Default
        madelineputtock:
            group: Default
        misteropie:
            group: Default
        shadow789man:
            group: Default
        Zgredekkman:
            group: Default
        rtcabooservb:
            group: Admin
        breintje:
            group: VIP
        Idoknow:
            group: VIP
        Joshua_Trenchard:
            group: Default
        minecraft_nick:
            group: Default
        nate342:
            group: Default
        maxgreen116:
            group: Default
        1123v:
            group: VIP
        v19c7:
            group: Default
        laky2k11:
            group: Default
        the_salsa:
            group: Default
        Iakovosian:
            group: VIP
        CookieDonut:
            group: Default
        Desecrates:
            group: Default
        supaguy113:
            group: Default
        Stormform:
            group: Moderator
        mossisoscar:
            group: Default
        V5F:
            group: VIP
        Ag748:
            group: VIP
        Endophei:
            group: Default
        TheChoosenOne303:
            group: Default
        123devmo321:
            group: Default
        tsuna123:
            group: Default
        bergle:
            group: Default
        Flameboy27:
            group: Default
        shadaki:
            group: Default
        RandomCaik:
            group: Moderator
        Zeono:
            group: Default
        deathbringer539:
            group: Default
        fillen0071:
            group: Default
        cheetahs450:
            group: VIP
        TheMightyKane:
            group: Default
        Argentguy3:
            group: VIP
        Pbrydbord:
            group: Default
        tanboy:
            group: Default
        shant1010:
            group: Default
        firefriend32:
            group: VIP
        Herpthatderp:
            group: Default
        AznKirby:
            group: VIP
        cesargue:
            group: Default
        Idontkno:
            group: VIP
        hulkout:
            group: Default
        hugoOmarrr:
            group: Default
        Zoommmmm11:
            group: Default
        Nuklearjerky:
            group: Default
        diegetto:
            group: Default
        Whicked:
            group: Admin
        tiutin:
            group: Default
        wenger21gmail:
            group: VIP
        usmarine99:
            group: Default
        tidechina:
            group: VIP
        fuzzhair:
            group: VIP
        PrettyKat:
            group: VIP
        Hoogo:
            group: VIP
        cleverchipmunk:
            group: VIP
        mithosx:
            group: Default
        swift88:
            group: Default
        rorschachDR1:
            group: Default
        popupyou:
            group: Default
        demonduo:
            group: VIP
        Koitenshin:
            group: Admin
        JamieH93:
            group: Default
        JoeyBlock123:
            group: VIP
        Kabbage000:
            group: Default
        secrethero1111:
            group: Default
        appleseed123:
            group: Default
        jony89:
            group: Default
        alex_middleton:
            group: Default
        cam__94:
            group: Default
        Eivindbro:
            group: Default
        Liam_12:
            group: Default
        Zynex:
            group: Default
        creeperman99:
            group: Default
        tjheewads:
            group: Default
        ODSTxSilencerx:
            group: Default
    groups:
        Default:
            default: true
            permissions:
            - essentials.list
            - essentials.msg
            - essentials.spawn
            - mcdocs.*
        VIP:
            permissions:
            - achievements.check
            - achievements.view.list
            - achievements.view.own
            - essentials.delwarp
            - essentials.setwarp
            - essentials.warp
            - essentials.warp.list
            - stats.log
            - stats.view.own
            - stats.view.playtime
            inheritance:
            - member
        Member:
            permissions:
            - essentials.afk
            - modifyworld.*
            - essentials.compass
            - essentials.depth
            - essentials.getpos
            - essentials.help
            - essentials.home
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.sethome
            - lockette.user.create.*
            - mcdocs.*
            - mcmmo.chat.partychat
            - mcmmo.commands.party
            - mcmmo.skills.*
            - signColours.*
            inheritance:
            - default
        Moderator:
            permissions:
            - essentials.ban
            - nocheat.notify
            - essentials.banip
            - essentials.deljail
            - essentials.delwarp
            - essentials.invsee
            - essentials.jails
            - essentials.kick
            - essentials.mute
            - essentials.setjail
            - essentials.setwarp
            - essentials.time
            - essentials.togglejail
            - essentials.tp
            - essentials.tphere
            - essentials.unban
            - essentials.unbanip
            - essentials.warp
            - essentials.warp.list
            - logblock.area
            - logblock.lookup
            - logblock.me
            - logblock.rollback
            - logblock.tool
            - logblock.toolblock
            inheritance:
            - member
        Admin:
            permissions:
            - '*'
            - essentials.broadcast
            - essentials.gc
            - lockette.admin.break
            - lockette.admin.bypass
            - lockette.admin.create.*
            - lockette.admin.reload
            - lockette.admin.snoop
            inheritance:
            - moderator
    
     
  14. Offline

    t3hk0d3

    I don't see any prefixes or suffixes in your permissions.yml file.
     
  15. Offline

    Oniro45

    So i have nothing to edit in this file ?

    Thanks :)
     
  16. Offline

    t3hk0d3

    Yep, only if you want to change some params, backend for example.
     
  17. Offline

    Oniro45

    So i have a probleme, evrybody have all permisions <<'
     
  18. Offline

    t3hk0d3

    what backend do you use? show your permissions
     
  19. Offline

    oliverw92

    Sorry for the old quote - but there isn't anything that actually says how to do multiworld except for by command (i.e. where is it stored etc) unless i am missing something

    Is it necessary for PEX to be case sensitive? I have a huge list of players (over 150) in my permissions.yml and hardly any are in the right case. Could you at least add an option for it?

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

    Monkz

    So if i fully replace permissions with this, do i need the Compat file? Or is it only needed if i run this with it? I'm just sick of permissions auto undoing my changes, and need to replace it once and for all.
     
  21. Offline

    SmileyB

    This looks amazing, I can't wait to give it a try. The fact that I am kind of a plugin idiot does give me a few questions, sorry if they are dumb.

    Do you have to have mysql or a sqllite? to run this? (I really don't know how to get started on this stuff)

    Is the addon relatively easy for someone new to this? I figured out permissions with about 12 hours of google searches a ton of caffine, and well I wouldn't even say I fully figured it out.

    Anyway thanks tons for your response, and the great plugin, I hope it is something I can get going!
     
  22. Offline

    austin101

    you don't have to use mySQL or SQLLite. Just run the plugin give default ranks the "permissions.*" Then make your ranks ingame. Then you can add the permissions to each group. Then remove "permissions.*" from the builder when your done :D

    Thanks for everyone who helped my on the IRC channel today , I really enjoy this plugin much much more than permissions 3.0.

    I need some help with promotions
    I still can't get my Trusted ranks to promote users. It keeps saying they don't have permission, when I clearly have it to them.

    I'm using:
    - permissions.users.rank.promote
    - permissions.users.rank.demote

    Take a look at my permissions file http://pastebin.com/vewaN1F0

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

    rtcabooservb

    That is the yml file I got after converting 3 times. It was fine with permissions 3.x, but converting 3.x to PEX, it removes all prefixes/suffixes. I did make backups.
     
  24. Offline

    SmileyB

    Thanks tons that helped alot! I set this up, and its working great!!!! My favorite permissions addon ever! I got it working no problem without any crazy workarounds or anything, I have factions running on the server, everything!

    You made my life so much easier!
     
  25. Offline

    t3hk0d3

    Sorry, but no. I can only suggest you to use Replace All. The point for this behavior coz player T3hk0d3 != t3hk0d3

    Migration from P3 are not working, only from P2. They aren't compatible.

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

    SmileyB

    All people logging into my server are able to build for some reason.

    I used the default config.yml which from my understanding made it so no one could build.

    my permissions.yml looks like this:

     
  27. Offline

    t3hk0d3

    you are enabled modifyworld?
     
  28. Offline

    SmileyB

    for everyone except the default group.

    My config.yml looks like this.

     
  29. Offline

    t3hk0d3

    you have modifyworld disabled. In console:
    pex config "permissions.modifyworld.enable" true
    reload
     
  30. Offline

    SmileyB

    and that will make it so that members by default can not modify the server?

    Sorry I am pretty new to the yml stuff, the fact that I am actually getting this 10% right is a miracle to me. I was going to go on the IRC but I have no clue how to, and what the website is for it :(
     
  31. Offline

    t3hk0d3

    It's not yml stuff, just type these commands in console.
     

Share This Page