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

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    [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
    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.

    This post has been edited 103 times. It was last edited by t3hk0d3 Dec 24, 2012.
    grid21, MrRazull, EditsHD and 70 others like this.
  2.  
  3. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    To use /time you should be op. It's built-in Minecraft server feature.
  4. Offline

    MathijsNL

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    This is a really great plugin! What bothered me the most in the past was permissions or groupmanager always whining, and having no commands in permissions. With this one i can actually change the files with texteditor while my server is running. This plugin rocks!

    Only 1 question\remark: when i make a permission for admins like
    permissions:
    - *

    i get an error
    i cant copy the code right now, please tell me if it is relevant. Anyway, that doesnt give that group all rights, i have to add eacht plugin.* to the group.

    Will try to post the console output tomorrow
  5. Offline

    Pim1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    no, not the /time set 0, but the /time day
    /time day is not a minecraft command, it is an admincmd command...
    and nobody else has permissions!
  6. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    This is yaml specific stuff. Try
    - "*"

    Quoted asterisk should work.

    You can also try
    pex group groupname add "*"
  7. Offline

    KaLul

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i use your mod. and iam server admin. but it always says : you dont have enought permissions if i try pex commands.
  8. Offline

    hofec

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I don't really understand how this works .. :( (maybe i'm just a troll :rolleyes: )

    I have two permissions files in my plugins/Permissions folder -> perpetum.yml and perpetum_nether.yml (links to pastebin - both files are same..) and i really want this convert to my MySQL db and use all /pex commands in-game (mainly promote/demote system).

    I have Permissions 2.7.4 (Nijikokun) installed | CB #857

    What exactly is the PermissionsCompat file ? I don't understand .. this file is same as Nijis Permissions.jar or what ?

    Anyway .. thanks in advence for any quick-guide .. i just hate permissions system :D [diamond]
  9. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You need download PermissionsCompat (file named Permissions.jar). This is compatiblity layer for Niji's Permissions with migration built-in.

    In other words just extract http://webbukkit.org/jenkins/public/PermissionsCompat/PermissionsCompat-1.11-bin.zip into your plugins directory and than do migration stuff described in OP post.
  10. Offline

    KaLul

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    I use yetis permissions! i havent changed anything in the permissionsex config file, but just that modifyworld part.
    How can i use permissionsex commands now? i set in permissions/world1/groups.yml ->
    Code:
    permissions:
        - '*'
    can you please help me with that?
  11. Offline

    hofec

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ok t3hk0d3 - i put this file to my plugins folder AND also PermissionsEx.jar .. when i try to backend, this message pops up ..

    Code:
    14:46:11 [INFO] hofec [/127.0.0.1:64435] logged in with entity id 113 at ([ perpetum] 444.53125, 91.0, -632.4375)
    14:46:11 [INFO] configarray [Ljava.lang.String;@8b66ac
    14:46:11 [INFO] configarray 0 true
    14:46:11 [INFO] SimpleSave: Current save interval is 30 minute(s)
    14:46:11 [INFO] SimpleSave: Current backup interval is 240 minute(s)
    14:46:17 [INFO] Connection reset
    14:46:17 [INFO] hofec lost connection: disconnect.quitting
    >pex backend p2compat
    14:46:47 [INFO] [PermissionsEx] Initializing p2compat backend
    14:46:47 [INFO] Error during backend initializtation:
    14:46:47 [SEVERE] java.lang.reflect.InvocationTargetException
    14:46:47 [SEVERE]       at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    14:46:47 [SEVERE]       at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    14:46:47 [SEVERE]       at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    14:46:47 [SEVERE]       at java.lang.reflect.Constructor.newInstance(Unknown Source)
    14:46:47 [SEVERE]       at ru.tehkode.permissions.PermissionBackend.getBackend(PermissionBackend.java:179)
    14:46:47 [SEVERE]       at ru.tehkode.permissions.PermissionBackend.getBackend(PermissionBackend.java:163)
    14:46:47 [SEVERE]       at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:156)
    14:46:47 [SEVERE]       at ru.tehkode.permissions.bukkit.commands.UtilityCommands.setBackend(UtilityCommands.java:102)
    14:46:47 [SEVERE]       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    14:46:47 [SEVERE]       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    14:46:47 [SEVERE]       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    14:46:47 [SEVERE]       at java.lang.reflect.Method.invoke(Unknown Source)
    14:46:47 [SEVERE]       at ru.tehkode.permissions.commands.CommandsManager$CommandBinding.call(CommandsManager.java:244)
    
    14:46:47 [SEVERE]       at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManager.java:124)
    14:46:47 [SEVERE]       at ru.tehkode.permissions.bukkit.PermissionsEx.onCommand(PermissionsEx.java:100)
    14:46:47 [SEVERE]       at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    14:46:47 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    14:46:47 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:279)
    14:46:47 [SEVERE]       at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:428)
    14:46:47 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:413)
    14:46:47 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    14:46:47 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    14:46:47 [SEVERE] Caused by: java.lang.IllegalAccessError: tried to access class ru.tehkode.permissions.compat.P2Backend
    $1 from class ru.tehkode.permissions.compat.P2Backend
    14:46:47 [SEVERE]       at ru.tehkode.permissions.compat.P2Backend.loadPermissions(P2Backend.java:105)
    14:46:47 [SEVERE]       at ru.tehkode.permissions.compat.P2Backend.<init>(P2Backend.java:50)
    14:46:47 [SEVERE]       ... 22 more
    >pex dump file permissions.yml
    14:47:14 [INFO] [PermissionsEx] Initializing file backend
    14:47:14 [INFO] [PermissionsEx] Data dumped in "permissions.yml"
    >pex backend file
    14:47:21 [INFO] [PermissionsEx] Initializing file backend
    14:47:21 [INFO] Permission backend changed!
    any ideas ?
  12. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    There is might be some bogus plugins (bogus manifest's Class-Path). Try to leave Permissions.jar and PermissionsEx.jar only in plugins directory, just for migration time.
  13. Offline

    KaLul

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i need a f*ing german install tutorial -.-
  14. Offline

    hofec

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hehe .. now with this log:

    Code:
    148 recipes
    16 achievements
    15:17:15 [INFO] Starting minecraft server version Beta 1.6.6
    15:17:15 [INFO] Loading properties
    15:17:15 [INFO] Starting Minecraft server on *:25565
    15:17:15 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    15:17:15 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    15:17:15 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for
    hackers to connect with any username they choose.
    15:17:15 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    15:17:15 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-818-gffaf185-b857jnks (MC: 1.6.6)
    15:17:15 [INFO] Preparing level "perpetum"
    15:17:15 [INFO] Preparing start region for level 0
    15:17:16 [INFO] Preparing start region for level 1
    15:17:16 [INFO] Preparing spawn area: 0%
    15:17:17 [INFO] [PermissionsEx] sql backend registered!
    15:17:17 [INFO] [PermissionsEx] file backend registered!
    15:17:17 [INFO] [PermissionsEx] xml backend registered!
    15:17:17 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    15:17:17 [INFO] [PermissionsEx] p2compat backend registered!
    15:17:17 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    15:17:17 [INFO] [PermissionsEx] Initializing file backend
    15:17:17 [INFO] [PermissionsEx] Modifyworld is disabled. To enable set "permissions.modifyworld" to "true" in config.yml
    
    15:17:17 [INFO] [PermissionsEx] v1.11 enabled
    15:17:17 [INFO] [PermissionsCompat] Compatibility layer enabled.
    15:17:17 [INFO] Done (0,193s)! For help, type "help" or "?"
    >pex backend p2compat
    15:17:48 [INFO] [PermissionsEx] Initializing p2compat backend
    15:17:48 [INFO] [PermissionsCompat] Parsing "perpetum.yml" file
    15:17:48 [INFO] [PermissionsCompat] Parsing "perpetum_nether.yml" file
    15:17:48 [INFO] Permission backend changed!
    >pex dump file permissions.yml
    15:18:05 [INFO] [PermissionsEx] Initializing file backend
    15:18:05 [INFO] [PermissionsEx] Data dumped in "permissions.yml"
    >pex backend file
    15:18:13 [INFO] [PermissionsCompat] Parsing "perpetum.yml" file
    15:18:13 [INFO] [PermissionsCompat] Parsing "perpetum_nether.yml" file
    15:18:13 [INFO] [PermissionsEx] Initializing file backend
    15:18:13 [INFO] Permission backend changed!
    All seems to be fine .. promote/demote works ! thank you[diamond]
  15. Offline

    Pim1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    euhm... nobody in my server has permissions, i have no errors and all my plugins find it... here is my config
    config.yml:

    Code:
    permissions:
        backends:
            file:
                file: permissions.yml
        backend: file
        basedir: plugins/PermissionsEx
    
        modifyworld:
            enable: true
            itemRestrictions: false
        informplayers:
            modifyworld: false
            changes: true
    permissions.yml:

    Code:
    groups:
        Limited:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            permissions:
                - 'iConomy.access'
                - 'modifyworld.*'
        Default:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: false
            permissions:
                - 'iConomy.access'
                - 'modifyworld.*'
                - 'elevators.builder'
                - 'spawnx.*'
                - 'homex.*'
                - 'MobBounty.mb'
                - 'multiverse.world.spawn'
                - 'multiverse.list'
                - 'passwordprotect.nopassword'
                - 'simplechestlock.lock'
                - 'iConomy.bank'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'headblocks.self'
        OP:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            permissions:
                - 'iConomy.access'
                - 'modifyworld.*'
                - 'elevators.builder'
                - 'spawnx.*'
                - 'homex.*'
                - 'MobBounty.mb'
                - 'multiverse.world.spawn'
                - 'multiverse.list'
                - 'passwordprotect.nopassword'
                - 'simplechestlock.lock'
                - 'iConomy.bank'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'headblocks.self'
                - 'elevators.advancedbuilder'
                - 'multiverse.tp'
                - 'admincmd.time.*'
                - 'admincmd.item.add'
                - 'admincmd.tp.*'
                - 'admincmd.player.heal'
                - 'admincmd.player.msg'
                - 'admincmd.mob.spawn'
        TopOP:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            permissions:
                - 'iConomy.access'
                - 'modifyworld.*'
                - 'elevators.builder'
                - 'spawnx.*'
                - 'homex.*'
                - 'MobBounty.mb'
                - 'multiverse.world.spawn'
                - 'multiverse.list'
                - 'passwordprotect.nopassword'
                - 'simplechestlock.lock'
                - 'iConomy.bank'
                - 'iConomy.list'
                - 'iConomy.payment'
                - 'iConomy.rank'
                - 'headblocks.self'
                - 'elevators.advancedbuilder'
                - 'multiverse.tp'
                - 'admincmd.time.*'
                - 'admincmd.item.add'
                - 'admincmd.tp.*'
                - 'admincmd.player.heal'
                - 'admincmd.player.msg'
                - 'admincmd.mob.spawn'
                - 'elevators.*'
                - 'MobBounty.Admin.mbg'
                - 'simplechestlock.ignoreowner'
                - 'admincmd.item.*'
                - 'admincmd.player.*'
        Admin:
            default: false
            info:
                prefix: '&1[&3Admin&1]&2'
                suffix: '&4'
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
        Pim16aap2:
            groups:
                - Admin
            info:
                prefix: ''
            permissions:
        LordExiardia:
            groups:
                - Default
            permissions:
        Rens5:
            groups:
                - Default
            permissions:
        Dustzzz:
            groups:
                - Default
            permissions:
        Nickboy6677:
            groups:
                - Default
            permissions:
        ma1o1:
            groups:
                - Default
            permissions:
        Blog[AS]:
            groups:
                - Default
            permissions:
        Banaan:
            groups:
                - Default
            permissions:
        fingkregh:
            groups:
                - Default
            permissions:
        ninetailer:
            groups:
                - Default
            permissions:
        tommate11:
            groups:
                - Default
            permissions:
  16. Offline

    KaLul

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can you please tell me how you installed it? i just cant get it work. I did it like the normal install manual but i have no longer all permissions. what am i doin wrong?
  17. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Your permissions.yml are not PEX, but P2/P3 format. Migrate first.
  18. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Join #permissionsex on irc.esper.net, there is some native german speakers which can help you :)
    KaLul likes this.
  19. Offline

    KaLul

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    thanks alot! :)
  20. Offline

    Pim1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    already did, I get this error when i retry:

    Code:
    17:06:17 [INFO] [PermissionsEx] Initializing p2compat backend
    17:06:17 [INFO] Error during backend initializtation:
    17:06:17 [SEVERE] java.lang.reflect.InvocationTargetException
    17:06:17 [SEVERE] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    17:06:17 [SEVERE] 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    17:06:17 [SEVERE] 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    17:06:17 [SEVERE] 	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    17:06:17 [SEVERE] 	at ru.tehkode.permissions.PermissionBackend.getBackend(PermissionBackend.java:179)
    17:06:17 [SEVERE] 	at ru.tehkode.permissions.PermissionBackend.getBackend(PermissionBackend.java:163)
    17:06:17 [SEVERE] 	at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:156)
    17:06:17 [SEVERE] 	at ru.tehkode.permissions.bukkit.commands.UtilityCommands.setBackend(UtilityCommands.java:102)
    17:06:17 [SEVERE] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    17:06:17 [SEVERE] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    17:06:17 [SEVERE] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    17:06:17 [SEVERE] 	at java.lang.reflect.Method.invoke(Method.java:597)
    17:06:17 [SEVERE] 	at ru.tehkode.permissions.commands.CommandsManager$CommandBinding.call(CommandsManager.java:244)
    17:06:17 [SEVERE] 	at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManager.java:124)
    17:06:17 [SEVERE] 	at ru.tehkode.permissions.bukkit.PermissionsEx.onCommand(PermissionsEx.java:100)
    17:06:17 [SEVERE] 	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    17:06:17 [SEVERE] 	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    17:06:17 [SEVERE] 	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:279)
    17:06:17 [SEVERE] 	at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:428)
    17:06:17 [SEVERE] 	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:413)
    17:06:17 [SEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    17:06:17 [SEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:06:17 [SEVERE] Caused by: java.lang.RuntimeException: Specified directory aren't exist. Check "permissions.backends.yeti.directory" param.
    17:06:17 [SEVERE] 	at ru.tehkode.permissions.compat.P2Backend.loadPermissions(P2Backend.java:97)
    17:06:17 [SEVERE] 	at ru.tehkode.permissions.compat.P2Backend.<init>(P2Backend.java:50)
    17:06:17 [SEVERE] 	... 22 more
    
    is there a way to do this manually?
  21. Offline

    po24

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    everytime i type in a command it tells me "Sorry, you dont have enough permissions." (i already am an admin)
  22. Offline

    rtcabooservb

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How does this plugin compare to permissions 3.1.5b in performance? Also, is it possible to add a converter to auto change essential's group manager files to permission files?
  23. Offline

    Sleaker

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    If the plugin can handle server input and storage efficiently then great, but if it can't provide an interface that's decent to plugin devs it's a useless bravado. - There is not enough API documentation to allow devs to efficiently use your plugin. In fact... your plugin doesn't have an actual API it just allows access to your public classes.
  24. Offline

    Pim1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    how can i manually set is to PEX format? i still get that error is posted before and still there are no permissions.
  25. Offline

    MathijsNL

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ok i tried that, and it did the job. Thnx for the reply
  26. Offline

    hofec

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    1. step -> download BOTH files from OP

    2. step -> empty your plugins dir and start only with Permissions.jar and PermissionsEx.jar + folder Permissions/world1.yml , world2.yml, etc.

    3. step -> start your server and type to the console
    > pex backend p2compat
    > pex dump file permissions.yml
    > pex backend file


    4. profit :)
  27. Offline

    po24

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can anyone help me with my post above.
  28. Offline

    The Walking Glitch

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    HATED permissions, LOVE this, GREAT JOB! I am going to be using it on all of my server setups, that require a permissions plugin. Thanks for the awesome plugin.
  29. Offline

    Pim1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    how? look at my previous posts for more info
  30. Offline

    Pim1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    well, i can't go to any other permissions plugin, whatever I fill in, nobody except OP's (in the txt file in the server map) can build! all that started when i typed those codes in the console! how am i supposed to undo that??!!
    or at least solve the problem i already posted?
  31. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    using console type this

    pex user YOURNAME add "*"
  32. Offline

    po24

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

Share This Page