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

    Bigwig222

    yeah, internal server error after reloading and then logging on. hopefully it will be fixed soon
    Code:
    [SEVERE] java.lang.ClassCastException: ru.tehkode.permissions.bukkit.PermissionsEx cannot be cast to ru.tehkode.permissions.bukkit.PermissionsEx
    2012-03-08 16:23:01 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.isAvailable(PermissionsEx.java:143)
    2012-03-08 16:23:01 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:147)
    2012-03-08 16:23:01 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:155)
    2012-03-08 16:23:01 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:123)
    2012-03-08 16:23:01 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:109)
    2012-03-08 16:23:01 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101)
    2012-03-08 16:23:01 [SEVERE]    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:99)
    2012-03-08 16:23:01 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:950)
    2012-03-08 16:23:01 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:322)
    2012-03-08 16:23:01 [SEVERE]    at ar.com.sharkale.AutoAnnouncer.AutoAnnouncer$printAnnounce.run(AutoAnnouncer.java:310)
    2012-03-08 16:23:01 [SEVERE]    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2012-03-08 16:23:01 [SEVERE]    at java.lang.Thread.run(Unknown Source)
    2012-03-08 16:23:01 [SEVERE] java.lang.ClassCastException: ru.tehkode.permissions.bukkit.PermissionsEx cannot be cast to ru.tehkode.permissions.bukkit.PermissionsEx
    2012-03-08 16:23:01 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.isAvailable(PermissionsEx.java:143)
    2012-03-08 16:23:01 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:147)
    2012-03-08 16:23:01 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:155)
    2012-03-08 16:23:01 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:199)
    2012-03-08 16:23:01 [SEVERE]    at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
    2012-03-08 16:23:01 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:112)
    2012-03-08 16:23:01 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101)
    2012-03-08 16:23:01 [SEVERE]    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:99)
    2012-03-08 16:23:01 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:950)
    2012-03-08 16:23:01 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:322)
    2012-03-08 16:23:01 [SEVERE]    at ar.com.sharkale.AutoAnnouncer.AutoAnnouncer$printAnnounce.run(AutoAnnouncer.java:310)
    2012-03-08 16:23:01 [SEVERE]    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2012-03-08 16:23:01 [SEVERE]    at java.lang.Thread.run(Unknown Source)
    2012-03-08 16:23:02 [INFO] <[Administrator] [bigwig222]> 0H N0ES
    2012-03-08 16:23:08 [INFO] <[Builder+] [shelleynak]> what
    2012-03-08 16:23:14 [INFO] <[Administrator] [bigwig222]> CR33P3R!!!
    2012-03-08 16:23:21 [INFO] <[Builder+] [shelleynak]> !!!!!!!!!!!
    2012-03-08 16:23:24 [INFO] <[Administrator] [bigwig222]> érules
    2012-03-08 16:24:01 [SEVERE] java.lang.ClassCastException: ru.tehkode.permissions.bukkit.PermissionsEx cannot be cast to ru.tehkode.permissions.bukkit.PermissionsEx
    2012-03-08 16:24:01 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.isAvailable(PermissionsEx.java:143)
    2012-03-08 16:24:01 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:147)
    2012-03-08 16:24:01 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:155)
    2012-03-08 16:24:01 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.performCheck(PermissiblePEX.java:123)
    2012-03-08 16:24:01 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:109)
    2012-03-08 16:24:01 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101)
    2012-03-08 16:24:01 [SEVERE]    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:99)
    2012-03-08 16:24:01 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:950)
    2012-03-08 16:24:01 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:322)
    2012-03-08 16:24:01 [SEVERE]    at ar.com.sharkale.AutoAnnouncer.AutoAnnouncer$printAnnounce.run(AutoAnnouncer.java:310)
    2012-03-08 16:24:01 [SEVERE]    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2012-03-08 16:24:01 [SEVERE]    at java.lang.Thread.run(Unknown Source)
    2012-03-08 16:24:01 [SEVERE] java.lang.ClassCastException: ru.tehkode.permissions.bukkit.PermissionsEx cannot be cast to ru.tehkode.permissions.bukkit.PermissionsEx
    2012-03-08 16:24:01 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.isAvailable(PermissionsEx.java:143)
    2012-03-08 16:24:01 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:147)
    2012-03-08 16:24:01 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.java:155)
    2012-03-08 16:24:01 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:199)
    2012-03-08 16:24:01 [SEVERE]    at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
    2012-03-08 16:24:01 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:112)
    2012-03-08 16:24:01 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:101)
    2012-03-08 16:24:01 [SEVERE]    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:99)
    2012-03-08 16:24:01 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:950)
    2012-03-08 16:24:01 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:322)
    2012-03-08 16:24:01 [SEVERE]    at ar.com.sharkale.AutoAnnouncer.AutoAnnouncer$printAnnounce.run(AutoAnnouncer.java:310)
    2012-03-08 16:24:01 [SEVERE]    at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
    2012-03-08 16:24:01 [SEVERE]    at java.lang.Thread.run(Unknown Source)
    2012-03-08 16:24:01 [INFO] <[Administrator] [bigwig222]> spider<!!
    2012-03-08 16:24:12 [INFO] <[Builder+] [shelleynak]> tp to me matt
    2012-03-08 16:24:24 [INFO] <[Administrator] [bigwig222]> 3x'
    2012-03-08 16:24:25 [INFO] bigwig222 lost connection: disconnect.quitting
    2012-03-08 16:24:25 [INFO] Connection reset
    2012-03-08 16:24:27 [SEVERE] Could not pass event PlayerLoginEvent to PermissionsEx
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441)
        at net.minecraft.server.ServerConfigurationManager.attemptLogin(ServerConfigurationManager.java:226)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.ClassCastException: ru.tehkode.permissions.bukkit.PermissionsEx cannot be cast to ru.tehkode.permissions.bukkit.PermissionsEx
        at ru.tehkode.permissions.bukkit.PermissionsEx.isAvailable(PermissionsEx.java:143)
        at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:196)
        at org.bukkit.craftbukkit.entity.CraftHumanEntity.isPermissionSet(CraftHumanEntity.java:91)
        at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.inject(PermissiblePEX.java:63)
        at ru.tehkode.permissions.bukkit.BukkitPermissions.updatePermissions(BukkitPermissions.java:117)
        at ru.tehkode.permissions.bukkit.BukkitPermissions$EventListener.onPlayerLogin(BukkitPermissions.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
        ... 9 more
     
  3. Offline

    darkscissors00

    WHEN will this be updated to 1.2??
     
  4. Offline

    jwnordquist

    dont know
     
  5. Offline

    javoris767

    Could i do something like.....
    Disable a command for ppl who are op or have '*'?
    Right now I am using permissionsbukkit and I can do something like perm.node: false and it disables it even if they are op or have '*'.
     
  6. Offline

    alpharox

    where can i find help to configurate the permissions file?
    in the wiki i find only configurations for modifyworld but i will give some groups rights to kick player.
     
  7. Offline

    Tak Suyu

    Seems like in the Dev build on craftbukkit-1.2.3-R0.1.jar
    Denying the permission node for mobtarget in modifyworld doesn't work
     
  8. Offline

    IsaiahRobichaud

    Every since I installed PermissiosnEx I can't log into my server all it says now is Internal Server Error!
    Can someone please help me!?
     
  9. Offline

    DJDUDE

    My permissions work fine but when i try to use the command pex promote <player> "it say error user not in this ladder". how do i fix that?
     
  10. Offline

    GarretSidzaka

    Dude if you patch this and get modify world and chatmanager werkin i will buy you a beer. seriously i will fukin donate
     
  11. Offline

    fussionzz97

    could anyone tell me how to set a group as a default group for when newbies come on, they automatically are in that group
    i had a go at this a while back but never ended up making it work

    this is my .yml http://pastebin.com/Q0Rq7bwa
     
  12. What problems are you running into?

    http://forums.bukkit.org/threads/ad...w-is-today-1-1-r6.18140/page-193#post-1004759

    If allowOps is set to false in the config for PEX, you can negate a node with a - at the beginning of the node name. If you are using a file backend, make sure the negation nodes come before the * node.

    According to http://wiki.bukkit.org/CraftBukkit_commands, the node for /kick is bukkit.command.kick.

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

    hobiten

    plz update modifyworld/PEX to 1.2.3 i'm in need for that :p
     
  14. Offline

    Gnyf

    we've been using 1.2.3 and pex 1.19 for a week and it works fine
     
    Justin The Cynical likes this.
  15. From what I'm seeing, this is a bug in bukkit.

    /AOL. The only problem I've seen so far is the mobtarget bug, but that looks like it's a bukkit bug, not PEX.

    Looking at your permissions, it is setup correctly for the member group to be the default. Is this not happening?

    This is probably an error in one of your config files. The permissions is the main suspect, can you put it on pastie and link to it?

    There could be a few reasons for this. Did you name your ladder? If you did, you need to specify the ladder name in the command.

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

    DJDUDE

    Can you give me the command to set up the ladder. i thought i set up ranks and ladders in the options of my permissions but maybe i did it wrong
     
  17. Offline

    hobiten

    THX FOR THE update dude!!! all love form Molten-Minecraft lol
     
  18. Offline

    GamerzHolland

    I got a crash? :
    Code:
    16:48:11 [SEVERE] Error occurred while enabling PermissionsEx v1.19.1 (Is it up
    to date?)
    java.lang.ClassCastException: ru.tehkode.permissions.bukkit.PermissionsEx cannot
    be cast to ru.tehkode.permissions.bukkit.PermissionsEx
            at ru.tehkode.permissions.bukkit.PermissionsEx.isAvailable(PermissionsEx
    .java:143)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionS
    et(PermissiblePEX.java:196)
            at org.bukkit.craftbukkit.entity.CraftHumanEntity.isPermissionSet(CraftH
    umanEntity.java:91)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.inject(Permis
    siblePEX.java:63)
            at ru.tehkode.permissions.bukkit.BukkitPermissions.updatePermissions(Buk
    kitPermissions.java:117)
            at ru.tehkode.permissions.bukkit.BukkitPermissions.updateAllPlayers(Bukk
    itPermissions.java:124)
            at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.ja
    va:97)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:336)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:363)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232
    )
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:531)
            at org.bukkit.Bukkit.reload(Bukkit.java:174)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    6)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4
    61)
            at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.
    java:457)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:599)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:568)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    my permissions.yml file:
    Code:
    users:
      Songason:
        group:
        - admins
        permissions:
        - permissions.*
        worlds:
          world:
            permissions:
            - farming.food
            group:
            - peasant
          nether:
            permissions:
            - pwn.noobs
            group:
            - devil
            prefix: '&5[DEVIL MUHAHA]&f'
    groups:
      default:
        default: true
        permissions:
        - modifyworld.blocks.place.tnt
        - modifyworld.*
      admins:
        inheritance:
        - default
        permissions:
        - '*'
        options:
          test.test: '100500'
        worlds:
          nether:
            permissions:
            - nocheat.fly
            prefix: '&7[ADMIN FROM HELL]'
      testers:
        inheritance:
        - admins
        options:
          test.test: '9000'
    worlds:
      nether:
        inheritance:
        - world
    
     
  19. Offline

    Tak Suyu

    mmk, I'll wait for a new build to come out before I come back with any errors, so far everything is running fine though

    I did notice that my permissions formatted oddly and added some {} after group names and such.. but nothing some deleting can't fix
     
  20. Offline

    stickeric

    Why are my new users bugged?

    Code:
      Lukegear: {}
      chikowner: {}
      sophie8888: {}
      Devin_Beta: {}
      luke0137: {}
      Lord_Ethan: {}
      aliehsanfaraj1: {}
      wickstud: {}
      luke7596: {}
      gja32000: {}
      xcompanionxcubex: {}
      Cole1121: {}
      tonygdude: {}
      TbHotSauce: {}
     
  21. Hey,
    I keep getting the same start-up error when using my permissions file after using the latest update 1.19.1 anyone know whats going on ?
    Code:
    09.03 18:33:09 [Server] INFO    ... 11 more
    09.03 18:33:09 [Server] INFO    at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:247)
    09.03 18:33:09 [Server] INFO    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:109)
    09.03 18:33:09 [Server] INFO    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:143)
    09.03 18:33:09 [Server] INFO    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:66)
    09.03 18:33:09 [Server] INFO    at org.bukkit.configuration.file.YamlConfiguration.convertMapsToSections(YamlConfiguration.java:76)
    09.03 18:33:09 [Server] INFO    at org.bukkit.configuration.file.YamlConfiguration.convertMapsToSections(YamlConfiguration.java:76)
    09.03 18:33:09 [Server] INFO    at org.bukkit.configuration.file.YamlConfiguration.convertMapsToSections(YamlConfiguration.java:76)
    09.03 18:33:09 [Server] INFO    at org.bukkit.configuration.file.YamlConfiguration.convertMapsToSections(YamlConfiguration.java:76)
    09.03 18:33:09 [Server] INFO    at org.bukkit.configuration.MemorySection.createSection(MemorySection.java:237)
    09.03 18:33:09 [Server] INFO Caused by: java.lang.IllegalArgumentException: Cannot create section at empty path
    09.03 18:33:09 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    09.03 18:33:09 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    09.03 18:33:09 [Server] INFO    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    09.03 18:33:09 [Server] INFO    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    09.03 18:33:09 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    09.03 18:33:09 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:212)
    09.03 18:33:09 [Server] INFO    at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java:68)
    09.03 18:33:09 [Server] INFO    at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:52)
    09.03 18:33:09 [Server] INFO    at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:485)
    09.03 18:33:09 [Server] INFO    at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:423)
    09.03 18:33:09 [Server] INFO    at ru.tehkode.permissions.backends.FileBackend.initialize(FileBackend.java:79)
    09.03 18:33:09 [Server] INFO    at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:251)
    09.03 18:33:09 [Server] INFO java.lang.IllegalStateException: Error loading permissions file
    09.03 18:33:09 [Server] SEVERE Error loading permissions file initializing PermissionsEx v1.19.1 (Is it up to date?)
    09.03 18:33:09 [Server] INFO [PermissionsEx] Initializing file backend
    09.03 18:33:08 [Server] INFO [PermissionsEx] Loading PermissionsEx v1.19.1
    09.03 18:33:08 [Server] INFO [PermissionsEx] PermissionEx plugin initialized.
    09.03 18:33:08 [Server] INFO [PermissionsEx] file backend registered!
    09.03 18:33:08 [Server] INFO [PermissionsEx] sql backend registered!
    Thats the error, and this is my permissions file,
    Code:
    groups:
        Default:
            default: true
            prefix: '&6-Player-'
            inheritance: null
            permissions:
            - simpleregionmarket.buy
            - playtime.total.self
            - playtime.self
            - creativegates.use
            - essentials.home
            - essentials.motd
            - essentials.rules
            - essentials.sethome
            - essentials.spawn
            - over9000homes.use
            - over9000homes.maxHomes.4
            - over9000homes.freesethome
            - over9000homes.freehome
            - essentials.help
            - essentials.warp
            - essentials.list
            - essentials.msg
            - worldguard.stack
            - citizens.use.*
            - essentials.afk
            - mywarp.warp.basic.warp
            - lockette.user.create.*
            - signColours.*
            - -ichat.color
            - essentials.clearinventory
            - modifyworld.*
            - mcmmo.skills.taming
            - mcmmo.skills.mining
            - mcmmo.skills.woodcutting
            - mcmmo.skills.repair
            - mcmmo.skills.unarmed
            - mcmmo.skills.archery
            - mcmmo.skills.herbalism
            - mcmmo.skills.excavation
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.skills.acrobatics
            - mcmmo.ability.herbalism
            - mcmmo.ability.excavation
            - mcmmo.ability.unarmed
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.swords
            - mcmmo.ability.woodcutting
            - mcmmo.commands.ability
            - mobarena.use.*
            - mobarena.classes.*
            - mobarena.arenas.*
            - multihome.home
            - falsebook.cart.*
            - essentials.me
            - essentials.warp.list
            - appleseed.wand
            - appleseed.plant.apple
            - chaircraft.sit
            - falsebook.blocks.*
            - falsebook.blocks.readbooks
            - houses.houses
            - -essentials.tp
            worlds:
                Oddity:
                    default: false
                Skyland:
                    default: false
                ? ''
                :  default: false
        Trusted:
            default: true
            prefix: '&e-Trusted-&e'
            inheritance:
            - Default
            permissions: null
            worlds:
                Oddity:
                    default: false
                Skyland:
                    default: false
                ? ''
                :  default: false
        Builder:
            default: false
            prefix: '&d-Builder-&d'
            inheritance:
            - Default
            permissions:
            - essentials.back
            - worldedit.navigation.jumpto
            - essentials.item
            - essentials.give
            - essentials.clearinventory
            worlds:
                Oddity:
                    permissions:
                    - essentials.back
                    - worldedit.navigation.jumpto
                    - essentials.item
                    - essentials.give
                    - essentials.clearinventory
                    default: false
                Skyland:
                    permissions:
                    - -essentials.item
                    - -essentials.give
                    - -worldedit.navigation.jumpto
                    default: false
                ? ''
                :  default: false
        Donator:
            default: false
            prefix: '&1-Donator-&1'
            inheritance:
            - Default
            permissions:
            - essentials.tp
            - mywarp.warp.basic.createprivate
            - mywarp.warp.basic.delete
            - mywarp.warp.basic.warp
            worlds:
                Oddity:
                    default: false
                Skyland:
                    default: false
                ? ''
                :  default: false
        Super-Donator:
            default: false
            prefix: '&3-S-Donator-&3'
            inheritance:
            - Default
            permissions:
            - essentials.tp
            - essentials.tphere
            - superpickaxe.use
            - superpick.use
            - mywarp.warp.basic.createprivate
            - mywarp.warp.basic.delete
            - mywarp.warp.basic.warp
            worlds:
                Oddity:
                    default: false
                Skyland:
                    default: false
                ? ''
                :  default: false
        Pro-Donator:
            default: false
            prefix: '&b-Pro-Donator&b-'
            inheritance:
            - Default
            permissions:
            - essentials.tp
            - essentials.tphere
            - superpickaxe.use
            - mywarp.warp.basic.createprivate
            - mywarp.warp.basic.delete
            - mywarp.warp.basic.warp
            - simplehat.*
            - cf.allowfly
            - nocheat.checks.moving
            - appleseed.plant.cookie
            worlds:
                Oddity:
                    permissions:
                    - essentials.tp
                    - essentials.tphere
                    - superpickaxe.use
                    - nocheat.checks.moving
                    - mywarp.warp.basic.createprivate
                    - mywarp.warp.basic.delete
                    - mywarp.warp.basic.warp
                    - simplehat.*
                    - cf.allowfly
                    - appleseed.plant.cookie
                    default: false
                Skyland:
                    permissions:
                    - -nocheat.checks.moving
                    - -essentials.tphere
                    - -superpickaxe.use
                    - -cf.allowfly
                    default: false
                ? ''
                :  default: false
        Premium:
            default: false
            prefix: '&b-Premium-&b'
            inheritance:
            - Default
            permissions:
            - essentials.tp
            - essentials.tphere
            - superpickaxe.use
            - mywarp.warp.basic.createprivate
            - mywarp.warp.basic.delete
            - mywarp.warp.basic.warp
            - simplehat.*
            - cf.allowfly
            - nocheat.checks.moving
            - mobdisguise.chicken
            - mobdisguise.pig
            - mobdisguise.sheep
            - mobdisguise.cow
            - mobdisguise.enderman
            - mobdisguise.wolf
            - appleseed.infinite.plant
            - appleseed.plant.cookie
            - appleseed.plant.goldenapple
            worlds:
                Oddity:
                    permissions:
                    - essentials.tp
                    - essentials.tphere
                    - superpickaxe.use
                    - nocheat.checks.moving
                    - mywarp.warp.basic.createprivate
                    - mywarp.warp.basic.delete
                    - mywarp.warp.basic.warp
                    - simplehat.*
                    - cf.allowfly
                    - mobdisguise.chicken
                    - mobdisguise.pig
                    - mobdisguise.sheep
                    - mobdisguise.cow
                    - appleseed.infinite.plant
                    - appleseed.plant.cookie
                    - appleseed.plant.golden_apple
                    - mobdisguise.wolf
                    default: false
                Skyland:
                    permissions:
                    - -nocheat.checks.moving
                    - -essentials.tphere
                    - superpickaxe.use
                    - -cf.allowfly
                    default: false
                ? ''
                :  default: false
        DVIP:
            default: false
            prefix: '&5-VIP-&5'
            inheritance:
            - Default
            permissions:
            - essentials.kick
            - essentials.tp
            - essentials.tphere
            - superpickaxe.use
            - essentials.tp
            - essentials.tphere
            - superpickaxe.use
            - nocheat.checks.moving
            - mywarp.warp.basic.createprivate
            - mywarp.warp.basic.delete
            - mywarp.warp.basic.warp
            - simplehat.*
            - cf.allowfly
            worlds:
                Oddity:
                    permissions:
                    - essentials.kick
                    - essentials.tp
                    - essentials.tphere
                    - superpickaxe.use
                    - essentials.tp
                    - essentials.tphere
                    - nocheat.checks.moving
                    - mywarp.warp.basic.createprivate
                    - mywarp.warp.basic.delete
                    - mywarp.warp.basic.warp
                    - simplehat.*
                    - cf.allowfly
                    default: false
                Skyland:
                    permissions:
                    - -superpickaxe.use
                    - -nocheat.checks.moving
                    - -cf.allowfly
                    default: false
                ? ''
                :  default: false
        PVIP:
            default: false
            prefix: '&5-VIP-&5'
            inheritance:
            - Default
            permissions:
            - essentials.tp
            - essentials.tphere
            - superpickaxe.use
            - mywarp.warp.basic.createprivate
            - mywarp.warp.basic.delete
            - mywarp.warp.basic.warp
            - simplehat.*
            - cf.allowfly
            - nocheat.checks.moving
            - mobdisguise.chicken
            - mobdisguise.pig
            - mobdisguise.sheep
            - mobdisguise.enderman
            - mobdisguise.cow
            - essentials.kick
            - appleseed.infinite.plant
            - appleseed.plant.cookie
            - appleseed.plant.golden_apple
            - mobdisguise.wolf
            worlds:
                Oddity:
                    permissions:
                    - essentials.tp
                    - essentials.tphere
                    - superpickaxe.use
                    - nocheat.checks.moving
                    - mywarp.warp.basic.createprivate
                    - mywarp.warp.basic.delete
                    - mywarp.warp.basic.warp
                    - simplehat.*
                    - cf.allowfly
                    - essentials.kick
                    - mobdisguise.chicken
                    - mobdisguise.pig
                    - mobdisguise.sheep
                    - mobdisguise.cow
                    - appleseed.infinite.plant
                    - appleseed.plant.cookie
                    - appleseed.plant.golden_apple
                    - mobdisguise.wolf
                    default: false
                Skyland:
                    permissions:
                    - -nocheat.checks.moving
                    - -essentials.tphere
                    - superpickaxe.use
                    - -cf.allowfly
                    default: false
                ? ''
                :  default: false
        VIP:
            default: false
            prefix: '&5-VIP-&5'
            inheritance:
            - Default
            permissions:
            - essentials.kick
            - essentials.tp
            - essentials.tphere
            - superpickaxe.use
            worlds:
                Oddity:
                    permissions:
                    - essentials.kick
                    - essentials.tp
                    - essentials.tphere
                    - superpickaxe.use
                    default: false
                Skyland:
                    permissions:
                    - -superpickaxe.use
                    default: false
                ? ''
                :  default: false
        DOP:
            default: false
            prefix: '&c-OP-&c'
            inheritance:
            - Default
            - OP
            permissions:
            - essentials.kit.*
            - essentials.kick
            - slap.slap
            - essentials.god
            - essentials.invsee
            - iwarnyou.warn
            - iwarnyou.check
            - essentials.ban
            - essentials.unban
            - essentials.tp
            - essentials.tphere
            - essentials.time
            - worldedit.navigation.thru
            - houses.sell
            - worldedit.navigation.jumpto
            - essentials.ascend
            - essentials.descend
            - essentials.give
            - essentials.item
            - essentials.ban.offline
            - essentials.weather
            - superpickaxe.use
            - nocheat.checks.moving
            - bb.admin.info
            - bb.admin.rollback
            - bb.admin.rollback
            - cf.allowfly
            worlds:
                Oddity:
                    permissions:
                    - essentials.kick
                    - essentials.ban
                    - iwarnyou.warn
                    - iwarnyou.check
                    - essentials.unban
                    - essentials.tp
                    - essentials.tphere
                    - essentials.time
                    - essentials.give
                    - essentials.item
                    - worldedit.navigation.thru
                    - worldedit.navigation.jumpto
                    - essentials.ascend
                    - essentials.descend
                    - essentials.weather
                    - nocheat.checks.moving
                    - superpickaxe.use
                    - bb.admin.info
                    - bb.admin.rollback
                    - bb.admin.rollback
                    - mywarp.warp.basic.createprivate
                    - mywarp.warp.basic.delete
                    - mywarp.warp.basic.warp
                    - simplehat.*
                    - cf.allowfly
                    default: false
                Skyland:
                    permissions:
                    - -worldedit.navigation.thru
                    - -worldedit.navigation.jumpto
                    - -superpickaxe.use
                    - -nocheat.checks.moving
                    - -cf.allowfly
                    - -essentials.give
                    - -essentials.item
                    default: false
                ? ''
                :  default: false
        POP:
            default: false
            prefix: '&c-OP-&c'
            inheritance:
            - Default
            - OP
            permissions:
            - essentials.kit.*
            - essentials.kick
            - slap.slap
            - essentials.god
            - essentials.invsee
            - essentials.ban
            - iwarnyou.warn
            - iwarnyou.check
            - essentials.unban
            - essentials.tp
            - houses.sell
            - essentials.tphere
            - essentials.time
            - worldedit.navigation.thru
            - worldedit.navigation.jumpto
            - essentials.ascend
            - essentials.descend
            - essentials.give
            - essentials.item
            - essentials.weather
            - essentials.ban.offline
            - superpickaxe.use
            - nocheat.checks.moving
            - bb.admin.info
            - bb.admin.rollback
            - bb.admin.rollback
            - cf.allowfly
            - mobdisguise.chicken
            - mobdisguise.pig
            - mobdisguise.sheep
            - mobdisguise.cow
            - mobdisguise.enderman
            - mobdisguise.wolf
            - appleseed.infinite.plant
            - appleseed.plant.cookie
            - appleseed.plant.golden_apple
            worlds:
                Oddity:
                    permissions:
                    - essentials.kick
                    - iwarnyou.warn
                    - iwarnyou.check
                    - essentials.ban
                    - essentials.unban
                    - essentials.tp
                    - essentials.tphere
                    - essentials.time
                    - essentials.give
                    - essentials.item
                    - worldedit.navigation.thru
                    - worldedit.navigation.jumpto
                    - essentials.ascend
                    - essentials.descend
                    - essentials.weather
                    - nocheat.checks.moving
                    - superpickaxe.use
                    - bb.admin.info
                    - bb.admin.rollback
                    - bb.admin.rollback
                    - mywarp.warp.basic.createprivate
                    - mywarp.warp.basic.delete
                    - mywarp.warp.basic.warp
                    - mobdisguise.chicken
                    - mobdisguise.pig
                    - mobdisguise.sheep
                    - mobdisguise.cow
                    - mobdisguise.enderman
                    - appleseed.infinite.plant
                    - appleseed.plant.cookie
                    - appleseed.plant.golden_apple
                    - mobdisguise.wolf
                    - simplehat.*
                    - cf.allowfly
                    default: false
                Skyland:
                    permissions:
                    - -worldedit.navigation.thru
                    - -worldedit.navigation.jumpto
                    - -superpickaxe.use
                    - -nocheat.checks.moving
                    - -cf.allowfly
                    - -essentials.give
                    - -essentials.item
                    default: false
                ? ''
                :  default: false
        OP:
            default: false
            prefix: '&c-OP-'
            inheritance:
            - Default
            permissions:
            - essentials.kit.*
            - essentials.kick
            - essentials.ban
            - slap.slap
            - essentials.god
            - essentials.invsee
            - iwarnyou.warn
            - iwarnyou.check
            - essentials.unban
            - essentials.tp
            - houses.sell
            - essentials.tphere
            - essentials.ban.offline
            - essentials.time
            - worldedit.navigation.thru
            - worldedit.navigation.jumpto
            - essentials.ascend
            - essentials.descend
            - essentials.weather
            - superpickaxe.use
            - nocheat.checks.moving
            - bb.admin.info
            - bb.admin.rollback
            - bb.admin.rollback
            - boxwarning.check
            - boxwarning.warn
            - cf.allowfly
            - essentials.item
            - essentials.give
            worlds:
                Oddity:
                    permissions:
                    - essentials.kick
                    - essentials.ban
                    - essentials.unban
                    - essentials.tp
                    - essentials.tphere
                    - essentials.time
                    - worldedit.navigation.thru
                    - worldedit.navigation.jumpto
                    - essentials.ascend
                    - essentials.descend
                    - essentials.weather
                    - iwarnyou.warn
                    - iwarnyou.check
                    - superpickaxe.use
                    - nocheat.checks.moving
                    - bb.admin.info
                    - bb.admin.rollback
                    - bb.admin.rollback
                    - cf.allowfly
                    - nocheat.flying
                    - nocheat.moving
                    - essentials.item
                    - essentials.give
                    default: false
                Skyland:
                    permissions:
                    - -worldedit.navigation.thru
                    - -worldedit.navigation.jumpto
                    - -superpickaxe.use
                    - -nocheat.checks.moving
                    - -cf.allowfly
                    - -essentials.item
                    - -essentials.give
                    default: false
                ? ''
                :  default: false
        WebDev:
            default: false
            prefix: '&b-Premium-&b'
            inheritance: null
            permissions:
            - '*'
        SOPTRIAL:
            default: false
            prefix: '&4-SOP-Trial-&4'
            inheritance: null
            permissions:
            - '*'
        SOPL:
            default: false
            prefix: '&4-SOPL-&4'
            inheritance: null
            permissions:
            - '*'
        SOP:
            default: false
            prefix: '&4-SOP-&4'
            inheritance: null
            permissions:
            - '*'
            - -essentials.setspawn
            - -essentials.setwarp
            - -essentials.backup
            - -worldguard.god
            - worldedit.wand
            - falsebook.blocks.lift
            - falsebook.blocks.gate
            - falsebook.blocks.bridge
            - signColours.*
            - -essentials.broadcast
            - mcmmo.skills.taming
            - mcmmo.skills.mining
            - mcmmo.skills.woodcutting
            - mcmmo.skills.repair
            - mcmmo.skills.unarmed
            - mcmmo.skills.archery
            - mcmmo.skills.herbalism
            - mcmmo.skills.excavation
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.skills.acrobatics
            - mcmmo.ability.herbalism
            - mcmmo.ability.excavation
            - mcmmo.ability.unarmed
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.swords
            - mcmmo.ability.woodcutting
            - mcmmo.commands.ability
            - -mobdisguise.*
            - -mobdisguise
            - -mobdisguise.player
            worlds:
                Oddity:
                    default: false
                Skyland:
                    default: false
                ? ''
                :  default: false
        Co-Owner:
            default: false
            prefix: '&2-&2Co-Owner&2-&2'
            inheritance: null
            permissions:
            - '*'
            - -worldguard.god
            - nocheat.flying
            - nocheat.moving
            - nocheat.speedhack
            - mywarp.admin
            - lockette.admin.break
            - lockette.admin.bypass
            - lockette.admin.snoop
            - signColours.*
            - mcmmo.skills.taming
            - mcmmo.skills.mining
            - mcmmo.skills.woodcutting
            - mcmmo.skills.repair
            - mcmmo.skills.unarmed
            - mcmmo.skills.archery
            - mcmmo.skills.herbalism
            - mcmmo.skills.excavation
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.skills.acrobatics
            - mcmmo.ability.herbalism
            - mcmmo.ability.excavation
            - mcmmo.ability.unarmed
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.swords
            - mcmmo.ability.woodcutting
            - mcmmo.commands.ability
            - srpex.setrank.*
            - -mobdisguise.*
            worlds:
                Oddity:
                    default: false
                Skyland:
                    default: false
                ? ''
                :  default: false
        Owner:
            default: false
            prefix: '&a-&aOwner&a-&a'
            inheritance: null
            permissions:
            - '*'
            - -worldguard.god
            - ram.has
            - essentials.reload
            - permissions.pmr
            - falsebook.blocks.lift
            - falsebook.blocks.gate
            - falsebook.blocks.bridge
            - nocheat.flying
            - nocheat.moving
            - nocheat.speedhack
            - mywarp.admin
            - lockette.admin.break
            - lockette.admin.bypass
            - lockette.admin.snoop
            - signColours.*
            - mcmmo.skills.taming
            - mcmmo.skills.mining
            - mcmmo.skills.woodcutting
            - mcmmo.skills.repair
            - mcmmo.skills.unarmed
            - mcmmo.skills.archery
            - mcmmo.skills.herbalism
            - mcmmo.skills.excavation
            - mcmmo.skills.swords
            - mcmmo.skills.axes
            - mcmmo.skills.acrobatics
            - mcmmo.ability.herbalism
            - mcmmo.ability.excavation
            - mcmmo.ability.unarmed
            - mcmmo.ability.mining
            - mcmmo.ability.axes
            - mcmmo.ability.swords
            - mcmmo.ability.woodcutting
            - mcmmo.commands.ability
            - SuperWheat.allow.crop.regrowing
            - nChat.colors
            - nChat.colours
            - -permissions.manage.membership.Owner
            - -permissions.manage.Owner
            worlds:
                Oddity:
                    default: false
                Skyland:
                    default: false
                ? ''
                :  default: false
    Any help would be appreciated,
    Thanks
    Aaron.
     
  22. Offline

    Snipes01

  23. Offline

    GarretSidzaka

    where is your donor link?

    justin are you the new maintainer of this code?
     
  24. Offline

    jwnordquist

    I FIGURED IT OUT! if you use mysql to host your permissions file, all the problems are solved, but if you reload your server instead of using /pex reload it will spam errors.
     
  25. Offline

    ScottSpittle

  26. Offline

    javoris767

    allowOps isn't in the config...

    Code:
    permissions:
      backend: file
      backends:
        file:
          file: permissions.yml
      superperms: {}
    
     
  27. Offline

    Casper2b

    Someone can check my config file.
    I have a server under 1.2.3 R1
    Permissions don't work:

    Code:
    users:
      casper2b:
        group:
        - admin
      o0oyoo0o:
        group:
        - admin
      aikindra:
        group:
        - citoyen
      maverick:
        group:
        - citoyen
      Chewbibi:
        group:
        - citoyen
      Bloody:
        group:
        - citoyen
      Darklord2492:
        group:
        - citoyen
      crisis53:
        group:
        - citoyen
      Laurent:
        group:
        - citoyen
    groups:
      visiteur:
        default: true
        prefix: '&f[Visiteur]&f'
        permissions:
        - modifywold.chat
        - essentials.rules
        - essentials.spawn
        - essentials.porta
        - lwc.deny
        - commandbook.spawn
        - commandbook.motd
      citoyen:
        default: false
        prefix: '&1[Citoyen]&1'
        inheritance:
        - visiteur
        permissions:
        - permissions.build
        - essentials.rules
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.portal
        - essentials.compass
        - essentials.help
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.motd
        - essentials.clearinventory
        - essentials.sethome.multiple.unlimited
        - lwc.protect
        - magiccarpet.mc
        - magiccarpet.ml
        - colors.hex
        - colors.rainbow
      architecte:
        default: false
        prefix: '&2[Architecte]&2'
        inheritance:
        - citoyen
        permissions:
        - permissions.build
        - bukkit.command.gamemode
        - commandbook.time
        - commandbook.give*
        - commandbook.time.lock
        - commandbook.time.check
        - commandbook.weather*
        - commandbook.teleport.other
        - commandbook.thor
        - worldedit.*
        - essentials.*
        - lwc.admin
        - lwc.mod
        - lampstone.*
        - konseptgate.command.*
      admin:
        default: false
        prefix: '&4[Admin]&4'
        inheritance:
        - architecte
        permissions:
        - permissions.build
        - dynmap.*
        - superpermbridge.worldguard
        - colors.*
     
  28. Offline

    javoris767

    t3hk0d3
    Could you help?
     
  29. Offline

    Squirzy

    I am currently having an issue with Permissions, here is what I have:
    Code:
      Admin:
        prefix: '[&6Admin&f] '
        permissions:
        - -vanilla.default.plugins
        - -vanish.silentjoin
        - -vanish.silentquit
        - -vanish.nointeract
        - '*'
    What I am trying to do is remove them permissions from the '*' permissions, but the players in that group still have them.
     
  30. Offline

    fussionzz97

    No its not happening there not added to perms no matter what, i have to add them manually
     
  31. Nope, t3hk0d3 is still the dev. Looks like he has at least one person helping him as well according to github. I am just another server admin/owner like everyone else... Well, perhaps not as gumpy as some others, but still more or less like everyone else. :D

    Can you post your permissions on pastie and link to it here? Or list the exact commands you used when you set them up?

    It looks like this may be a bug with the child permissions. I'm guessing you don't want the group to join vanished or joint silently?

    I just opened a ticket on this (https://github.com/PEXPlugins/PermissionsEx/issues/305) to make sure, but for now as a workaround, negate the vanish.joinwithoutannounce and vanish.joinvanished nodes.

    Thank you for using code tags.

    Taking a quick look at them, they look OK, what do you mean by they don't work? Need to be specific.

    Oh, I think I see the confusion here. :)

    In your PEX config file, look for the createUserRecords line. If it's not there, put "createUserRecords: true" in the file and restart (not /reload!) your server. PEX by default doesn't add the user to the file if they are in the default group. If you were to move/promote a user to a different group or give them a specific permission, it will add them to the file.

    OK, lets see your permissions file. Negating a node does work, I just did it a few minutes ago with two different versions of bukkit and PEX 1.19.1

    Code tags FTW! :D
    Ok, this file is odd. I get the feeling that every time t3hk0d3 updates PEX, the YAML parsing gets tightened up and become pickier. :)

    Anyway, your world specific permissions section looks odd. For example, the deafult group looks like this:
    Code:
            worlds:
                Oddity:
                    default: false
                Skyland:
                    default: false
                ? ''
                :  default: false
    Make it look like this:

    Code:
            worlds:
                Oddity:
                    default: false
                Skyland:
                    default: false
                '?':
                    default: false
    (the ? name in quotes. Not sure if that's even a valid name for a world, but that's not the issue at hand)

    I tried this myself (edited the world section and removed everything else but the default group) and PEX fired up and didn't scream when I tried listing the groups. With your permissions as listed, it bombed out on server start. :p

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

Share This Page