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

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

     
  1. Offline

    t3hk0d3

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

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

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

    [IMG]

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


    Documentation
    Wiki

    Basic setup tutorial (Thanks to @lycano)

    Nice tutorial made by Bennetman


    Download
    Stable version

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

    Sources
    https://github.com/PEXPlugins

    Builds
    http://webbukkit.org:8080/

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

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

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


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


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

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

    gameswereus

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I do not login often to comment on plugins (or ever haha) but I was kind of getting sick of switching between both user and group files! so thank you so much for this plugin :p I am not dissing Yeti and the others at all! I love them dearly and without them I would be dead so yeah :p

    EDIT: what is this "test: '100500'" I am new to permissions in general and am not sure what that is :p thanks
  4. Offline

    rshuttle1337

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How do you set up seperate permissions for different worlds? I can't seem to work it out.
  5. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    pex user <user> add <permission> [world]

    world - optional param, if not specified than this is common permission, for all worlds.
  6. Offline

    cre8ticity

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Code:
    22:22:16 [SEVERE] java.lang.reflect.InvocationTargetException initializing PermissionsEx v1.11 (Is it up to date?)
    java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
            at ru.tehkode.permissions.PermissionBackend.getBackend(PermissionBackend.java:194)
            at ru.tehkode.permissions.PermissionBackend.getBackend(PermissionBackend.java:163)
            at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:151)
            at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:43)
            at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java:71)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
            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.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at ru.tehkode.permissions.PermissionBackend.getBackend(PermissionBackend.java:179)
            ... 10 more
    Caused by: java.lang.RuntimeException: java.io.IOException: No such file or directory
            at ru.tehkode.permissions.backends.FileBackend.<init>(FileBackend.java:85)
            ... 15 more
    Caused by: java.io.IOException: No such file or directory
            at java.io.UnixFileSystem.createFileExclusively(Native Method)
            at java.io.File.createNewFile(Unknown Source)
            at ru.tehkode.permissions.backends.FileBackend.<init>(FileBackend.java:71)
            ... 15 more
    22:22:16 [SEVERE] Error occurred while enabling PermissionsEx v1.11 (Is it up to date?): null
    java.lang.NullPointerException
            at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:84)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.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)
    
    Help? Works fine on my Windows Computer, but not on my Linux server.
  7. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Look like you moved minecraft server installation from Windows to Linux.
    Try to remove config.yml in PermissionsEx directory. Or atleast change slash in config.yml "permissions.basedir" from \ to /.
    cre8ticity likes this.
  8. Offline

    cre8ticity

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thank you, removed the config.yml, restarted server and it worked
  9. Offline

    prefix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Great permissions plugin, far greater than the other ones out there, but trying to integrate it with a Chat plugin is hard since they all use the API, not the YML files, this is the answer i got when i asked the creators of a known Chat Plugin;

    The only plugin that should read from the permissions yml files are the permissions plugins themselves. All other plugins just call the exposed APIs to retrieve the information. And while PEX claims to be 100% compatible with Permissions 2.x, it just isn't.
  10. Offline

    cre8ticity

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What chat plugin are you trying to use? Ichat worked fine for me.
  11. Offline

    Pim1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Code:
    >pex dump file permissions.yml
    21:37:54 [INFO] [PermissionsEx] Initializing file backend
    21:37:54 [INFO] Error: null
    21:37:54 [SEVERE] Error: null
    21:37:54 [SEVERE] java.lang.NullPointerException
    21:37:54 [SEVERE]     at ru.tehkode.permissions.backends.FileBackend.dumpData(FileBackend.java:167)
    21:37:54 [SEVERE]     at ru.tehkode.permissions.bukkit.commands.UtilityCommands.dumpData(UtilityCommands.java:139)
    21:37:54 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    21:37:54 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    21:37:54 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    21:37:54 [SEVERE]     at java.lang.reflect.Method.invoke(Method.java:597)
    21:37:54 [SEVERE]     at ru.tehkode.permissions.commands.CommandsManager$CommandBinding.call(CommandsManager.java:244)
    21:37:54 [SEVERE]     at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManager.java:124)
    21:37:54 [SEVERE]     at ru.tehkode.permissions.bukkit.PermissionsEx.onCommand(PermissionsEx.java:100)
    21:37:54 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    21:37:54 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    21:37:54 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:279)
    21:37:54 [SEVERE]     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:428)
    21:37:54 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:413)
    21:37:54 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    21:37:54 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    >
    
  12. Offline

    cre8ticity

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How can I set the default group to not being able to build/destroy ect.
  13. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thank for report, fixed.
    This error caused coz there is no default group specified.

    Join #permissionsex on irc.esper.net, i'll try to help you sort out your issues.
  14. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Well, looks like there is some misunderstanding. And PEX are not claimed to be 100% compatible with P2. Just 90% :p

    Also PEX tested with iChat. If your Chat plugin not used API or use wrong ways to retrive prefixes/suffixes i can't help. In case of prefixes/suffixes PEX are 100% compatible with P2.
  15. Offline

    Pim1234

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    will it work when i redownload it? and for irc.esper.net, how? i would like to but i only get that succes! page...
    i think i do something horribly wrong...
    no default group?
  16. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Look like you are trying to use old P2 configs with PEX. Show your permissions.yml pls.
  17. Offline

    codi98

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I´m confused. In the command spoiler, is this code :
    Code:
    /pex promote <user> <group> - Set only group for user (remove from others). ("permissions.manage.membership")
    /pex demote <user> <group> - Remove user from specified group. ("permissions.manage.membership")

    but in the readme is this:
    Code:
    /pex promote <user> - Promote user to next ranked group ("permissions.users.rank.promote")
    /pex demote <user> - Demote user to next ranked group ("permissions.users.rank.demote")
    the permissions code from the readme file will not work for my staff and the permissions code from this thread is to long :S

    Sorry for my bad english
  18. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Code:
    /pex promote <user> <group> - Set only group for user (remove from others). ("permissions.manage.membership")
    /pex demote <user> <group> - Remove user from specified group. ("permissions.manage.membership")
    This commands are obsolete, they would be removed in next release (1.12).

    Use "pex user <user> group set/remove <group>" instead.
  19. Offline

    rtcabooservb

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can you not add prefix and suffix colors with PEX for each group?
  20. Offline

    prefix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ok. I was using the latest IChat and that quote is from the IChat Plugin Developer. I had no error message to report prefixes and iChat were simply not working. Could you tell me the instructions you used to get your plugin working with Pex? Because besides that particular issue and the fact that alot of plugins simply dont recognize the permissions.yml file it seems and defaults to OPS-CHECK. the modifyworld permissions are working great, and they are alot of help :)

    To recap if its possible in not too hard a way to make your plugin split the permissions.yml files into two separate files (groups.yml and users.yml) in a Permissions folder or let the existing plugins know that the permissions all exist inside permissions.yml ?
    I really really think this is the problem but ofcourse it could be a problem on my end as well. But i don't have any errors :/

    I have

    prefix: Owner

    set up in proper yml format in my permissions.yml
    and its not just the prefix that isnt working its the entire iChat plugin.
  21. Offline

    prefix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Really??

    Is it possible this is just a misconfiguration on my end?
    Could you please report what you did to get it working (besides the default installation routine ofcourse)
    Are you using McMyAdmin?
  22. Offline

    prefix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey guys i was unable to get IChat working and they seemed extremely rude so i went ahead and used HeroChat,
    Which activated fine with no errors, and my chat is now green and white instead of all white :)

    However prefixes is not working, and it seems as if everyone in all channels an OP.

    Here is a quite from Herochat Dev;
    HeroChat doesn't look at your permissions files directly; it asks whatever permissions plugin you have installed about it's own nodes; "Does player X have herochat.xxx?" - so what I'm saying is Permissions, GroupManager, PermissionsEX, or PermissionsPlus; as long as they use the same interface that Permissions uses (they should or else they're leaving out a lot of plugins that likely will never be compatible) they'll work fine with HeroChat.

    And here are some of my logs;


    2011-06-13 16:08:12 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-13 16:08:12 [INFO] Loading properties
    2011-06-13 16:08:12 [INFO] Starting Minecraft server on *:25565
    2011-06-13 16:08:12 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    2011-06-13 16:08:12 [INFO] Preparing level "world"
    2011-06-13 16:08:13 [INFO] Preparing start region for level 0
    2011-06-13 16:08:14 [INFO] Preparing spawn area: 12%
    2011-06-13 16:08:20 [INFO] Preparing spawn area: 12%
    2011-06-13 16:08:28 [INFO] Preparing spawn area: 65%
    2011-06-13 16:08:31 [INFO] Preparing spawn area: 77%
    2011-06-13 16:08:31 [INFO] Preparing start region for level 1
    2011-06-13 16:08:33 [INFO] Preparing spawn area: 20%
    2011-06-13 16:08:41 [INFO] Preparing spawn area: 32%
    2011-06-13 16:08:51 [INFO] Preparing spawn area: 97%
    2011-06-13 16:08:51 [INFO] [PermissionsEx] sql backend registered!
    2011-06-13 16:08:51 [INFO] [PermissionsEx] file backend registered!
    2011-06-13 16:08:51 [INFO] [PermissionsEx] xml backend registered!
    2011-06-13 16:08:51 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-06-13 16:08:52 [INFO] [PermissionsEx] Initializing file backend
    2011-06-13 16:08:52 [INFO] MCMACOMPAT r14
    2011-06-13 16:08:52 [INFO] McMyAdmin Compatibility Plugin version r14 started.
    2011-06-13 16:08:52 [INFO] NoWeather version 1.5 is enabled!
    2011-06-13 16:08:52 [INFO] MCBans: mcbans version 2.9.1 is enabled!
    2011-06-13 16:08:52 [INFO] MCBans: Voting enabled!
    2011-06-13 16:08:52 [INFO] MCBans: Debug mode active!
    2011-06-13 16:08:52 [INFO] MCBans: Checking for premium!
    2011-06-13 16:08:52 [INFO] MCBans: Server NOT premium!
    2011-06-13 16:08:53 [INFO] [OwnBlocks] Database read in from file
    2011-06-13 16:08:53 [INFO] Permission system not detected, defaulting to OP
    2011-06-13 16:08:53 [INFO] [OwnBlocks] version 10.0 initialized
    2011-06-13 16:08:53 [INFO] [VanishNoPickup] Permissions not detected.
    2011-06-13 16:08:53 [INFO] [VanishNoPickup] 1.8.1 enabled.
    2011-06-13 16:08:53 [INFO] [SimpleChestLock 0.6] Permissions plugin not found, defaulting to OPS CHECK mode
    2011-06-13 16:08:53 [INFO] [SimpleChestLock 0.6] Enabled!
    2011-06-13 16:08:53 [INFO] WorldEdit 4.6 enabled.
    2011-06-13 16:08:53 [INFO] WorldEdit: No known permissions plugin detected. Using configuration file for permissions.
    2011-06-13 16:08:53 [INFO] BorderGuard version 3.1 is enabled!
    2011-06-13 16:08:53 [INFO] [PermissionsEx] Modifyworld is enabled.
    2011-06-13 16:08:53 [INFO] [PermissionsEx] v1.11 enabled
    2011-06-13 16:08:53 [INFO] PlgSetspawn version 4.1 is enabled!
    2011-06-13 16:08:53 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    2011-06-13 16:08:53 [INFO] WorldGuard: Blacklist loaded.
    2011-06-13 16:08:53 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-06-13 16:08:53 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-06-13 16:08:53 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-06-13 16:08:53 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-06-13 16:08:53 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-06-13 16:08:53 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-06-13 16:08:53 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-06-13 16:08:53 [INFO] WorldGuard: 2 regions loaded for 'world'
    2011-06-13 16:08:53 [INFO] WorldGuard: 1 regions loaded for 'world_nether'
    2011-06-13 16:08:53 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-06-13 16:08:53 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-06-13 16:08:53 [INFO] Done (4.068s)! For help, type "help" or "?"

    As you can see none of my plugins detect permissions. but Modifyworld permissions work. No errors.

    Altso my permissions.yml;

    Code:
    groups:
        Newbie:
            default: true
            permissions:
            - modifyworld.usebeds
            - modifyworld.items.drop.323
            - modifyworld.items.pickup.323
            - modifyworld.blocks.place.*
            - modifyworld.blocks.interact.*
            - modifyworld.chat
        Users:
            default: false
            permissions:
            - modifyworld.*
        Mods:
            default: false
            permissions:
            - modifyworld.*
            - worldedit.*
            - worldguard.*
            - mcbans.*
            - herochat.admin
        Admins:
            default: false
            permissions:
            - -modifyworld.entity.mobtarget.*
            - -modifyworld.entity.damage.take.*
            - '*'
    users:
        prefix331:
            group: Admins
            info:
                prefix: '&4Owner '
                suffix:
        XxsnipedownOo:
            group: Mods
        CozensReppinItYT:
            group: Admins
        ehcre:
            group: Users
        lakus100:
            group: Users
        erche13:
            group: Users
        xezis:
    
    + more Users. same setup no yml errors.

    btw i have tried prefix: Owner

    and prefix: 'Owner'
  23. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Look like you are not installed PermissionsCompat, this is compatibility layer for plugins which doesn't support PEX natively.
  24. Offline

    prefix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Aha.... Sorrry :((((
    2011-06-13 17:16:46 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-06-13 17:16:46 [INFO] [VanishNoPickup] 1.8.1 enabled.
    2011-06-13 17:16:46 [INFO] [SimpleChestLock 0.6] Enabled!
    2011-06-13 17:16:46 [INFO] WorldEdit 4.6 enabled.
    2011-06-13 17:16:46 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.

    Thanks for an awesome plugin!

    I had to edit the HeroChat config to get a space between the prefix and my name :)


    How do i set colors on my prefix? I can't use the normal one because i dont have ' ' in permissions ex.
  25. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Also seems like you haven't migrated your config. In your case just move "prefix" and "suffix" out of info.

    Code:
        prefix331:
            group: Admins
            info:
                prefix: '&4Owner '
                suffix:
    to
    Code:
        prefix331:
            group: Admins
            prefix: '&4Owner '
  26. Offline

    prefix

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Indeed. Removing info: and adding ' ' worked like a charm. I now have a colorful chat. Thanksfor the help and the wonderful plugin! Sorry for the bother!
  27. Offline

    Oniro45

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hello, i have PermissionsEX on my Brohoster server and i dont understand how to setup the Config.yml file
  28. Offline

    cholo71796

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Spoiler title is "Configurtaion File example."
  29. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    You don't need to "setup" config.yml. Just start server, config.yml would be generated automatically.
  30. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thank you, that was typo :D
    cholo71796 likes this.
  31. Offline

    rtcabooservb

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    t3hk0d3, I converted my group managers format to permissions 3 format to your format for PEX but I don't have colors for prefixes/suffixes in each group. :( Also with PEX, a few command/inheritance don't work.

    Code:
    users:
        Phromik:
            group: VIP
        VPhazee:
            group: Default
        McMagnanimus:
            group: Moderator
        Kenrohan:
            group: Default
        Boss_Judge:
            group: Default
        Chiefwaffles:
            group: Default
        JHenryG:
            group: VIP
        THEMAN9876:
            group: Default
        knight1dragon:
            group: Default
        daanc:
            group: Default
        toepickles:
            group: VIP
        kradden25:
            group: VIP
        '011001':
            group: Default
        DCarbon:
            group: Default
        hayshed:
            group: Moderator
        LocoLogo95:
            group: Default
        nickanastasi:
            group: Default
        NayrusLove:
            group: Default
        boomboom57:
            group: Default
        th3gadawgs:
            group: Default
        hellion19:
            group: Default
        dazkid33:
            group: Default
        xGLORYxFADESx:
            group: Default
        Frub8:
            group: Default
        fizzypop_33:
            group: Default
        Levisallanon:
            group: Admin
        UrNinjaNemesis:
            group: Default
        deathlyreaver:
            group: Default
        broomstick:
            group: VIP
        dontmesswitme:
            group: Default
        Nbord:
            group: Default
        Ixosis:
            group: Default
        DrDash17:
            group: Default
        Steven3657:
            group: Default
        imasocool:
            group: Default
        hombal:
            group: Default
        JestemKoniem:
            group: Default
        r2d2dan:
            group: Default
        Riflez0ne:
            group: VIP
        StraightUpT:
            group: Default
        wikiwiki001:
            group: Default
        beliks:
            group: Default
        Ingvildbro:
            group: Default
        yasashii_kun:
            group: Default
        Waterstar:
            group: Default
        kingofcannons:
            group: Default
        Rae123:
            group: Default
        ChromiumXian:
            group: Admin
        TrueAwesomeMan:
            group: Default
        Cheesechomper:
            group: Default
        AirWalker255:
            group: Default
        Kyrokuna:
            group: Default
        PandaHamster:
            group: Default
        madelineputtock:
            group: Default
        misteropie:
            group: Default
        shadow789man:
            group: Default
        Zgredekkman:
            group: Default
        rtcabooservb:
            group: Admin
        breintje:
            group: VIP
        Idoknow:
            group: VIP
        Joshua_Trenchard:
            group: Default
        minecraft_nick:
            group: Default
        nate342:
            group: Default
        maxgreen116:
            group: Default
        1123v:
            group: VIP
        v19c7:
            group: Default
        laky2k11:
            group: Default
        the_salsa:
            group: Default
        Iakovosian:
            group: VIP
        CookieDonut:
            group: Default
        Desecrates:
            group: Default
        supaguy113:
            group: Default
        Stormform:
            group: Moderator
        mossisoscar:
            group: Default
        V5F:
            group: VIP
        Ag748:
            group: VIP
        Endophei:
            group: Default
        TheChoosenOne303:
            group: Default
        123devmo321:
            group: Default
        tsuna123:
            group: Default
        bergle:
            group: Default
        Flameboy27:
            group: Default
        shadaki:
            group: Default
        RandomCaik:
            group: Moderator
        Zeono:
            group: Default
        deathbringer539:
            group: Default
        fillen0071:
            group: Default
        cheetahs450:
            group: VIP
        TheMightyKane:
            group: Default
        Argentguy3:
            group: VIP
        Pbrydbord:
            group: Default
        tanboy:
            group: Default
        shant1010:
            group: Default
        firefriend32:
            group: VIP
        Herpthatderp:
            group: Default
        AznKirby:
            group: VIP
        cesargue:
            group: Default
        Idontkno:
            group: VIP
        hulkout:
            group: Default
        hugoOmarrr:
            group: Default
        Zoommmmm11:
            group: Default
        Nuklearjerky:
            group: Default
        diegetto:
            group: Default
        Whicked:
            group: Admin
        tiutin:
            group: Default
        wenger21gmail:
            group: VIP
        usmarine99:
            group: Default
        tidechina:
            group: VIP
        fuzzhair:
            group: VIP
        PrettyKat:
            group: VIP
        Hoogo:
            group: VIP
        cleverchipmunk:
            group: VIP
        mithosx:
            group: Default
        swift88:
            group: Default
        rorschachDR1:
            group: Default
        popupyou:
            group: Default
        demonduo:
            group: VIP
        Koitenshin:
            group: Admin
        JamieH93:
            group: Default
        JoeyBlock123:
            group: VIP
        Kabbage000:
            group: Default
        secrethero1111:
            group: Default
        appleseed123:
            group: Default
        jony89:
            group: Default
        alex_middleton:
            group: Default
        cam__94:
            group: Default
        Eivindbro:
            group: Default
        Liam_12:
            group: Default
        Zynex:
            group: Default
        creeperman99:
            group: Default
        tjheewads:
            group: Default
        ODSTxSilencerx:
            group: Default
    groups:
        Default:
            default: true
            permissions:
            - essentials.list
            - essentials.msg
            - essentials.spawn
            - mcdocs.*
        VIP:
            permissions:
            - achievements.check
            - achievements.view.list
            - achievements.view.own
            - essentials.delwarp
            - essentials.setwarp
            - essentials.warp
            - essentials.warp.list
            - stats.log
            - stats.view.own
            - stats.view.playtime
            inheritance:
            - member
        Member:
            permissions:
            - essentials.afk
            - modifyworld.*
            - essentials.compass
            - essentials.depth
            - essentials.getpos
            - essentials.help
            - essentials.home
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.sethome
            - lockette.user.create.*
            - mcdocs.*
            - mcmmo.chat.partychat
            - mcmmo.commands.party
            - mcmmo.skills.*
            - signColours.*
            inheritance:
            - default
        Moderator:
            permissions:
            - essentials.ban
            - nocheat.notify
            - essentials.banip
            - essentials.deljail
            - essentials.delwarp
            - essentials.invsee
            - essentials.jails
            - essentials.kick
            - essentials.mute
            - essentials.setjail
            - essentials.setwarp
            - essentials.time
            - essentials.togglejail
            - essentials.tp
            - essentials.tphere
            - essentials.unban
            - essentials.unbanip
            - essentials.warp
            - essentials.warp.list
            - logblock.area
            - logblock.lookup
            - logblock.me
            - logblock.rollback
            - logblock.tool
            - logblock.toolblock
            inheritance:
            - member
        Admin:
            permissions:
            - '*'
            - essentials.broadcast
            - essentials.gc
            - lockette.admin.break
            - lockette.admin.bypass
            - lockette.admin.create.*
            - lockette.admin.reload
            - lockette.admin.snoop
            inheritance:
            - moderator
    
  32. Offline

    t3hk0d3

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I don't see any prefixes or suffixes in your permissions.yml file.

Share This Page