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

    mahari3

    Thanks for the reply, it works now, you have some very remarkable attention to detail! I'm impressed that you noticed the MOD group wasn't properly spaced. Thank you and it works now! :D I give you [diamond][diamond][diamond][diamond][diamond]!!
     
  3. Offline

    smartx32

    Hi! ;)
    I have a some question about caching and mysql usage.
    So... first of all, does this plugin is caching all permissions what is using? i mean plugin dont load from hdd permissions again and again when new transaction is comming.
    And about MySQL: https://github.com/t3hk0d3/PermissionsEx/blob/master/src/main/resources/sql/mysql.sql
    I see in all tables "Id" has AUTO_INCREMENT, but it using a long time Id become to high value like 999 and more. Why did this happend? I have playes log off in config.

    and the last thing... what will be "faster": file storage in RAM disk, or Mysql?

    sorry for my "god like" english.



    up: with 20+ online that plugin is hard usage mysql server. with out any connection to mysql 300000-500000 transactions per day =\
     
  4. Offline

    joey550

    Ok Thanks here it is
    Code:
    groups:
        default:
            default: true
            prefix: '&0[&eGeuset&0]&e'
            permissions:
            - modifyworld.chat
            - essentials.spawn
            - essentials.help
            - essentials.helpop
        User:
            default: false
            prefix: '&0[%bUser&0]&1'
            permissions:
            - lwc.protect
            - essentials.home
            - essentials.sethome
            - factions.kit.halfplayer
            - modifyworld.*
            - essentials.help
            - essentials.list
            - essentials.realname
            - essentials.rules
            - iConomy.access
            - iConomy.bank.*
            - iConomy.list
            - iConomy.payment
        Trusted:
            default: false
            prefix: '&b[%cT&bu&cs&bt&ce&bd&b]&4'
            permissions:
            - factions.kit.player
            - essentials.me
            - essentials.nick
            - essentials.compass
            - essentials.afk
            - essentials.realname
            - essentials.tpa
            - essentials.back
            - essentials.warp
            - bookworm.create
            - bookworm.write.own
            - bookworm.place.own
            - bookworm.remove.own
            - bookworm.destroy.own
            - bookworm.get.own
       
        Vip:
            default: false
            prefix: '&f{&eVip&f}&6'
            permissions:
            - rocketboots.boots.diamond
            - essentials.repair
            - essentials.feed
            - essentials.unlimited
            - essentials.nick.color
            - essentials.tp
            - essentials.top
        Builder:
            default: false
            prefix: '&0[&aBuilder&0]'
            permissions:
            - essentials.give
            - essentials.gamemode
            - essentials.god
            - rocketboots.boots
            - rocketboots.feather
            - essentials.item
            - essentials.spawner
            - essentials.jump
            - worldedit.*
        Mod:
            default: false
            prefix: '&a[&9Mod&a]'
            permissions:
            - worldguard.*
            - essentials.ban
            - essentials.ban.notify
            - essentials.ban.offline
            - essentials.banip
            - essentials.invsee
            - factions.kit.mod
            - lwc.mod
            - essentials.mute
            - essentials.ping
            - essentials.socialspy
            - essentials.sudo
            - essentials.tempban
            - essentials.tempban.offline
            - essentials.unban
            - essentials.signs.color
            - essentials.sleepingignored
            - essentials.chat.color
            - essentials.chat.spy
            - essentials.give
            - essentials.god
            - vanish.*
            - rocketboots.boots
            - simplejail.*
            - log.stick
            - worldedit.wand
            - bookworm.*
            - hawkeye.*
        Admin:
            defualt: false
            prefix: '&b[&2Admin&b]'
            permissions:
            - '.'
            - *.*
            - *
            - -enchanter.*
            - mulitworld.*
        Owner:
            defualt: false
            prefix: '&c[&9Owner&c]'
            permissions:
            enchanter.*
            - '.'
            - *.*
            - *
            
     
  5. Perfect, and it's in code tags, thanks! :)

    *looks*

    Ok, you have some YAML formatting problems in the admin and owner groups and some misspellings. The output of http://yaml-online-parser.appspot.com/ points the formatting problems out as well.

    Code:
            - '.'
            - *.*
            - *
    These are not valid. If you are trying to give those groups all permissions, you just need:
    Code:
    - '*'
    Admin and owner groups default line are misspelled.

    Also, your admin group has it's negation nodes in the wrong order. Per https://github.com/t3hk0d3/PermissionsEx/wiki/Plugin-Configuration#wiki-file-backend-configuration:

    "PEX reads the file in a 'top to bottom' manner when checking if a user has the correct permission to do something. Similar to a network firewall, once it finds a node that matches what it is looking for, it stops searching."

    So in the admin group, that -enchanter.* node is never going to be found as the everything node is going to be found first. Generally, negation nodes should come at the top of a group permissions list.
     
  6. Offline

    Buckethead

    1. u have default twice and prefix in wrong spot.
    2. mine looks like this and does work in all areas
    Code:
    groups:
        Guest:
            default: true
            permissions:
            - simplejail.jailtime
            - essentials.rules
            - essentials.help
            - essentials.helpop
            - essentials.spawn
            - essentials.list
            - essentials.mail
            - essentials.mail.send
            - essentials.mail.clear
            - heroicrebuke.list
            - essentials.helpop.recieve
            - essentials.ban.notify
            - essentials.kick.notify
            - lytreehelper.db.blockaccess
            - IPGet.self
            - modifyworld.chat
            - modifyworld.sneak
            - modifyworld.sprint
            - chaircraft.sit
            - -essentials.eco
            - LockIP.exempt
            options: null
            prefix: '&5Guest&f>'
     
  7. Offline

    kd280z

    Is there a way for me to make a players name multiple colors? Like "[Member] kd280z" so the player name (kd280z) is multiple colors?
     
  8. Offline

    xShiFTyy

    Well I never FORCED anyone to answer so... You sir just wasted your own time...
     
  9. Offline

    Viperdream

  10. Offline

    Gingerninjaprsn

    Ok, here it is.
    Code:
    groups:
        default:
            default: true
            permissions:
            - essentials.balance.others
            - block .gamemode
            - essentials.spawn
            - essentials.balancetop
            - essentials.home
            - essentials.ignore
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.msg
            - essentials.nick
            - essentials.pay
            - simpleprefix.Player
            - N3W_PM.pm
            - N3W_PM.r
            - essentials.warp
            - essentials.warp.list
            prefix: '&8[Player]'
            options:
                build: false
                rank: '100'
        Corporal:
            permissions:
            - essentials.balance.others
            - block .gamemode
            - essentials.spawn
            - essentials.balancetop
            - essentials.home
            - essentials.ignore
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.msg
            - essentials.nick
            - essentials.pay
            - simpleprefix.Coporal
            - N3W_PM.pm
            - N3W_PM.r
            - essentials.warp
            - essentials.warp.list
            prefix: '&5[Corporal]'
            options:
                build: false
                rank: '100'
        Sergeant:
            permissions:
            - essentials.balance.others
            - block .gamemode
            - essentials.spawn
            - essentials.balancetop
            - essentials.home
            - essentials.ignore
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.msg
            - essentials.nick
            - essentials.pay
            - simpleprefix.Sergeant
            - N3W_PM.pm
            - N3W_PM.r
            - essentials.warp
            - essentials.warp.list
            prefix: '&e[Sergeant]'
            options:
                build: false
                rank: '100'
        Captain:
            permissions:
            - essentials.balance.others
            - block .gamemode
            - essentials.spawn
            - essentials.balancetop
            - essentials.home
            - essentials.ignore
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.msg
            - essentials.nick
            - essentials.pay
            - simpleprefix.Captain
            - N3W_PM.pm
            - N3W_PM.r
            - essentials.warp
            - essentials.warp.list
            prefix: '&a[Captain]'
            options:
                build: false
                rank: '100'
        Moderator:
            inheritance: null
            permissions:
            - essentials.ban
            - essentials.ban.notify
            - essentials.kick
            - essentials.spawn
            - essentials.balancetop
            - essentials.home
            - essentials.ignore
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.msg
            - essentials.nick
            - essentials.pay
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp
            - essentials.warp.list
            - essentials.kick.notify
            - essentials.setwarp
            - essentials.protect.alerts
            - essentials.protect.ownerinfo
            - essentials.tp
            - simpleprefix.Moderator
            - essentials.whois
            - essentials.world
            - jchat.prefix.Moderator
            - permissions.user.promote.default
            - permissions.user.demote.default
            - permissions.manage.membership
            - logblock.tools.toolblock
            - logblock.tools.tool
            - logblock.tp
            - logblock.me
            - logblock.rollback
            prefix: '&6[Moderator]'
            options:
                build: true
                rank: '200'
        Admin:
            permissions:
            - essentials.ban
            - essentials.ban.notify
            - essentials.kick
            - essentials.spawn
            - essentials.balancetop
            - essentials.home
            - essentials.ignore
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.msg
            - essentials.nick
            - essentials.pay
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp
            - essentials.warp.list
            - essentials.kick.notify
            - essentials.setwarp
            - essentials.protect.alerts
            - essentials.protect.ownerinfo
            - essentials.tp
            - essentials.whois
            - essentials.world
            - simpleprefix.Admin
            - jchat.prefix.Admin
            - permissions.user.promote.default
            - permissions.user.demote.default
            - permissions.manage.membership
            - logblock.tools.toolblock
            - logblock.tools.tool
            - logblock.tp
            - logblock.me
            - logblock.rollback
            - AdminChat.everything
            - stab.Admin
            inheritance:
            - null
            prefix: '&a[Admin]'
            options:
                build: true
                rank: '100'
        benfrick:
            permissions:
            - essentials.ban
            - essentials.ban.notify
            - essentials.kick
            - essentials.spawn
            - essentials.balancetop
            - essentials.home
            - essentials.ignore
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.msg
            - essentials.nick
            - essentials.pay
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp
            - essentials.warp.list
            - essentials.kick.notify
            - essentials.setwarp
            - essentials.protect.alerts
            - essentials.protect.ownerinfo
            - essentials.tp
            - essentials.whois
            - essentials.world
            - simpleprefix.benfrick
            - permissions.user.promote.default
            - permissions.user.demote.default
            - permissions.manage.membership
            - logblock.tools.toolblock
            - logblock.tools.tool
            - logblock.tp
            - logblock.me
            - logblock.rollback
            - AdminChat.everything
            - stab.Admin
            inheritance:
            - null
            prefix: '&a[Admin]'
            options:
                build: true
                rank: '100'
        Owner:
            permissions:
            - worldportal.create
            - essentials.ban
            - essentials.ban.notify
            - essentials.kick
            - essentials.spawn
            - essentials.balancetop
            - essentials.home
            - essentials.ignore
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.msg
            - essentials.nick
            - essentials.pay
            - essentials.sethome
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp
            - essentials.warp.list
            - essentials.kick.notify
            - essentials.setwarp
            - essentials.protect.alerts
            - essentials.protect.ownerinfo
            - essentials.tp
            - essentials.whois
            - essentials.world
            - simpleprefix.Owner
            - permissions.user.promote.default
            - permissions.user.demote.default
            - permissions.manage.membership
            - logblock.tools.toolblock
            - logblock.tools.tool
            - logblock.tp
            - logblock.me
            - logblock.rollback
            inheritance:
            - null
            prefix: '&3[Owner]'
            options:
                build: true
                rank: '50'
    users:
        GingerNinjaPrsn:
            group:
            - Owner
            options:
                last-login-time: '1329422025'
                last-logout-time: '1329422997'
        ChainCrusher46:
            group:
            - Moderator
            options:
                last-login-time: '1328659860'
                last-logout-time: '1328660436'
        aggggg:
            group:
            - default
        ahh:
            group:
            - default
        auu:
            group:
            - default
        luckout88:
            group:
            - Admin
            options:
                last-login-time: '1327952673'
                last-logout-time: '1327961511'
        Animator29:
            group:
            - default
        benfrick18:
            group:
            - benfrick
            options:
                last-login-time: '1329422267'
                last-logout-time: '1328837132'
        Player:
            group:
            - Moderator
            options:
                last-login-time: '1327450704'
                last-logout-time: '1327450716'
        ZOMBIES748:
            group:
            - Moderator
            options:
                last-login-time: '1329083944'
                last-logout-time: '1329083987'
        swaggINC:
            group:
            - default
        thecitycentral:
            group:
            - Moderator
        mpdpenguinboy:
            group:
            - Moderator
        scribbleartz:
            group:
            - Moderator
        brossmen:
            group:
            - Moderator
            options:
                last-login-time: '1329422345'
                last-logout-time: '1329261638'
        maggie1999:
            group:
            - default
            options:
                last-login-time: '1327877768'
                last-logout-time: '1327878275'
        pipola:
            group:
            - default
            options:
                last-login-time: '1329418134'
                last-logout-time: '1329418152'
    
    And here is what the YAML parser said.
    Code:
    Output
    {
      "users": {
        "luckout88": {
          "group": [
            "Admin"
          ],
          "options": {
            "last-login-time": "1327952673",
            "last-logout-time": "1327961511"
          }
        },
        "ahh": {
          "group": [
            "default"
          ]
        },
        "benfrick18": {
          "group": [
            "benfrick"
          ],
          "options": {
            "last-login-time": "1329422267",
            "last-logout-time": "1328837132"
          }
        },
        "Animator29": {
          "group": [
            "default"
          ]
        },
        "thecitycentral": {
          "group": [
            "Moderator"
          ]
        },
        "ZOMBIES748": {
          "group": [
            "Moderator"
          ],
          "options": {
            "last-login-time": "1329083944",
            "last-logout-time": "1329083987"
          }
        },
        "swaggINC": {
          "group": [
            "default"
          ]
        },
        "aggggg": {
          "group": [
            "default"
          ]
        },
        "pipola": {
          "group": [
            "default"
          ],
          "options": {
            "last-login-time": "1329418134",
            "last-logout-time": "1329418152"
          }
        },
        "scribbleartz": {
          "group": [
            "Moderator"
          ]
        },
        "maggie1999": {
          "group": [
            "default"
          ],
          "options": {
            "last-login-time": "1327877768",
            "last-logout-time": "1327878275"
          }
        },
        "ChainCrusher46": {
          "group": [
            "Moderator"
          ],
          "options": {
            "last-login-time": "1328659860",
            "last-logout-time": "1328660436"
          }
        },
        "Player": {
          "group": [
            "Moderator"
          ],
          "options": {
            "last-login-time": "1327450704",
            "last-logout-time": "1327450716"
          }
        },
        "GingerNinjaPrsn": {
          "group": [
            "Owner"
          ],
          "options": {
            "last-login-time": "1329422025",
            "last-logout-time": "1329422997"
          }
        },
        "auu": {
          "group": [
            "default"
          ]
        },
        "brossmen": {
          "group": [
            "Moderator"
          ],
          "options": {
            "last-login-time": "1329422345",
            "last-logout-time": "1329261638"
          }
        },
        "mpdpenguinboy": {
          "group": [
            "Moderator"
          ]
        }
      },
      "groups": {
        "Corporal": {
          "prefix": "&5[Corporal]",
          "options": {
            "build": false,
            "rank": "100"
          },
          "permissions": [
            "essentials.balance.others",
            "block .gamemode",
            "essentials.spawn",
            "essentials.balancetop",
            "essentials.home",
            "essentials.ignore",
            "essentials.mail",
            "essentials.mail.send",
            "essentials.me",
            "essentials.msg",
            "essentials.nick",
            "essentials.pay",
            "simpleprefix.Coporal",
            "N3W_PM.pm",
            "N3W_PM.r",
            "essentials.warp",
            "essentials.warp.list"
          ]
        },
        "default": {
          "default": true,
          "prefix": "&8[Player]",
          "options": {
            "build": false,
            "rank": "100"
          },
          "permissions": [
            "essentials.balance.others",
            "block .gamemode",
            "essentials.spawn",
            "essentials.balancetop",
            "essentials.home",
            "essentials.ignore",
            "essentials.mail",
            "essentials.mail.send",
            "essentials.me",
            "essentials.msg",
            "essentials.nick",
            "essentials.pay",
            "simpleprefix.Player",
            "N3W_PM.pm",
            "N3W_PM.r",
            "essentials.warp",
            "essentials.warp.list"
          ]
        },
        "Moderator": {
          "prefix": "&6[Moderator]",
          "inheritance": null,
          "options": {
            "build": true,
            "rank": "200"
          },
          "permissions": [
            "essentials.ban",
            "essentials.ban.notify",
            "essentials.kick",
            "essentials.spawn",
            "essentials.balancetop",
            "essentials.home",
            "essentials.ignore",
            "essentials.mail",
            "essentials.mail.send",
            "essentials.me",
            "essentials.msg",
            "essentials.nick",
            "essentials.pay",
            "essentials.sethome",
            "essentials.tpa",
            "essentials.tpaccept",
            "essentials.tpahere",
            "essentials.tpdeny",
            "essentials.warp",
            "essentials.warp.list",
            "essentials.kick.notify",
            "essentials.setwarp",
            "essentials.protect.alerts",
            "essentials.protect.ownerinfo",
            "essentials.tp",
            "simpleprefix.Moderator",
            "essentials.whois",
            "essentials.world",
            "jchat.prefix.Moderator",
            "permissions.user.promote.default",
            "permissions.user.demote.default",
            "permissions.manage.membership",
            "logblock.tools.toolblock",
            "logblock.tools.tool",
            "logblock.tp",
            "logblock.me",
            "logblock.rollback"
          ]
        },
        "Admin": {
          "prefix": "&a[Admin]",
          "permissions": [
            "essentials.ban",
            "essentials.ban.notify",
            "essentials.kick",
            "essentials.spawn",
            "essentials.balancetop",
            "essentials.home",
            "essentials.ignore",
            "essentials.mail",
            "essentials.mail.send",
            "essentials.me",
            "essentials.msg",
            "essentials.nick",
            "essentials.pay",
            "essentials.sethome",
            "essentials.tpa",
            "essentials.tpaccept",
            "essentials.tpahere",
            "essentials.tpdeny",
            "essentials.warp",
            "essentials.warp.list",
            "essentials.kick.notify",
            "essentials.setwarp",
            "essentials.protect.alerts",
            "essentials.protect.ownerinfo",
            "essentials.tp",
            "essentials.whois",
            "essentials.world",
            "simpleprefix.Admin",
            "jchat.prefix.Admin",
            "permissions.user.promote.default",
            "permissions.user.demote.default",
            "permissions.manage.membership",
            "logblock.tools.toolblock",
            "logblock.tools.tool",
            "logblock.tp",
            "logblock.me",
            "logblock.rollback",
            "AdminChat.everything",
            "stab.Admin"
          ],
          "options": {
            "build": true,
            "rank": "100"
          },
          "inheritance": [
            null
          ]
        },
        "benfrick": {
          "prefix": "&a[Admin]",
          "permissions": [
            "essentials.ban",
            "essentials.ban.notify",
            "essentials.kick",
            "essentials.spawn",
            "essentials.balancetop",
            "essentials.home",
            "essentials.ignore",
            "essentials.mail",
            "essentials.mail.send",
            "essentials.me",
            "essentials.msg",
            "essentials.nick",
            "essentials.pay",
            "essentials.sethome",
            "essentials.tpa",
            "essentials.tpaccept",
            "essentials.tpahere",
            "essentials.tpdeny",
            "essentials.warp",
            "essentials.warp.list",
            "essentials.kick.notify",
            "essentials.setwarp",
            "essentials.protect.alerts",
            "essentials.protect.ownerinfo",
            "essentials.tp",
            "essentials.whois",
            "essentials.world",
            "simpleprefix.benfrick",
            "permissions.user.promote.default",
            "permissions.user.demote.default",
            "permissions.manage.membership",
            "logblock.tools.toolblock",
            "logblock.tools.tool",
            "logblock.tp",
            "logblock.me",
            "logblock.rollback",
            "AdminChat.everything",
            "stab.Admin"
          ],
          "options": {
            "build": true,
            "rank": "100"
          },
          "inheritance": [
            null
          ]
        },
        "Sergeant": {
          "prefix": "&e[Sergeant]",
          "options": {
            "build": false,
            "rank": "100"
          },
          "permissions": [
            "essentials.balance.others",
            "block .gamemode",
            "essentials.spawn",
            "essentials.balancetop",
            "essentials.home",
            "essentials.ignore",
            "essentials.mail",
            "essentials.mail.send",
            "essentials.me",
            "essentials.msg",
            "essentials.nick",
            "essentials.pay",
            "simpleprefix.Sergeant",
            "N3W_PM.pm",
            "N3W_PM.r",
            "essentials.warp",
            "essentials.warp.list"
          ]
        },
        "Owner": {
          "prefix": "&3[Owner]",
          "permissions": [
            "worldportal.create",
            "essentials.ban",
            "essentials.ban.notify",
            "essentials.kick",
            "essentials.spawn",
            "essentials.balancetop",
            "essentials.home",
            "essentials.ignore",
            "essentials.mail",
            "essentials.mail.send",
            "essentials.me",
            "essentials.msg",
            "essentials.nick",
            "essentials.pay",
            "essentials.sethome",
            "essentials.tpa",
            "essentials.tpaccept",
            "essentials.tpahere",
            "essentials.tpdeny",
            "essentials.warp",
            "essentials.warp.list",
            "essentials.kick.notify",
            "essentials.setwarp",
            "essentials.protect.alerts",
            "essentials.protect.ownerinfo",
            "essentials.tp",
            "essentials.whois",
            "essentials.world",
            "simpleprefix.Owner",
            "permissions.user.promote.default",
            "permissions.user.demote.default",
            "permissions.manage.membership",
            "logblock.tools.toolblock",
            "logblock.tools.tool",
            "logblock.tp",
            "logblock.me",
            "logblock.rollback"
          ],
          "options": {
            "build": true,
            "rank": "50"
          },
          "inheritance": [
            null
          ]
        },
        "Captain": {
          "prefix": "&a[Captain]",
          "options": {
            "build": false,
            "rank": "100"
          },
          "permissions": [
            "essentials.balance.others",
            "block .gamemode",
            "essentials.spawn",
            "essentials.balancetop",
            "essentials.home",
            "essentials.ignore",
            "essentials.mail",
            "essentials.mail.send",
            "essentials.me",
            "essentials.msg",
            "essentials.nick",
            "essentials.pay",
            "simpleprefix.Captain",
            "N3W_PM.pm",
            "N3W_PM.r",
            "essentials.warp",
            "essentials.warp.list"
          ]
        }
      }
    }
     
  11. Offline

    kukelekuuk00

    Im curious if this plugin is updated to the new events system as the old one was removed starting CB 1944.
    Just a headsup before the coming RB which will cause quite the mess :p
     
  12. Perfect (and you used the YAML checker, impressive! I wish more people would do that!), thank you!

    *looks*

    Hmm...

    The node block .gamemode has an extra space in it, should be block.gamemode, but that doesn't seem to affect PEX from working normally (I was unable to reproduce what you described on my set server with your permissions).

    If groups are still not working with that permissions set, I can only think that another plugin is conflicting and keeping PEX from doing what it does.

    What other plugins are you running on the server, and can you try it with just PEX installed?
     
  13. Offline

    Gingerninjaprsn

    That's not good, because I have like 25 plugins. I'll name them all.
    Citiznes, HelpCraft, Elevator, Essentails, iHelp, iRules, Jail, LoginBonus, LWC, MantaMobControl, MobDusguise, ModTRS, modt, PEX (Of course), PluginMetrics (Might be from another plugin, IDK what that is), QuickSign, SImplePrefix, TimedMessages, WelcomeMe, WorldGuard, WorldEdit, and WorldSaver.
    I'm pretty sure it's not the plugins, as it was working fine with all of these a week-ish ago. About 3 days ago, I was messing with the craftbukkit.jar (Installing, and failing many times, The Paintball Mod. That works, but gets end of stream when I put a Paintball Item in my hotbar. Does that have anything to do with it?). IDK what to do, thanks for helping!
    EDIT: I copied and pasted the PEX files to a server with just Essentials installed, and it worked. So it is a plugin, I don't know which one though. Do you?
     
  14. i want that the group outkast can build anything in the world Survival, but they may not have (or place) TNT,
    what is the correct YLM code?


    my code (shorted, doesn't work?)

    Modifyworld is enabled.
    and you can not place water/lava, even if you have

    My whole Permissions (very large)
     
  15. Offline

    joey550

    Thanks I don't know how I could have missed the misspelled part especially the last two.
    Thank you so much.
     
  16. Offline

    1born2kill

    From my experience with PEX, all I was able to do was make the group like [Member] all sorts of colors, but Only 1 color for the name.
     
  17. Offline

    joey550

    So I go on my server and have permissoins intalled I still get the same thing. Server Consle :
    Code:
    07:03:13 [SEVERE]      at org.bukkit.plugin.java.JavaPluginLoader$103.execute(J
    avaPluginLoader.java:1024)
    07:03:13 [SEVERE]      at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:61)
    07:03:13 [SEVERE]      at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:460)
    07:03:13 [SEVERE]      at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:131)
    07:03:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:121)
    07:03:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:40)
    07:03:13 [SEVERE]      at net.minecraft.server.NetworkListenThread.a(NetworkLis
    tenThread.java:61)
    07:03:13 [SEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:537)
    07:03:13 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:435)
    07:03:13 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:465)
    07:03:13 [SEVERE] java.lang.RuntimeException: Permissions manager is not accessa
    ble. Is the PermissionsEx plugin enabled?
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getPermis
    sionManager(PermissionsEx.java:155)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(P
    ermissionsEx.java:162)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.performCheck(PermissiblePEX.java:123)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.checkPermission(PermissiblePEX.java:109)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.hasPermission(PermissiblePEX.java:101)
    07:03:13 [SEVERE]      at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPer
    mission(CraftHumanEntity.java:66)
    07:03:13 [SEVERE]      at org.kitteh.vanish.VanishPerms.joinVanished(VanishPerm
    s.java:97)
    07:03:13 [SEVERE]      at org.kitteh.vanish.listeners.ListenPlayerJoin.onPlayer
    JoinEarly(ListenPlayerJoin.java:29)
    07:03:13 [SEVERE]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    07:03:13 [SEVERE]      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown S
    ource)
    07:03:13 [SEVERE]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkno
    wn Source)
    07:03:13 [SEVERE]      at java.lang.reflect.Method.invoke(Unknown Source)
    07:03:13 [SEVERE]      at org.bukkit.plugin.java.JavaPluginLoader$103.execute(J
    avaPluginLoader.java:1024)
    07:03:13 [SEVERE]      at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:61)
    07:03:13 [SEVERE]      at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:460)
    07:03:13 [SEVERE]      at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:131)
    07:03:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:121)
    07:03:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:40)
    07:03:13 [SEVERE]      at net.minecraft.server.NetworkListenThread.a(NetworkLis
    tenThread.java:61)
    07:03:13 [SEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:537)
    07:03:13 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:435)
    07:03:13 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:465)
    07:03:13 [SEVERE] java.lang.RuntimeException: Permissions manager is not accessa
    ble. Is the PermissionsEx plugin enabled?
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getPermis
    sionManager(PermissionsEx.java:155)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(P
    ermissionsEx.java:162)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.performCheck(PermissiblePEX.java:123)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.checkPermission(PermissiblePEX.java:109)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.hasPermission(PermissiblePEX.java:101)
    07:03:13 [SEVERE]      at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPer
    mission(CraftHumanEntity.java:66)
    07:03:13 [SEVERE]      at org.kitteh.vanish.VanishPlugin.hooksJoin(VanishPlugin
    .java:100)
    07:03:13 [SEVERE]      at org.kitteh.vanish.listeners.ListenPlayerJoin.onPlayer
    JoinEarly(ListenPlayerJoin.java:33)
    07:03:13 [SEVERE]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    07:03:13 [SEVERE]      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown S
    ource)
    07:03:13 [SEVERE]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkno
    wn Source)
    07:03:13 [SEVERE]      at java.lang.reflect.Method.invoke(Unknown Source)
    07:03:13 [SEVERE]      at org.bukkit.plugin.java.JavaPluginLoader$103.execute(J
    avaPluginLoader.java:1024)
    07:03:13 [SEVERE]      at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:61)
    07:03:13 [SEVERE]      at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:460)
    07:03:13 [SEVERE]      at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:131)
    07:03:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:121)
    07:03:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:40)
    07:03:13 [SEVERE]      at net.minecraft.server.NetworkListenThread.a(NetworkLis
    tenThread.java:61)
    07:03:13 [SEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:537)
    07:03:13 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:435)
    07:03:13 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:465)
    07:03:13 [SEVERE] java.lang.RuntimeException: Permissions manager is not accessa
    ble. Is the PermissionsEx plugin enabled?
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getPermis
    sionManager(PermissionsEx.java:155)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(P
    ermissionsEx.java:162)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.isPermissionSet(PermissiblePEX.java:202)
    07:03:13 [SEVERE]      at org.bukkit.craftbukkit.entity.CraftHumanEntity.isPerm
    issionSet(CraftHumanEntity.java:58)
    07:03:13 [SEVERE]      at com.sk89q.wepif.DinnerPermsResolver.inGroup(DinnerPer
    msResolver.java:100)
    07:03:13 [SEVERE]      at com.sk89q.wepif.DinnerPermsResolver.inGroup(DinnerPer
    msResolver.java:58)
    07:03:13 [SEVERE]      at com.sk89q.wepif.PermissionsResolverManager.inGroup(Pe
    rmissionsResolverManager.java:148)
    07:03:13 [SEVERE]      at com.sk89q.bukkit.migration.PermissionsResolverManager
    .inGroup(PermissionsResolverManager.java:67)
    07:03:13 [SEVERE]      at com.sk89q.worldguard.bukkit.WorldGuardPlugin.inGroup(
    WorldGuardPlugin.java:288)
    07:03:13 [SEVERE]      at com.sk89q.worldguard.bukkit.WorldGuardPlayerListener.
    onPlayerJoin(WorldGuardPlayerListener.java:195)
    07:03:13 [SEVERE]      at org.bukkit.plugin.java.JavaPluginLoader$1.execute(Jav
    aPluginLoader.java:270)
    07:03:13 [SEVERE]      at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:61)
    07:03:13 [SEVERE]      at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:460)
    07:03:13 [SEVERE]      at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:131)
    07:03:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:121)
    07:03:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:40)
    07:03:13 [SEVERE]      at net.minecraft.server.NetworkListenThread.a(NetworkLis
    tenThread.java:61)
    07:03:13 [SEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:537)
    07:03:13 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:435)
    07:03:13 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:465)
    07:03:13 [SEVERE] java.lang.RuntimeException: Permissions manager is not accessa
    ble. Is the PermissionsEx plugin enabled?
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getPermis
    sionManager(PermissionsEx.java:155)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(P
    ermissionsEx.java:162)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.performCheck(PermissiblePEX.java:123)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.checkPermission(PermissiblePEX.java:109)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.hasPermission(PermissiblePEX.java:101)
    07:03:13 [SEVERE]      at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPer
    mission(CraftHumanEntity.java:66)
    07:03:13 [SEVERE]      at org.kitteh.vanish.VanishPerms.joinWithoutAnnounce(Van
    ishPerms.java:101)
    07:03:13 [SEVERE]      at org.kitteh.vanish.listeners.ListenPlayerJoin.onPlayer
    JoinLate(ListenPlayerJoin.java:52)
    07:03:13 [SEVERE]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    07:03:13 [SEVERE]      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown S
    ource)
    07:03:13 [SEVERE]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkno
    wn Source)
    07:03:13 [SEVERE]      at java.lang.reflect.Method.invoke(Unknown Source)
    07:03:13 [SEVERE]      at org.bukkit.plugin.java.JavaPluginLoader$103.execute(J
    avaPluginLoader.java:1024)
    07:03:13 [SEVERE]      at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:61)
    07:03:13 [SEVERE]      at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:460)
    07:03:13 [SEVERE]      at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:131)
    07:03:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:121)
    07:03:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:40)
    07:03:13 [SEVERE]      at net.minecraft.server.NetworkListenThread.a(NetworkLis
    tenThread.java:61)
    07:03:13 [SEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:537)
    07:03:13 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:435)
    07:03:13 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:465)
    07:03:13 [SEVERE] java.lang.RuntimeException: Permissions manager is not accessa
    ble. Is the PermissionsEx plugin enabled?
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getPermis
    sionManager(PermissionsEx.java:155)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.PermissionsEx.getUser(P
    ermissionsEx.java:162)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.performCheck(PermissiblePEX.java:123)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.checkPermission(PermissiblePEX.java:109)
    07:03:13 [SEVERE]      at ru.tehkode.permissions.bukkit.superperms.PermissibleP
    EX.hasPermission(PermissiblePEX.java:101)
    07:03:13 [SEVERE]      at org.bukkit.craftbukkit.entity.CraftHumanEntity.hasPer
    mission(CraftHumanEntity.java:66)
    07:03:13 [SEVERE]      at org.kitteh.vanish.VanishPerms.canReceiveAdminAlerts(V
    anishPerms.java:45)
    07:03:13 [SEVERE]      at org.kitteh.vanish.listeners.ListenPlayerJoin.onPlayer
    JoinLate(ListenPlayerJoin.java:56)
    07:03:13 [SEVERE]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M
    ethod)
    07:03:13 [SEVERE]      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown S
    ource)
    07:03:13 [SEVERE]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkno
    wn Source)
    07:03:13 [SEVERE]      at java.lang.reflect.Method.invoke(Unknown Source)
    07:03:13 [SEVERE]      at org.bukkit.plugin.java.JavaPluginLoader$103.execute(J
    avaPluginLoader.java:1024)
    07:03:13 [SEVERE]      at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:61)
    07:03:13 [SEVERE]      at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:460)
    07:03:13 [SEVERE]      at net.minecraft.server.ServerConfigurationManager.c(Ser
    verConfigurationManager.java:131)
    07:03:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.b(NetLoginHandle
    r.java:121)
    07:03:13 [SEVERE]      at net.minecraft.server.NetLoginHandler.a(NetLoginHandle
    r.java:40)
    07:03:13 [SEVERE]      at net.minecraft.server.NetworkListenThread.a(NetworkLis
    tenThread.java:61)
    07:03:13 [SEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:537)
    07:03:13 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:435)
    07:03:13 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:465)
    07:03:26 [INFO] <joey550> hi
    07:03:32 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'pex'
    in plugin PermissionsEx v1.18
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4
    02)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:784)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:744)
     
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:732)
            at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.NullPointerException
            at ru.tehkode.permissions.bukkit.PermissionsEx.onCommand(PermissionsEx.j
    ava:132)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
    07:03:42 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'pex'
    in plugin PermissionsEx v1.18
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:4
    02)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:784)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:744)
     
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:732)
            at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
            at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:7
    8)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.NullPointerException
            at ru.tehkode.permissions.bukkit.PermissionsEx.onCommand(PermissionsEx.j
    ava:132)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
    07:06:01 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    07:06:07 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    >
    This is my permissions :
    Code:
    groups:
        default:
            default: true
            prefix: '&0[&eGeuset&0]&e'
            permissions:
            - modifyworld.chat
            - essentials.spawn
            - essentials.help
            - essentials.helpop
        User:
            default: false
            prefix: '&0[%bUser&0]&1'
            permissions:
            - lwc.protect
            - essentials.home
            - essentials.sethome
            - factions.kit.halfplayer
            - modifyworld.*
            - essentials.help
            - essentials.list
            - essentials.realname
            - essentials.rules
            - iConomy.access
            - iConomy.bank.*
            - iConomy.list
            - iConomy.payment
        Trusted:
            default: false
            prefix: '&b[%cT&bu&cs&bt&ce&bd&b]&4'
            permissions:
            - factions.kit.player
            - essentials.me
            - essentials.nick
            - essentials.compass
            - essentials.afk
            - essentials.realname
            - essentials.tpa
            - essentials.back
            - essentials.warp
            - bookworm.create
            - bookworm.write.own
            - bookworm.place.own
            - bookworm.remove.own
            - bookworm.destroy.own
            - bookworm.get.own
       
        Vip:
            default: false
            prefix: '&f{&eVip&f}&6'
            permissions:
            - rocketboots.boots.diamond
            - essentials.repair
            - essentials.feed
            - essentials.unlimited
            - essentials.nick.color
            - essentials.tp
            - essentials.top
        Builder:
            default: false
            prefix: '&0[&aBuilder&0]'
            permissions:
            - essentials.give
            - essentials.gamemode
            - essentials.god
            - rocketboots.boots
            - rocketboots.feather
            - essentials.item
            - essentials.spawner
            - essentials.jump
            - worldedit.*
            - multiworld.*
        Mod:
            default: false
            prefix: '&a[&9Mod&a]'
            permissions:
            - worldguard.*
            - essentials.ban
            - essentials.ban.notify
            - essentials.ban.offline
            - essentials.banip
            - essentials.invsee
            - factions.kit.mod
            - lwc.mod
            - essentials.mute
            - essentials.ping
            - essentials.socialspy
            - essentials.sudo
            - essentials.tempban
            - essentials.tempban.offline
            - essentials.unban
            - essentials.signs.color
            - essentials.sleepingignored
            - essentials.chat.color
            - essentials.chat.spy
            - essentials.give
            - essentials.god
            - vanish.*
            - rocketboots.boots
            - simplejail.*
            - log.stick
            - worldedit.wand
            - bookworm.*
            - hawkeye.*
        Admin:
            default: false
            prefix: '&b[&2Admin&b]'
            permissions:
            - '.'
            - *.*
            - *
            - -enchanter.*
        Owner:
            default: false
            prefix: '&c[&9Owner&c]'
            permissions:
            - enchanter.*
            - '.'
            
     
  18. Offline

    Gingerninjaprsn

    Here is the server log when I reload the server (unable to get it when starting up the server, it goes too fast)
    Code:
    09:23:47 [INFO] [PermissionsEx] file backend registered!
    09:23:47 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    09:23:47 [INFO] [QuickSign] Black list loaded
    09:23:47 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.Plugi
    nClassLoader]
    09:23:48 [INFO] Entities enhanced[0] subclassed[2]
    09:23:48 [INFO] [PermissionsEx] p2compat backend registered!
    09:23:48 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    09:23:48 [INFO] [PermissionsEx] Initializing file backend
    09:23:48 [INFO] [LWC] Loading LWC v4.0.9 (b625-git-be4387f7).
    09:23:48 [INFO] LWC: Loading shared objects
    09:23:48 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejd
    bc.dll
    09:23:48 [INFO] LWC: Protection cache: 0/10000
    09:23:48 [INFO] LWC: Loaded 207 locale strings (0 overrides)
    09:23:48 [INFO] LWC: Permissions API: NijiPermissions
    09:23:48 [INFO] LWC: Currency API: EssentialsCurrency
    09:23:48 [INFO] LWC: Connecting to SQLite
    09:23:48 [INFO] LWC: Performing any necessary database updates
    09:23:48 [INFO] LWC: Using: Native
    09:23:48 [INFO] LWC: Precached 354 protections.
    09:23:48 [INFO] LWC: At version: 4.0.9 (b625)
    09:23:48 [INFO] [WorldEdit] Loading WorldEdit v5.1.
    09:23:48 [INFO] WorldEdit 5.1 enabled.
    09:23:48 [INFO] WEPIF: Using the Bukkit Permissions API.
    09:23:48 [INFO] WEPIF: Using the Bukkit Permissions API.
    09:23:48 [INFO] [HelpCraft] Loading HelpCraft v1.6.
    09:23:48 [INFO] [HC]Loading HelpCraft
    09:23:48 [INFO] [HC]HelpCraft loaded !
    09:23:48 [INFO] [MantaMobControl] Loading MantaMobControl v1.1.
    09:23:48 [INFO] MantaMobControl  version 1.1 is enabled!
    09:23:48 [INFO] ##############################
    09:23:48 [INFO] MantaMobControl: Pigs Enabled
    09:23:48 [INFO] MantaMobControl: Cows Enabled
    09:23:48 [INFO] MantaMobControl: Chickens Enabled
    09:23:48 [INFO] MantaMobControl: Mooshrooms Enabled
    09:23:48 [INFO] MantaMobControl: Sheep Enabled
    09:23:48 [INFO] MantaMobControl: Villagers Enabled
    09:23:48 [INFO] MantaMobControl: Enderman Disabled
    09:23:48 [INFO] MantaMobControl: Wolf Enabled
    09:23:48 [INFO] MantaMobControl: Pigmen Disabled
    09:23:48 [INFO] MantaMobControl: Blaze Disabled
    09:23:48 [INFO] MantaMobControl: Cave Spider Disabled
    09:23:48 [INFO] MantaMobControl: Creeper Disabled
    09:23:48 [INFO] MantaMobControl: Ghast Disabled
    09:23:48 [INFO] MantaMobControl: Magma Cube Disabled
    09:23:48 [INFO] MantaMobControl: Silverfish Disabled
    09:23:48 [INFO] MantaMobControl: Skeleton Disabled
    09:23:48 [INFO] MantaMobControl: Slimes Enabled
    09:23:48 [INFO] MantaMobControl: Spiders Disabled
    09:23:48 [INFO] MantaMobControl: Zombies Disabled
    09:23:48 [INFO] MantaMobControl: Ender Dragons Enabled
    09:23:48 [INFO] MantaMobControl: Snow Golems Enabled
    09:23:48 [INFO] MantaMobControl: Giants Enabled
    09:23:48 [INFO] ##############################
    09:23:48 [INFO] MantaMobControl: DESPAWNING ALL DISABLED MOBS. THIS CAN BE TURNE
    D OFF IN MobControlProperties.txt
    09:23:48 [INFO] [PermissionsEx] Loading PermissionsEx v1.18.
    09:23:48 [INFO] LWC: Latest version: 4.0.9
    09:23:48 [INFO] [PermissionsEx] Superperms support enabled.
    09:23:49 [INFO] [PermissionsEx] v1.18 enabled
    09:23:49 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissio
    ns.
    09:23:49 [INFO] [Jail] Loading Jail v2.0.5.
    09:23:49 [INFO] [Jail] Loaded 2 jail zones.
    09:23:49 [INFO] [Jail] Loaded 0 prisoners.
    09:23:49 [INFO] [Jail] Loaded 5 cells.
    09:23:49 [INFO] [Jail] Jail v2.0.5 loaded!
    09:23:49 [INFO] [WorldGuard] Loading WorldGuard v5.4.
    09:23:49 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissio
    ns.
    09:23:49 [SEVERE] Error occurred while enabling WorldGuard v5.4 (Is it up to dat
    e?): while scanning for the next token; found character        '\t' that cannot
    start any token
    while scanning for the next token
    found character        '\t' that cannot start any token
    in "<reader>", line 13, column 1:
            block-tnt:true
        ^
     
            at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:358)
            at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:17
    9)
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(P
    arserImpl.java:591)
            at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
            at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:133)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    3)
            at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
     
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:121)
            at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
            at org.bukkit.util.config.Configuration.load(Configuration.java:90)
            at com.sk89q.worldguard.bukkit.WorldConfiguration.loadConfiguration(Worl
    dConfiguration.java:283)
            at com.sk89q.worldguard.bukkit.WorldConfiguration.<init>(WorldConfigurat
    ion.java:182)
            at com.sk89q.worldguard.bukkit.ConfigurationManager.get(ConfigurationMan
    ager.java:151)
            at com.sk89q.worldguard.bukkit.ConfigurationManager.load(ConfigurationMa
    nager.java:122)
            at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugi
    n.java:153)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:231)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:1057)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:379)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:191)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174
    )
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:444)
            at org.bukkit.Bukkit.reload(Bukkit.java:188)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    86)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    82)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:574)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    09:23:49 [INFO] [iHelp] Loading iHelp v1.2.4.
    09:23:49 [INFO] [iHelp] Enabled!
    09:23:49 [INFO] [AutoMessage] Loading AutoMessage v1.5.
    09:23:49 [INFO] [AutoMessage] version [1.5] loaded
    09:23:49 [INFO] [QuickSign] Loading QuickSign v0.7.
    09:23:49 [INFO] [QuickSign] Got SuperPerms permissions.
    09:23:49 [INFO] [QuickSign] WorldGuard detected. Features enabled.
    09:23:49 [INFO] [QuickSign] No Residence detected. Features disabled.
    09:23:49 [INFO] [QuickSign] No Regios detected. Features disabled.
    09:23:49 [INFO] [QuickSign] No LogBlock detected. Features disabled.
    09:23:49 [INFO] [QuickSign] LWC detected. Features enabled.
    09:23:49 [INFO] [QuickSign] No Spout detected. Features disabled.
    09:23:49 [INFO] [QuickSign] Residence support disabled by config.
    09:23:49 [INFO] [QuickSign] Regios support disabled by config.
    09:23:49 [INFO] [QuickSign] LWC support disabled by config.
    09:23:49 [INFO] [QuickSign] Plugin enabled. v0.7, by DDoS
    09:23:49 [INFO] [ModTRS] Loading ModTRS v2.1.
    09:23:49 [INFO] [ModTRS] Using Permissions version 2.7.7 for permission handling
     
    09:23:49 [INFO] [ModTRS] Plugin enabled! (version 2.1)
    09:23:49 [INFO] [WelcomeMe] Loading WelcomeMe v1.3.0.
    09:23:49 [INFO] WelcomeMe version 1.3.0 is enabled!
    09:23:49 [INFO] [LoginBonus] Loading LoginBonus v0.6.
    09:23:49 [INFO] [LoginBonus] 0.6:  Has been enabled.
    09:23:49 [INFO] [WorldSaver] Loading WorldSaver v1.3.
    09:23:49 [INFO] [WorldSaver] enabled. Visit goo.gl/HWbai for plugin info
    09:23:49 [INFO] [Permissions] Loading Permissions v2.7.7.
    09:23:49 [INFO] [PermissionsCompat] Compatibility layer enabled.
    09:23:49 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissio
    ns.
    09:23:49 [INFO] [N3W_PM] Loading N3W_PM v0.1a.
    09:23:49 [INFO] [N3W_PM] N3W_PM successfully enabled.
    09:23:49 [INFO] [Modifyworld] Loading Modifyworld v1.2.
    09:23:49 [INFO] [Modifyworld] Modifyworld disabled. Check config.yml!
    09:23:49 [INFO] [Modifyworld] Unloading Modifyworld v1.2.
    09:23:49 [INFO] [Modifyworld] Modifyworld disabled!
    09:23:49 [INFO] [TimedMessages] Loading TimedMessages v1.0.0.
    09:23:49 [INFO] [TimedMessages] 1 timers started.
    09:23:49 [INFO] [TimedMessages] TimedMessages v1.0.0 is enabled.
    09:23:49 [INFO] [MobDisguise] Loading MobDisguise v1.66.
    09:23:49 [INFO] [MobDisguise] by desmin88 version 1.66 enabled.
    09:23:49 [INFO] [Simple Prefix] Loading Simple Prefix v1.4.
    09:23:49 [SEVERE] org.bukkit.configuration.InvalidConfigurationException: expect
    ed '<document start>', but found BlockMappingStart
    in "<string>", line 3, column 1:
        Group:
        ^
     
    09:23:49 [SEVERE]      at org.bukkit.configuration.file.YamlConfiguration.loadF
    romString(YamlConfiguration.java:56)
    09:23:49 [SEVERE]      at org.bukkit.configuration.file.FileConfiguration.load(
    FileConfiguration.java:143)
    09:23:49 [SEVERE]      at org.bukkit.configuration.file.FileConfiguration.load(
    FileConfiguration.java:109)
    09:23:49 [SEVERE]      at com.flabaliki.simpleprefix.configFile.loadConfig(conf
    igFile.java:81)
    09:23:49 [SEVERE]      at com.flabaliki.simpleprefix.configFile.firstRun(config
    File.java:29)
    09:23:49 [SEVERE]      at com.flabaliki.simpleprefix.simpleprefix.onEnable(simp
    leprefix.java:51)
    09:23:49 [SEVERE]      at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:231)
    09:23:49 [SEVERE]      at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:1057)
    09:23:49 [SEVERE]      at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:379)
    09:23:49 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:191)
    09:23:49 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.enablePlugins(Craf
    tServer.java:174)
    09:23:49 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.reload(CraftServer
    .java:444)
    09:23:49 [SEVERE]      at org.bukkit.Bukkit.reload(Bukkit.java:188)
    09:23:49 [SEVERE]      at org.bukkit.command.defaults.ReloadCommand.execute(Rel
    oadCommand.java:22)
    09:23:49 [SEVERE]      at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCo
    mmandMap.java:168)
    09:23:49 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
    aftServer.java:386)
    09:23:49 [SEVERE]      at org.bukkit.craftbukkit.CraftServer.dispatchCommand(Cr
    aftServer.java:382)
    09:23:49 [SEVERE]      at net.minecraft.server.MinecraftServer.b(MinecraftServe
    r.java:574)
    09:23:49 [SEVERE]      at net.minecraft.server.MinecraftServer.w(MinecraftServe
    r.java:551)
    09:23:49 [SEVERE]      at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:435)
    09:23:49 [SEVERE]      at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:465)
    09:23:49 [SEVERE] Caused by: expected '<document start>', but found BlockMapping
    Start
    in "<string>", line 3, column 1:
        Group:
        ^
     
    09:23:49 [SEVERE]      at org.yaml.snakeyaml.parser.ParserImpl$ParseDocumentSta
    rt.produce(ParserImpl.java:231)
    09:23:49 [SEVERE]      at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:161)
    09:23:49 [SEVERE]      at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:146)
    09:23:49 [SEVERE]      at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:109)
    09:23:49 [SEVERE]      at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:121)
    09:23:49 [SEVERE]      at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
     
    09:23:49 [SEVERE]      at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    09:23:49 [SEVERE]      at org.bukkit.configuration.file.YamlConfiguration.loadF
    romString(YamlConfiguration.java:54)
    09:23:49 [SEVERE]      ... 20 more
    09:23:49 [SEVERE] Error occurred while enabling Simple Prefix v1.4 (Is it up to
    date?): null
    java.lang.NullPointerException
            at com.flabaliki.simpleprefix.configFile.nodeLoop(configFile.java:121)
            at com.flabaliki.simpleprefix.configFile.loadkeys(configFile.java:104)
            at com.flabaliki.simpleprefix.configFile.loadConfig(configFile.java:85)
            at com.flabaliki.simpleprefix.configFile.firstRun(configFile.java:29)
            at com.flabaliki.simpleprefix.simpleprefix.onEnable(simpleprefix.java:51
    )
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:231)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:1057)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:379)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:191)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:174
    )
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:444)
            at org.bukkit.Bukkit.reload(Bukkit.java:188)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
    22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    8)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    86)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    82)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:574)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    09:23:49 [INFO] [iRules] Loading iRules v1.0.
    09:23:49 [INFO] [iRules] Enabled!
    09:23:49 [INFO] [Lift] Loading Lift v9.
    09:23:49 [INFO] Lift v9 is now enabled!
    09:23:49 [INFO] [Essentials] Loading Essentials v2.7.2.
    09:23:49 [INFO] Bukkit version format changed. Version not checked.
    09:23:49 [INFO] git-Bukkit-1.1-R3-b1846jnks (MC: 1.1)
    09:23:49 [INFO] 1.1-R3
    09:23:50 [INFO] Loaded Essentials build 2.7.2 by: Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    09:24:27 [INFO] Essentials: Using PermissionsEx based permissions.
    09:24:27 [INFO] [Citizens] Loading Citizens v1.1.4.
    09:24:27 [INFO] [Citizens] NPC types loaded: blacksmith, guard, healer, quester,
    trader, wizard
    09:24:27 [INFO] [Citizens] Permissions system found (PermissionsEx v1.18)
    09:24:27 [INFO] [Citizens] version [1.1.4] loaded.
    09:24:27 [INFO] [Citizens] Economy plugin found (Essentials v2.2)
    09:24:28 [INFO] [ChatManager] Loading ChatManager v1.18.
    09:24:28 [INFO] [ChatManager] ChatManager disabled. Check config.yml!
    09:24:28 [INFO] [ChatManager] Unloading ChatManager v1.18.
    09:24:28 [INFO] [ChatManager] ChatManager disabled!
    09:24:28 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.7.2.
    09:24:28 [INFO] Loaded EssentialsSpawn build 2.7.2 by: essentials team
    09:24:28 [INFO] Server permissions file permissions.yml is empty, ignoring it
    >
    What does that mean? Here is the list of plugins I have again.
    Citiznes, HelpCraft, Elevator, Essentails, iHelp, iRules, Jail, LoginBonus, LWC, MantaMobControl, MobDusguise, ModTRS, modt, PEX (Of course), PluginMetrics (Might be from another plugin, IDK what that is), QuickSign, SImplePrefix, TimedMessages, WelcomeMe, WorldGuard, WorldEdit, and WorldSaver.
    What is going wrong?

    It now works, just the prefix plugin (SimplePrefix) doesn't work. :'(

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

    LordLowlife

    I downloaded this plugin and it worked GREAT! I loved it! Just one question: I downloaded Factions and Vanish No Packet and it stopped showing ranks in-game. Any tips on what I can do to fix it? I really would appreciate it :eek:
     
  20. Offline

    VoltageB

    The next recommended build is for Minecraft 1.2, R5, and I and everyone who uses this plugin will greatly appreciate it if you can get a head start on the plugin so it's update to support the new revision when Minecraft 1.2 is officially released along with Bukkit R5.
     
  21. That's an odd one, I've got VNP with the Rb of bukkit R4 and PEX 1.18 on my testing server and I've never seen that error.

    I see a few lines from PEX in there and VNP, and it appears to happen only when a player logs in. Might be worth running it by mbaxter and see what he says.:eek:

    One way of doing it (and the one I use) is the modifyworld.items.have.<itemid> node. Just make sure that any negation nodes come before the allow nodes (make the -modifyworld nodes show up before the modifyworld.* node) otherwise PEX will never find it.

    References:
    https://github.com/t3hk0d3/PermissionsEx/wiki/Modifyworld#wiki-Items
    https://github.com/t3hk0d3/PermissionsEx/wiki/Plugin-Configuration#wiki-file-backend-configuration
    (below the file example)

    The lines that show up in the console log are also in the server.log file.

    Code:
    09:23:49 [SEVERE] Error occurred while enabling WorldGuard v5.4 (Is it up to dat
    e?): while scanning for the next token; found character        '\t' that cannot
    start any token
    while scanning for the next token
    found character        '\t' that cannot start any token
    in "<reader>", line 13, column 1:
            block-tnt:true
    This is saying that you have a tab in the worldguard config, which is forbidden in YAML files. It needs to be found and replaced with four spaces.

    I think factions has it's own prefix/suffix code, you might want to take a look at that and see if it's blocking chatmanager or just misconfigured.

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

    Gingerninjaprsn

    Lol, that was the first plugin I configed, and that's why it's messed up (Which was a Looong time ago). I got it working, just had to mess with some plugins that were messing it up. Thanks!
     
  23. Offline

    Viperdream

    I asked him, and this is what he said:

     
  24. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Viperdream
    It's a reflection failure issue on PEX.
     
  25. Viperdream
    Ah, OK. t3hk0d3 mentioned yesterday that the next version of PEX is due out soon, perhaps it will be fixed then.

    Any idea on how to reproduce it?
     
  26. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    Unsure, but might be reproduced with a /reload
     
  27. Offline

    ilovetobmx22

    Hey I love your plugin it is the best permissions plugin out. But I have a question. Im trying to set a permission to a sign which allows a player to basically promote them selves. But I cant for the life of me find the permission node to allow that player to be able to change there group.

    This is how I have it setup. The player joins the server in a group called Guest and they go through a maze and at the end of the maze there is a sign that is supposed to change their group to the next one up which is Default. But I don't know the permission node that allows the Guest group to be able to change their group to Default.

    So if you can give me the permission node exactly how it is supposed to be typed that would be amazing thank you :D
     
  28. Offline

    Viperdream

    Like mbaxter said, I get this error when I reload.
     
  29. Offline

    MaxXor

    Hello, i have one question. How can I disable that every new guest will be written into the permissions.yml?
     
  30. mbaxter

    Umm, everything I've seen and read points to /reload being a very bad thing to use and that all bets are more-or-less off if it's used.

    From my own experience, even before I started using PEX, /reload generally caused all manner weirdness.

    Ref:
    http://forums.bukkit.org/threads/petition-to-remove-the-reload-command.43212/

    Make sure that createUserRecords is set to false in the PEX config file.

    Reference:
    https://github.com/t3hk0d3/PermissionsEx/wiki/Plugin-Configuration#wiki-pex-configuration-file

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

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    A plugin shouldn't break on reload, especially something as simple as a permissions manager. It's a bug.
     

Share This Page