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

    xLiaMz

    Yes, although i was trying to use Broadcast then.
     
  3. Simply put, don't. :)

    /reload does bad things to a server, PEX, and a lot of other plugins. For now, all bets are off if /reload is used. Stop and start the server, or use /pex reload if you are needing PEX to reload any permissions changes.
     
  4. Offline

    xLiaMz

    Thanks, For your Help :) - it Works now :D
     
  5. Glad I could help. :)
     
  6. Offline

    prizna

    As mentioned in my question, I have already tried "modifyworld.blocks.interact.*" and it still not working, to be able to interact with anything i need to use "modifyworld.*" this leads me to believe that "modifyworld.blocks.interact" is not the correct permision node.
     
  7. Offline

    jlunbeatable2

    i have a questions i'm creating my permissions and i'm setting up my admin permissions and it seems that - '*' isn't working can someone help me. Worldedit.* seems to be working but when i try to do stuff like PEX promote and stuff it wont work here's my permissions. can someone fix or and repost or at least tell me what's wrong ! thank you!


     

    Attached Files:

  8. Offline

    Phantum

    Hmm I've set permissions and everything else up and it works fine if I'm set up as an OP, but for anyone who isn't OP, any command, including /help says:

    "You do not have access to that command."

    It's as though it's forcing someone to be OP to use any commands at all, and I'm not sure what did it.

    Currently running World Guard, World Edit, Essentials, PEX, and mcMMO
     
  9. Offline

    jlunbeatable2

    my worldedit star is working ? so what do you think i should do manually do worldedit.* essentials.* and thtat?
     
  10. Offline

    Jaker232

    I'd hate to be a mule's ass, but how do you only allow a permission for the lowest group but not the rest for the highers?

    If you don't understand, take a brain at this scenario.

    New player arrives, is set to default rank
    Completes tutorial and is asked to leave through a command
    New player teleports out
    New player promoted to Member
    New player cannot go back to the tutorial; but is teleported somewhere else (through a custom plugin I make)

    Get it?
     
  11. Offline

    Royal_Soda

  12. Offline

    GangstaCupcake1

    How do I make it so lets say the "Guest" group can build on worldA but not on worldB?
    Thanks :)
     
  13. Offline

    revo96

    I have a little question like
    i have seperate ranks and i have a prefix plugin which is called SpimplePrefix
    I have ranks inheritance like trusted --> member --> default with each there own prefix any idea how i can get it like
    that member deosnt inhertance the prefix permission node
     
  14. It is the correct node. If you look at my previous post on the subject, I added the debug output from my trying to open a wooden door.

    The wildcard works fine. We would need to see your permissions setup to try to figure anything out. :)

    What does your permissions setup and the config.yml for PEX look like?

    If I'm understanding correctly, I see two different approaches right off the top of my head:

    • Set the default group and the member group as two separate groups (no inheritance)
    • Negate the node in the member group that the default group has (with perm checks and inheritance, PEX will evaluate nodes assigned directly to the group before inherited group perms)
    Does that help/answer the question?

    It has so far. :)

    Multiworld permissions. The wiki has a section on them under the advanced permissions setup. :)

    If the node is first established at the default group, you could negate the node at the next level.

    T3hk0d3 was working on setting up a non-inheriting node function in PEX, but I'm sure where in the process it is. Github ticket might have more info on it.

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

    Jaker232

    How would I go doing this?
     
  16. Offline

    jlunbeatable2

    i'm just giving an example i'm not even close to finishing all my stuff tons of tweaks i just want to fix this first before i get going you know what i mean?
     
  17. Offline

    Chromana


    Code:
    groups:
        Newbies:
            default: true
            permissions:
            - newb.node
            options:
                rank: '1000'
     
        Members:
            permissions:
            - -newb.node
            inheritance:
            - Newbies
            options:
                rank: '20'
    Members have a negated node i.e. they will NOT get that node.
     
  18. Offline

    Jaker232

    I see! Thanks for clarifying
     
  19. Offline

    prizna


    I understand, but its isn't just wooden doors, I am also unable to open chests, use levers even if i add the node "modifyworld.blocks.interact.*"
     
  20. Well, it's working for me, so I think you have something more going on. You wouldn't happen to have something like -modifyworld.* showing up before the one that allows access, would you?
     
  21. Offline

    prizna

    Here is a copy of my permissions.yml: http://pastebin.com/7sNPhbQF, I can't figure out why the guest group is unable to use levers, doors or chests. So far the only way I can get the Guests to be able to do anything with levers, doors and chests is to give them the modifyworld.* permission, but I would like to limit what they can do so giving them the modifyworld.* permission won't do.

    Is there anything that should be set in the modifyworld config that I may have missed?
     
  22. Offline

    Adrenaline

    Exploit or something like this; players WIHOUT OP and without typing ANY COMMANDS got FULL access at permissions.yml, and i dont know HOW ('*')...

    Someone can say me what the *** :( ?
     
  23. Offline

    Phantum

    permissions.yml
    Show Spoiler

    Code:
    groups:
      default:
        default: true
        options:
          rank: '1000'
        permissions:
        - modifyworld.chat
      Admins:
        permissions:
        - bukkit.command.*
        - -modifyworld.mobtarget.*
        - modifyworld.*
        - permissions.*
        options:
          rank: '0'
        prefix: '&0(&4Admins&0)&7 '
      Member:
        options:
          rank: '900'
        prefix: '&0(&8M&7ember&0)&7 '
        permissions:
        - bukkit.command.plugins
        - -modifyworld.blocks.interact.46
        - -modifyworld.blocks.place.46
        - chatmanager.chat.*
        - modifyworld.*
      VIP:
        options:
          rank: '800'
        prefix: '&0(&eVIP&0)&7 '
        permissions:
        - -modifyworld.mobtarget.monster.creeper
        inheritance:
        - Member
      Moderator:
        options:
          rank: '100'
        prefix: '&0(&1Moderator&0)&7 '
        permissions:
        - -modifyworld.mobtarget.*
        inheritance:
        - VIP
    users:
      phantumjosh:
        group:
        - Admins
        permissions:
        - permissions.*
      efronminer:
        group:
        - Admins
      kdg:
        group:
        - Admins
      williamsmiff:
        group:
        - Moderator
      infinitevoid316:
        group:
        - Moderator
      Skusaj11:
        group:
        - Member
      alexsnapp:
        group:
        - Member
      brandonfeld:
        group:
        - Member
    


    config.yml
    Show Spoiler

    permissions:
    backend: file
    backends:
    file:
    file: permissions.yml
    superperms: {}


    enable: true
    itemRestrictions: false
    informPlayers: true
    whitelist: false
    messages:
    whitelistMessage: You are not allowed to join this server. Visit www.fallensungaming.com for more information!
    prohibitedItem: You have prohibited item "%s".
    permissionDenied: Sorry, you don't have enough permissions


    enable: true
    message-format: <%prefix%player%suffix> %message
    global-message-format: <%prefix%player%suffix> &e%message
    ranged-mode: false
    chat-range: 100.0

     
  24. Offline

    GangstaCupcake1

    Yea I figured it out. Thanks for responding though :)
     
  25. Offline

    daancrafter1234

    i cant get this working with prefixes can you please send me a rar file with all the working stuff? my email is [email protected]
     
  26. Offline

    powerpawn

    Hello again. So another stupid question:
    How do you get Essentials nicknames to work with ChatManager? I asked some fellow server admins and they said it had just worked for them right off the bat. Also, there aren't any errors when I use nickname, it just doesn't show up.
     
  27. Offline

    zergling50

    Im having trouble with my permissions. im using the parser, but i keep on logging in and not even being able to talk.
    heres my permissions thing, (followed video, but made few edits as i tried to fix the errors that occurred.)

    {
    "users": "zergling50 group - member",
    "groups": {
    "default": {
    "default": true,
    "options\"": {
    "rank": "1000"
    },
    "permissions": "modifyworld.*"
    },
    "member": {
    "prefix": "&c(Member)&7",
    "options": {
    "rank": "900"
    },
    "permissions": "modifyworld.* '*'"
    }
    }
    }

    can anyone tell me what im doing wrong?
     
  28. Offline

    GangstaCupcake1

    Does ChatManager not work for 1.2.4? I get errors when I try to use it
     
  29. Offline

    Phantum

    So I've boiled it down and it appears there seems to be something I'm missing between Essentials and Pex

    If I get rid of Essentials, Pex works fine.
     
  30. Offline

    TheBlockTheory

    Ok, so i have a windows 7 ultimate server and i try to install permissionsEx on my minecraft server. But whenever i load the server with PermissionsEx it has a bunch of errors and when i try to connect it says internal server error. Is anyone else having this problem? I'm using the latest recommended build of 1.2.4. PLEASE HELP
     
  31. Offline

    miguemely

    Code:
     the PermissionsEx plugin enabled?
            at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:148)
            at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.jav
    a:155)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionS
    et(PermissiblePEX.java:202)
            at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.
    java:71)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermissi
    on(PermissiblePEX.java:113)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission
    (PermissiblePEX.java:102)
            at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHum
    anEntity.java:102)
            at org.getspout.spout.SpoutPermissibleBase.hasPermission(SpoutPermissibl
    eBase.java:69)
            at org.getspout.spout.player.SpoutCraftPlayer.hasPermission(SpoutCraftPl
    ayer.java:226)
            at com.gmail.nossr50.mcPermissions.motd(mcPermissions.java:68)
            at com.gmail.nossr50.listeners.mcPlayerListener.onPlayerJoin(mcPlayerLis
    tener.java:156)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:301)
            ... 9 more
    22:54:13 [SEVERE] java.lang.RuntimeException: Permissions manager is not accessa
    ble. Is the PermissionsEx plugin enabled?
    22:54:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getPermis
    sionManager(PermissionsEx.java:148)
    22:54:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(P
    ermissionsEx.java:155)
    22:54:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.performCheck(PermissiblePEX.java:124)
    22:54:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.checkPermission(PermissiblePEX.java:110)
    22:54:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.hasPermission(PermissiblePEX.java:102)
    22:54:13 [SEVERE]      at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPer
    mission(CraftHumanEntity.java:102)
    22:54:13 [SEVERE]      at org.getspout.spout.SpoutPermissibleBase.hasPermission
    (SpoutPermissibleBase.java:69)
    22:54:13 [SEVERE]      at org.getspout.spout.player.SpoutCraftPlayer.hasPermiss
    ion(SpoutCraftPlayer.java:226)
    22:54:13 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.onPlayerJoin(Craft
    Server.java:1133)
    22:54:13 [SEVERE]      at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:139)
    22:54:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:129)
    22:54:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:41)
    22:54:13 [SEVERE]      at net.minecraft.server.NetworkListenThread.a(NetworkLis
    tenThread.java:61)
    22:54:13 [SEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:554)
    22:54:13 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:452)
    22:54:13 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    22:54:13 [INFO] Disconnecting aperki1 [/70.114.17.169:63750]: Internal server er
    ror
    22:54:13 [WARNING] Failed to handle packet: java.lang.RuntimeException: Permissi
    ons manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the Permis
    sionsEx plugin enabled?
            at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:148)
            at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.jav
    a:155)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionS
    et(PermissiblePEX.java:202)
            at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.
    java:71)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermissi
    on(PermissiblePEX.java:113)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission
    (PermissiblePEX.java:102)
            at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHum
    anEntity.java:102)
            at org.getspout.spout.SpoutPermissibleBase.hasPermission(SpoutPermissibl
    eBase.java:69)
            at org.getspout.spout.player.SpoutCraftPlayer.hasPermission(SpoutCraftPl
    ayer.java:226)
            at org.bukkit.craftbukkit.CraftServer.onPlayerJoin(CraftServer.java:1133
    )
            at net.minecraft.server.ServerConfigurationManager.c(ServerConfiguration
    Manager.java:139)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:129)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:41)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:6
    1)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    22:54:13 [INFO] aperki1 lost connection: disconnect.endOfStream
    22:54:13 [SEVERE] java.lang.RuntimeException: Permissions manager is not accessa
    ble. Is the PermissionsEx plugin enabled?
    22:54:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getPermis
    sionManager(PermissionsEx.java:148)
    22:54:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(P
    ermissionsEx.java:155)
    22:54:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.performCheck(PermissiblePEX.java:124)
    22:54:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.checkPermission(PermissiblePEX.java:110)
    22:54:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.hasPermission(PermissiblePEX.java:102)
    22:54:13 [SEVERE]      at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPer
    mission(CraftHumanEntity.java:102)
    22:54:13 [SEVERE]      at org.getspout.spout.SpoutPermissibleBase.hasPermission
    (SpoutPermissibleBase.java:69)
    22:54:13 [SEVERE]      at org.getspout.spout.player.SpoutCraftPlayer.hasPermiss
    ion(SpoutCraftPlayer.java:226)
    22:54:13 [SEVERE]      at org.kitteh.vanish.hooks.EssentialsHook.unvanish(Essen
    tialsHook.java:38)
    22:54:13 [SEVERE]      at org.kitteh.vanish.VanishPlugin.hooksUnvanish(VanishPl
    ugin.java:122)
    22:54:13 [SEVERE]      at org.kitteh.vanish.VanishPlugin.hooksQuit(VanishPlugin
    .java:111)
    22:54:13 [SEVERE]      at org.kitteh.vanish.listeners.ListenPlayerOther.onPlaye
    rQuit(ListenPlayerOther.java:63)
    22:54:13 [SEVERE]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    22:54:13 [SEVERE]      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown S
    ource)
    22:54:13 [SEVERE]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkno
    wn Source)
    22:54:13 [SEVERE]      at java.lang.reflect.Method.invoke(Unknown Source)
    22:54:13 [SEVERE]      at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:301)
    22:54:13 [SEVERE]      at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:62)
    22:54:13 [SEVERE]      at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:459)
    22:54:13 [SEVERE]      at net.minecraft.server.ServerConfigurationManager.disco
    nnect(ServerConfigurationManager.java:178)
    22:54:13 [SEVERE]      at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:698)
    22:54:13 [SEVERE]      at net.minecraft.server.NetworkManager.b(NetworkManager.
    java:234)
    22:54:13 [SEVERE]      at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:113)
    22:54:13 [SEVERE]      at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetSe
    rverHandler.java:169)
    22:54:13 [SEVERE]      at net.minecraft.server.NetworkListenThread.a(NetworkLis
    tenThread.java:78)
    22:54:13 [SEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:554)
    22:54:13 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:452)
    22:54:13 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:490)
    22:54:13 [SEVERE] Could not pass event PlayerQuitEvent to VanishNoPacket
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:303)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:459)
            at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConf
    igurationManager.java:178)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:698)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:234)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :169)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.RuntimeException: Permissions manager is not accessable. Is
    the PermissionsEx plugin enabled?
            at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:148)
            at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.jav
    a:155)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionS
    et(PermissiblePEX.java:202)
            at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.
    java:71)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermissi
    on(PermissiblePEX.java:113)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission
    (PermissiblePEX.java:102)
            at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHum
    anEntity.java:102)
            at org.getspout.spout.SpoutPermissibleBase.hasPermission(SpoutPermissibl
    eBase.java:69)
            at org.getspout.spout.player.SpoutCraftPlayer.hasPermission(SpoutCraftPl
    ayer.java:226)
            at org.kitteh.vanish.hooks.EssentialsHook.unvanish(EssentialsHook.java:3
    8)
            at org.kitteh.vanish.VanishPlugin.hooksUnvanish(VanishPlugin.java:122)
            at org.kitteh.vanish.VanishPlugin.hooksQuit(VanishPlugin.java:111)
            at org.kitteh.vanish.listeners.ListenPlayerOther.onPlayerQuit(ListenPlay
    erOther.java:63)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:301)
            ... 11 more
    22:54:13 [SEVERE] Could not pass event PlayerQuitEvent to WorldGuard
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:303)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:459)
            at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConf
    igurationManager.java:178)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:698)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:234)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :169)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.RuntimeException: Permissions manager is not accessable. Is
    the PermissionsEx plugin enabled?
            at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:148)
            at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(PermissionsEx.jav
    a:155)
            at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionS
    et(PermissiblePEX.java:202)
            at org.bukkit.craftbukkit.entity.CraftHumanEntity.isPermissionSet(CraftH
    umanEntity.java:94)
            at org.getspout.spout.SpoutPermissibleBase.isPermissionSet(SpoutPermissi
    bleBase.java:79)
            at org.getspout.spout.player.SpoutCraftPlayer.isPermissionSet(SpoutCraft
    Player.java:216)
            at com.sk89q.wepif.DinnerPermsResolver.internalHasPermission(DinnerPerms
    Resolver.java:139)
            at com.sk89q.wepif.DinnerPermsResolver.hasPermission(DinnerPermsResolver
    .java:70)
            at com.sk89q.wepif.DinnerPermsResolver.hasPermission(DinnerPermsResolver
    .java:90)
            at com.sk89q.wepif.DinnerPermsResolver.hasPermission(DinnerPermsResolver
    .java:54)
            at com.sk89q.wepif.PermissionsResolverManager.hasPermission(PermissionsR
    esolverManager.java:144)
            at com.sk89q.worldguard.bukkit.WorldGuardPlugin.hasPermission(WorldGuard
    Plugin.java:341)
            at com.sk89q.worldguard.protection.GlobalRegionManager.hasBypass(GlobalR
    egionManager.java:252)
            at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.onPlayerQuit(Wor
    ldGuardPlayerListener.java:279)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:301)
            ... 11 more
    22:54:13 [SEVERE] Could not pass event PlayerQuitEvent to PermissionsEx
    org.bukkit.event.EventException
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:303)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:459)
            at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConf
    igurationManager.java:178)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:698)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:234)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :169)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.RuntimeException: Permissions manager is not accessable. Is
    the PermissionsEx plugin enabled?
            at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:148)
            at ru.tehkode.permissions.bukkit.PermissionsEx$PlayerEventsListener.onPl
    ayerQuit(PermissionsEx.java:191)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:301)
            ... 11 more
    
    So yea.this is after i add a prefix by doing /pex user <player> set prefix
    This repeats over and over flooding the console and crashing the server
    If you need access to my console i can give you access to spacebukkit. #Spacebukkit #permissionsex
     

Share This Page