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

    hofec

    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]
     
  3. Offline

    Pim1234

    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:
     
  4. Offline

    KaLul

    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?
     
  5. Offline

    t3hk0d3

    Your permissions.yml are not PEX, but P2/P3 format. Migrate first.

    Join #permissionsex on irc.esper.net, there is some native german speakers which can help you :)

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

    KaLul

    thanks alot! :)
     
  7. Offline

    Pim1234

    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?
     
  8. Offline

    po24

    everytime i type in a command it tells me "Sorry, you dont have enough permissions." (i already am an admin)
     
  9. Offline

    rtcabooservb

    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?
     
  10. Offline

    Sleaker

    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.
     
  11. Offline

    Pim1234

    how can i manually set is to PEX format? i still get that error is posted before and still there are no permissions.
     
  12. Offline

    MathijsNL

    Ok i tried that, and it did the job. Thnx for the reply
     
  13. Offline

    hofec

    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 :)
     
  14. Offline

    po24

    Can anyone help me with my post above.
     
  15. 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.
     
  16. Offline

    Pim1234

    how? look at my previous posts for more info

    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?

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

    t3hk0d3

    using console type this

    pex user YOURNAME add "*"
     
  18. Offline

    po24

    thanks
     
  19. Offline

    gameswereus

    I do not login often to comment on plugins (or ever haha) but I was kind of getting sick of switching between both user and group files! so thank you so much for this plugin :p I am not dissing Yeti and the others at all! I love them dearly and without them I would be dead so yeah :p

    EDIT: what is this "test: '100500'" I am new to permissions in general and am not sure what that is :p thanks
     
  20. Offline

    rshuttle1337

    How do you set up seperate permissions for different worlds? I can't seem to work it out.
     
  21. Offline

    t3hk0d3

    pex user <user> add <permission> [world]

    world - optional param, if not specified than this is common permission, for all worlds.
     
  22. Offline

    cre8ticity

    Code:
    22:22:16 [SEVERE] java.lang.reflect.InvocationTargetException initializing PermissionsEx v1.11 (Is it up to date?)
    java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
            at ru.tehkode.permissions.PermissionBackend.getBackend(PermissionBackend.java:194)
            at ru.tehkode.permissions.PermissionBackend.getBackend(PermissionBackend.java:163)
            at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:151)
            at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:43)
            at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java:71)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at ru.tehkode.permissions.PermissionBackend.getBackend(PermissionBackend.java:179)
            ... 10 more
    Caused by: java.lang.RuntimeException: java.io.IOException: No such file or directory
            at ru.tehkode.permissions.backends.FileBackend.<init>(FileBackend.java:85)
            ... 15 more
    Caused by: java.io.IOException: No such file or directory
            at java.io.UnixFileSystem.createFileExclusively(Native Method)
            at java.io.File.createNewFile(Unknown Source)
            at ru.tehkode.permissions.backends.FileBackend.<init>(FileBackend.java:71)
            ... 15 more
    22:22:16 [SEVERE] Error occurred while enabling PermissionsEx v1.11 (Is it up to date?): null
    java.lang.NullPointerException
            at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:84)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    Help? Works fine on my Windows Computer, but not on my Linux server.
     
  23. Offline

    t3hk0d3

    Look like you moved minecraft server installation from Windows to Linux.
    Try to remove config.yml in PermissionsEx directory. Or atleast change slash in config.yml "permissions.basedir" from \ to /.
     
    cre8ticity likes this.
  24. Offline

    cre8ticity

    Thank you, removed the config.yml, restarted server and it worked
     
  25. Offline

    prefix

    Great permissions plugin, far greater than the other ones out there, but trying to integrate it with a Chat plugin is hard since they all use the API, not the YML files, this is the answer i got when i asked the creators of a known Chat Plugin;

    The only plugin that should read from the permissions yml files are the permissions plugins themselves. All other plugins just call the exposed APIs to retrieve the information. And while PEX claims to be 100% compatible with Permissions 2.x, it just isn't.
     
  26. Offline

    cre8ticity

    What chat plugin are you trying to use? Ichat worked fine for me.
     
  27. Offline

    Pim1234

    Code:
    >pex dump file permissions.yml
    21:37:54 [INFO] [PermissionsEx] Initializing file backend
    21:37:54 [INFO] Error: null
    21:37:54 [SEVERE] Error: null
    21:37:54 [SEVERE] java.lang.NullPointerException
    21:37:54 [SEVERE]     at ru.tehkode.permissions.backends.FileBackend.dumpData(FileBackend.java:167)
    21:37:54 [SEVERE]     at ru.tehkode.permissions.bukkit.commands.UtilityCommands.dumpData(UtilityCommands.java:139)
    21:37:54 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    21:37:54 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    21:37:54 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    21:37:54 [SEVERE]     at java.lang.reflect.Method.invoke(Method.java:597)
    21:37:54 [SEVERE]     at ru.tehkode.permissions.commands.CommandsManager$CommandBinding.call(CommandsManager.java:244)
    21:37:54 [SEVERE]     at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManager.java:124)
    21:37:54 [SEVERE]     at ru.tehkode.permissions.bukkit.PermissionsEx.onCommand(PermissionsEx.java:100)
    21:37:54 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    21:37:54 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    21:37:54 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:279)
    21:37:54 [SEVERE]     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:428)
    21:37:54 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:413)
    21:37:54 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    21:37:54 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    >
    
     
  28. Offline

    cre8ticity

    How can I set the default group to not being able to build/destroy ect.
     
  29. Offline

    t3hk0d3

    Thank for report, fixed.
    This error caused coz there is no default group specified.

    Join #permissionsex on irc.esper.net, i'll try to help you sort out your issues.

    Well, looks like there is some misunderstanding. And PEX are not claimed to be 100% compatible with P2. Just 90% :p

    Also PEX tested with iChat. If your Chat plugin not used API or use wrong ways to retrive prefixes/suffixes i can't help. In case of prefixes/suffixes PEX are 100% compatible with P2.

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

    Pim1234

    will it work when i redownload it? and for irc.esper.net, how? i would like to but i only get that succes! page...
    i think i do something horribly wrong...
    no default group?
     
  31. Offline

    t3hk0d3

    Look like you are trying to use old P2 configs with PEX. Show your permissions.yml pls.
     

Share This Page