Inactive [ADMN/DEV] PermissionsEx (PEX) v1.19.5 - Tomorrow is Today! [1.4.6-R0.1]

Discussion in 'Inactive/Unsupported Plugins' started by t3hk0d3, May 21, 2011.

     
  1. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    [IMG]
    Version: 1.19.5

    PLEASE USE BUKKIT-DEV FORUM FOR DISCUSSION/HELP
    http://dev.bukkit.org/server-mods/permissionsex/
    THANKS IN ADVANCE.

    PermissionsEx (PEX) is a new permissions plugin, based on Permissions ideas and supports all of its features. But PEX is more! It offers different backends, powerful ingame management, fine grained restrictions for world modification.

    [IMG]

    Current features
    1. Bukkit Permissions (SuperPerms) compatible.
    2. Several backend support. Currently bundled backends is File (YAML) and SQL (MySQL, SQLite). Also it's possible to add your own.
    3. YAML backend, with new, fully rethinked, config schema. Now all user, groups and their permissions are stored in one file - permission.yml. BTW file name is adjustable too.
    4. SQL backend, most delicious. Currently MySQL and SQLite supported, but other DB (like Postgre) are possible too. PEX deploys the DB scheme (tables and initial data) automatically. This means, that you only need to provide data on how to connect to the db, everything else PEX will handle by itself.
    5. Flexible architecture and API - you can change a lot programmatically.
    6. Compatibility layer with TheYeti's Permissions (2.7.4) (as a separate part of the plugin). In most cases plugins, which use Permissions, will alsowork with PEX also.
    7. Rich chat/console command interface. You can do almost everything ingame. Command list below.
    8. Modifyworld - Embedded restrictions mechanism (we call it "modifyworld"), which provides the possibility to control players abilities, such as destroying/placing blocks, riding carts/boats or even getting spotted by mobs and much more. Disabled by default.
    9. Multigroup inheritance. User, as well as Group, can be member of several groups. And inherit their permissions, options and prefix/suffix.
    10. Permissions based upon Regular Expressions. This mean you can use regular expressions. Example: modifyworld.blocks.(destroy|place).(3|12) - this permission allow place or destroy only sand (12) or dirt (3) blocks. There is still limitation on dot usage in your regexps - dots are escaped by default.
    11. Multiworld permissions. Just don't specify world and permission would work in any world.
    12. Multiworld inheritance. You can inherit different groups in different worlds.
    13. Easy migration from Permissions 2.x. Converter for both YAML and SQL are embedded into PermissionsCompat. Just use simple instruction.
    14. Perfomance friendly. Low-level caching helps alot when you have 100+ online users :)
    15. Promotional/Demotional system. You can assign ranks to groups and promote/demote users to higher/lower ranked group.
    16. World-inheritance - permissions/option of one world can be inherited by another world.
    17. Timed Permissions - you can give user permission only for some amount of time.
    18. Chat Manager - small chat plugin, bundled with PEX. With prefixes/suffiex and colors. Check wiki for more details.


    Documentation
    Wiki

    Basic setup tutorial (Thanks to @lycano)

    Nice tutorial made by Bennetman


    Download
    Stable version

    Development version (mostly stable) - always lastest dev build.

    Sources
    https://github.com/PEXPlugins

    Builds
    http://webbukkit.org:8080/

    Maven Repository
    http://repo.tehkode.ru/browse/ru.tehkode

    IRC
    Join us on #permissionsex, irc.esper.net. Feel free to ask any related questions.

    Tools !NEW!
    Pex Auto-Setup Tool - MySQL and FlatFile !


    Changelog
    v1.19.5
    Proper intervals for timed commands (both group/permissions management), without pesky seconds calculations (like /pex user t3hk0d3 timed add cool.permission 10days)
    Bugfixes.
    1.4.6 compatibility.


    v1.19.4
    Built for Bukkit 1.4.2-R0.1
    Added inventory permissions (modifyworld.items.put/take.<item>.of.<chest>)
    Added item hold permission (modifyworld.items.hold.<item>)
    Sdded monster egg spawn permission (modifyworld.spawn.<creature>)
    Few other minor fixes
    v.1.19.3
    Modifyworld improvements (configurable messages, now independent from PEX)
    /pex help command
    Minor improvements and bugfixes
    v.1.19.2
    New modifyworld permissions
    Some bugfixes
    v.1.19.1
    Bugfix release
    v1.19
    Bukkit R6 compatible.
    Several bugfixes!
    Permissions now case-insensetive.
    v1.18
    Users logging and cleanup feature.
    Non-inheriting nodes feature.
    Several Bugfixes.
    PermissionsCompat is finally remove from default bundle.
    v1.17
    User/group specific management permissions (permissions.manage.group.Admin)
    Fixed some superperms compatibility issues
    Fixed several bugs
    v1.16
    SuperPerms compatbility bridge were rewritten - no lags anymore and now with debug output (now you can view superperms checks).
    Numerous of bugs were fixed (Thanks you guys for reporting them)
    Modifyworld were improved (modifyworld.item.use)
    v1.15
    Compatiblity for 1317+
    Fixed perfomance issues with SuperPerms (if you still experience they try to disable "raw-permissions" in config.yml)
    Fixed issue with prefix inheritance
    v1.14
    Improved Options mechanism.
    Auto saving new users feature, disabled by default.
    SuperPerms bridge improved - more permissions supported by wildcards.
    File backend dumping now fully functional. SQL dumping is still bogus (do not dump world-specific inheritance and prefixes), will be fixed soon.
    Many bugfixes and minor improvements.
    v1.13
    Superperms (BukkitPerms) support
    Multiworld inheritance and prefixes/suffixes
    Groups weighting
    ChatManager, chat plugin which bundled with PEX.
    Modifyworld now separate plugin, but still bundled with PEX.
    API changed slightly, CustomEvents (PermissionsEntityEvent, PermissionsSystemEvent) introduced.
    Many lesser improvements and tons of bugfixes.
    v1.12
    API get slightly improved
    Ranking ladders.
    User/group name case-insensetivity.
    World-inheritance.
    Timed permissions.
    Modifyworld rules are get improved.
    Tons of minor improvements and bugfixes.
    v1.11
    Many bugfixes and improvements.
    MySQL connection stability improved - reconnection mechanism.
    v1.10
    Promotional/Demotional system.
    Perfomance improvement, with new low-level caching system (thx @Joy)
    Modifyworld improved.
    Many lesser improvements and bugfixes.
    v1.06
    New p2compat backend, for easy migration from Permissions 2.x to PEX.
    v1.05
    Users/Groups dumping (pex dump <backend> <file>).
    New commands pex promote/demote. Actually this is just aliases for "pex user group set/remove"
    Few bugfixes.
    v1.04
    Players now can be informed about changes (has been added to group, changed permission/option). Disabled by default - set "permissions.informplayers.changes" to "true"
    Config node "permissions.verbose", which responsible for player informing about modifyworld restrictions has been renamed to "permissions.infromplayers.modifyworld".
    Autocomplete has been improved.
    New command "pex config <node> [value]". This command help to manipulate configuration file (config.yml) from console/chat interface.
    Many bugfixes.
    v1.03
    Autocomplete for users (taken from registred users and online users) and groups names.
    New command for user removing (pex user <user> delete)
    Fixed several nasty bugs. Thanks for bugreports!
    v1.02
    Compatibility layer loading order issue fixed. Now most of plugins should work.
    Tested with new CB 803 build.
    v1.01
    Regular expression permissions support.
    Newer permissions now added above (bugfix).
    Several bugfixes.
    v1.00
    Initial public release.

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

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Thank you. :)

    Looks

    Hmm, overall, it looks OK, I do see some unneeded nodes that are being duplicated via inheritance, which might be the problem. For example, every group of yours has modifyworld.* in it, but they inherit the nodes from the previous group, all the way back to the default group, which already has it, causing more than a few dupes in the perms list.

    You might want to go over your nodes and remove the extra ones and see if that helps. When does this happen anyway? Any particular time frame or event?
  4. Offline

    Emiya Shirou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Do we have any version that works with 1.3? Cuss this isn't.
  5. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Seems to be working fine for me and others. Care to be specific about what isn't working? :)
  6. Offline

    bikboii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    It doesn't work for me either. There are no log errors, but when I type /pex, normally a list of commands should be returned, instead, I receive the version of pex in one line, and no other commands work. Any ideas?
  7. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Unfortunately, beyond looking at the server logs, I don't. 1.19.3 is working fine for me on my test server under the 1.3.1 dev builds. What bukkit build are you guys using?

    EDIT: Oooo, hold on a sec, this might be related to the async chat changes bukkit recently implemented. I can't check this myself right now, but please post your bukkit build version.

    This post has been edited 2 times. It was last edited by Justin The Cynical Aug 7, 2012.
  8. Offline

    Emiya Shirou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    It seems that IT is working, it just spams errors on some chat event thingy... beside from that, It works. (I'm not sure that protection works though and i have no means to test it atm.)
  9. Offline

    bikboii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Alright, I have Bukkit-1.2.5-R5.0-5-g9bcd5fe-b2269jnks. That's what I got with /ver.
  10. Offline

    lambor009

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Is there a command to add a Node to every single group!? This would be very helpful :/
  11. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Ah yes, this is a know issue due to the change in bukkit for the chat events. A heck of a lot of plugins have this problem. As far as I know, @bikboii is the only one where PEX seems to be broken under 1.3.1.

    @bikboii : I just tried 1.19.3 from devbukkit on a freshly downloaded copy of bukkit for 1.3.1, build 2311, and when I ran /pex from in-game, it returned the command list as expected. Try the current build of bukkit?
  12. Offline

    bikboii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Do you think you could send me a direct link to the download? I can't seem to find it.
  13. Offline

    FlynnTaggert

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    [WARNING] [Modifyworld] "Modifyworld v1.19.3" has registered a listener for org.bukkit.event.player.PlayerChatEvent on method "public void ru.tehkode.modifyworld.handlers.PlayerListener.onPlayerChat(org.bukkit.event.player.PlayerChatEvent)", but the event is Deprecated. Server performance will be affected; please notify the authors [t3hk0d3].
    org.bukkit.plugin.AuthorNagException
    at org.bukkit.plugin.java.JavaPluginLoader.createRegisteredListeners(JavaPluginLoader.java:302)
    at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:507)
    at ru.tehkode.modifyworld.ModifyworldListener.registerEvents(ModifyworldListener.java:168)
    at ru.tehkode.modifyworld.ModifyworldListener.<init>(ModifyworldListener.java:47)
    at ru.tehkode.modifyworld.handlers.PlayerListener.<init>(PlayerListener.java:50)
    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.modifyworld.bukkit.Modifyworld.registerListeners(Modifyworld.java:110)
    at ru.tehkode.modifyworld.bukkit.Modifyworld.onEnable(Modifyworld.java:74)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:357)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:263)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:245)
    at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:380)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Keep getting this currently on bukkit 2312

    Any idea whats up ? o.o
  14. Offline

    RustyDagger

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Yea The plugin needs to update to comply with the changes in the code that the Bukkit team made as far as i know this error is harmless but just annoying so that bukkit can eventually remove the old code. in the mean time any plugin using the old code will get this error.
  15. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    The builds are available at http://dl.bukkit.org/downloads/craftbukkit/ (if you go to the main bukkit download page, below the RB picture is a link to "Alternate Versions", that link goes here), and it looks like build 2314 is already out. :)
  16. Offline

    Dr_Bunsen

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    does it works with 1.3(100%?), cuz it gives no errors, but some permissions dont seem to work?
  17. Offline

    Beimeith

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Using a fresh setup of the latest (and only!) recommended build for 1.3.1 my permissions all seem to work besides my prefixes. Is it safe to assume this is related to changes to chat mentioned above?
  18. Offline

    Emiya Shirou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I see and I'm using 1.19.2 because 1.19.3 was broken for me (short story - some component wasn't working... so I've downgrade and waited for 1.19.4 which didn't came out to this day...)
  19. Offline

    Glorian

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Hello. I added pex group Admin add permissions.* to my Admin group and i still cannot use the Commands ingame such as /pex create

    help me please!
  20. Offline

    Emiya Shirou

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Code:
    2012-08-07 16:15:21 [WARNING] [Modifyworld] "Modifyworld v1.19" has registered a listener for org.bukkit.event.player.PlayerInventoryEvent on method "public void ru.tehkode.modifyworld.handlers.PlayerListener.onInventoryOpen(org.bukkit.event.player.PlayerInventoryEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [t3hk0d3].
    So I'm letting you guys know. (CraftBukkit 1.3.1-R1.0)

    This post has been edited 1 time. It was last edited by Emiya Shirou Aug 7, 2012.
  21. Offline

    UltraFaceguy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    PEX with 1.3.1 and McMyAdmin gives an 'internal server error' to anyone who try to log in apparently. It is kinnndaaa a HUGE problem for me, though I'm unsure if its McMyAdmin's fault or PEX's

    :D

    Eagerly awaiting the 1.3.1 build to test this.
  22. Offline

    swagmuff

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Can someone help me i ma doing color codes/tags for my server i am pretty good at coding permissionsex and i see nothing worng evven put it in a yaml parser but it works perfectly.So here is the file baseicly tell me if i am doing it wrong.
    groups:
    User:
    default: true
    permissions:
    - modifyworld.*
    - essentials.kit
    - essentials.balance
    - essentials.helpop
    - essentials.msg
    - essentials.rules
    - essentials.seen
    - essentials.seen.banreason
    - essentials.suicide
    - essentials.clearinventory
    - essentials.delhome
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.warp
    - essentials.spawn
    DIRT:
    prefix: '&8(&8Dirt&8)&3 '
    permissions:
    - modify.world.chat
    Trusted:
    prefix: '&6(&6Trusted&6)&2 '
    inheritance:
    - User
    permissions:
    - essentials.hat
    VIP:
    prefix: '&5(&5VIP&5)&6 '
    inheritance:
    - Trusted
    permissions:
    - essentials.sethome.multiple.[4]
    Mod:
    prefix: '&7(&7Moderator&7)&5 '
    inheritance:
    - VIP
    permissions:
    - essentials.helpop.receive
    - essentials.nick
    - essentials.seen
    - essentials.ban.offline
    - essentials.banip
    - essentials.broadcast
    - essentials.deljail
    - essentials.mute
    - essentials.socialspy
    - essentials.tempban
    - essentials.tempban.offline
    - essentials.unban
    - essentials.unbanip
    Admin:
    prefix: '&4(&4Admin&4)&5 '
    inheritance:
    - Mod
    permissions:
    - permissions.*
    GOD:
    prefix: '&0(&4GOD&0)&7 '
    inheritance:
    - Admin
    permissions:
    - permissions.*
    users:
    PvP_RAPIST:
    group:
    - GOD
    permissions:
    - permissions.*
    swagmuff:
    group:
    - GOD
    permissions:
    - permissions.*
    Admin:
    group:
    - Admin
    ThaHunter:
    group:
    - Admin
    StaticHS:
    group:
    - Admin
    permissions:
    - permissions.*
  23. Offline

    bigggan

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I just get internal error and get spammed with this:

    [edit] im also using McMyAdmin.
    [edit1] Also this seems to stop when noone on server, at once someone joins it begins to spam

    Code:
    2012-08-07 18:36:48 [WARNING] [PermissionsEx] Can't obtain PermissionsEx instance
    2012-08-07 18:36:48 [WARNING] [PermissionsEx] Reinjecting all permissibles
    2012-08-07 18:36:48 [WARNING] [PermissionsEx] Failed to inject own Permissible
    2012-08-07 18:36:48 [SEVERE] ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:149)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.inject(PermissiblePEX.java:88)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions.updatePermissions(BukkitPermissions.java:116)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions.updateAllPlayers(BukkitPermissions.java:123)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions$EventListener.onSystemEvent(BukkitPermissions.java:160)
    2012-08-07 18:36:48 [SEVERE]    at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
    2012-08-07 18:36:48 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-08-07 18:36:48 [SEVERE]    at java.lang.reflect.Method.invoke(Unknown Source)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.reinjectAll(PermissiblePEX.java:100)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:220)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.permissions.PermissibleBase.hasPermission(PermissibleBase.java:71)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.checkPermission(PermissiblePEX.java:120)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.hasPermission(PermissiblePEX.java:109)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPermission(CraftHumanEntity.java:98)
    2012-08-07 18:36:48 [SEVERE]    at fr.neatmonster.nocheatplus.NoCheatPlus.onPlayerJoin(NoCheatPlus.java:166)
    2012-08-07 18:36:48 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2012-08-07 18:36:48 [SEVERE]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2012-08-07 18:36:48 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-08-07 18:36:48 [SEVERE]    at java.lang.reflect.Method.invoke(Unknown Source)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    2012-08-07 18:36:48 [SEVERE]    at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:161)
    2012-08-07 18:36:48 [SEVERE]    at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:92)
    2012-08-07 18:36:48 [SEVERE]    at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:121)
    2012-08-07 18:36:48 [SEVERE]    at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:41)
    2012-08-07 18:36:48 [SEVERE]    at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
    2012-08-07 18:36:48 [SEVERE]    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
    2012-08-07 18:36:48 [SEVERE]    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:583)
    2012-08-07 18:36:48 [SEVERE]    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
    2012-08-07 18:36:48 [SEVERE]    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
    2012-08-07 18:36:48 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
    2012-08-07 18:36:48 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    2012-08-07 18:36:48 [WARNING] [PermissionsEx] Failed to inject own Permissible
    2012-08-07 18:36:48 [SEVERE] ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:149)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.inject(PermissiblePEX.java:88)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions.updatePermissions(BukkitPermissions.java:116)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions.updateAllPlayers(BukkitPermissions.java:123)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.BukkitPermissions$EventListener.onSystemEvent(BukkitPermissions.java:160)
    2012-08-07 18:36:48 [SEVERE]    at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
    2012-08-07 18:36:48 [SEVERE]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2012-08-07 18:36:48 [SEVERE]    at java.lang.reflect.Method.invoke(Unknown Source)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    2012-08-07 18:36:48 [SEVERE]    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.reinjectAll(PermissiblePEX.java:100)
    2012-08-07 18:36:48 [SEVERE]    at ru.tehkode.permissions.bukkit.superperms.PermissiblePEX.isPermissionSet(PermissiblePEX.java:220)

    This post has been edited 2 times. It was last edited by bigggan Aug 7, 2012.
  24. Offline

    MrCreep4

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I configured but when i go on the server i cant talk and when i try do do something with pex it says internal error
    ...
  25. Offline

    UltraFaceguy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Correct, and the real kicker is that they don't ACTUALLY join, it just lists them as logged in. In reality, they get booted off for reason 'Internal Server Error'

    Its an annoying issue I want (need) fixed in the next update.
  26. Offline

    HollowTheDragon

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Well, I'm having a problem where if someone is not an Admin or Op on my server, anything they say in chat will not show up. I have ChatManager Disabled, yet it continues to happen. Am I missing a certain node? As I have my Admin permission group set to have all permissions for PermissionsEX. It may also be something with ModifyWorld, but I'm not sure.... :S

    Any ideas?
  27. Offline

    tfarcraft

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    My chat manager doesn't work so i cant see any of my ranks on my server. Any ideas on how to fix that?
  28. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    If you have modifyworld running, there is a node for chat (modifyworld.chat I think, the wiki would have it for sure).

    Also keep in mind that if you have strict mode on, there is a bukkit node that needs to be allowed for chat to work (I don't recall what it is off the top of my head), and other plugins may block chat as well.
  29. Offline

    Justin The Cynical

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Fix your chatmanager config so it runs or use a different chat manager? :)

    Seriously, this isn't enough info. Chatmanager, as it comes with PEX, is pretty simple, and without an error from your server log or a pastebin link of your chatmanager config, there isn't anything anyone can really do to help you.
  30. Offline

    tfarcraft

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Well, when i try using a different chatmanager it didnt seem to want to generate the files it needed. and I'm pretty sure its not the config because when i type /plugins it always seems to show up red or corrupted.

    I would be happy if some1 could suggest a solution or a different chat manager! =)

    This post has been edited 1 time. It was last edited by tfarcraft Aug 8, 2012.
  31. Offline

    carls1976

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    yeh me too it seem to break chat manager the config was completely different and wouldnt enable
  32. Offline

    craigbaines

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    so iv set up pex, and when i promote a player, there prefix doesnt change to the next groups.

    any ideas?

    skype is craig_b3 id appreciate help from someone, first time suing this....

Share This Page