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

    25CentStudios


    But how do i manually convert, do i put every permission in the permission.yml file? I have different permissions for each world..
     
  3. Offline

    STiChad

    Isn't there only one config file for all worlds? If not then you're gunna have to go each one and manually edit each permissions.yml in the PermissionsEx folder. But there should only be one and that should control all the worlds?

    Edit:
    If you want different permissions per-world I'm pretty sure thats where the parent/child thing comes into play, dunno for sure.
     
  4. Offline

    rockxz2135

    I used the in game commands from the wiki and copied the permissions from my worlds to the corresponding groups
     
  5. Offline

    25CentStudios

    Well there is, but im going to have to stay with Permissions 3.1.6 if this doesnt support different permissions for every world.

    What Im asking is, will there be a way to have different permissions for every world?

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

    STiChad

    I'm pretty sure that can be achieved with the parent/child thing, but I don't really know what that is yet myself.

    Edit:
    Yeah what he said below me.
     
  7. There is a way, you can do it like so:

    Code:
    groups:
        GroupName:
            worlds:
                world1:
                    permissions:
                    - permission.nodes.here
                world2:
                    permissions:
                    - permission.nodes.here
     
    25CentStudios and STiChad like this.
  8. Offline

    rockxz2135

    How do I setup per world default groups?
     
  9. Offline

    Butkicker12

    Anyone know how to get users written to permissions.yml when they join like permissions 3x?

    The post before you stated how.

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

    Boon Pek

  11. Offline

    darkhelmet

    Is there a way I can deny a command in a specific world the server op (me)?
     
  12. Offline

    LeetPowerCraft

    So let me get this straight. Any plugins that still use the old, outdated Permisions 2.x will work with PEX as well? I'm planning onto finally make the move to a permissions plugin that supports the new SuperPerms with the next few days. Seeing as a majority of the plugins that our server uses still use the old permissions system I want to make sure.
     
  13. Offline

    Leviathanx

    I'm 99.9% sure they should work. Most plugins are already starting to only support superperms anyway so you wont have to worry about the old outdated perms 2.x or 3.x. The way PEX is setup, it makes it easy to not have to worry about a plugin not being supported.
     
  14. Offline

    LeetPowerCraft

    Alright thanks. We were waiting on a few plugins to update to the new SuperPerms, but seeing as PEX works with Perms. 2.x via a bridge as well it looks like we no longer have anything to worry about.
     
  15. Offline

    Leviathanx

    if you look here, there is a section called "file backend configuration", in this section it shows how to negate a command for a specific group in world file. It's in the admin group. the specific node they used was "punish.noobs". Hope this helped.

    I think you don't have the YML file in the right place in the perms folder. Make sure to follow each step carefully on the migration page on WIKI.

    To my knowledge, I don't believe PEX has this(always the possibility that i'm wrong). I think you have to add them in via command or manually in the permissions.yml

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

    SBD09

    how do i stop default people from building?
     
  17. Offline

    Leviathanx

    get rid of the "modifyworld.*" node in the default group you set and replace it with "modifyworld.chat".
     
  18. Offline

    darkhelmet

    Doesn't work. I've negated the permission for the specific world (even though it was never given) and I can still use the command.
     
  19. Offline

    Leviathanx

    Hmm, if you use pastebin an show me the perms file you are using, i could try an see whats wrong.
     
  20. Offline

    C0R7

    i do this but its not working. can someone help.

    Code:
    groups:
        default:
            default: true
            permissions:
            - modifyworld.*
            worlds:
                world:
                    permissions:
                    - modifyworld.usebeds
                    - modifyworld.chat
                    - essentials.afk
                    - essentials.help
                    - essentials.help.<pluginname>
                    - essentials.list
                    - essentials.mail
                    - essentials.mail.send
                    - essentials.compass
                    - essentials.depth
                    - essentials.getpos
                    - essentials.list
                    - essentials.motd
                    - essentials.msg
                    - essentials.rules
                    - essentials.spawn
                    - essentials.back
                    - essentials.back.ondeath
                    - essentials.sethome
                    - essentials.home
                    - essentials.tpa
                    - essentials.tpaccept
                    - essentials.tpahere
                    - essentials.tpdeny
                    - essentials.warp
                    - essentials.warp.<warpname>
                    - essentials.warp.list
                    - modifyworld.chat.private
                    - iConomy.access
                    - iConomy.bank.access
                    - iConomy.bank.deposit
                    - iConomy.bank.join
                    - iConomy.bank.join.multiple
                    - iConomy.bank.leave
                    - iConomy.bank.list
                    - iConomy.bank.main
                    - iConomy.bank.main.change
                    - iConomy.bank.main.set
                    - iConomy.bank.main.view
                    - iConomy.bank.transfer
                    - iConomy.bank.transfer.multiple
                    - iConomy.bank.withdraw
                    - iConomy.list
                    - iConomy.payment
                    - iConomy.rank
            prefix: '&d[Defailt]&f'
        Admin:
            prefix: '&1[Admin]&f'
            worlds:
                world:
                    permissions:
                    - '*'
            inheritance:
            - Moderator
        Moderator:
            prefix: '&2[Mod]&f'
            worlds:
                world:
                    permissions:
                    - modifyworld.usebeds
                    - modifyworld.chat.private
                    - modifyworld.chat
                    - essentials.antioch
                    - essentials.backup
                    - essentials.broadcast
                    - essentials.burn
                    - essentials.clearinventory
                    - essentials.clearinventory.others
                    - essentials.deljail
                    - essentials.essentials
                    - essentials.ext
                    - essentials.invsee
                    - essentials.kick
                    - essentials.kill
                    - essentials.kick.notify
                    - essentials.lightning
                    - essentials.mute
                    - essentials.ping
                    - essentials.tempban
                    - essentials.unban
                    - essentials.weather
                    - essentials.bigtree
                    - essentials.give
                    - essentials.give.item-<itemid>
                    - essentials.give.item-<itemname>
                    - essentials.give.item-all
                    - essentials.give.item-all
            inheritance:
            - VIP
        Donator:
            prefix: '&9[Donator]&f'
            worlds:
                world:
                    permissions:
                    - essentials.sethome.multiple
                    - essentials.sethome.multiple.unlimited
                    - essentials.joinfullserver
                    - essentials.balance
                    - essentials.balancetop
                    - essentials.pay
                    - essentials.eco
                    - essentials.sell
                    - essentials.worth
            inheritance:
            - default
        VIP:
            prefix: '&6[VIP]&f'
            worlds:
                world:
                    permissions:
                    - modifyworld.bucket.empty.<fluid>
                    - modifyworld.bucket.fill.<fluid>
            inheritance:
            - Donator
    users:
        C0R7:
            group:
            - Admin
        chris2287:
            group:
            - Admin
        bmr5770:
            group:
            - Admin
        super2explor:
            group:
            - Admin
    
     
  21. Offline

    darkhelmet

    http://pastebin.com/xCdG6BjE

    (obvious other stuff removed)
     
  22. Offline

    Leviathanx

    From what I can see, some of your nodes are slightly not spaced out right. Including the essentials.item node.

    Wow. Your perms file is very unorganized and randomized. Also not well spaced out. I suggest generating a new permissions.yml file to go off of and re add in your settings via commands so that its well spaced out and detailed correctly.

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

    fr34k_tk

    The list of users has to be on top of the file above the groupconfiguration.
    Also all your modifyworld.x-nodes are not working, because your default-group has the modifyworld.*-permission as a global permission, which is inherited by all the other groups.
    Ah, and your essentials.give.xxx-permissions are wrong (I think essentials.give should do what you want), as well as your modifyworld.bucket.empty.<fluid> and modifyworld.bucket.fill.<fluid> permissions. The <>-brackets are mostly used as placeholders for more precise options.
     
  24. Offline

    ZacTheDead

    ok now i get this when playing also i am a guest but i can still use/jump from essentials
    Code:
    
    2011-08-27 18:54:09 [INFO] [PermissionsEx] Initializing file backend
    2011-08-27 18:54:09 [SEVERE] while scanning a simple key; could not found expected ':' initializing PermissionsEx v1.13 (Is it up to date?)
    while scanning a simple key
     in "<reader>", line 86, column 9:      I FIXED THIS ONE!
                -'*'
                ^
    could not found expected ':'
     in "<reader>", line 90, column 9:
    
         ^
    
        at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:400)
        at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:231)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:182)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:592)
        at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
        at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at ru.tehkode.permissions.config.Configuration.load(Configuration.java:65)
        at ru.tehkode.permissions.backends.FileBackend.initialize(FileBackend.java:104)
        at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:418)
        at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:469)
        at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:53)
        at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java:73)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:131)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-27 18:54:09 [WARNING] [PermissionsCompat] PermissionsEx plugin not found. Some plugins may not work.
    2011-08-27 18:54:09 [INFO] Preparing level "world"
    2011-08-27 18:54:09 [INFO] Preparing start region for level 0 (Seed: 5897074264332337076)
    2011-08-27 18:54:09 [INFO] Preparing start region for level 1 (Seed: 5897074264332337076)
    2011-08-27 18:54:10 [INFO] Preparing spawn area: 61%
    2011-08-27 18:54:10 [INFO] [AdminsCanFly] Version 1.2.0 - By Lappy
    2011-08-27 18:54:10 [INFO] [AdminsCanFly] Starting up...
    2011-08-27 18:54:10 [INFO] [AdminsCanFly] Registering event listeners...
    2011-08-27 18:54:10 [INFO] [AdminsCanFly] Started up successfully
    2011-08-27 18:54:10 [SEVERE] Error occurred while enabling AdminsCanFly v1.2.0 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:140)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at Lappy.AdminsCanFly.AdminsCanFly.setupPermissions(AdminsCanFly.java:84)
        at Lappy.AdminsCanFly.AdminsCanFly.onEnable(AdminsCanFly.java:64)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-27 18:54:10 [SEVERE] Error occurred while enabling AutoKick v1.2 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:140)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at com.imineserver.imine.AutoKick.setupPermissions(AutoKick.java:175)
        at com.imineserver.imine.AutoKick.onEnable(AutoKick.java:68)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-27 18:54:10 [INFO] bInfo enabled
    2011-08-27 18:54:10 [SEVERE] Error occurred while enabling ChopTree v1.24 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:140)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at me.askmeaboutlo0m.ChopTree.ChopTree.setupPermissions(ChopTree.java:102)
        at me.askmeaboutlo0m.ChopTree.ChopTree.onEnable(ChopTree.java:48)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-27 18:54:10 [INFO] [CommandSigns] 0.9 enabled.
    2011-08-27 18:54:10 [INFO] CommandSigns: Integrated with Permissions v2.7.7
    2011-08-27 18:54:10 [INFO] CommandSigns: Integrated with PermissionsEx v1.13
    2011-08-27 18:54:11 [INFO] Loaded Essentials build 2.4.1 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-08-27 18:54:11 [INFO] Register: Payment method found (Essentials version: 2.4.1)
    2011-08-27 18:54:11 [INFO] [HeroicDeath] 1.9.1 enabled.
    2011-08-27 18:54:11 [INFO] [InstaBreak] Starting! (version 2.0 by R3ality)
    2011-08-27 18:54:11 [SEVERE] Error occurred while enabling InstaBreak v2.0 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:140)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at com.r3ality.mail.InstaBreak.InstaBreak.setupPermissions(InstaBreak.java:53)
        at com.r3ality.mail.InstaBreak.InstaBreak.onEnable(InstaBreak.java:34)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-27 18:54:12 [INFO] [Jail] Loaded 2 jail zones.
    2011-08-27 18:54:12 [INFO] [Jail] Loaded 1 prisoners.
    2011-08-27 18:54:12 [INFO] [Jail] Loaded 1 cells.
    2011-08-27 18:54:12 [INFO] NoFire version 1.3 is enabled!
    2011-08-27 18:54:12 [SEVERE] Error occurred while enabling OpenInv v1.3.3 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:140)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at lishid.openinv.OpenInv.setupPermissions(OpenInv.java:38)
        at lishid.openinv.OpenInv.onEnable(OpenInv.java:53)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-27 18:54:12 [INFO] [PermissionsEx] Superperms support enabled.
    2011-08-27 18:54:12 [INFO] [PermissionsEx] v1.13 enabled
    2011-08-27 18:54:12 [INFO] PlgSetspawn version 4.1 is enabled!
    2011-08-27 18:54:12 [INFO] [Prefixer] v2.5.1 has been enabled.
    2011-08-27 18:54:12 [INFO] Stackable: Configuration file loaded.
    2011-08-27 18:54:12 [INFO] Stackable: Version 0.5.1 enable.
    2011-08-27 18:54:12 [INFO] [VoxelSniper] Config loaded
    2011-08-27 18:54:12 [INFO] VoxelSniper version 4.753 is enabled! Snipe away.
    2011-08-27 18:54:12 [INFO] [WeatherControl] Loaded configuration for world 'world'
    2011-08-27 18:54:12 [INFO] [WeatherControl] Loaded configuration for world 'world_nether'
    2011-08-27 18:54:12 [INFO] [WeatherControl] version 0.9 is enabled!
    2011-08-27 18:54:12 [SEVERE] Error occurred while enabling WeatherControl v0.9 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:140)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at com.halvors.weathercontrol.WeatherControl.setupPermissions(WeatherControl.java:139)
        at com.halvors.weathercontrol.WeatherControl.onEnable(WeatherControl.java:116)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-27 18:54:12 [INFO] WorldEdit 4.6 enabled.
    2011-08-27 18:54:12 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-27 18:54:12 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-27 18:54:12 [INFO] WorldGuard: (world) Single session is enforced.
    2011-08-27 18:54:12 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-08-27 18:54:12 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-08-27 18:54:12 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-08-27 18:54:12 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-08-27 18:54:12 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-08-27 18:54:12 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-08-27 18:54:12 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-08-27 18:54:12 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-08-27 18:54:12 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-08-27 18:54:12 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-08-27 18:54:12 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-08-27 18:54:12 [INFO] WorldGuard 5.2.2 enabled.
    2011-08-27 18:54:12 [SEVERE] [ChatManager] PermissionsEx not found, disabling
    2011-08-27 18:54:12 [INFO] [ChatManager] ChatManager disabled!
    2011-08-27 18:54:12 [SEVERE] [Modifyworld] PermissionsEx not found, disabling
    2011-08-27 18:54:12 [INFO] [Modifyworld] Modifyworld disabled!
    2011-08-27 18:54:12 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-08-27 18:54:12 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-27 18:54:12 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-08-27 18:54:12 [SEVERE] Error occurred while enabling SimpleRestart v1.2.0 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:140)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at com.hamaluik.SimpleRestart.SimpleRestart.setupPermissions(SimpleRestart.java:82)
        at com.hamaluik.SimpleRestart.SimpleRestart.onEnable(SimpleRestart.java:54)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-27 18:54:12 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    2011-08-27 18:54:12 [SEVERE] Error occurred while enabling LWC v3.31 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:140)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at com.griefcraft.integration.permissions.NijiPermissions.<init>(NijiPermissions.java:25)
        at com.griefcraft.lwc.LWC.load(LWC.java:1080)
        at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:330)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-27 18:54:12 [INFO] [Factions v1.3.6] === INIT START ===
    2011-08-27 18:54:12 [INFO] [Factions v1.3.6] Loading conf from disk
    2011-08-27 18:54:12 [INFO] [Factions v1.3.6] Loading players from disk
    2011-08-27 18:54:12 [INFO] [Factions v1.3.6] Loading factions from disk
    2011-08-27 18:54:12 [INFO] [Factions v1.3.6] Loading board from disk
    2011-08-27 18:54:12 [SEVERE] Error occurred while enabling Factions v1.3.6 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    java.lang.RuntimeException: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:140)
        at com.nijikokun.bukkit.Permissions.Permissions.getHandler(Permissions.java:80)
        at org.mcteam.factions.Factions.setupPermissions(Factions.java:175)
        at org.mcteam.factions.Factions.onEnable(Factions.java:120)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-27 18:54:12 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-27 18:54:12 [INFO] Done (0.319s)! For help, type "help" or "?"
    
    
    
     

    Attached Files:

  25. @t3hk0d3

    Greetings. I decided to give this another go tonight, and I'm still running into strange issues. From the console:
    Code:
    02:04:11 [INFO] [PermissionsEx] sql backend registered!
    02:04:11 [INFO] [PermissionsEx] file backend registered!
    02:04:11 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    02:04:12 [INFO] [PermissionsEx] Initializing file backend
    02:04:13 [INFO] [PermissionsEx] Superperms support enabled.
    02:04:13 [INFO] [PermissionsEx] v1.13 enabled
    This is what I see with the Permissions.jar file included in the PEX package (downloaded from bukkit dev, md5sum matches) not in the plugins directory. If I have the Permissions.jar file in the plugin directory, I see the following extra line:
    Code:
    02:02:03 [INFO] [Permissions] (Phoenix) was Initialized.
    A new directory named Permissions is also created in my plugins directory. With this file loading, I receive 'could not pass' errors in the console. Last time I posted this, you stated that it's the old Permissions 2.x plugin, which I would agree that it seems to be. However, these files are direct from the package I downloaded. Needless to say, I'm rather confused.

    Also, a minor issue:
    Code:
            permissions:
            - -modifyworld.blocks.interact.95
            - -modifyworld.blocks.interact.61
            - -modifyworld.blocks.interact.62
            - -modifyworld.blocks.interact.84
            - -modifyworld.blocks.interact.23
            - modifyworld.blocks.interact.*
            - modifyworld.usebeds
            - modifyworld.chat
    If I am understanding the wiki and what I've read in the thread, this permissions set should allow users who fall under this group able to push buttons, throw switches, but not build or interact with furnaces, dispensers, or chests. However, the user I'm using as a test subject is still able to open chests and take items out.

    EDIT: *facepalm* Never mind on the denying interaction part, I'm apparently a moron at times. The item list I was looking at didn't point out that #95 was the Steve Co. chest, and not a normal chest. That's been fixed and the multiple lines have been combined into one (modifyworld.blocks.interact.(23|25|54|61|62|84)), which now works as I expected. The permissions bridge thing, I've still not figured out.
     
  26. Offline

    C0R7

    its ok. its working now. there were tabs not spaces.
     
  27. The last line in your permissions file for the friend section reads:
    Code:
    -'*'
    You forgot the space between the dash and the '*' bit.

    An online yaml parser (use your search engine of choice) can help out with these issues.:) For future reference (and anyone who might scan the thread), an often recommended on is at https://yaml-online-parser.appspot.com/
     
  28. Offline

    ZacTheDead

    yes that is the one i fixed but what is with
    Code:
    could not found expected ':'
     in "<reader>", line 90, column 9:
    
         ^
     
  29. That is what I'm referring to. The very last non-blank line is where I found the problem with the space in the permissions file you attached. If that file is the one you are using now, drop it in a text editor with a fixed width font and see for yourself. When I added the space using that yaml parser I linked to, all the errors went away.
     
  30. Offline

    ZacTheDead

    Ok it has no errors but it will let me use any command.
     
  31. Offline

    blokzeil1

    i have a suggestion.
    Its about the Ranks..
    Can you make a Auto rank changer, I mean when a player have played 5 hours i go to the next rang.
    Like:
    Default person have played 20 hours on the server.
    After the 20 hours he goas to the rank member
     

Share This Page