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

    Vixolus

    Prefixes still don't work.

    Also, when a new player joins, their name doesn't popup beneath Users: or classified as default: in Users:

    Or will having the default:
    default: true make anyone not listed in a group default?
     
  3. Offline

    Buckethead

    this happens when i ad spout plugin ver 1.1.339 in mc 1.8.1 and the newest pex. i dont use sql also. so spout and pex obviously have problems with each other or sumthing i did. this is just here for u i dont know alot about programing lol didnt mean to make it sound lik an insult

    Code:
    21:29:16 [INFO] [PermissionsEx] sql backend registered!
    21:29:16 [INFO] [PermissionsEx] file backend registered!
    21:29:16 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    21:29:16 [INFO] [PermissionsEx] p2compat backend registered!
    21:29:16 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    21:29:16 [INFO] MLog clients using java 1.4+ standard logging.
    21:29:16 [INFO] [PermissionsEx] Initializing file backend
    21:29:16 [SEVERE] java.lang.NoSuchFieldException: bq
    21:29:16 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    21:29:16 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.updateField(CustomBlock.java:397)
    21:29:16 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.<init>(CustomBlock.java:56)
    21:29:16 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.replaceBlocks(CustomBlock.java:356)
    21:29:16 [SEVERE]       at org.getspout.spout.Spout.onEnable(Spout.java:213)
    21:29:16 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    21:29:16 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    21:29:16 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    21:29:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    21:29:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    21:29:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    21:29:16 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    21:29:16 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    21:29:16 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    21:29:16 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    21:29:16 [SEVERE] java.lang.NoSuchFieldException: br
    21:29:16 [SEVERE]       at java.lang.Class.getDeclaredField(Unknown Source)
    21:29:16 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.updateField(CustomBlock.java:397)
    21:29:16 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.<init>(CustomBlock.java:57)
    21:29:16 [SEVERE]       at org.getspout.spout.block.mcblock.CustomBlock.replaceBlocks(CustomBlock.java:356)
    21:29:16 [SEVERE]       at org.getspout.spout.Spout.onEnable(Spout.java:213)
    21:29:16 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    21:29:16 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
    21:29:16 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    21:29:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    21:29:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    21:29:16 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
    21:29:16 [SEVERE]       at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
    21:29:16 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
    21:29:16 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    21:29:16 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    21:29:16 [SEVERE] Error occurred while enabling Spout v1.1.339 (Is it up to date?): bz
    java.lang.NoSuchFieldError: bz
            at org.getspout.spout.block.mcblock.CustomBlock.<init>(CustomBlock.java:65)
            at org.getspout.spout.block.mcblock.CustomBlock.replaceBlocks(CustomBlock.java:356)
            at org.getspout.spout.Spout.onEnable(Spout.java:213)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  4. Offline

    Homegamer

    Hi,
    I started using PermissionsEx with Minecraft1.8 (Bukkit Dev Build).
    Everything works fine, execpt Permissions. I have 2 or 3 Plugins which don't recognise PermissionsEx (but it is supported by the Plugin). I installed PermissionsEx and ModifyWorld. Do I need the others, too ?

    On top of that, Chat formatting didn't work.
    I have set up the Prefixes and Colorcodes for each group, and I even added those to mChat.
    But Everything is just White. Do I have to install PermissionsEx chat for connection ?

    Thx
    Homegamer
     
  5. Offline

    Raycrash

    How do I negate nodes ?

    I want to forbid lavabuckets/waterbuckets
     
  6. Offline

    bastion

    I would appear that craftbukkit build 1160 breaks pex here is the excerpt from the log:

     
  7. Offline

    teegee543

    I can report that I'm getting the same error
     
  8. Offline

    Courtney

    There is already a way to do this, take a look at my config, it might help you out.

    Also anyone else feel free to take a look at my config if you are having trouble setting up your config and you have multiple worlds, mine might help you out a lot, if I had an example like this when I was trying to understand it would have made it 10x more easier.

    http://pastebin.com/xE9cx5HC

    Keep in mind I don't have the permissions nodes in yet, but I'm sure that wont be a problem.
     
  9. Offline

    Raycrash

    This is my config.....but people still use water&lava buckets

    Code:
    groups:
        default:
            default: true
            permissions:
            - monsterhunt.usercmd.huntstatus
            - monsterhunt.usercmd.huntscore
            - monsterhunt.usercmd.hunt
            - poll.user
            - worldguard.region.flag.flags.use.*
            - worldguard.region.flag.regions.own.*
            - worldguard.region.removemember.own.*
            - worldguard.region.addmember.own.*
            - commandbook.msg
            - modifyworld.*
            options:
                modifyworld:
                    bucket:
                        empty:
                            water: 'false'
                            lava: 'false'
        Admin:
            prefix: '&4Admin &f'
            options:
                rank: '0'
            worlds:
                '&7':
                    prefix: '&4Admins'
            permissions:
            - '*'
        Vip: {}
        Moderator:
            prefix: '&bMod&f '
            permissions:
            - worldguard.region.list
            - worldguard.region.info.member.*
            - worldguard.region.info.own.*
            - worldguard.region.redefine.*
            - worldguard.region.define
            - worldguard.region.select.*
            - worldedit.selection.*
            - worldedit.wand.toggle
            - worldedit.wand
            - kiwiadmin.kick
            - kiwiadmin.tempban
            - worldguard.region.remove.*
            inheritance:
            - default

    edit nwo getting
    Code:
    2011-09-21 00:18:04 [SEVERE] Could not pass event PLAYER_TELEPORT to PermissionsEx
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:140)
        at ru.tehkode.permissions.bukkit.PermissionsEx$PlayerEventsListener.clearUserCache(PermissionsEx.java:195)
        at ru.tehkode.permissions.bukkit.PermissionsEx$PlayerEventsListener.onPlayerTeleport(PermissionsEx.java:210)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:300)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:385)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:117)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:34)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    all over the place

    and
    Code:
    2011-09-21 01:05:24 [SEVERE] Error occurred while enabling PermissionsEx v1.14 (Is it up to date?): org.bukkit.plugin.PluginDescriptionFile.getPermissions()Ljava/util/List;
    java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getPermissions()Ljava/util/List;
        at ru.tehkode.permissions.bukkit.BukkitPermissions.collectPermissions(BukkitPermissions.java:107)
        at ru.tehkode.permissions.bukkit.BukkitPermissions.<init>(BukkitPermissions.java:75)
        at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:103)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:892)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  10. Offline

    halo3rlz

    Whenever I start my server, my plugins don't detect pex. They all tell me that no permissions plugin is detected.
    Code:
    6:23 PM [INFO] [Pail] Pail 0.7.1 Enabled
    06:23 PM [INFO] Preparing level "World One"
    06:23 PM [INFO] Default game type: 0
    06:23 PM [INFO] Preparing start region for level 0 (Seed: -7953067761020067598)
    06:23 PM [INFO] Preparing start region for level 1 (Seed: 4659667137421654753)
    06:23 PM [INFO] Preparing spawn area: 4%
    06:23 PM [INFO] AdvancedPail v0.1 alpha enabled
    06:23 PM [INFO] CraftBukkitUpToDate version 2.6.6 is enabled!
    06:23 PM [INFO] CButD: Permission system not detected, defaulting to OP
    06:23 PM [INFO] [PermissionsEx] Superperms support enabled.
    06:23 PM [INFO] [PermissionsEx] v1.13 enabled
    06:23 PM [INFO] [Residence] Permissions Plugin NOT Found!
    06:23 PM [INFO] [Residence] iConomy NOT found!
    06:23 PM [INFO] [Residence] Loaded Residences...
    06:23 PM [INFO] [Residence] Enabled! Version 2.3.3 by bekvon
    06:23 PM [INFO] [Waypoint] Reading configurations.
    06:23 PM [INFO] [Waypoint] Configurations succesfully loaded.
    06:23 PM [INFO] [Waypoint] Set home to bed is enabled.
    06:23 PM [INFO] [Waypoint] No Permissions plugin detected. Using OP
    06:23 PM [INFO] [Waypoint] Enabled version 1.5-dev
    06:23 PM [INFO] [Waypoint] Saved all configurations.
    06:23 PM [INFO] [Waypoint] Warps: loaded permission groups: Default, Mod, Admin
    06:23 PM [INFO] WorldEdit 4.6 enabled.
    06:23 PM [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    06:23 PM [INFO] Server permissions file permissions.yml is empty, ignoring it
    06:23 PM [INFO] Done (0.201s)! For help, type "help" or "?"
    06:23 PM [INFO] CButD: CraftBukkit is Outdate, try to download new version 
     
  11. Offline

    Donny

    Have issues with PEX not giving random permissions that are defined.
    Example: I gave citizens this permissions "preciousstones.benefit.*" and they dont have perms for "/ps on"
    **Seems to happen with random nodes ending in **

    Also my SemiAdmin group had "worldguard.region.*" and couldn't use any commands that involve region.

    To bypass it I have to add every node after it
    Example: SemiAdmin "worldguard.region.flag" and so on.

    Using PEX with SQL
     
  12. Offline

    da404lewzer

    My users can't place blocks. I'm running 1.8, latest bukkit and latest PermissionsEx. I have tried giving the group:
    • modifyworld.*
    • dc.do
    • dc.do.*
    all without success. The admins have '*' and can do whatever they want. I have turned on 'dex toggle debug' and there are no permission requests when I try to place a block. I have also disabled every plugin excluding default commands (big brother, mcmmo, etc). Yet when I do '*' on the group it works. So there is a permission that satisfies the script, but what is it? Any help would be appreciated!
    I have also tried setting the option "build: true"
    Anyone else have this issue?
    Also, I'm running in SQL mode with everything setup perfectly. I see all the values in the db, and have properly reloaded perms 'pex reload' (and restarted server).
    Permissions like dc.spawn.* and dc.time.* work perfectly for the same users.
     
  13. Offline

    t3hk0d3

    Code:
     options:
                modifyworld:
                    bucket:
                        empty:
                            water: 'false'
                            lava: 'false'
    fail

    use /pex group default add -modifyworld.bucket.empty.(lava|water)

    Yeah, i know about this issue, anyway thx :D Try lastest dev version.

    worldguard regions?

    try to remove * from admins.

    Also post pls piece of log with debug mode enabled where you trying to place/destroy block

    install PermissionsCompat (bundled with PEX as Permissions.jar)

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

    da404lewzer

    Not using WorldGuard, however I have WorldEdit.

    Removing '*' from admins did nothing.

    Removing WorldEdit did nothing.

    >pex toggle debug
    17:01:00 [INFO] [PermissionsEx-Dinnerperms] Player da404lewzer for "world" world permissions updated!
    17:01:00 [WARNING] [PermissionsEx] Debug mode enabled
    17:01:04 [INFO] User da404lewzer checked for "modifyworld.blocks.interact.sand", no permission found
    >
     
  15. Offline

    t3hk0d3

    you are sure everyone have "modifyworld.*" permission?
     
  16. Offline

    PyPKjE

    2011-09-21 00:26:24 [SEVERE] Error occurred while enabling PermissionsEx v1.13 (Is it up to date?): org.bukkit.plugin.PluginDescriptionFile.getPermissions()Ljava/util/ArrayList;
    java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getPermissions()Ljava/util/ArrayList;
    at ru.tehkode.permissions.bukkit.BukkitPermissions.collectPermissions(BukkitPermissions.java:105)
    at ru.tehkode.permissions.bukkit.BukkitPermissions.<init>(BukkitPermissions.java:73)
    at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:103)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:906)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  17. Offline

    t3hk0d3

    try dev version. 1.13 was written for 1060, not for 1100+
     
  18. Offline

    Jobsti

    Same error since ~#1160
    But still works, so far....

    A little "dev-update" would be nice.
    Edit. Oh I see. I take a look.

    Edit @t3hk0d3
    1.14 is working with #1162. THANKS!
     
  19. Offline

    Himeki


    @Vixolus
    default should be default, there may be another group with "defaut: true", I'd suggest checking that. Other than that I'm not sure.


    @Merdril
    Very likely the plugins, your node is set correctly. Try using "mywarp.warp.basic.createpublic" instead of "mywarp.warp.basic.*" they may not have set the .* up correctly. It is a fairly simple fix (assuming this works), but that's for the mywarp plugin page instead. (assuming the above works) you can send me a PM and I'll see if I can help you.
     
  20. Offline

    Vixolus

    Nothing else says Default:true
     
  21. Offline

    Courtney

    A couple things...

    pex world <world> inherit <parentWorlds>
    Is it possible to make it inherit parent worlds from other groups somehow?

    Also I have a problem with my users not being added to the permissions.yml as well, and I believe the default groups are set correctly

    This is my Permissions.yml http://pastebin.com/SY13Te4s
     
  22. Offline

    getthetroll

    you have way to many default: trues you just need one default to be true
     
  23. Offline

    jaboy

    @halo3rlz
    if your permissions is setup wrong when the server starts .... PEX kinda "disable" it self
     
  24. Offline

    getthetroll

    ok i keep geting this!
    [SEVERE] Error occurred while enabling PermissionsEx v1.13 (Is it up to date?): org.bukkit.plugin.PluginDescriptionFile.getPermissions()Ljava/util/ArrayList;
    java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getPermissions()Ljava/util/ArrayList;
    at ru.tehkode.permissions.bukkit.BukkitPermissions.collectPermissions(BukkitPermissions.java:105)
    at ru.tehkode.permissions.bukkit.BukkitPermissions.<init>(BukkitPermissions.java:73)
    at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:103)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:906)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  25. Offline

    nicquehen

    for information

    With 1.13(b1166)

    Code:
    2011-09-21 08:08:22 [SEVERE] Error occurred while enabling PermissionsEx v1.13 (Is it up to date?): org.bukkit.plugin.PluginDescriptionFile.getPermissions()Ljava/util/ArrayList;
    java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getPermissions()Ljava/util/ArrayList;
        at ru.tehkode.permissions.bukkit.BukkitPermissions.collectPermissions(BukkitPermissions.java:105)
        at ru.tehkode.permissions.bukkit.BukkitPermissions.<init>(BukkitPermissions.java:73)
        at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:103)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:906)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    but run great with the latest dev build of pex. :)

    plugins :
    dynmap
    essential
    hawkeye
    lwc
    worldborder
    nocheat
     
  26. Offline

    Raycrash

    Damn I first had the - but it seemed even wierder :S gonna try

    can you tell me what this error is btw ? I just got it and had REAL problems fixing it


    Also could you add colored names in the TAB playerlist ?
     
  27. Offline

    olivierFR

    Hi

    I have some probleme to repport:


    thanks
     
  28. Offline

    Pandaren

    If I want to make a group can't build anything, How should I set that group?
    I tried /pex group GROUPNAME set build false, but it's not working.
     
  29. Offline

    jake122122

    Hey i have been trying to setup this and mchat how would i go doing this to show the prefix and suffix ?
     
  30. Offline

    jaboy

    i cant get this to work :(
     
  31. Offline

    da404lewzer

    I'm pretty sure. I'm using SQL but I outputted it as yml for you:

    users:
    da404lewzer:
    group:
    - Miners
    Avatar_Craze:
    group:
    - Miners
    Danda:
    group:
    - Miners
    groups:
    default:
    default: true
    options:
    rank: '1000'
    Miners:
    prefix: '&0(&8M&7iner&0)&7 '
    permissions:
    - modifyworld.*
    - dc.spawn.*
    - dc.home.*
    - dc.help
    - dc.motd
    - dc.do.*
    options:
    rank: '900'
    Admins:
    prefix: '&0(&4Admin&0)&7 '
    options:
    rank: '0'
    Moderator:
    prefix: '&0(&1Moderator&0)&7 '
    permissions:
    - dc.weather.*
    - dc.teleport.*
    - dc.time.*
    options:
    rank: '100'


    This was as far as I got into setting it up before I realized they couldn't build anymore.

    Also, feel free to join my teamspeak (host: squirrelclan.com) where we would be more than happy to make changes or upload test builds to get this working. The server is private so we won't be affecting anyone. If you join TS poke da404lewzer or my friend Danda and we'll get to work :)

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

Share This Page