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

    UltraFaceguy

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

    swagmuff

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

    bigggan

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

    MrCreep4

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

    UltraFaceguy

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

    HollowTheDragon

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

    tfarcraft

    My chat manager doesn't work so i cant see any of my ranks on my server. Any ideas on how to fix that?
     
  9. 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.

    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.

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

    tfarcraft

    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! =)
     
  11. Offline

    carls1976

    yeh me too it seem to break chat manager the config was completely different and wouldnt enable
     
  12. Offline

    craigbaines

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

    blackhawk1917

    Does anyone know how to put 2 or more ranks on one person using PErmissionsEx?
     
  14. If chatmanager is showing up as red in the output of /plugins, something in the chatmanager config is broken. It's designed that if there is an error, it will disable itself and, I think, write a default config.yml.

    Put your custom config.yml on pastebin.com or pastie.org and link to it here. Again, without that info, no one can offer any help.
     
  15. Offline

    grid21

    I'm getting a new error with modifyworld

    2012-08-08 16:45:53 [INFO] [Modifyworld] Enabling Modifyworld v1.19
    2012-08-08 16:45:53 [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].
     
  16. Since ranks are just a way to reference and order group assignment, you can assign a player to multiple groups. Look at https://github.com/PEXPlugins/PermissionsEx/wiki/Commands#wiki-groups-user-management for the commands. Keep in mind to use the add command, not the set, if you want a player to be a member of multiple groups.

    Known issue, bukkit changed the API.

    Multiple tickets were opened on github against this one, so the devs are painfully aware of it. ;)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  17. Offline

    grid21

    Between you and me the new 1.3.1 update was rushed and has a lot of bugs. I really hope to see a big fix in the 1.3.1R-1.1 update.
     
  18. Offline

    tfarcraft

    anything wrong with this config.yml?? it is showing up red in my plugins.
    http://pastebin.com/jvKPypkQ

    scratch that, got it to work

    well i have got another problem...My prefixes show up twice any help on fixing that?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  19. Offline

    Shadus

    If you're getting double prefixed, then likely you have two chat managers enabled, try disabling chatmanager (change the config.yml to say false for using it.) or figure out the other chatmanager you have turned on.
     
  20. Offline

    tfarcraft

    thanks man!
     
  21. Offline

    blackhawk1917

    Ive tried that and when i do it it gives them only one rank beside there names i want to give em 2
     
  22. Oh, you want it to display the two. Ok, that chatmanager doesn't do that I'm aware of. You would need a chat manager that does support multiple ranks. I'm afraid I'm not aware of any that do. :(

    Bugs:
    Yep, bugs are to be expected. Some of the larger ones have already been fixed, it's just a matter of time.

    As for the rushed, if it was, I can't say I blame them at all, with all the whiny ingrates bitching at them to "hurry up!!!". A week and change was an insanely small amount of time for any RB to come out.
     
  23. Offline

    Scottishskippy

    Hey there, I know you guys are busy but do you know what wnt wrong here? Thanks :)

    -----------------------------------------------------------------------------------------------------------------------------------

    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)
    Caused by: org.bukkit.configuration.InvalidConfigurationException: while scannin
    g for the next token
    found character '\t' that cannot start any token
    in "<string>", line 26, column 33:
    - essentials.balancetop
    ^

    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo
    nfiguration.java:55)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguratio
    n.java:138)
    at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguratio
    n.java:105)
    at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:2
    47)
    ... 16 more
    Caused by: while scanning for the next token
    found character '\t' that cannot start any token
    in "<string>", line 26, column 33:
    - essentials.balancetop
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:358)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:17
    9)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.pro
    duce(ParserImpl.java:537)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.jav
    a:203)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    3)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)

    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:121)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlCo
    nfiguration.java:53)
    ... 19 more
    10:41:52 [INFO] WEPIF: Using the Bukkit Permissions API.
    10:41:52 [INFO] [Vault][Permission] PermissionsEx hooked.
    10:41:52 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
    10:41:52 [INFO] [CombatTag] Enabling CombatTag v4.9
    10:41:52 [INFO] [CombatTag] has loaded with a tag time of 10 seconds
    10:41:52 [INFO] [Votifier] Enabling Votifier v1.8
    10:41:52 [INFO] [Votifier] Loaded vote listener: essEcoListener
    10:41:52 [INFO] [Votifier] Votifier enabled.
    10:41:52 [INFO] [FoundDiamonds] Enabling FoundDiamonds v3.3.3
    10:41:52 [INFO] [FoundDiamonds] Enabled
    10:41:52 [INFO] [TutorialSigns] Enabling TutorialSigns v1.3
    10:41:53 [INFO] [TutorialSigns] Loaded configuration!
    10:41:53 [INFO] [TutorialSigns] Loaded signs.txt: 7 entry(s).
    10:41:53 [INFO] [TutorialSigns] Plugin enabled! (v1.3 by ronyzzn)
    10:41:53 [INFO] [TopPVP] Enabling TopPVP v0.9
    10:41:53 [INFO] [TopPVP]: TopPVP Enabled!
    10:41:53 [INFO] [Essentials] Enabling Essentials v2.9.2
    10:41:53 [INFO] [Vault][Economy] Essentials Economy hooked.
    10:41:53 [INFO] Essentials: Using PermissionsEx based permissions.
    10:41:53 [SEVERE] Could not pass event PluginEnableEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:332)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
    ava:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:462)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:372)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247
    )
    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)
    Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permission
    s manager is not accessable. Is the PermissionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:152)
    at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsE
    xHandler.java:17)
    at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(Perm
    issionsHandler.java:110)
    at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(Essen
    tialsPluginListener.java:23)
    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:330)
    ... 13 more
    10:41:53 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.2
    10:41:53 [INFO] Essentials: Using PermissionsEx based permissions.
    10:41:53 [SEVERE] Could not pass event PluginEnableEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:332)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
    ava:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:462)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:372)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247
    )
    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)
    Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permission
    s manager is not accessable. Is the PermissionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:152)
    at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsE
    xHandler.java:17)
    at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(Perm
    issionsHandler.java:110)
    at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(Essen
    tialsPluginListener.java:23)
    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:330)
    ... 13 more
    10:41:53 [INFO] [EssentialsGeoIP] Enabling EssentialsGeoIP v2.9.2
    10:41:53 [INFO] [EssentialsGeoIP] This product includes GeoLite data created by
    MaxMind, available from http://www.maxmind.com/.
    10:41:53 [INFO] Essentials: Using PermissionsEx based permissions.
    10:41:53 [SEVERE] Could not pass event PluginEnableEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:332)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
    ava:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:462)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:372)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247
    )
    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)
    Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permission
    s manager is not accessable. Is the PermissionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:152)
    at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsE
    xHandler.java:17)
    at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(Perm
    issionsHandler.java:110)
    at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(Essen
    tialsPluginListener.java:23)
    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:330)
    ... 13 more
    10:41:53 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.2
    10:41:53 [INFO] Essentials: Using PermissionsEx based permissions.
    10:41:53 [SEVERE] Could not pass event PluginEnableEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:332)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
    ava:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:462)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:372)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247
    )
    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)
    Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permission
    s manager is not accessable. Is the PermissionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:152)
    at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsE
    xHandler.java:17)
    at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(Perm
    issionsHandler.java:110)
    at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(Essen
    tialsPluginListener.java:23)
    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:330)
    ... 13 more
    10:41:53 [INFO] [Factions] Enabling Factions v1.6.9_pre
    10:41:53 [INFO] [Factions v1.6.9_pre] === ENABLE START ===
    10:41:53 [INFO] [Factions v1.6.9_pre] Loading board from disk
    10:41:53 [INFO] [Factions v1.6.9_pre] Found and will integrate chat with Essenti
    alsChat v2.9.2
    10:41:53 [INFO] [Factions v1.6.9_pre] Economy integration through Vault plugin s
    uccessful.
    10:41:53 [INFO] [Factions v1.6.9_pre] NOTE: Economy is disabled. You can enable
    it with the command: f config econEnabled true
    10:41:53 [INFO] [Factions v1.6.9_pre] === ENABLE DONE (Took 129ms) ===
    10:41:53 [INFO] Essentials: Using PermissionsEx based permissions.
    10:41:53 [SEVERE] Could not pass event PluginEnableEvent to Essentials
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:332)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.j
    ava:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:462)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:372)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:381)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247
    )
    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)
    Caused by: ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permission
    s manager is not accessable. Is the PermissionsEx plugin enabled?
    at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:152)
    at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsE
    xHandler.java:17)
    at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(Perm
    issionsHandler.java:110)
    at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(Essen
    tialsPluginListener.java:23)
    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:330)
    ... 13 more
    10:41:53 [INFO] Server permissions file permissions.yml is empty, ignoring it
    10:41:53 [INFO] Done (9.698s)! For help, type "help" or "?"
    10:42:41 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    >
     
  24. Offline

    marwzoor

    Scottishskippy
    I got the exact same thing as you, but it is because you have a tab somewhere in your permission.yml file. The plugin won't load because of that;)
     
  25. Offline

    Scottishskippy

    marwzoor

    Thanks so much, did u just redo perms?
     
  26. Offline

    grid21

    Agreed and I was sadly one of those people to which I feel bad about now. I'm just working through the bugs till the next RB comes out.
     
  27. Offline

    PanCienisty

    how i can add user for one gorup fo few days with this command
    pex user <user> group add <group> [world] [lifetime] but without world?

    nowe when i try to use it like pex user test group add VIP 10
    in permissions file it looks like that

    test:
    worlds:
    '100':
    group:
    - VIP

    but i want it like that

    test:
    group:
    - VIP
    options:
    group-VIP-until: '1344526319'
     
  28. Offline

    craigbaines

    Im having a little problem with my tree and inhertiance?

    Im seeting up the groups as follows:

    Guest
    human - inhertits guest
    humanelder - inherts human
    humancouncil - inherits humanelder
    humanmayour - inherits humancouncil

    i have the same groups then for elf and dwarf, inheritins guest and then the tree as above.

    then i have a member group what inhertis human,dwarf and elf mayors...and a second member group which inherits the first

    The permisions iv been testing in members groups dont seem to be working.

    How do i structure this correctly????

    please add me on on skype!!! Someone, anyone!! craig_b3
     
  29. Offline

    marwzoor

    Well, what I did was click on the right side of each line in the config.yml
    And when I found a "tab" I just removed it :)
     
  30. Offline

    tfarcraft

    Okay, question...I need to make sure that my admins cannot set their own ranks any higher but they can set ranks higher that are lower then theirs. Any solution on how i should go about doing this? Currently i have Owner, CO_Owner, Head_Admin, And then Admin and thats how i want the order of power to go.
    Any help would be greatly appreciated. (what i mean is, What nodes should i use to make sure admins cant promote themselves, im not concerned about the other high ranks because we pay for the server.)
     
  31. Offline

    CtrlDelete

    Awsome Plugin, IT Rocks
     

Share This Page