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

    Nickshelton80

    That's a nocheatplus error ;)
     
    Last edited by a moderator: May 6, 2020
  3. Offline

    Viet

    PEX 2.0 would be great. The only problem with PEX right now is it does not play well with some bukkit version, and if there's a prefix suffix priority, that'd be great. I was thinking of changing to bPermissions if PEX is abandoned but I think imma hang here for a while :)
     
  4. Offline

    lycano

    ajack38 What plugin or method do you use to execute that command?
     
  5. Offline

    stkeroro

    error on modifyworld with 1.4.2
    Code:
    2012-10-29 15:58:00 [SEVERE] Could not pass event EntityDamageByEntityEvent to Modifyworld v1.19
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callEvent(CraftEventFactory.java:80)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callEntityDamageEvent(CraftEventFactory.java:364)
        at org.bukkit.craftbukkit.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:386)
        at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:645)
        at net.minecraft.server.EntityAnimal.damageEntity(SourceFile:123)
        at net.minecraft.server.EntityWolf.damageEntity(EntityWolf.java:174)
        at net.minecraft.server.EntityHuman.attack(EntityHuman.java:765)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1050)
        at net.minecraft.server.Packet7UseEntity.handle(SourceFile:36)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
        at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:111)
        at net.minecraft.server.ServerConnection.b(SourceFile:35)
        at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
        at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:569)
        at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:215)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:486)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:419)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
    Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.CraftOfflinePlayer cannot be cast to org.bukkit.entity.Player
        at ru.tehkode.modifyworld.ModifyworldListener.getEntityName(ModifyworldListener.java:81)
        at ru.tehkode.modifyworld.handlers.EntityListener.canMessWithEntity(EntityListener.java:125)
        at ru.tehkode.modifyworld.handlers.EntityListener.onEntityDamage(EntityListener.java:50)
        at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
        ... 21 more
     
  6. Offline

    worstboy32

    Will 2.0 handle temporary permissions right?
     
  7. Offline

    Z0mb1n3

    Great job with the plugin, first of all.

    Second, is there a way to restrict users from executing commands on a group that is ranked higher than them? I am in my own little class called Owner, which has the * permission. Admins are below Owner, and don't have the star permission, and the few commands I do give them they can still use on me. Is there a way to stop this?
     
  8. Offline

    ajack38

    ButtonPromote.
     
  9. Offline

    lycano

    Z0mb1n3 Nope, if the permission is given they can use the command. Permissions itself is made to either allow or disallow a command but not restrict the function of that command. Would be hard to control though cause most of those plugins do use the player-online list which is not restricted.

    It would be up to the plugin to check for the option "rank" and if its higher then disallow usage on that player. As this would be a PEX only function i doubt a plugin owner would use sadly :/

    ajack38 if ButtonPromote can use tags like #playerName# or something then yes. If not then you cant use this command as it requires a username. And to be right the command would be (if ButtonPromote can do it) something like:

    Use: /bp setcommand "pex user %p group set member"

    Regards, lycano
     
  10. Offline

    worstboy32

    There is but it's broken.
    Other plugins can't use it like MagicSpells etc.
    Reported it like 5 times already before but never got fixed so hope 2.0 will have it.
     
  11. Offline

    t3hk0d3

    Timed permissions work as they should, however they aren't persistent.
    On other hand there is timed groups, which persistent (would survive server restart)

    Few details on PEX 2.0: http://dev.bukkit.org/server-mods/permissionsex/forum/44640-pex-2-0-information/

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

    l104693

    Hey t3hk0d3,

    I have been getting this same ModifyWorld error over and over sinds 1.2/1.3.
    It's kinda annoying because it spams the server console.
    Luckily I finally found what is causing the problem.

    When an user opens an enderchest and puts stuff in it (or takes it out), there comes an error.
    I suppose this is because it hasn't been updated to support EnderChests?
    Is it a bug in ModifyWorld?

    Kind Regards,

    l104693

    Code:
    15:27:11 [SEVERE] Could not pass event InventoryClickEvent to Modifyworld v1.19.4
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
            at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1139)
            at net.minecraftserverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:190)
            at net.minecraft.server.Packet102WindowClick.handle(SourceFile:31)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
            at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:111)
            at net.minecraft.server.ServerConnection.b(SourceFile:35)
            at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
            at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:569)
            at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:215)
            at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:486)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:419)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
    Caused by: java.lang.NullPointerException
            at ru.tehkode.modifyworld.handlers.PlayerListener.onPlayerInventoryClick(PlayerListener.java:189)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:616)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
            ... 15 more
     
  13. Offline

    Thronk

    Has anyone confirmed that PEX is working under 1.4 ?
     
  14. Offline

    Viet

    Confirmed :)
    Personally, I love PEX more than bPermissions, but rumors are PEX breaks bukkit so can I have a confirmation on this new version to know about its compability? :)
     
  15. Offline

    jjacobson

    If pex broke bukkit why would it be a bukkit plugin and why would he release it -_-
     
  16. Offline

    Viet

  17. Offline

    briankdk

    i dont have that error..... PEX has worked fine for me , and i have even updated to 1.4.2 without any problems.

    Have you updated you modifyworld ?
     
  18. Offline

    jjacobson

  19. Offline

    l104693

    Thanks for replying.
    I run the latest dev-build from PermissionsEx.
    Everytime I update PermissionsEx I also update the ModifyWorld.jar given in the zip file.

    Maybe I need another source for the newest ModifyWorld?
     
  20. Offline

    briankdk

    i cant remember if i got it from PEX or ???

    but size is

    24,8 KB (25.439 byte), is the one u got the same size ?
     
  21. Offline

    aazlm

    How can I deny the permissions to destroy items frame (since 1.4.2) ? I run pex with debug mod but apparently there's no permission for that... :/
    Is there a solution to fix that ?
     
  22. Offline

    jjacobson

    Use the new world edit from their jenkins, it has a region flag to deny breaking the item frames.
     
  23. Offline

    aazlm

    Ok thx, you mean WorldGuard instead of WorldEdit ?
     
  24. I NEED URGENT HELP

    Now after I updated plugins to 1.4, every plugin and perm works, but it wont load any titles.

    It says <Player> in chat and now <Rank Player>
    for example: <Niersbach> and not <Owner Niersbach>

    I also had this error come up in the console:
    [Warning] [PermissionsEx] Can't obatin PermissionsEx instance
    [Warning] [PermissionsEx] Reinjecting all permissibles

    Please help!
     
  25. Offline

    briankdk

    im back at v1.19.3 - v1.19.4 crashed my server over and over again....


    heres one error:

    Code:
    2012-11-03 13:46:00 [INFO] madsboy54[/90.185.25.124:27005] logged in with entity id 20225921 at ([world] 2158.5, 72.0, 41.5)
    2012-11-03 13:46:14 [INFO] Der er 3 ud af maksimum25 spillere online.
    2012-11-03 13:46:14 [INFO] Tilsluttede spillere: duli99, madsboy54, thom978f
    2012-11-03 13:46:32 [INFO] Der er 3 ud af maksimum25 spillere online.
    2012-11-03 13:46:32 [INFO] Tilsluttede spillere: duli99, madsboy54, thom978f
    2012-11-03 13:46:49 [INFO] madsboy54 issued server command: /tpa thom
    2012-11-03 13:46:54 [INFO] thom978f issued server command: /tpaccept
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [INFO] [Server] har der v‘ret problemer med at i ikke kunne logge ind ?
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-11-03 13:46:59 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-11-03 13:47:17 [INFO] CONSOLE: Stopping the server..
    2012-11-03 13:47:17 [INFO] Stopping server
    
     
  26. Offline

    Cirno

  27. Offline

    pl1xusz

    Just love this plugin , helped me so much , Great work !
     
  28. Offline

    FowenX

    I got the plugin for the 1.4.2 Beta Build. I put it in my plugins folder, and when I run the server, it won't generate the Config.yml or Permissions.yml. I am a noob with all of this stuff so some help would be nice. :)
     
  29. Offline

    SatsumaBenji

    Hey Stealth007, you seem really good at fixing many things... Do you think you help me with this please?
    I'm using PermissionsEx but basically It's not working at all, for a while I couldn't do ANYTHING, then it randomly sortof disabled itself cos I can do usual vanilla stuff again that were denied before (such as chat, open doors, etc) but still dont have permissions for extra plugins...

    Here's my Permissions.yml (I'm sure everything has correct syntax/spacing/order):
    http://pastebin.com/zGLXzqS9
    And just incase it helps, Here's what my console says on startup:
    http://pastebin.com/4ZrLu2AY

    Oh yeah, all the mods.. I'm running tekkit, but this wasn't a problem before.
    The plugin broke as i rearanged a few things for more groups (this is the permissions REVERTED back to what they where, and still they don't work?!)

    Thanks!
     
  30. At a quick skim, your permissions look OK, however, your server log has this:

    Code:
    05.11 22:57:32 [Server] WARNING To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    05.11 22:57:32 [Server] WARNING **** NOT ENOUGH RAM!
    How much RAM is being allocated to your server? Tekkit takes a lot more RAM than standard bukkit, and if your server doesn't have the RAM it needs, strange and not so wonderful things can happen.
     
  31. Offline

    phanaticd

    sometimes after restarting the server everyone loses their permissions
     

Share This Page