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

    DragonSupremacy

    Read the commands.

    /pex user <user> add <permission> [world] - Add permission to user. ("permissions.manage.users.permissions")

    [world] is optional. If you type something in there, make sure it's the name of the world you want it to be in effect in. For global permissions, don't type that in at all
     
    RG_PankO likes this.
  3. Offline

    RG_PankO

    Oh thx dude.
    I use MySQL data base and I change every permission node directly by an SQL Browser application.
    haven't thought to use the commands to add the permission node so I can later on check the database what node is added.

    Thx!
     
  4. Offline

    The_Mole666

    On my Server all works but the perfixes and that the group default can not create/destroyed blocks not
    :'(Help Please!:'(
     
  5. Offline

    Zalastri

    Hey, for some reason Heroes throws tons of errors when I try to use it with PEX. The heroes guys don't plan to add PEX support.. yet PEX is the -only- permissions plugin that actually works for me. P3 gives me the read timed out thing all the time even with the 3.2 fair mode tweak.

    PEX actually works with heroes, it just throws tons of this:

    Code:
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    18:42:13 [SEVERE] Could not pass event CUSTOM_EVENT to Heroes
    java.lang.NoClassDefFoundError: com/nijiko/permissions/StorageReloadEvent
            at com.herocraftonline.dev.heroes.HPermissionsListener.onCustomEvent(HPermissionsListener.java:29)
            at org.bukkit.plugin.java.JavaPluginLoader$87.execute(JavaPluginLoader.java:855)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
            at org.bukkitcontrib.ServerTickTask.run(ServerTickTask.java:22)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    18:42:13 [SEVERE] Could not pass event CUSTOM_EVENT to Heroes
    java.lang.NoClassDefFoundError: com/nijiko/permissions/StorageReloadEvent
            at com.herocraftonline.dev.heroes.HPermissionsListener.onCustomEvent(HPermissionsListener.java:29)
            at org.bukkit.plugin.java.JavaPluginLoader$87.execute(JavaPluginLoader.java:855)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
            at org.bukkitcontrib.ServerTickTask.run(ServerTickTask.java:22)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    18:42:13 [SEVERE] Could not pass event CUSTOM_EVENT to Heroes
    java.lang.NoClassDefFoundError: com/nijiko/permissions/StorageReloadEvent
            at com.herocraftonline.dev.heroes.HPermissionsListener.onCustomEvent(HPermissionsListener.java:29)
            at org.bukkit.plugin.java.JavaPluginLoader$87.execute(JavaPluginLoader.java:855)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
            at org.bukkitcontrib.ServerTickTask.run(ServerTickTask.java:22)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    If you could fix it from your end it'd be much appreciated. I prefer pex to p3.
     
  6. Offline

    DragonSupremacy

    Reading from the error log, sounds like Heroes is trying to access some classes in Permissions that it cannot find, which makes it a PermissionsCompat issue most likely.
     
  7. Offline

    CharlieM2

    I have a problem, my prefixes are not working, for some reason but the permissions are good.
    my code is:

    Code:
    groups:
        default:
            default: true
            permissions:
            - PlayerList.players.node
            - factions.create
            - factions.participate
            - essentials.spawn
            - bColoredChat.useColor
            - bColoredChat.chatColor
            - essentials.sethome
            - essentials.home
            - essentials.suicide
            - essentials.seen
            - essentials.rules
            - essentials.msg
            - essentials.motd
            - essentials.compass
            - essentials.getpos
            - essentials.helpop
            - essentials.ignore
            - essentials.me
            - essentials.list
            - essentials.help
            inheritance: []
            prefix: '&f[&7Guest&f] @&7'
            worlds:
                charliem2:
                    permissions:
                    - user
            options:
                rank: '1000'
        Player:
            permissions:
            - fight.user
            - essentials.msg
            - essentials.me
            - essentials.afk
            - essentials.info
            - essentials.mail.send
            - essentials.mail
            - essentials.list
            - essentials.kit.<kitname>
            inheritance:
            - default
            prefix: '&f[&7Player&f] @&b'
            options:
                rank: '900'
        Member:
            default: false
            inheritance:
            - Player
            permissions:
            - Codeluke
            - essentials.seen
            - essentials.kit.<kitname>
            prefix: '&f[&3Member&f] @&2'
            options:
                rank: '800'
        CoolGuy:
            permissions:
            - essentials.kit.<kitname>
            inheritance:
            - Member
            prefix: '&f[&3Cool&4Guy&f] @&3'
            options:
                rank: '700'
        Vip:
            permissions:
            - essentials.back
            - essentials.clearinventory
            - essentials.whois
            - essentials.spawner
            - essentials.nick
            - essentials.tree
            - essentials.kit.<kitname>
            inheritance:
            - CoolGuy
            prefix: '&f[&bVip&f] @&4'
        Moderator:
            permissions:
            - fight.admin
            - essentials.tp
            - essentials.top
            - essentials.unban
            - essentials.tempban
            - essentials.kick
            - essentials.invsee
            - essentials.fireball
            - essentials.ban
            - essentials.realname
            - essentials.time
            - essentials.heal
            - essentials.kit.<kitname>
            inheritance:
            - Vip
            prefix: '&f[&aModerator&f] @&7'
            options:
                rank: '600'
        Admin:
            permissions:
            - essentials.kit.<kitname>
            - '*'
            inheritance:
            - Moderator
            prefix: '&4Admins'
            options:
                rank: '0'
     
  8. Offline

    teeth

    It appears that Bukkit has pulled the big middle finger by telling devs to use their featureless PermissionsBukkit system since #1000 which doesn't support MySQL or prefixes (yet) you need to add more plugins for that to work now... Even more annoying is that it is not 'built in' its just another plugin like the rest with a bridge to emulate Permissions 3.x. I don't understand why people say this is a good thing? So where is this project heading now?
     
  9. Offline

    dbizzzle

    Is conversion from Permissions 3.x same as from 2.x?
     
  10. Offline

    pedrofrq

    Getting some errors, did I do something wrong?

    http://pastebin.com/m1NgwGpe

    Permissions and Config:
    Code:
    groups:
        Default:
            default: true
            permissions:
            - modifyworld.chat
            - graveyard.spawn.closest
            - commandbook.who
            - commandbook.rules
            - commandbook.motd
            prefix: '&f(Visitante)&f'
        Membro:
            default: false
            permissions:
            - creativegates.use
            - modifyworld.*
            - graveyard.spawn.closest
            - commandbook.who
            - commandbook.rules
            - commandbook.spawn
            - commandbook.call
            - commandbook.msg
            - lockette.user.create.*
            - commandbook.motd
            - iConomyChestShop.*
            prefix: '&e(Membro)&f'
        Honorario:
            default: false
            permissions:
            - creativegates.use
            - modifyworld.*
            - graveyard.spawn.closest
            - commandbook.who
            - commandbook.rules
            - commandbook.spawn
            - commandbook.call
            - commandbook.msg
            - lockette.user.create.*
            - commandbook.motd
            - iConomyChestShop.*
            prefix: '&8(Membro de Honra)&f'
        Modchefe:
            default: false
            permissions:
            - creativegates.use
            - modifyworld.*
            - graveyard.spawn.closest
            - commandbook.who
            - commandbook.rules
            - commandbook.spawn
            - commandbook.call
            - commandbook.msg
            - lockette.user.create.*
            - lockette.admin.create.*
            - commandbook.debug.clock
            - commandbook.kick
            - commandbook.bans.ban
            - commandbook.teleport
            - commandbook.return
            - commandbook.mute
            - commandbook.bans.isbanned
            - commandbook.motd
            - iConomyChestShop.*
            prefix: '&5(Moderador)&f'
        Admin:
            default: false
            permissions:
            - creativegates.*
            - modifyworld.*
            - permissions.*
            - commandbook.*
            - worldedit.*
            - worldguard.*
            - craftbook.*
            - -graveyard.spawn.random
            - graveyard.*
            - commandsigns.*
            - annotate.*
            - lockette.*
            - iConomyChestShop.*
            - scavenger.*
            prefix: '&6(Dono)&f'
    
    users:
        '&CommandSigns':
            permissions:
            - *
    Config:
    Code:
    permissions:
        backends:
            file:
                file: permissions.yml
            sql:
                driver: sqlite
                password: password
                user: username
                uri: sqlite:databasename
        backend: sql
        basedir: plugins\PermissionsEx
     
  11. Offline

    CharlieM2

    Please Guys, Help Me Fix my Prefixes.

    Heres is the code. (Please Help Me)
    Code:
    groups:
        default:
            default: true
            permissions:
            - PlayerList.players.node
            - factions.create
            - factions.participate
            - essentials.spawn
            - bColoredChat.useColor
            - bColoredChat.chatColor
            - essentials.sethome
            - essentials.home
            - essentials.suicide
            - essentials.seen
            - essentials.rules
            - essentials.msg
            - essentials.motd
            - essentials.compass
            - essentials.getpos
            - essentials.helpop
            - essentials.ignore
            - essentials.me
            - essentials.list
            - essentials.help
            inheritance: []
            prefix: '&f[&7Guest&f] @&7'
            worlds:
                charliem2:
                    permissions:
                    - user
            options:
                rank: '1000'
        Player:
            permissions:
            - fight.user
            - essentials.msg
            - essentials.me
            - essentials.afk
            - essentials.info
            - essentials.mail.send
            - essentials.mail
            - essentials.list
            - essentials.kit.<kitname>
            inheritance:
            - default
            prefix: '&f[&7Player&f] @&b'
            options:
                rank: '900'
        Member:
            default: false
            inheritance:
            - Player
            permissions:
            - Codeluke
            - essentials.seen
            - essentials.kit.<kitname>
            prefix: '&f[&3Member&f] @&2'
            options:
                rank: '800'
        CoolGuy:
            permissions:
            - essentials.kit.<kitname>
            inheritance:
            - Member
            prefix: '&f[&3Cool&4Guy&f] @&3'
            options:
                rank: '700'
        Vip:
            permissions:
            - essentials.back
            - essentials.clearinventory
            - essentials.whois
            - essentials.spawner
            - essentials.nick
            - essentials.tree
            - essentials.kit.<kitname>
            inheritance:
            - CoolGuy
            prefix: '&f[&bVip&f] @&4'
        Moderator:
            permissions:
            - fight.admin
            - essentials.tp
            - essentials.top
            - essentials.unban
            - essentials.tempban
            - essentials.kick
            - essentials.invsee
            - essentials.fireball
            - essentials.ban
            - essentials.realname
            - essentials.time
            - essentials.heal
            - essentials.kit.<kitname>
            inheritance:
            - Vip
            prefix: '&f[&aModerator&f] @&7'
            options:
                rank: '600'
        Admin:
            permissions:
            - essentials.kit.<kitname>
            - '*'
            inheritance:
            - Moderator
            prefix: '&4Admins'
            options:
                rank: '0'
     
  12. Offline

    alfskan

    Code:
    Admins:
            permissions:
            - '*'
            - modifyworld.*
    
    This is my admins permission.
    But why admins cant modify the world? [pig]
     
  13. Offline

    The_Mole666

    I've got the same problem like CharlieM2
    that's my code:
    Code:
    groups:
        default:
            prefix: (Opfer dass nich bauen kann)
            default: true
            permissions:
            - modifyworld.chat
            - -modifyworld.*
            options:
                rank: '1000'
        Admins:
            prefix: '&4(&dAdmin&d)&4'
            permissions:
            - modifyworld.*
            - -modifyworld.entity.mobtarget.*
            - logblock.*
            - essentials.*
            - '*'
            options:
                rank: '0'
        Member:
            prefix: '&0(&8M&7ember&0)&7 '
            permissions:
            - modifyworld.*
            options:
                rank: '900'
        VIP:
            prefix: '&0(&eVIP&0)&7 '
            permissions:
            - modifyworld.*
            inheritance:
            - Member
            options:
                rank: '800'
        Moderator:
            prefix: '&0(&1Moderator&0)&7 '
            permissions:
            - modifyworld.*
            options:
                rank: '100'
    users:
        The_Mole666:
            group:
            - Admins
            permissions: null
            worlds:
                world:
                    permissions: null
    
    Please Help[diamond]
     
  14. Offline

    pedrofrq

    You need a chat plugin for the prefixes to appear.
    I recommend iChat.
    By the way, no need for help anymore, it is working now.
     
  15. Offline

    Asphodan

    @t3hk0d3:
    Code:
    2011-07-24 10:33:04 [SEVERE] Exception in thread "Thread-327"
    2011-07-24 10:33:04 [SEVERE] java.lang.UnsupportedOperationException: Unsupported (or deprecated) operation, sorry dude.
    2011-07-24 10:33:04 [SEVERE]     at ru.tehkode.permissions.compat.PermissionHandler.checkWorld(PermissionHandler.java:432)
    2011-07-24 10:33:04 [SEVERE]     at net.districtmine.warrant.WarrantPermissionsHandler.setGroup(WarrantPermissionsHandler.java:53)
    2011-07-24 10:33:04 [SEVERE]     at net.districtmine.warrant.WarrantProcess.run(WarrantProcess.java:80)
    2011-07-24 10:33:04 [SEVERE]     at java.lang.Thread.run(Thread.java:662)
    
    When using Warrant to auto-manage PEX.
     
  16. Offline

    The_Mole666

    How can I toggle PvP on and off?
     
  17. Offline

    t3hk0d3

    Using modifyworld, add to all groups:
    -modifyworld.damage.deal.player.* (on 1.13)
    -modifyworld.entity.damage.deal.player.* (on 1.12)

    When using Warrant to auto-manage PEX.[/quote]
    Fixed in lastest dev build.

    YAML require plain asterisk be wrapped in quotes.

    Heroes doesn't work with PEX. Heroes devs doesn't want this. I can't do anything. Anyway, they moving to Bukkit.Perms, PEX will support it too, i hope :)

    CB9000 and more :cool: Deal with it!

    PEX will support Bukkit.perms too. This one of 1.13 goals.

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

    CharlieM2

    MY PREFIXES ARE NOT WORKING! :(

    I have Ichat, Essentials, And PermissionEX

    My Permissions File:
    Code:
    groups:
        default:
            default: true
            permissions:
            - fight.user
            - PlayerList.players.node
            - factions.create
            - factions.participate
            - essentials.spawn
            - bColoredChat.useColor
            - bColoredChat.chatColor
            - essentials.sethome
            - essentials.home
            - essentials.suicide
            - essentials.seen
            - essentials.rules
            - essentials.msg
            - essentials.motd
            - essentials.compass
            - essentials.getpos
            - essentials.helpop
            - essentials.ignore
            - essentials.me
            - essentials.list
            - essentials.help
            inheritance: []
            prefix: '&f[&7Guest&f] @&7'
            worlds:
                charliem2:
                    permissions:
                    - user
            options:
                rank: '1000'
        Player:
            permissions:
            - essentials.msg
            - essentials.me
            - essentials.afk
            - essentials.info
            - essentials.mail.send
            - essentials.mail
            - essentials.list
            - essentials.kit.<kitname>
            inheritance:
            - default
            prefix: '&f[&7Player&f] @&b'
            options:
                rank: '900'
        Member:
            default: false
            inheritance:
            - Player
            permissions:
            - essentials.seen
            - essentials.kit.<kitname>
            prefix: '&f[&3Member&f] @&2'
            options:
                rank: '800'
        CoolGuy:
            permissions:
            - essentials.kit.<kitname>
            inheritance:
            - Member
            prefix: '&f[&3Cool&4Guy&f] @&3'
            options:
                rank: '700'
        Vip:
            permissions:
            - essentials.back
            - essentials.clearinventory
            - essentials.whois
            - essentials.spawner
            - essentials.nick
            - essentials.tree
            - essentials.kit.<kitname>
            inheritance:
            - CoolGuy
            prefix: '&f[&bVip&f] @&4'
        Moderator:
            permissions:
            - fight.admin
            - essentials.tp
            - essentials.top
            - essentials.unban
            - essentials.tempban
            - essentials.kick
            - essentials.invsee
            - essentials.fireball
            - essentials.ban
            - essentials.realname
            - essentials.time
            - essentials.heal
            - essentials.kit.<kitname>
            inheritance:
            - Vip
            prefix: '&f[&aModerator&f] @&7'
            options:
                rank: '600'
        Admin:
            permissions:
            - '*'
            inheritance:
            - Moderator
            prefix: '&f[&aAdmin&f] @&8'
            options:
                rank: '0'
    users:
        CharlieM2:
            group:
            - Admin
        Super_Shrimp4:
            group:
            - Admin
        Dasfonia:
            group:
            - Admin
        Bayball30:
            group:
            - Admin
        kylester101:
            group:
            - Moderator
        Codeluke:
            group:
            - Player
        ADP_Man:
            group:
            - Player
        1584jacob:
            group:
            - Player
        blasterboy12:
            group:
            - Moderator
        hobonator123:
            group:
            - Player
        Shain_pie:
            group:
            - Player
        okamikk:
            group:
            - Player
        ywht:
            group:
            - Player
        LG_PRO:
            group:
            - Player
        z01:
            group:
            - Player
        rerocks:
            group:
            - Player
        Leight92:
            group:
            - Player
        CaU_E4GLE:
            group:
            - Player
        Caelrock:
            group:
            - Player
        darkshadow1s:
            group:
            - Member
        Stix_FTW:
            group:
            - Player
        the_tick77:
            group:
            - Player
        robdown2:
            group:
            - Player
        erick12786:
            group:
            - Member
        kylster101:
            group:
            - Player
    My Config File (PermissionEX)
    Code:
    permissions:
        backends:
            file:
                file: permissions.yml
        backend: file
        basedir: plugins/PermissionsEx
    
     
  19. Offline

    t3hk0d3

    Do you have PermissionsCompat (Permissions.jar) installed?
     
  20. Offline

    CharlieM2

    Yeah, permissions.jar
     
  21. Offline

    t3hk0d3

    and you configured iChat, right?
     
  22. Offline

    CharlieM2

    How? Please tell me, i really want to fix prefixes, if you have skype please add me (zamuxio)
     
  23. Offline

    Grrrr159

    Just get EssentialsChat, It is a whole lot easier. :D
     
  24. Offline

    CharlieM2

    I dont know how to configurate both! Please add me on SKype (zamuxio)
     
  25. Offline

    DragonSupremacy

    You know, there's iChat/EssentialsChat threads for a reason.
     
  26. Offline

    CharlieM2

    Console Error! I fix the above! Somebody can fix or tell me what this is?


    Code:
    25.07 07:26:27 [Server] INFO Error: could not fetch settings from YAML document. Make sure it is correct.
    25.07 07:26:27 [Server] SEVERE  at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    25.07 07:26:27 [Server] SEVERE  at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    25.07 07:26:27 [Server] SEVERE  at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    25.07 07:26:27 [Server] SEVERE  at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    25.07 07:26:27 [Server] SEVERE  at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    25.07 07:26:27 [Server] SEVERE  at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    25.07 07:26:27 [Server] SEVERE  at net.minecraft.server.Packet15Place.a(SourceFile:57)
    25.07 07:26:27 [Server] SEVERE  at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
    25.07 07:26:27 [Server] SEVERE  at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:210)
    25.07 07:26:27 [Server] SEVERE  at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
    25.07 07:26:27 [Server] SEVERE  at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    25.07 07:26:27 [Server] SEVERE  at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    25.07 07:26:27 [Server] SEVERE  at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:307)
    25.07 07:26:27 [Server] SEVERE  at nickguletskii200.SpyerFunPlayerListener.onPlayerInteract(Unknown Source)
    25.07 07:26:27 [Server] SEVERE  at nickguletskii200.SpyerSettings.load(Unknown Source)
    25.07 07:26:27 [Server] SEVERE  at java.io.FileReader.<init>(FileReader.java:55)
    25.07 07:26:27 [Server] SEVERE  at java.io.FileInputStream.<init>(FileInputStream.java:106)
    25.07 07:26:27 [Server] SEVERE  at java.io.FileInputStream.open(Native Method)
    25.07 07:26:27 [Server] SEVERE java.io.FileNotFoundException: plugins/Spyer/spyer.yml (No such file or directory)
     
  27. Offline

    ctshiner

    i cant get the modifyworld nodes to do anything. I've removed them altogether from my yml which I assume would disable all buiding,using/etc, yet I am still able to do whatever I want. Changing other plugin permissions works just fine so I know the file is working. Any ideas?
     
  28. Offline

    Ratchet

    try actually reading the error. it's from the 'Spyer' plugin. nothing to do with this.
     
  29. Offline

    t3hk0d3

    You forgot to enable Modifyworld?
     
  30. Offline

    The_Mole666

    Sorry that doesn#t work other Ideas?
     
  31. Offline

    Zach667711

    is this multi world because from what i see it is not like i wanted world specific prefixes?
     

Share This Page