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

    farkros

    is anyone getting the same problem has soon as u install this plugin and restart ur server and try and connect u get an error disconnect by server an internal error
     
  3. Offline

    alpharox

    Hi,

    i have a bug in the newest development version of pex an the current bukket beta (r0.1 for mc1.2.3)
    if i use a lava bukket on tall grass the lava will not be removed from Modifyworld. The lava spawn behind the grass block. The bug is only with tall grass.
     
  4. Offline

    farkros

    whats wrong with theses permissions
    groups:
    default:
    default: true
    permissions: null
    options:
    rank: '1000'
    admin:
    permissions:
    - -builder
    - 'inheritance:'
    - essentials.gamemode
    inheritance:
    - moderator
    options:
    rank: '0'
    add: creativegates.use
    prefix: '&0 &4Admin& &4 '
    worlds:
    builder:
    permissions:
    - '-'
    builder:
    prefix: '&0 &2builder&2 '
    options:
    rank: '900'
    permissions:
    - essentials.mail
    - essentials.mail.send
    - essentials.list
    - essentials.getpos
    - essentials.depth
    - essentials.compass
    - essentials.afk
    - essentials.sell
    - essentials.worth
    - essentials.pay
    - essentials.balancetop
    - essentials.spawn
    - creativegates.use
    - spawn
    - essentials.balance
    - balancetop
    - balance
    - essentials.home
    - essentials.sethome
    VIP:
    prefix: '&0 &eVIP&0 &7 '
    inheritance:
    - member
    options:
    rank: '800'
    HeadAdmin:
    prefix: '&0 &4HeadAdmin&4&4 '
    permissions:
    - essentials.gamemode
    inheritance:
    - moderator
    options:
    rank: '0'
    Owner:
    prefix: '&6O&1w&2n&5e&br &4'
    permissions:
    - '*'
    options:
    rank: '0'
    moderator: {}
    users:
     
  5. It's working fine for me.

    Have you checked your server.log for errors that may be causing PEX to unload itself?

    Don't use /reload, it does bad things to a server.

    Reference: http://forums.bukkit.org/posts/1004270/

    On the current beta and dev builds of bukkit with PEX 1.19 (and a dev build I tried a day or so ago), that modifyworld node was iffy at times. I have a suspicion that it's a bukkit bug, but I don't know for sure. I do know that if I went back to a bukkit RB build, everything worked again as expected.

    That's the risk one takes when running beta and dev builds, may contain bugs that eats your lunch. :p

    Open a ticket on github perhaps? Unfortunately, I've not found a way to get it to work reliability.

    Unable to tell for sure, you didn't use code tags, which removed all the formatting that is critical to a working permissions file. Please use code tags or make use of pastie or pastebin and link to them. Those methods will ensure that the formatting is preserved. :)

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

    devilquak

    Well, I can tell you for sure it's not a good idea to have 3 groups use the same rank, in your case 0. There are 1000 different numbers for a reason :p

    It's virtually the same to make your Admins 3, Head Admins 2, and Owner 1. Also, you might want to give your moderators some permissions, since some of your other ranks inherit moderator ranks. Just try those to start off.
     
  7. Offline

    dddj24

    I use AuthMe, and i put ALL permissions from AuthMe for default users, but still new players can't register. Old players can login but new ones can't register.
     
  8. Offline

    owenftw

    Does anybody know how I give permission to a group without the group that inherits from it that permission?

    Say I wanted to give donators some commands but I didn't want mods to have them.
     
  9. Offline

    aciid

    Wtf is happening?
    Edit: seems it might be pexrank plugin

    What is this username: {} and
    wg-amphibious: {}
    No one: {}

    Added to my permissions? I did not add this. It seems to be random players???

    Code:
    users:
      mudbill:
        group:
        - Admin
      dimmes: {}
      dah_master: {}
      MineMaster1014: {}
      matiasc123: {}
      pipola: {}
      sdr908: {}
      rockstar100023: {}
      macaniconx8: {}
      masman22: {}
      TH3R3ALGAM3R: {}
      Reed28: {}
      pokemon24799: {}
      raabz: {}
      wolfysnackrib: {}
      aldocrusher11: {}
      googaxl: {}
      McBoyGaamer: {}
      moka667: {}
      gpaty: {}
    groups:
      Admin:
        prefix: '&a[Admin]&e '
        permissions:
        - -backup.notify
        - -vanish.nochat
        - -vanish.joinvanished
        - -vanish.joinwithoutannounce
        - -vanish.silentquit
        - -vanish.nointeract
        - -vanish.preventoutgoingdamage
        - '*'
        options:
          rank: '4'
      wg-amphibious: {}
      No one: {}
     
    
     
  10. Offline

    prasselpikachu

    So I tried to migrate the yamls of the permissions plugin, but at the second step (pex backend p2compat) it says "Specified backend p2compat not found" ... What am I doing wrong?
     
  11. doesn't work for 1.2.3 =c
     
  12. Offline

    Didz

    prasselpikachu Old Permissions compatibility is no longer supported by PEX.

    PixPoxx It does!

    aciid Those are other plugins adding empty groups into your permissions file, the "wg-amphibious" group for example is WorldGuard.

    owenftw Just don't make Mod group inherit from Donator :)

    For people that have a problem with modifyworld.mobtarget nodes, this is a CraftBukkit bug caused by the new AI system used in Minecraft 1.2.
     
  13. Offline

    aciid

    Do you know what exactly in worldguard might be causing this? I've never seen it before :(
     
  14. Offline

    Didz

    It's not a problem at all. WorldGuard has an option to make pumpkins worn on heads to make players able to breath underwater. The players who are breathing underwater will be put in this group.
     
  15. Offline

    aciid

    WTF my fucking OP rank just got replaced with empty {}

    WHAT IS CAUSING THIS SHIT!?
    I have no enabled the scuba thing, what else causes these things please I need help quick!

    Also found 2 new ones;
    timer:1: {}
    timer:2: {}
     
  16. Offline

    IsaiahRobichaud

    Sorry even though I know this is super simple I am still confused :(
     
  17. Offline

    alpharox

    hmmmm, anyone can say me how i allow selfkill (/kill)?
    it works if i say modifyworld.damage.take.*, but i will only allow damage by selfkill
     
  18. Offline

    Sandgeist

    "- -modifyworld.mobtarget.monster.creeper"

    this permission is not working yet. Maybe its a bug from permissionsex
     
  19. Offline

    GarretSidzaka

    sorry boss my perm file is just fine. fucking plugins are red. its okay i switched off chatmanager oh well and went with pexchat

    ?????

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

    Tanite

    That's the second time today I've seen that in someone's PEX file. I hope WG isn't doing that :/
     
  21. Offline

    aciid

    I am using newest WG dev build, was the other person too?
     
  22. Offline

    Tanite

  23. Offline

    RDeckard

    Hi !
    Thank you :) you talk here about the ONLY thing that annoying me now in the devs version of CB 1.2.3, and you seem to know what you are talking about !

    Do you think that the Bukkit Team is aware about this bug and will fix it in the next RB version ?

    :)

    (Sorry for maybe weird english !)
     
  24. Offline

    Jexkid

    Code:
    08.03 08:11:35 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    08.03 08:11:35 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    08.03 08:11:35 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    08.03 08:11:35 [Server] INFO    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    08.03 08:11:35 [Server] INFO    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    08.03 08:11:35 [Server] INFO    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    08.03 08:11:35 [Server] INFO    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:139)
    08.03 08:11:35 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.onPlayerJoin(CraftServer.java:1121)
    08.03 08:11:35 [Server] INFO    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:99)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:112)
    08.03 08:11:35 [Server] INFO    at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:199)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:157)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:132)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:115)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.ProxyPermissionUser.initialize(ProxyPermissionUser.java:41)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.PermissionUser.initialize(PermissionUser.java:53)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.java:57)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEntity.java:298)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:132)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:221)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:277)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:288)
    08.03 08:11:35 [Server] INFO    at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBackend.java:145)
    08.03 08:11:35 [Server] INFO java.lang.RuntimeException: No groups defined. Check your permissions file.
    08.03 08:11:35 [Server] WARNING Failed to handle packet: java.lang.RuntimeException: No groups defined. Check your permissions file.
    08.03 08:11:35 [Server] INFO Disconnecting Jexkid [/82.2.199.164:54307]: Internal server error
    08.03 08:11:35 [Server] SEVERE    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    08.03 08:11:35 [Server] SEVERE    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    08.03 08:11:35 [Server] SEVERE    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
    08.03 08:11:35 [Server] SEVERE    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
    08.03 08:11:35 [Server] SEVERE    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    08.03 08:11:35 [Server] SEVERE    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    08.03 08:11:35 [Server] SEVERE    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:139)
    08.03 08:11:35 [Server] SEVERE    at org.bukkit.craftbukkit.CraftServer.onPlayerJoin(CraftServer.java:1121)
    08.03 08:11:35 [Server] SEVERE    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:99)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:109)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:123)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:157)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:132)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:115)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.ProxyPermissionUser.initialize(ProxyPermissionUser.java:41)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.PermissionUser.initialize(PermissionUser.java:53)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.PermissionEntity.initialize(PermissionEntity.java:57)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.PermissionEntity.getOptionBoolean(PermissionEntity.java:298)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.PermissionUser.getOption(PermissionUser.java:132)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.PermissionUser.getGroups(PermissionUser.java:221)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:277)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.PermissionManager.getDefaultGroup(PermissionManager.java:288)
    08.03 08:11:35 [Server] SEVERE    at ru.tehkode.permissions.backends.FileBackend.getDefaultGroup(FileBackend.java:145)
    08.03 08:11:35 [Server] SEVERE java.lang.RuntimeException: No groups defined. Check your permissions file.
    I have no idea, I used the exact same format of the permissions for like a week and suddenly after this restart it all went 'Internal Error'
     
  25. Offline

    lenis0012

  26. Offline

    FiskarBengtson

    Please add so faction plugin permission nodes work.... ): really annoying
     
  27. Offline

    Xunzi

    Is this compatible with 1.2.3 yet? :3
     
  28. Offline

    Lemonhands

    Is it updated for 1.2.3?
     
  29. Offline

    jwnordquist

    "internal server error"when trying to log in :/
     
  30. Offline

    juloo

    PEX doesn't work on my server...
    I'm not in a group, new users not in a group.
    Can you help me ?
    My config ->


    Show Spoiler
    groups:
    Show Spoiler

    Citoyen:
    default: true
    permissions:
    - essentials.motd
    - essentials.spawn
    - essentials.back
    - essentials.back.ondeath
    - essentials.tpa
    - essentials.tpahere
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.list
    - essentials.afk
    - essentials.msg
    - essentials.me
    - essentials.suicide
    - essentials.pay
    - stargate.use
    - iConomy.holdings
    - iConomy.help
    - iConomy.payment
    - essentials.signs.use.balance
    - essentials.signs.use.disposal
    - essentials.signs.use.buy
    - essentials.signs.use.free
    - essentials.signs.use.heal
    - essentials.signs.use.sell
    - essentials.signs.use.warp
    - essentials.signs.use.time
    - factions.admin
    - factions.autoclaim
    - factions.chat
    - factions.claim
    - factions.deinvite
    - factions.description
    - factions.disband
    - factions.help
    - factions.home
    - factions.invite
    - factions.join
    - factions.kick
    - factions.leave
    - factions.list
    - factions.map
    - factions.mod
    - factions.sethome
    - factions.show
    - factions.tag
    - factions.unclaim
    - factions.unclaimall
    - factions.power
    - factions.power.any
    - factions.relation
    worlds:
    world:
    prefix: '&e[&3Citoyen&e]'
    permissions:
    - essentials.home
    - essentials.sethome
    - essentials.warp
    - ChestShop.shop.*
    - lockette.user.create.*
    - deathcontrol.use
    - simpleregionmarket.buy
    - simpleregionmarket.sell
    world_the_end:
    prefix: '&8<The_End>&e[&3Citoyen&e]'
    permissions:
    - essentials.home
    - essentials.sethome
    - essentials.warp
    - ChestShop.shop.*
    - lockette.user.create.*
    - deathcontrol.use
    - simpleregionmarket.buy
    - simpleregionmarket.sell
    FreeBuild:
    prefix: '&8<FreeBuild>&e[&3Citoyen&e]'
    permissions:
    - essentials.home
    - essentials.sethome
    - essentials.warp
    - ChestShop.shop.*
    - lockette.user.create.*
    - deathcontrol.use
    - simpleregionmarket.buy
    - simpleregionmarket.sell
    FreeDestroy:
    prefix: '&8<FreeDestroy>&e[&3Citoyen&e]'
    permissions:
    - essentials.home
    - essentials.sethome
    - essentials.warp
    - ChestShop.shop.*
    - lockette.user.create.*
    - deathcontrol.use
    - simpleregionmarket.buy
    - simpleregionmarket.sell
    PVP:
    prefix: '&e<&3PVP&e>'
    world_nether:
    prefix: '&8<Nether>&e<&3PVP&e>'
    juloos_faction:
    prefix: '&e<&3PVP&e>'
    Donateur:
    default: false
    permissions:
    - factions.create
    - essentials.signs.color
    - essentials.joinfullserver
    inheritance:
    - Citoyen
    worlds:
    world:
    prefix: '&e[&6Donateur&e]'
    world_the_end:
    prefix: '&8<The_End>&e[&6Donateur&e]'
    FreeBuild:
    prefix: '&8<FreeBuild>&e[&6Donateur&e]'
    FreeDestroy:
    prefix: '&8<FreeDestroy>&e[&6Donateur&e]'
    PVP:
    prefix: '&e<&6PVP&e>'
    world_nether:
    prefix: '&8<Nether>&e<&6PVP&e>'
    juloos_faction:
    prefix: '&e<&6PVP&e>'
    VIP:
    default: false
    permissions:
    - essentials.chat.color
    - essentials.signs.color
    - essentials.joinfullserver
    - factions.create
    inheritance:
    - Citoyen
    worlds:
    world:
    prefix: '&2[V.I.P]'
    permissions:
    - essentials.tp
    - essentials.tphere
    - worldedit.navigation.jumpto
    world_the_end:
    prefix: '&8<The_End>&2[V.I.P]'
    permissions:
    - essentials.tp
    - essentials.tphere
    - worldedit.navigation.jumpto
    FreeBuild:
    prefix: '&8<FreeBuild>&2[V.I.P]'
    permissions:
    - essentials.tp
    - essentials.tphere
    - worldedit.navigation.jumpto
    FreeDestroy:
    prefix: '&8<FreeDestroy>&2[V.I.P]'
    permissions:
    - essentials.tp
    - essentials.tphere
    - worldedit.navigation.jumpto
    PVP:
    prefix: '&2<PVP>'
    world_nether:
    prefix: '&8<Nether>&2<PVP>'
    juloos_faction:
    prefix: '&2<PVP>'
    Moderateur:
    default: false
    permissions:
    - essentials.chat.color
    - essentials.signs.color
    - essentials.joinfullserver
    - factions.create
    inheritance:
    - Citoyen
    worlds:
    world:
    prefix: '&c[Moderateur]'
    permissions:
    - essentials.tp
    - essentials.tphere
    - worldedit.navigation.jumpto
    world_the_end:
    prefix: '&8<The_End>&c[Moderateur]'
    permissions:
    - essentials.tp
    - essentials.tphere
    - worldedit.navigation.jumpto
    FreeBuild:
    prefix: '&8<FreeBuild>&c[Moderateur]'
    permissions:
    - essentials.tp
    - essentials.tphere
    - worldedit.navigation.jumpto
    FreeDestroy:
    prefix: '&8<FreeDestroy>&c[Moderateur]'
    permissions:
    - essentials.tp
    - essentials.tphere
    - worldedit.navigation.jumpto
    PVP:
    prefix: '&c<PVP>'
    world_nether:
    prefix: '&8<Nether>&c<PVP>'
    juloos_faction:
    prefix: '&c<PVP>'
    Staff:
    default: false
    permissions:
    - permissions.*
    users:
    Maaxsyme:
    group: Staff
    worlds:
    world:
    prefix: '&4[Admin]'
    world_the_end:
    prefix: '&8<The_End>&4[Admin]'
    FreeBuild:
    prefix: '&8<FreeBuild>&4[Admin]'
    FreeDestroy:
    prefix: '&8<FreeDestroy>&4[Admin]'
    PVP:
    prefix: '&4<PVP>'
    world_nether:
    prefix: '&8<Nether>&4<PVP>'
    juloos_faction:
    prefix: '&4<PVP>'
    Shadouwz:
    group: Staff
    worlds:
    world:
    prefix: '&4[Admin]'
    world_the_end:
    prefix: '&8<The_End>&4[Admin]'
    FreeBuild:
    prefix: '&8<FreeBuild>&4[Admin]'
    FreeDestroy:
    prefix: '&8<FreeDestroy>&4[Admin]'
    PVP:
    prefix: '&4<PVP>'
    world_nether:
    prefix: '&8<Nether>&4<PVP>'
    juloos_faction:
    prefix: '&4<PVP>'
    TomEros49:
    group: Staff
    worlds:
    world:
    prefix: '&4[Admin]'
    world_the_end:
    prefix: '&8<The_End>&4[Admin]'
    FreeBuild:
    prefix: '&8<FreeBuild>&4[Admin]'
    FreeDestroy:
    prefix: '&8<FreeDestroy>&4[Admin]'
    PVP:
    prefix: '&4<PVP>'
    world_nether:
    prefix: '&8<Nether>&4<PVP>'
    juloos_faction:
    prefix: '&4<PVP>'
    Kolya:
    group: Staff
    worlds:
    world:
    prefix: '&8[&6W&7eb&6M&7aster&8]'
    world_the_end:
    prefix: '&8<The_End>&8[&6W&7eb&6M&7aster&8]'
    FreeBuild:
    prefix: '&8<FreeBuild>&8[&6W&7eb&6M&7aster&8]'
    FreeDestroy:
    prefix: '&8<FreeDestroy>&8[&6W&7eb&6M&7aster&8]'
    PVP:
    prefix: '&8<&6P&7VP&8>'
    world_nether:
    prefix: '&8<Nether>&8<&6P&7VP&8>'
    juloos_faction:
    prefix: '&8<&6P&7VP&8>'
    HeliioSs:
    group: Donateur
    porcinet77930:
    group: Donateur
    yoyoo59:
    group: Donateur
    xXThepoloXx:
    group: Donateur
    xXZegamerXx:
    group: Donateur
    oriosbob:
    group: Donateur
    SpiderCraft39:
    group: Donateur
    LEGUILLOURIU:
    group: Donateur
    Sthann:
    group: Donateur
    The_Neo:
    group: Donateur
    Asdrubal2:
    group: Donateur
    DiabloxX:
    group: Donateur
    Sdo:
    group: Donateur
    MrCamping:
    group: Donateur
    Herz3h:
    group: Donateur
    ONE51480:
    group: Donateur
    Mavrick92:
    group: Donateur
    manala68:
    group: Donateur
    xXNutelloXx:
    group: Donateur
    Bloodkill:
    group: Donateur
    SkrynoX:
    group: Donateur
    MagmaTelie:
    group: Donateur
    Antonin2699:
    group: Donateur


     
  31. Offline

    Snipes01

    What? That is not how it works. Factions already has permission nodes. So PEX does not actually have the permissions nodes in it...the various plugin devs do that.

    How do you know this has to do with PEX?

    Did you try the dev build 1.19? 1.18 won't work, but 1.19 might work with 1.2.3.

    That seems okay to me. What builds are you using? For 1.1 PEX 1.18 I think works.

    No groups defined? Hmm Lets see your permissions yml that is in the permissionsex folder.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018

Share This Page