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

    joeuk82

    Hi
    I've got 2 lower ranks... New and Citizen
    New people have to sign up to the forum then they get ranked to Citizen by staff so they can do stuff on the server.

    How do I allow Mods and Admins to rank "New" people to "Citizen" but make sure they can't rank above their own rank?
    i.e. I dont want a mod or admin to be able to rank someone an Admin or Owner

    Thanks

    P.S... I'll be dropping some money in to your donation pot once I've finished sorting out my server. :)
     
  3. Offline

    iBakedMuffinz

    Yeah, I still need a fix for mine. Players cannot rank without being OP'd. I just want Admins/Mods to ranks UBuilder to Builder. And Admins to also be able to promote VIP, VIP+, and SuperVIP. I went down the line: UBuilder rank 1000, Builder rank 900, etc., and still the mods/admins cannot promote.
     
  4. Offline

    Favorlock

    Hi there, I'm experiencing some issues regarding SQLite support fore PEX on CraftBukkit 1337.

    Code:
    >pex group player create guest
    01:13:16 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'pex'
     in plugin PermissionsEx v1.15
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    55)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    51)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:506)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:485)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.sql.SQLE
    xception: [SQLITE_ERROR] SQL error or missing database (no such column: true)
            at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManag
    er.java:127)
            at ru.tehkode.permissions.bukkit.PermissionsEx.onCommand(PermissionsEx.j
    ava:126)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 7 more
    Caused by: java.lang.RuntimeException: java.sql.SQLException: [SQLITE_ERROR] SQL
     error or missing database (no such column: true)
            at ru.tehkode.permissions.backends.sql.SQLConnection.updateQuery(SQLConn
    ection.java:121)
            at ru.tehkode.permissions.backends.sql.SQLEntity.setParents(SQLEntity.ja
    va:216)
            at ru.tehkode.permissions.backends.sql.SQLGroup.setParentGroups(SQLGroup
    .java:46)
            at ru.tehkode.permissions.PermissionGroup.setParentGroups(PermissionGrou
    p.java:323)
            at ru.tehkode.permissions.bukkit.commands.GroupCommands.groupCreate(Grou
    pCommands.java:185)
            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 ru.tehkode.permissions.commands.CommandsManager$CommandBinding.call(C
    ommandsManager.java:298)
            at ru.tehkode.permissions.commands.CommandsManager.execute(CommandsManag
    er.java:120)
            ... 9 more
    Caused by: java.sql.SQLException: [SQLITE_ERROR] SQL error or missing database (
    no such column: true)
            at org.sqlite.DB.newSQLException(DB.java:383)
            at org.sqlite.DB.newSQLException(DB.java:387)
            at org.sqlite.DB.throwex(DB.java:374)
            at org.sqlite.NativeDB.prepare(Native Method)
            at org.sqlite.DB.prepare(DB.java:123)
            at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
            at org.sqlite.Conn.prepareStatement(Conn.java:404)
            at org.sqlite.Conn.prepareStatement(Conn.java:399)
            at org.sqlite.Conn.prepareStatement(Conn.java:383)
            at ru.tehkode.permissions.backends.sql.SQLConnection.updateQuery(SQLConn
    ection.java:112)
            ... 19 more
    >
    Basically, as you can see I am unable to assign groups a parent. This is really frustrating. I do have access to MySQL but I would prefer to use SQLite if possible.

    Thanks for any assistance.
     
  5. Offline

    jareq

    Hey, it is possible to use different group on user 'test' in the world1 and in the world2 ? for example user test joins the world1 and he is "vip", then he goes to wolrd2 and he is 'Digger'
     
  6. Offline

    Rytis

    Hi,

    how can I convert from file backend to sql/mysql backend?

    Thx for answering :D
     
  7. Manage your permissions PER WORLD (like me):
    Code:
        Helper:
            prefix: '&2'
            worlds:
                world:
                    permissions:
                    - herochat.admin
                    - commandbook.teleport
                    - commandbook.kick
                world_18:
                    permissions:
                    - herochat.admin
                    - commandbook.teleport
                    - commandbook.kick
                world_nether:
                    permissions:
                    - herochat.admin
    
     
  8. Offline

    homeworlder_

    is it possible to do so the person in that group has no permissions AT ALL ?
    if yes, please write the permission node :D
     
  9. Offline

    MusicMonkey5555

    Just use NULL.
     
  10. Offline

    t3hk0d3

    Code:
    users:
        t3hk0d3:
            group: default
            permissions:
            - permissions.*
            worlds:
                world:
                    permissions:
                    - farming.food
                    group:
                    - peasant
                    prefix: '&3[LOWLIFE]&f'
                nether:
                    permissions:
                    - pwn.noobs
                    group:
                    - devil
                    prefix: '&5[DEVIL MUHAHA]&f'
    Fixed in lastest dev build. Thank you for reporting.

    Code:
    groups:
        NOPERMISSIONSGROUP:
            permissions:
            - '-*'
    or just give them no permissions and all and set stict-mode: true in config.yml

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

    Trollkemada

  12. Offline

    Jackoo

    Please read:

    This is what my prefixes look like in permissions.yml

    Admins:
    prefix: '&6[&8Admin&6] '
    permissions:

    But when the player speaks in game, it comes out as:

    <[Admin] Bob>

    I want to get rid of the "<,>" but I can't find any way to do so.

    Also, does this plugin support mChat?
     
  13. Offline

    MusicMonkey5555

    Are you using chatmanager (plugin that comes with PermissionsEX)? how did you get anything to show up at all? What version of bukkit are you running and what version of PermissionsEX?

    Cause I can't get anything to show up.
     
  14. Offline

    Jackoo

    I'm using chatmanager.
    PermissionsEX v1.15
    Bukkit build 1112
     
  15. Offline

    glarter

    You want to edit your ChatManager/config.yml to look something like this:

    Code:
    global-message-format: '%prefix%player%suffix: &e%message'
    message-format: '%prefix%player%suffix: &e%message'
    display-name-format: '%prefix%player%suffix'
    
    YAML cannot parse % symbols and it causes the plugin to abort. By enclosing it in quote marks ('), you tell the YAML parser to treat it as a string.
     
  16. Offline

    iMinecrafter

    Hello!
    Everything was working fine, before I messed around with the Permissions. And lastly, I do not even have the permissions to destroy or place a block.

    Finally, I'd like to thank for me. Thank you.

    I'll begin with showing my configs and so on. First one; Permissions.yml.


    Code:
    groups:
        Nybörjare:
        default: true
        prefix: '&f[&Nybörjare&f]&7'
        permissions:
            - essentials.sell
            - essentials.setspawn
            - essentials.setwarp
            - essentials.tp
            - essentials.tpa
            - essentials.tpaall
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tphere
            - essentials.tpdeny
            - permissions.build
            - essentials.protect.ownerinfo
            - essentials.protect
            - essentials.warp.otherplayers
            - essentials.teleport.timer.bypass
            - essentials.seen
            - essentials.rules
            - essentials.motd
            - essentials.mail.send
            - essentials.mail
            - essentials.help
            - essentials.afk
            - essentials.pay
            - essentials.balancetop
            - essentials.balance.others
            - essentials.balance
            - essentials.worth
            - modifyworld.*
        Medlem:
        default: false
        prefix: '&f[&Medlem&f]&7'
        permissions:
            - essentials.sell
            - essentials.setspawn
            - essentials.setwarp
            - essentials.tp
            - essentials.tpa
            - essentials.tpaall
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tphere
            - essentials.tpdeny
            - permissions.build
            - essentials.protect.ownerinfo
            - essentials.protect
            - essentials.warp.otherplayers
            - essentials.teleport.timer.bypass
            - essentials.seen
            - essentials.rules
            - essentials.motd
            - essentials.mail.send
            - essentials.mail
            - essentials.help
            - essentials.afk
            - essentials.pay
            - essentials.balancetop
            - essentials.balance.others
            - essentials.balance
            - essentials.worth
            - modifyworld.*
    
        Byggare:
        default: false
        permissions:
        - essentials.sell
            - essentials.setspawn
            - essentials.setwarp
            - essentials.tp
            - essentials.tpa
            - essentials.tpaall
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tphere
            - essentials.tpdeny
            - permissions.build
            - essentials.protect.ownerinfo
            - essentials.protect
            - essentials.warp.otherplayers
            - essentials.teleport.timer.bypass
            - essentials.seen
            - essentials.rules
            - essentials.motd
            - essentials.mail.send
            - essentials.mail
            - essentials.help
            - essentials.afk
            - essentials.pay
            - essentials.balancetop
            - essentials.balance.others
            - essentials.balance
            - essentials.worth
            - modifyworld.*
    
        Mod:
        default: false
        permissions:
        - '*'
    
        Admin:
        default: false
        prefix: '&d[Admin]&d'
        permissions:
         - '*'
        Co-Ägare:
        default: false
        permissions:
        - '*'
    
        Ägare:
            default: false
            prefix: '&d[Ägare]&d'
            permissions:
            - permissions.manage
            - permissions.manage.reload
            - permissions.manage.config
            - permissions.manage.backend
            - permissions.manage.users
            - permissions.manage.dump
            - permissions.manage.worlds
            - permissions.manage.worlds.inheritance
            - permissions.manage.users
            - permissions.manage.users.permissions
            - permissions.manage.users.permissions.timed
            - permissions.manage.membership
            - permissions.manage.groups.inheritance
            - permissions.manage.groups
            - permissions.manage.groups.create
            - permissions.manage.groups.remove
            - permissions.manage.groups.permissions
            - permissions.manage.groups.permissions.timed
            - '*'
    users:
        iMinecrafter:
            group:
            - Ägare
    Secondly; The config.yml

    Code:
    permissions:
        backends:
            file:
                file: permissions.yml
        backend: file
        superperms:
            disable-unmatched: false
            enable: true
            debug: false
        createUserRecords: false
        allowOps: false
        debug: false
        basedir: plugins/PermissionsEx
    
    Thirdly; The error message from the console. I've decided to upload it to pastebin as I would of reached the limit.

    http://pastebin.com/NtkY27AF

    Lastly; The version I used @ PermissionsEx is: Version: 1.15
     
  17. Offline

    Jackoo

    I tried using the ( ' ) instead of the (<, >) Like you said, and I get this:
    Code:
    [SEVERE] Could not load 'plugins\ChatManager.jar' in folder 'plugins':
    while parsing a block mapping
     in "<reader>", line 1, column 1:
        chat-range: 100.0
        ^
    expected <block end>, but found Anchor
     in "<reader>", line 3, column 48:
         ... format: '%prefix%player%suffix' &e%message
                                             ^
    
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:576)
        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.composeMappingNode(Composer.java:228)
        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 org.bukkit.util.config.Configuration.load(Configuration.java:82)
        at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:157)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:175)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:414)
        at org.bukkit.Bukkit.reload(Bukkit.java:182)
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:358)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:354)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:506)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:485)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  18. Offline

    Vixolus

    Does anybody know a way to have the default group be no commands, permissions modifyworld or anything? So players can join, but not do anything at all. Then, if they are whitelisted (or any type of list) they are automatically moved over to the other group with basic member commands?

    I know that in the old permission plugins it would add everyone who played ever to the "default" group. Then, you could go in and just change their group easily. PEX doesn't have this.

    Any solution? I want it to be public, but they have to apply to get full features.
     
  19. Offline

    mypetsquirrel

    I am trying to set up a complex permissions hierarchy and am wondering about a few things.

    What I am trying to do is set permissions for each block and item type, so that basic users only have access to basic blocks/items, and increasing your rank, also increases your block/item list that you have access to.
    (For instance, I have VoxelAir installed, and they state they will not have any permissions setups. So, I restricted the Feather item, to VIPs and above. Therefore, it's a reward for anyone who plays nice and gets promoted.)

    In order to do this, I have to enter a
    modifyworld.block.destroy.ID,
    modifyworld.block.place.ID,
    modifyworld.block.interact.ID,
    modifyworld.item.pickup.ID,
    modifyworld.item.drop.ID, and
    modifyworld.item.have.ID
    for each and every item available. Now I know I can speed this up with listing the allowed, finishing with a -modifyworld.* which helps with futureproofing as well. However, I was concerned about a few things:

    1)I was wondering if there is an easier way to do this with lists or something.
    2)I was wondering if there is any concern about lag with this monster list of commands to check each and every time anyone does Anything.

    from what I understand, try adding
    - -modifyworld.block.interact.54
    they wouldn't be able to open them, let alone add or remove items.

    - -*

    Although you may not know they are there, so I'd add ABOVE that:

    - modifyworld.chat

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

    kremington

    Hi, I want to be able to set per world prefixes (Not the world name). I use essentials to set the prefixes as the display name so people can see which world everyone is in when they do /list. The prefixes work fine if I add them as a global prefix, but they don't work as a per world prefix. The text is formatted correctly, but there is no world prefix or color. I have checked with #permissions and they say my config is correct, so what do I need to do to make this work? I saw in the default config on the first post that it was possible to add different prefixes for each world. Here is my permissions.yml (no errors in .yaml):
    Code:
    groups:
        Admin:
            default: false
            build: true
            options:
                rank: 0
            permissions:
            - '*'
            worlds:
                build:
                    prefix: '[Build] &4'
                spawn:
                    prefix: '[Spawn] &4'
                vanillaLITE:
                    prefix: '[VanillaLITE] &4'
                vanillaLITE_nether:
                    prefix: '[VanillaLITE] &4'
                vanilla:
                    prefix: '[Vanilla] &4'
                vanilla_nether:
                    prefix: '[Vanilla] &4'
        Mod:
            default: false
            build: true
            options:
                rank: 100
            inheritance:
            - Trusted
            permissions:
            - essentials.whois
            - essentials.ban
            - essentials.banip
            - easyban.*
            - bb.admin.*
            - essentials.tp
            - vanish.*
            - essentials.nick
            - essentials.warp.admin
            - essentials.unban
            - mobdisguise.*
            - essentials.heal
            - nocheat.*
            - essentials.god
            worlds:
                build:
                    prefix: '[Build] &9'
                    permissions:
                    - worldedit.*
                    - worldguard.*
                spawn:
                    prefix: '[Spawn] &9'
                    permissions:
                    - bukkit.command.gamemode
                vanillaLITE:
                    prefix: '[VanillaLITE] &9'
                    permissions:
                    - essentials.weather
                    - essentials.time
                    - essentials.time.set
                    - essentials.time.add
                    - lwc.mod
                    - essentials.item
                vanillaLITE_nether:
                    prefix: '[VanillaLITE] &9'
                    permissions:
                    - lwc.mod
                vanilla:
                    prefix: '[Vanilla] &9'
                    permissions:
                    - -bb.admin.*
                vanilla_nether:
                    prefix: '[Vanilla] &9'
                    permissions:
                    - -bb.admin.*
        Trusted:
            default: false
            options:
                rank: 200
            inheritance:
            - Default
            permissions:
            - essentials.kick
            worlds:
                build:
                    prefix: '[Build] &a'
                    permissions:
                    - essentials.time
                    - essentials.time.set
                    - essentials.time.add
                spawn:
                    prefix: '[Spawn] &a'
                vanillaLITE:
                    prefix: '[VanillaLITE] &a'
                vanillaLITE_nether:
                    prefix: '[VanillaLITE] &a'
                vanilla:
                    prefix: '[Vanilla] &a'
                vanilla_nether:
                    prefix: '[Vanilla] &a'
        Default:
            default: true
            options:
                rank: 400
            permissions:
            - essentials.compass
            - essentials.depth
            - essentials.help
            - essentials.home
            - essentials.motd
            - essentials.home.multiple
            - essentials.rules
            - -essentials.warp.admin
            - essentials.warp.*
            - essentials.spawn
            - essentials.sethome
            - essentials.tpa
            - essentials.tpdeny
            - essentials.list
            - essentials.clearinventory
            - essentials.msg
            - essentials.afk
            - essentials.suicide
            - essentials.sethome.multiple
            - essentials.delhome
            - multiverse.tp.*
            - multiverse.core.tp.self
            worlds:
                build:
                    build: true
                    prefix: '[Build] &7'
                    permissions:
                    - essentials.tpaccept
                    - nocheat.checks.*
                    - essentials.time.use.time
                    - essentials.item
                spawn:
                    build: false
                    prefix: '[Spawn] &7'
                    permissions:
                    - -essentials.tpaccept
                    - -essentials.sethome
                    - -essentials.sethome.multiple
                vanillaLITE:
                    build: true
                    prefix: '[VanillaLITE] &7'
                    permissions:
                    - essentials.tpaccept
                    - appleseed.plant.*
                    - lwc.protect
                vanillaLITE_nether:
                    build: true
                    prefix: '[VanillaLITE] &7'
                    permissions:
                    - essentials.tpaccept
                    - appleseed.plant.*
                    - lwc.protect
                vanilla:
                    build: true
                    prefix: '[Vanilla] &7'
                    permissions:
                    - appleseed.plant.*
                    - -essentials.tpaccept
                vanilla_nether:
                    build: true
                    prefix: '[Vanilla] &7'
                    permissions:
                    - appleseed.plant.*
                    - -essentials.tpaccept
    And here is my essentials config.yml:
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                       Notes                          | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
    # If you receive an error when Essentials loads, ensure that:
    #   - No tabs are present: YAML only allows spaces
    #   - Indents are correct: YAML heirarchy is based entirely on indentation
    #   - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
    #   - List items are prefixed with a hyphen and indented:
    #       lists:
    #         - look like this
    #       not:
    #       - like this
    #   - Text with symbols is enclosed in single or double quotation marks
    #   - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
    #   - You have saved the document as UTF-8, NOT the default, ANSI
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                 Essentials (Global)                  | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'none'
    
    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: ''
    
    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: true
    
    # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
    # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
    # The value of change-displayname (above) has to be true.
    add-prefix-suffix: true
    
    # The delay, in seconds, required between /home, /tp, etc.
    teleport-cooldown: 3
    
    # The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
    teleport-delay: 1
    
    # The delay, in seconds, required between /heal attempts
    heal-cooldown: 60
    
    # The number of items given if the quantity parameter is left out in /item or /give.
    default-stack-size: 64
    
    # What to prevent from /i /give
    # e.g item-spawn-blacklist: 46,11,10
    item-spawn-blacklist: 7, 97
    
    # Set this to true if you want permission based item spawn rules
    # Note: The blacklist above will be ignored then.
    # Permissions:
    #  - essentials.itemspawn.item-all
    #  - essentials.itemspawn.item-[itemname]
    #  - essentials.itemspawn.item-[itemid]
    #  - essentials.give.item-all
    #  - essentials.give.item-[itemname]
    #  - essentials.give.item-[itemid]
    permission-based-item-spawn: false
    
    # Whether or not to reclaim memory on player logout; this is technical, and should only be changed under special circumstances.
    # This generally increases server stability unless very specific runtime configurations are used.
    # HOWEVER, it is known to cause lag upon users logging OUT, so beware!
    reclaim-onlogout: false
    
    # Should primitive spawn protection be enabled?  For most servers, this should be flase; it is better to use a third-party plugin to protect it.
    spawn-protection: true
    
    # Nether settings (switch between worlds with "/world nether" and "/world normal")
    # Sets whether the nether system is enabled, what folder to save the world in, and whether portals should teleport players between worlds.
    nether:
      enabled: false
      folder: nether
      portals-enabled: false
      generate-exit-portals: false
      ratio: 16
    
    # Mob limit on spawnmob
    spawnmob-limit: 15
    
    #Shall we notify users when using /lightning
    warn-on-smite: true
    
    # The message of the day, displayed on connect and by typing /motd.
    motd:
      - '&fWelcome to CryptCraft!'
      - '&fType &4/help&f for a list of commands.'
      - '&fType &4/rules&f for our server rules.'
      - '&fType &4/list&f to see a list of online players.'
      - '&aWe are now accepting donations! Message Krem or Reeper for info!'
      - '&4View the LiveMap at www.cryptcraft.com:666'
    
    # The server rules, available by typing /rules
    rules:
      - '&4CryptCraft Rules:'
      - '&f1. No flying (except in build world)'
      - '&f2. Respect other players, keep trolling to a minimum'
      - '&f3. NO RACISM WILL BE TOLERATED, &4THIS IS YOUR WARNING!'
      - '&f4. No advertising other servers, period.'
      - '&f5. Each world has their own set of rules (read them)'
      - '&f6. Spammers will be banned immediately'
      - '&f7. Admins are &4 RED&f, Mods are &9BLUE&f, Trusteds are &aGREEN&f!'
    
    # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
    # priority.  If a command is in this list, Essentials will try to give ITSELF priority.  This does not always work:
    # usually whichever plugin was updated most recently wins out.  However, the full name of the command will always work.
    # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
    # will still map to Essentials, whereas it might normally get forced upon WorldGuard.  Commands prefixed with an "e",
    # such as /egod, will always grant Essentials priority.
    # We should try to take priority over /god.  If this doesn't work, use
    # /essentials:god or /egod.  If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
    overridden-commands:
      - god
    
    # Disabled commands will be completelly unavailable on the server.
    disabled-commands: []
    
    # Restricted commands have been removed.
    # Now we have a whitelist, all commands not on this list are only available to ops.
    # These will have NO EFFECT if you have Permissions installed!
    # They are here only if you want something simpler than Permissions.
    # These are the permissions without the "essentials." part.
    player-commands:
      - afk
      - back
      - back.ondeath
      - balance
      - clearinventory
      - compass
      - depth
      - getpos
      - geoip.show
      - help
      - helpop
      - home
      - home.others
      - ignore
      - info
    #  - kit
      - list
      - mail
      - mail.send
      - me
      - motd
      - msg
      - nick
      - pay
      - ping
      - portal
      - powertool
      - protect
      - r
      - rules
      - seen
      - sell
      - sethome
      - setxmpp
      - signs.create.protection
      - signs.create.trade
      - signs.break.protection
      - signs.break.trade
      - signs.use.balance
      - signs.use.buy
      - signs.use.disposal
      - signs.use.free
      - signs.use.heal
      - signs.use.mail
      - signs.use.protection
      - signs.use.sell
      - signs.use.time
      - signs.use.trade
      - signs.use.warp
      - signs.use.weather
      - spawn
      - suicide
      - tpa
      - tpaccept
      - tpahere
      - tpdeny
      - warp
      - warp.list
      - world
      - worth
      - xmpp
    
    # Note: All items MUST be followed by a quantity!
    # Times are measured in seconds.
    kits:
      tools:
        delay: 10
        items:
          - 277 1
          - 278 1
          - 279 1
    
    # Disable all signs
    signs-disabled: false
    
    # Backup runs a command while saving is disabled
    backup:
      # Interval in minutes
      interval: 60
      # Add a command that backups your data, e.g.
      # command: 'rdiff-backup World1 backups/World1'
    
    # Set this true to enable permission per warp.
    per-warp-permission: true
    
    # Sort output of /list command by groups
    sort-list-by-groups: true
    
    # More output to the console
    debug: false
    
    # Set the locale for all messages
    # If you don't set this, the default locale of the server will be used.
    # Don't forget to remove the # infront of the line
    #locale: de_DE
    
    #turn off god mode when people exit
    remove-god-on-disconnect: false
    
    # Use the permission system of bukkit
    # This only works if no other permission plugins are installed
    use-bukkit-permissions: false
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsHome                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # When users die, should they respawn at their homes, instead of the spawnpoint?
    respawn-at-home: false
    
    # When a user interacts with a bed, should their home be set to that location?
    # If you enable this and remove default user access to the /sethome command, you can make beds the only way for players to set their home location.
    bed-sethome: false
    
    #if no home is set send you to spawn when /home is used
    spawn-if-no-home: false
    
    sethome-multiple:
    
      default: 3
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsEco                      | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # Defines the balance with which new players begin.  Defaults to 0.
    starting-balance: 0
    
    # worth-# defines the value of an item when it is sold to the server via /sell.
    # These are now defined in worth.yml
    
    # Defines the cost to use the given commands PER USE
    command-costs:
      # /example costs $1000 PER USE
      #example: 1000
      # /kit tools costs $1500 PER USE
      #kit-tools: 1500
    
    # Set this to a currency symbol you want to use.
    currency-symbol: '$'
    
    # Set the maximum amount of money a player can have
    # The amount is always limited to 10 trillions because of the limitations of a java double
    max-money: 10000000000000
    
    # Enable this to log all interactions with trade/buy/sell signs and sell command
    economy-log-enabled: false
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsHelp                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    #Show other plugins commands in help
    non-ess-in-help: true
    
    #Hide plugins which dont give a permission
    hide-permissionless-help: true
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsChat                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
    # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
    # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
    # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
    chat:
      radius: 0
    
      # If set to the default chat format which "should" be compatible with ichat.
      format: '{DISPLAYNAME}: {MESSAGE}'
      #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
    
      # You can also have group-specific formats, uncomment to enable:
      group-formats:
      #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
      #  Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                 EssentialsProtect                    | #
    # +------------------------------------------------------+ #
    ############################################################
    
    protect:
      # Database settings for sign/rail protection
      # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
      # http://java.net/projects/essentials/sources/svn/show/lib?rev=435
    
      # mysql, sqlite or none
      datatype: 'sqlite'
    
      # If you specified MySQL above, you MUST enter the appropriate details here.
      # If you specified SQLite above, these will be IGNORED.
      username: 'root'
      password: 'root'
      mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
    
      # For which block types would you like to be alerted?
      # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
      alert:
        # 10: lava
        # 11: still lava
        # 46: TNT
        on-placement: 10,11,46
        on-use:
        # 46: TNT
        on-break:
    
      # Users cannot PLACE these types of blocks/items.
      # < 255 designates a BLOCK
      # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
      blacklist:
        placement: 327,326,14,56,46,11,10,9,8
        usage: 327,326,325
    
        #prevent people from breaking blocks
        #break: 20,50
        break:
    
        # Which blocks should not be pushed by pistons
        piston:
    
      # General physics/behavior modifications
      prevent:
        lava-flow: false
        water-flow: false
        water-bucket-flow: false
        fire-spread: false
        lava-fire-spread: true
        flint-fire: false
        lightning-fire-spread: false
        portal-creation: false
        tnt-explosion: false
        tnt-playerdamage: false
        fireball-explosion: false
        fireball-fire: false
        fireball-playerdamage: false
        creeper-explosion: false
        creeper-playerdamage: false
        creeper-blockdamage: false
        # Monsters won't follow players
        # permission essentials.protect.entitytarget.bypass disables this
        entitytarget: false
        # Prevent the spawning of creatures
        spawn:
          chicken: false
          cow: false
          creeper: false
          ghast: false
          giant: false
          monster: false
          pig: false
          pig_zombie: false
          sheep: false
          skeleton: false
          slime: false
          spider: false
          squid: false
          zombie: false
          wolf: false
    
      # Maximum height the creeper should explode. -1 allows them to explode everywhere.
      # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
      creeper:
        max-height: -1
    
      # Protect various blocks.
      protect:
        # Protect all signs
        signs: true
    
        # Prevent users from destroying rails
        rails: true
    
        # Blocks below rails/signs are also protected if the respective rail/sign is protected.
        # This makes it more difficult to circumvent protection, and should be enabled.
        # This only has an effect if "rails" or "signs" is also enabled.
        block-below: true
    
       # Prevent placing blocks above protected rails, this is to stop a potential griefing
        prevent-block-on-rails: false
    
        #Store blocks / signs in memory before writing
        memstore: false
    
      # Disable various default physics and behaviors
      disable:
        # Should fall damage be disabled?
        fall: false
    
        # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
        # They will be unable to attack users without that same permission node.
        pvp: false
    
        # Should drowning damage be disabled?
        # (Split into two behaviors; generally, you want both set to the same value)
        drown: false
        suffocate: false
    
        # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
        lavadmg: false
    
        # Should arrow damage be disabled
        projectiles: false
    
        # This will disable damage from touching cacti.
        contactdmg: false
    
        # Burn, baby, burn!  Should fire damage be disabled?
        firedmg: false
    
        # Should the damage after hit by a lightning be disabled?
        lightning: false
    
        # Should people with build: false in permissions be allowed to build
        # Set true to disable building for those people
        build: true
    
        # Should people with build: false in permissions be allowed to use items
        # Set true to disable useing for those people
        use: true
    
        #Should we tell people they are not allowed to build
        warn-on-build-disallow: false
    
        #disable weather options
        weather:
          storm: false
          thunder: false
          lightning: false
    
    ############################################################
    # +------------------------------------------------------+ #
    # |                    New Players                       | #
    # +------------------------------------------------------+ #
    ############################################################
    
    newbies:
      # Should we announce to the server when someone logs in for the first time?
      # If so, use this format, replacing {DISPLAYNAME} with the player name.
      # If not, set to ''
      #announce-format: ''
      announce-format: ''
    
      # When we spawn for the first time, which spawnpoint do we use?
      spawnpoint: spawn
    
    # End of File <-- No seriously, you're done with configuration.
     
  21. If that is the exact line you have in your config, you did it wrong.

    You have '%prefix%player%suffix' &e%message, when it needs to be '%prefix%player%suffix: &e%message'

    Notice that the single quote is at the end of the line after %message. The line in the code block has it after the %suffix.
     
  22. Offline

    Jackoo

    Thank's a lot for your reply, I appreciate the extremely fast help I get here :confused:
     
  23. Offline

    kingofhuztler

    Oh cmon! I have been having this problem for 5 days now! Could someone PLEASE help me? :S I tried to google it, and a few people had the same issues, but with no solution at all! And i can't seem to find other plugins that have ingame commands that works! :(
     
  24. Offline

    Keseff

    Whats the permission node for crouching?
    Everytime one of my members join they get "You dont have enough permissions" every time they crouch,
     
    Tanite likes this.
  25. Offline

    Elfsovereign

    It says I didn't formulate my group properly. Where did I go wrong:
    Code:
    users:
        Elfsovereign:
            permissions:
                permissions.example: true
            groups:
            - Owner
        Meike13:
            permissions:
                permissions.example: true
            groups:
            - Owner
        deathphantom95:
            permissions:
                superpermbridge.*: true
            groups:
            - Owner
        lego1251:
            permissions:
                permissions.example: true
            groups:
            - Admins
        elfsovereign:
            permissions:
                permissions.example: true
            groups:
            - Admins
        FauxDazzle:
            permissions:
                permissions.example: true
            groups: []
        cole823:
            permissions:
                permissions.example: true
            groups:
            - Trusted
        parkerjallen:
            permissions:
            groups:
            - Citizen
        popdot:
            groups:
            - Citizen
        j_m_t_14:
            groups:
            - Citizen
        whitewarrior23:
            groups:
            - Citizen
        KITTNER:
            groups:
            - Trusted
        mimi117:
            groups:
            - Citizen
        painleader:
            groups:
            - Prisoner
        munchie285:
            groups:
            - Citizen
        yelloweon:
            groups:
            - Citizen
        koozya1234:
            groups:
            - Citizen
        playerslayerx:
            groups:
            - Citizen
        citizen:
            groups:
            - default
            - Leysdaea
            - zacbaker13
        leysdaea:
            groups:
            - default
            - Citizen
        minermandavid:
            groups:
            - Citizen
        anguisinherba:
            groups:
            - Citizen
        kingzax:
            groups:
            - Citizen
        zacbaker13:
            groups:
            - Citizen
    groups:
        Prisoner:
            permissions:
                permissions.build: false
                mchat.prefix.Prisoner: true
            inheritance:
            -
        default:
            permissions:
                mchat.prefix.default: true
                wormhole.simple.use: true
                falsebook.blocks.*: true
                falsebook.cart.*: true
                falsebook.anyic : true
                falsebook.destroy.blocks: true
                commandblocks.use: true
                commandbook.rules: true
                mobarena.arenas.default: true
                mobarena.classes.Archer: true
                mobarena.classes.Knight: true
                mobarena.classes.Tank: true
                mobarena.classes.Cleric: true
                mobarena.classes.Tamer: true
                mobarena.classes.Paladin: true
                mobarena.use.join: true
                mobarena.use.leave: true
                mobarena.use.spectate: true
            inheritance:
            - Moderator
        Citizen:
            permissions:
                mchat.prefix.Citizen: true
                wormhole.simple.use: true
                permissions.build: true
                commandbook.give: true
                commandbook.give.other: true
                commandbook.give.infinite: true
                commandbook.give.stacks: true
                commandbook.give.stacks.unlimited: true
                commandbook.more: true
                commandbook.more.infinite: true
                commandbook.kit.list: true
                commandbook.kit.kits.*: true
                commandbook.biome: true
                commandbook.biome.other: true
                commandbook.home.set: true
                commandbook.home.teleport: true
                commandbook.clear: true
                lockette.user.create.*: true
                supplysign.access: true
                supplysign.access.*: true
                warpz0r.home: true
                warpz0r.sethome: true
                warpz0r.bedhome: true
                movecraft.aircraft.*: true
                movecraft.boat.info: true
                movecraft.boat.sail: true
                movecraft.car.*: true
                SpawnX.spawn: true
            inheritance:
            - default
        Trusted:
            permissions:
                mchat.prefix.Trusted: true
                wormhole.simple.build: true
                commandbook.who: true
                commandbook.weather: true
                commandbook.teleport: true
                commandbook.teleport.other: true
                commandbook.return: true
                commandbook.warp.teleport: true
                commandbook.warp.teleport.other: true
                commandbook.warp.set: true
                commandbook.msg: true
                commandbook.rocket: true
                commandbook.rocket.other: true
                permissions.*: true
                supplysign.destroy: true
                supplysign.create: true
            inheritance:
            - Citizen
        Moderator:
            permissions:
                mchat.prefix.Moderator: true
                worldedit.selection: true
                wormhole.simple.remove: true
                wormhole.simple.config: true
                commandblocks.set: true
                commandbook.time: true
                commandbook.time.lock: true
                commandbook.mute: true
                commandbook.thor: true
                commandbook.thor.other: true
                commandbook.kick: true
                commandbook.bans.ban: true
                lockette.admin.create.*: true
                lockette.admin.break: true
                superpermbridge.worldguard.region.define.*: true
                superpermbridge.worldguard.region.redefine.*: true
                superpermbridge.worldguard.region.select.*: true
                superpermbridge.worldguard.region.info.*: true
                superpermbridge.worldguard.region.addowner.*: true
                superpermbridge.worldguard.region.removeowner.*: true
                superpermbridge.worldguard.region.addmember.*: true
                superpermbridge.worldguard.region.removemember.*: true
                superpermbridge.worldguard.region.list: true
                superpermbridge.worldguard.region.flag.regions.*: true
                superpermbridge.worldguard.region.flag.flags.*: true
                superpermbridge.worldguard.region.setpriority.*: true
                superpermbridge.worldguard.region.setparent.*: true
                superpermbridge.worldguard.region.remove.*: true
                superpermbridge.worldguard.reload: true
                superpermbridge.worldguard.report: true
                superpermbridge.worldguard.report.pastebin: true
                superpermbridge.worldguard.*: true
                warpz0r.warp: true
                warpz0r.set: true
                warpz0r.set.cost: true
                warpz0r.remove: true
                warpz0r.list: true
                warpz0r.warpto: true
                warpz0r.worldwarp: true
                warpz0r.worldhome: true
                warpz0r.compasshomewarpz0r.home: true
                warpz0r.sethome: true
                warpz0r.bedhome: true
                warpz0r.compasswarp: true
                warpz0r.compassreset: true
                warpz0r.free.warp: true
                warpz0r.free.setwarp: true
                warpz0r.free.removewarp: true
                warpz0r.free.home: true
                warpz0r.free.sethome: true
                warpz0r.free.bedhome: true
                warpz0r.admin.clearhome: true
                warpz0r.admin.home: true
                warpz0r.admin.sethome: true
                superpermbridge.supplysign.*: true
            inheritance:
            - Trusted
        Admins:
            permissions:
                mchat.prefix.Admins: true
                commandbook.spawnmob: true
                commandbook.spawnmob.many: true
                commandbook.*: true
                commandbook.god: true
                lockette.admin.bypass: true
                mobarena.admin.*: true
                mobarena.setup.*: true
                SpawnX.*: true
                creativegates.*: true
                superpermbridge.worldguard.region.claim: true
                superpermbridge.worldguard.region.redefine.member.*: true
                superpermbridge.worldguard.region.redefine.own.*: true
            inheritance:
            - Moderator
        Owner:
            permissions:
                lockette.admin.snoop: true
                vanish.*: true
                superpermbridge.bb.*: true
                superpermbridge.*: true
            inheritance:
            - Admins
    
    messages:
        build: To build you must ask to be made a Citizen.
    debug: false
    
    I hope this works to put in the error report. It was so bloody long Bukkit wouldn't let me post it!

    <script src="http://pastebin.com/embed_js.php?i=e6f5WVwf"></script>

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

    petur170

    I get this after almost every plugin enable message: [SEVERE] Could not pass event PLUGIN_ENABLE to plugin

    permissions.yml:
    Code:
    users:
        petur170:
            group: GOD
            permissions:
            - permissions.*
            worlds:
                world:
                    permissions:
                nether:
                    permissions:
    groups:
        default:
            default: true
            permissions:
            - -modifyworld.blocks.place.tnt
    	- -essentials.*
            - modifyworld.*
        GOD:
            inheritance:
            - default
            permissions:
            - '*'
    	- essentials.ban
    	- essentials.unban
    	- essentials.fireball
    	- essentials.kick
    	- slap.slap
    	- essentials.time
            options:
            worlds:
                nether:
                    permissions:
                    prefix: '&6'
    	    world:
                    permissions:
                    prefix: '&6'
        admins:
            inheritance:
            - default
            permissions:
            - '*'
    	- -essentials.ban
    	- -essentials.unban
    	- -essentials.fireball
    	- essentials.kick
    	- slap.slap
    	- essentials.time
            options:
            worlds:
                nether:
                    permissions:
                    prefix: '&4'
    	    world:
                    permissions:
                    prefix: '&4'
        moderator:
            inheritance:
            - admins
    	permissions:
    	- -essentials.tp
    	- -essentials.tphere
    	- essentials.tpa
    	- essentials.tpahere
            options:
            worlds:
                nether:
                    permissions:
                    prefix: '&a'
    	    world:
                    permissions:
                    prefix: '&a'
    worlds:
        nether:
            inheritance:
            - world
     
  27. Offline

    Rytis

    Have you edited with Notepad?

    Rytis
     
  28. Offline

    dataviruset

    What does this mean?

    Running CB #1337 and PEX 1.15.1.
     
    Tanite likes this.
  29. Offline

    Donny

    Does anyone else have issues with 1.15.1 and superperms?

    I would just use 1.15 but it lags terribly when a op joins (raw perms is off)
     
  30. I am currently enabling all the commands for permissions in game and prefixes and all that but when I chat in game no colours appear, no tag, and <Name> I get something like this.

    I have windows 7 64bit java version 6 and the most recen CraftBukkit. i start my sercer with CraftBukkit starter and i have these plug ins but havent enabled them all because i'm trying to focus on permissions. The plugins are : LWC, Modifyworld world edit chat manager permissions ex.

    I didnt add a prefix for co owner or any permissions yet but my permissions is mostly complete... Where did I go wrong???

    Code:
    groups:
        default:
            default: true
            options:
                rank: '1000'
            permissions:
            - modifyworld.chat
        Member:
            prefix: '&0(&8M&7ember&0)&7'
            options:
                rank: '900'
        VIP:
            prefix: '&0(&eVIP&0)&7'
            permissions:
            - -modifyworld.mobtarget.monster.creeper
            - modifyworld.*
            inheritance:
            - Member
            options:
                rank: '750'
        moderator:
            prefix: '&0(&1Moderator&0)&7 '
            permissions:
            - modifyworld.*
            - modifyworld.mobtarget.*
            options:
                rank: '100'
        Owner:
            prefix: '&0(&4Owner&0)&7 '
            permissions:
            - -modifyworld.mobtarget.*
            - '*'
            options:
                rank: '0'
        CoOwner:
            options:
                rank: '0'
    users:
        Arctic_Cold_Hate:
            group:
            - Owner
            permissions:
            - '*'
        Syberpro:
            group:
            - CoOwner
    
     
  31. Offline

    MusicMonkey5555

    So prefixes & suffixes don't work for me with ChatManager, but HeroChat works fine. I just figured I would let others know that may be having the same issue. Plus it has a lot of nice features.
     

Share This Page