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

    t3hk0d3

    upload to http://pastie.org your full server.log please.
     
  3. Offline

    madmaid

  4. Offline

    zorro300

    EPIC you can even set more build permissions etc then in permissions
     
  5. Offline

    RG_PankO

    t3hk0d3 does it reread the DB every 15m ins, let say, or only on restart?
     
  6. Offline

    t3hk0d3

    it doesn't reread DB by time. It query database for each user/group.

    For users it happens when anyone request user permission first time and get cleaned after user reconnect.
    This means to refresh user permissions user need to reconnect.

    For groups you need make pex reload, if you modify them directly in database. Since group permissions doesn't change frequently i think its okay.

    Look like your user/password settings are invalid.

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

    RG_PankO

    Ammmm... So if Xman join the game he will be on G1 till he reconect, and then he willgo to G2, if I change his status while he is online?

    If I change a group permissions to add new permission they will be updated ONLY if I put in console pex reload.

    Did I understood you right?
     
  8. Offline

    icantanswerthat

    Erm, taking forward what you answered MadMaid (He and I are working on the same server)...
    Take a look at the document below. I'm asuming the Database user has been set up correctly

    http://pastie.org/2116744
     
  9. Offline

    t3hk0d3

    Yes. This compromise done for perfomance reasons.

    Also you can change permissions using command interface, than all changes would be online.

    You see,
    Code:
    Communications link failure
    
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
    Such things happens on MySQL >= 5.0, new feature - if login or password are invalid than disguise as offline.

    Tested on 928. Works well, maaan.

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

    RG_PankO

    @t3hk0d3
    I try to run this query:

    Code:
    INSERT INTO permissions_entity (id, name, type, prefix, suffix, default) VALUES (NULL, 'username','1', '', '&8', '0')
    And I get this error
    Code:
    [SQL] INSERT INTO permissions_entity (id, name, type, prefix, suffix, default) VALUES (NULL, 'dd','1', '', '&8', '0')
    
    [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'default) VALUES (NULL, 'username','1', '', '&8', '0')' at line 1
    
    Is this error becouse you named that column default?
     
  11. Offline

    t3hk0d3

    default are integer value, so no quotes.
    Try:
    Code:
    INSERT INTO permissions_entity (name, type, prefix, suffix) VALUES ('username','1', '', '&8')
     
  12. Offline

    RG_PankO

    Works like a charm.
    Didn't know that trick, thx :)
     
  13. Offline

    diegokilla

    @ t3hk0d3
    Is there any possiblity of adding a feature to let users join certain groups on their own?
    Similar to this (ROLES) plugin that is now broke thanks to CB 928 killing groupmanager :(
    In a nutshell, this allows admins to define groups, with required groups (if the desire), for users to join, it also sets categories and limits to the amount of said groups that the user can join.

    I honestly dont think it would be extremely difficult to code, then again, i have roughly ZERO coding experience :p

    Any feed back would be greatly appreciated
     
  14. Offline

    Reazem

    Hello! Im moving from Permissions 3 to your pluggin and I am re-writting permissions right now!.

    Somehow, default still can build.
    That is my permissions YAML
    Code:
    groups:
        Admins:
            permissions:
            - '*'
            prefix: '[Admin] '
            default: false
            options:
                rank: '0'
        Moderators:
            default: false
            options:
                rank: '800'
            prefix: '[Moderator] '
        Default:
            default: true
            options:
                rank: '1000'
            permissions: []
            prefix: '[Noob] '
        Builders:
            options:
                rank: '900'
            permissions:
            - modifyworld.*
            prefix: '[Builder] '
    users:
        ReAzem:
            permissions:
            - Admins
            group: Admins
        babykickerr:
            group: Moderators
    Is there something wrong in there?
    Thanks!
     
  15. Offline

    t3hk0d3

    https://github.com/t3hk0d3/PermissionsEx/wiki/ModifyWorld-Feature

    Sorry but this is would be excessive functional for PEX.
    I looked into source of ROLES. Conversion into pex would be very easy. (find/replace)
    If you find developer who would agree to convert from GM to PEX plugin for you - you can rely on my help.

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

    opoq

    @t3hk0d3 I hope you will consider my offer of 1 (one) first-born child in exchange for Buyabilities support. Thank you.

    :p

    Truly though, I love your plugin, and this would be an enourmous cherry on top!
     
  17. Offline

    diegokilla

    I'll keep this in mind for when GM breaks again :p (it's inevitable with no support) But i did manage to get it running again with a bit of tweaking, so i can ride it out a bit longer. Thanks for your support anyways :D
     
  18. Offline

    Reazem

    didnt see that note lol.
    enabled Modifyworld!

    Thanks a whole lot!
     
  19. Offline

    t3hk0d3

    " test.*groups: null"
    Nice permission.
     
  20. Offline

    z0z1ch

    Please add support for Time Rank.
    Code:
    10:26:38 [INFO] [PermissionsEx] sql backend registered!
    10:26:38 [INFO] [PermissionsEx] file backend registered!
    10:26:38 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    10:26:38 [INFO] [PermissionsEx] p2compat backend registered!
    10:26:38 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    10:26:38 [INFO] [PermissionsEx] Initializing file backend
    10:26:38 [INFO] [PermissionsEx] Modifyworld is enabled.
    10:26:38 [INFO] [PermissionsEx] v1.12 enabled
    10:26:38 [INFO] [Time Rank] Keys size 1
    10:26:38 [INFO] [Time Rank] Loaded admins with group admins in world world
    10:26:38 [INFO] [Time Rank] Version 0.0.7Enabled.
    10:26:38 [INFO] [TimeRank] Permissions 3.x found.
    10:26:38 [SEVERE] Could not pass event PLUGIN_ENABLE to TimeRank
    java.lang.NoClassDefFoundError: com/nijiko/permissions/Entry
            at com.oberonserver.timerank.timerank.setupPermissions(timerank.java:171
    )
            at com.oberonserver.timerank.TimeRankServerListener.onPluginEnable(TimeR
    ankServerListener.java:54)
            at org.bukkit.plugin.java.JavaPluginLoader$38.execute(JavaPluginLoader.j
    ava:504)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:310)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:806)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.Entry
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 14 more
    10:26:38 [INFO] [PermissionsCompat] Compatibility layer enabled.
     
  21. Offline

    t3hk0d3

    Sorry, but PEX are not compatible with Permissions 3. Nag author to make native PEX support.
     
  22. Offline

    Andrew1431

    Wait so all permission based plugins will work with this? I am tempted because permissions is out of date right now getting on my nerves, this looks like a lot simpler commands to use... I'm just worried my world will break because I do use alot of plugins :p and:

    adding a negative permission will take it away right? Thats the most important permissions feature for me...
     
  23. Offline

    flames

    sure, negative permissions also supported.
     
  24. Offline

    xeran

    i just started using permissionsex and i have the following error when i try to remove a group:
    17:01:09 [INFO] Group admins removed!
    17:01:09 [SEVERE] There is bogus command handler for pex command. (Is appropriate plugin is update?)
    17:01:09 [SEVERE] java.lang.RuntimeException: java.lang.UnsupportedOperationException
    17:01:09 [SEVERE] at ru.tehkode.permissions.commands.CommandsManager$CommandBinding.call(CommandsManager.java:250)
    17:01:09 [SEVERE] at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManager.java:124)
    17:01:09 [SEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.onCommand(PermissionsEx.java:100)
    17:01:09 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    17:01:09 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    17:01:09 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:296)
    17:01:09 [SEVERE] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
    17:01:09 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
    17:01:09 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    17:01:09 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    17:01:09 [SEVERE] Caused by: java.lang.UnsupportedOperationException
    17:01:09 [SEVERE] at java.util.AbstractList.remove(AbstractList.java:161)
    17:01:09 [SEVERE] at java.util.AbstractList$Itr.remove(AbstractList.java:375)
    17:01:09 [SEVERE] at java.util.AbstractCollection.remove(AbstractCollection.java:269)
    17:01:09 [SEVERE] at ru.tehkode.permissions.PermissionUser.removeGroup(PermissionUser.java:155)
    17:01:09 [SEVERE] at ru.tehkode.permissions.PermissionGroup.remove(PermissionGroup.java:167)
    17:01:09 [SEVERE] at ru.tehkode.permissions.bukkit.commands.GroupCommands.groupDelete(GroupCommands.java:160)
    17:01:09 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    17:01:09 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    17:01:09 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    17:01:09 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:616)
    17:01:09 [SEVERE] at ru.tehkode.permissions.commands.CommandsManager$CommandBinding.call(CommandsManager.java:244)
    17:01:09 [SEVERE] ... 9 more
     
  25. Offline

    t3hk0d3

    Fixed, redownload 1.12.
     
  26. Offline

    Buz

    What is the command for set default group?:)
     
  27. Offline

    MineFreakz

    Is this better than permissions 3 oder 2.7.x
    and is it compatible with all plugins?
     
  28. Offline

    xeran

    ok next error that i get :p


    Code:
    >pex group Admins add "*"
    20:10:29 [SEVERE] There is bogus command handler for pex command. (Is appropriate plugin is update?)
    20:10:29 [SEVERE] java.lang.RuntimeException: java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'Admins-*--0' for key 'unique'
    20:10:29 [SEVERE] at ru.tehkode.permissions.commands.CommandsManager$CommandBinding.call(CommandsManager.java:250)
    20:10:29 [SEVERE] at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManager.java:124)
    20:10:29 [SEVERE] at ru.tehkode.permissions.bukkit.PermissionsEx.onCommand(PermissionsEx.java:100)
    20:10:29 [SEVERE] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    20:10:29 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    20:10:29 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:296)
    20:10:29 [SEVERE] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
    20:10:29 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
    20:10:29 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    20:10:29 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    20:10:29 [SEVERE] Caused by: java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'Admins-*--0' for key 'unique'
    20:10:29 [SEVERE] at ru.tehkode.permissions.sql.SQLConnectionManager.updateQuery(SQLConnectionManager.java:115)
    20:10:29 [SEVERE] at ru.tehkode.permissions.sql.SQLEntity.setPermission(SQLEntity.java:171)
    20:10:29 [SEVERE] at ru.tehkode.permissions.sql.SQLEntity.addPermission(SQLEntity.java:141)
    20:10:29 [SEVERE] at ru.tehkode.permissions.sql.SQLPermissionGroup.addPermission(SQLPermissionGroup.java:140)
    20:10:29 [SEVERE] at ru.tehkode.permissions.bukkit.commands.GroupCommands.groupAddPermission(GroupCommands.java:273)
    20:10:29 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    20:10:29 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    20:10:29 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    20:10:29 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:616)
    20:10:29 [SEVERE] at ru.tehkode.permissions.commands.CommandsManager$CommandBinding.call(CommandsManager.java:244)
    20:10:29 [SEVERE] ... 9 more
    20:10:29 [SEVERE] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'Admins-*--0' for key 'unique'
    20:10:29 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    20:10:29 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    20:10:29 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    20:10:29 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
    20:10:29 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    20:10:29 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:382)
    20:10:29 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1039)
    20:10:29 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
    20:10:29 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
    20:10:29 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
    20:10:29 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    20:10:29 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
    20:10:29 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
    20:10:29 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
    20:10:29 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
    20:10:29 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
    20:10:29 [SEVERE] at ru.tehkode.permissions.sql.SQLConnectionManager.updateQuery(SQLConnectionManager.java:112)
    20:10:29 [SEVERE] ... 18 more
     
  29. Offline

    t3hk0d3

    Fixed. Use [ code] or [ spoiler] tags for logs please.

    Congradulations my dear Komrads :D
    PermissionsEx 1.12 is out. With big load of new features and improved old ones.
    For greater prosperity and stability of out glorious minecraft servers.

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

    Gachapen

    I'm sorry, but I can't seem to get prefixes to work. I really don't get it. They won't show up in the chat at all. Any help? :)
    Show Spoiler
    Code:
    groups:
        Shin:
            inheritance:
            - Gaijin
            default: false
            options:
                rank: '9000'
            permissions:
            - modifyworld.*
            prefix: '[Shin]'
    users:
        sudermager:
            group:
            - Shin
     
  31. Offline

    t3hk0d3

    You are installed PermissionCompat? What chat plugin do you use? iChat? HeroChat?
     

Share This Page