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

    Jäsef

    read the Wiki please
     
  3. Offline

    Kevybevy

    :confused: somthing happened here, this is the server from the prompt as far back as it'll go:
    Code:
    01:51 PM [INFO] [Pail] Setting up window...
    01:51 PM [INFO] [Pail] Pail 0.7.5 Enabled
    01:51 PM [INFO] Preparing level "World One"
    01:51 PM [INFO] Default game type: 1
    01:51 PM [INFO] Preparing start region for level 0 (Seed: -1390559034000618672)
    01:51 PM [INFO] Preparing start region for level 1 (Seed: -1390559034000618672)
    01:51 PM [INFO] Preparing spawn area: 0%
    01:51 PM [INFO] Preparing start region for level 2 (Seed: -1390559034000618672)
    01:51 PM [INFO] Preparing spawn area: 0%
    01:51 PM [INFO] [Alerter] ALERTER v1.41 is enabled! created by: Patrick_pk91
    01:51 PM [SEVERE] Error occurred while enabling Alerter v1.41 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] [Amaterasu] Found Permissions Bridge. Using SuperPerms
    01:51 PM [INFO] Amaterasu version 1.1 is enabled!
    01:51 PM [SEVERE] Error occurred while enabling Annoyer v1.2 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] BleedingMobs v2.4 loaded. Have fun!
    01:51 PM [INFO] [ColourFireWorks] ColourFireWorks v1.1.4 activated!
    01:51 PM [INFO] [ColourFireWorks] Checking Config File
    01:51 PM [SEVERE] Error occurred while enabling ComPassionate v2.0 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] CraftBukkitUpToDate version 2.7.1 is enabled!
    01:51 PM [INFO] CButD: CraftBukkit is Outdate, try to download new version
    01:51 PM [INFO] [DemigodDownloader] Demigods is up to date. Version 0.8.11
    01:51 PM [INFO] [Demigods] Plugin listeners hooked.
    01:51 PM [INFO] [Demigods] Config loaded.
    01:51 PM [SEVERE] Error occurred while enabling Demigods v0.8.11 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] [DS] DreamScape v.1.0 has been enabled!
    01:51 PM [INFO] [DS] DreamScape has been developed by Darkman2412, teh bigbang project.
    01:51 PM [INFO] [DS] Attempting to create DreamWorld: dreamscape
    01:51 PM [SEVERE] Error occurred while enabling DreamScape v1.0 (Is it up to date?): No enum const class org.bukkit.World$Environment.SKYLANDS
    01:51 PM [INFO] File: C:\Users\kevin\Desktop\bukkit\plugins\Essentials\userdata\crazy296.yml
    01:51 PM [INFO] Failed to preload user crazy296
    01:51 PM [INFO] File: C:\Users\kevin\Desktop\bukkit\plugins\Essentials\userdata\vic_viper_x.yml
    01:51 PM [INFO] Failed to preload user vic_viper_x
    01:51 PM [INFO] Bukkit version format changed. Version not checked.
    01:51 PM [INFO] Loaded Essentials build 2.6.2 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    01:51 PM [INFO] Essentials: Using config based permissions. Enable superperms in config.
    01:51 PM [INFO] [Essentials] Payment method found (iConomy version: 6)
    01:51 PM [INFO] Loaded EssentialsChat build 2.6.2 by: essentials team
    01:51 PM [INFO] Loaded EssentialsSpawn build 2.6.2 by: essentials team
    01:51 PM [INFO] [FalseBook Block] 3100 Books loaded!
    01:51 PM [INFO] FalseBookBlock v0.88alpha by GeMo enabled
    01:51 PM [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    01:51 PM [INFO] FalseBookCart v0.88alpha by GeMo enabled
    01:51 PM [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    01:51 PM [INFO] FalseBookChat v0.88alpha by GeMo enabled
    01:51 PM [INFO] [FalseBook Core] FalseBookCore v0.88alpha by GeMo enabled!
    01:51 PM [INFO] FalseBookExtra v0.88alpha by GeMo enabled
    01:51 PM [INFO] [FishPeople] version 1.6 is enabled!
    01:51 PM [SEVERE] Error occurred while enabling FishPeople v1.6 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] FlatLands version 0.1 is enabled!
    01:51 PM [INFO] Preparing start region for level 3 (Seed: -6506249094953695636)
    01:51 PM [INFO] World Created!
    01:51 PM [INFO] Friendly Creepers has been enabled!
    01:51 PM [SEVERE] Error occurred while enabling Giant Trees v0.3.3 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] [GodPowers] Successfully registered command zeus.
    01:51 PM [INFO] [GodPowers] Successfully registered command godmode.
    01:51 PM [INFO] [GodPowers] Successfully registered command jesus.
    01:51 PM [INFO] [GodPowers] Successfully registered command die.
    01:51 PM [INFO] [GodPowers] Successfully registered command slay.
    01:51 PM [INFO] [GodPowers] Successfully registered command maim.
    01:51 PM [INFO] [GodPowers] Successfully registered command inferno.
    01:51 PM [INFO] [GodPowers] Successfully registered command superjump.
    01:51 PM [INFO] [GodPowers] Successfully registered command gaia.
    01:51 PM [INFO] [GodPowers] Successfully registered command heal.
    01:51 PM [INFO] [GodPowers] Successfully registered command godpowers.
    01:51 PM [INFO] [GodPowers] Successfully registered command vulcan.
    01:51 PM [INFO] [GodPowers] Successfully registered command demigod.
    01:51 PM [INFO] [GodPowers] Successfully registered command hades.
    01:51 PM [INFO] godPowers version 2.5 is enabled!
    01:51 PM [SEVERE] Error occurred while enabling godPowers v2.5 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] [Gold Fall] ENABLED!!!!!!!
    01:51 PM [INFO] [Gold Fall] There is a 0% chance of getting a golden apple when a leaf is brocken
    01:51 PM [INFO] [HeadBlocks] Enabling...
    01:51 PM [INFO] [PermissionsCompat] Compatibility layer enabled.
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [SEVERE] [HeadBlocks] Failed Enabling: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] [HeadBlocks Disabling...
    01:51 PM [INFO] [HeadBlocks] Disabled
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [iConomy - Celty] Enabled (21 ms)
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [SEVERE] Error occurred while enabling IWarnYou v1.5.2 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [LazyRoad] : Version 0.6.2 is enabled!
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] LevelUp 0.3 enabled.
    01:51 PM [SEVERE] Error occurred while enabling LevelUp v0.3 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] Log version 0.8: Loaded.
    01:51 PM [INFO] Log version 0.8: Events initialised successfully.
    01:51 PM [INFO] Log version 0.8: Data loaded successfully.
    01:51 PM [INFO] Log version 0.8: Loaded properties file.
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [SEVERE] Error occurred while enabling MagicCarpet v1.5.6 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] MCBans: Core loaded successfully!
    01:51 PM [INFO] MCBans: Loading language file: en-us
    01:51 PM [INFO] MCBans: Log file disabled!
    01:51 PM [SEVERE] Error occurred while enabling mcbans v3.5 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [SEVERE] Error occurred while enabling MessageChangerLite v1.2 (Is it up to date?): while scanning a simple key; could not found expected ':'
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [MobDisguise] by desmin88 version 1.63 enabled.
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [SEVERE] Error occurred while enabling MoveCraft v0.7.1 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [Multiverse-Core] - Version 2.1-b326 (API v7) Enabled - By Rigby, fernferret, lithium3141 and main--
    01:51 PM [INFO] [AllPay] - Version 3.0 - hooked into iConomy 6 for Multiverse-Core v2.1-b326
    01:51 PM [INFO] [Multiverse-Core] Loading World & Settings - 'SurvivalIsland' - NORMAL
    01:51 PM [INFO] Preparing start region for level 4 (Seed: -8302950146678501376)
    01:51 PM [INFO] [Multiverse-Core] Loading World & Settings - 'FunkyLand' - NORMAL
    01:51 PM [INFO] Preparing start region for level 5 (Seed: 7939879408022626868)
    01:51 PM [INFO] [Multiverse-Core] Loading World & Settings - 'TESTING_1_2_3' - NORMAL
    01:51 PM [INFO] Preparing start region for level 6 (Seed: -1818508093)
    01:51 PM [INFO] [Multiverse-Core] Loading World & Settings - 'NightWorld' - NORMAL
    01:51 PM [INFO] Preparing start region for level 7 (Seed: 10082011)
    01:51 PM [INFO] [Multiverse-Core] Loading World & Settings - 'KevyDyse' - NORMAL
    01:51 PM [INFO] Preparing start region for level 8 (Seed: -7883587130081366477)
    01:51 PM [INFO] [Multiverse-Core] 5 - World(s) loaded.
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [ObserverCube] by marinating is engaged. Version 1.0
    01:51 PM [INFO] [ObserverCube] Detected existing config file and loading.
    01:51 PM [SEVERE] Error occurred while enabling ObserverCube v1.0 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] OldSkoolTNT v1.0 enabled
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] PailPlus v0.2 beta enabled
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] Parachute v0.1.1 - Plugin Enabled.
    01:51 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [PermissionsEx] Superperms support enabled.
    01:51 PM [INFO] [PermissionsEx] v1.16 enabled
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [PetCreeper] version 0.32 is enabled!
    01:51 PM [SEVERE] Error occurred while enabling PetCreeper v0.32 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [PlayerStatus] Found Permissions Bridge. Using SuperPerms
    01:51 PM [INFO] PlayerStatus version 2.1 is enabled!
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [SEVERE] Error occurred while enabling Rocket v0.6 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [SEVERE] Error occurred while enabling RocketBoots v0.3.6 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] PetCreeper main loop running.
    01:51 PM [INFO] [SecretPassage] User settings successfully loaded.
    01:51 PM [INFO] [SecretPassage] Loaded 6 passages.
    01:51 PM [INFO] [Secret Passage] Loaded switches for 6 passages.
    01:51 PM [INFO] SecretPassage v1.3a enabled.
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [SetRankPB] Enabling...
    01:51 PM [INFO] [SetRankPB] Couldn't find Spout, not using achievements.
    01:51 PM [INFO] [SetRankPB] Restoring RAM...
    01:51 PM [INFO] [SetRankPB] Enabled. Version 1.0
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [SignLift] Version 1.0 - Copyright 2011 - Shannon Wynter (http://fremnet.net) is enabled
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [EP] SimpleSkylands has been enabled!
    01:51 PM [SEVERE] Error occurred while enabling SimpleSkylands v1 (Is it up to date?): SKYLANDS
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [SpawnMob] Using ops.txt!
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [SEVERE] Error occurred while enabling SpongeRestore v1.2.1 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] Stargate v.0.6.10 is enabled.
    01:51 PM [INFO] [Stargate] Loaded 1 gate layouts
    01:51 PM [INFO] [Stargate] {World One} No stargates for world
    01:51 PM [INFO] [Stargate] {World One_nether} No stargates for world
    01:51 PM [INFO] [Stargate] {World One_the_end} No stargates for world
    01:51 PM [INFO] [Stargate] {flatlands} Loaded 0 stargates with 0 set as always-on
    01:51 PM [INFO] [Stargate] {SurvivalIsland} Loaded 1 stargates with 0 set as always-on
    01:51 PM [INFO] [Stargate] Sign on line 1 doesn't exist. BlockType = AIR
    01:51 PM [INFO] [Stargate] Sign on line 2 doesn't exist. BlockType = AIR
    01:51 PM [INFO] [Stargate] {FunkyLand} Loaded 0 stargates with 0 set as always-on
    01:51 PM [INFO] [Stargate] {TESTING_1_2_3} No stargates for world
    01:51 PM [INFO] [Stargate] {NightWorld} No stargates for world
    01:51 PM [INFO] [Stargate] {KevyDyse} No stargates for world
    01:51 PM [INFO] [Stargate] Found Permissions (v2.7.7)
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [SupernaturalPlayers v2.5.2] SupernaturalPlayers version 2.5.2 enabled.
    01:51 PM [SEVERE] Error occurred while enabling SupernaturalPlayers v2.5.2 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [SEVERE] Error occurred while enabling Superpickaxe v0.4b (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [Tim] There are some who call me... Tim?
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [Vault][Economy] Essentials Economy hooked.
    01:51 PM [INFO] [Vault][Economy] Essentials Economy found: Loaded
    01:51 PM [INFO] [Vault][Economy] iConomy 6 hooked.
    01:51 PM [INFO] [Vault][Economy] iConomy 6 found: Loaded
    01:51 PM [INFO] [Vault][Permission] PermissionsEx hooked.
    01:51 PM [INFO] [Vault][Permission] PermissionsEx found: Loaded
    01:51 PM [INFO] [Vault] - Warning Using PEX can cause SuperPerms compatibility issues with non-Vault enabled plugins.
    01:51 PM [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    01:51 PM [INFO] [Vault][Permission] PermissionsEx_Chat hooked.
    01:51 PM [INFO] [Vault][Chat] PermissionsEx found: Loaded
    01:51 PM [INFO] [Vault] Enabled Version 1.1.3-b82
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] WorldEdit 4.6 enabled.
    01:51 PM [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] _ _ _         _   _ _ _ _               ___    ___
    01:51 PM [INFO] | | | |___ ___| |_| | | | |___ ___ ___  |_  |  |_  |
    01:51 PM [INFO] | | | | . |  _| | . | | | | .'|  _| . | |  _|  |_- |
    01:51 PM [INFO] |_____|___|_| |_|___|_____|__,|_| |  _| |___|[]|___|
    01:51 PM [INFO] |_|
    01:51 PM [INFO] [WorldWarp] Enabled! Running 2.3
    01:51 PM [INFO] [WorldWarp] Using BukkitPermissions!
    01:51 PM [INFO] [WorldWarp]: Loading worlds
    01:51 PM [INFO] [WorldWarp]: Loaded 1/4 Worlds
    01:51 PM [INFO] [WorldWarp]: Loaded 2/4 Worlds
    01:51 PM [INFO] [WorldWarp]: Loaded 3/4 Worlds
    01:51 PM [INFO] [WorldWarp]: Loaded 4/4 Worlds
    01:51 PM [INFO] [WorldWarp]: Done loading worlds
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] xpMod Enabled.
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [CellMod] SQLite Initializing
    01:51 PM [INFO] [CellMod] 1 towers loaded.
    01:51 PM [SEVERE] Error occurred while enabling CellMod v3.0.1 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [SEVERE] [ChatManager] PermissionsEx not found, disabling
    01:51 PM [INFO] [ChatManager] ChatManager disabled!
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_DISABLE to Essentials
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [SEVERE] [Modifyworld] PermissionsEx not found, disabling
    01:51 PM [INFO] [Modifyworld] Modifyworld disabled!
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_DISABLE to Essentials
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [INFO] The automatic update-Check only work every 6 hours, the last check was 4 minutes ago.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [SEVERE] Error occurred while enabling ChestShop v3.24 (Is it up to date?): Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
    01:51 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:51 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    01:51 PM [INFO] [ChestShop] iConomy 6 loaded.
    01:51 PM [INFO] Server permissions file permissions.yml is empty, ignoring it
    01:51 PM [INFO] Done (2.586s)! For help, type "help" or "?"
    01:51 PM [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    01:51 PM [INFO] [FalseBook Block] 0 Doors successfully loaded.
    01:51 PM [INFO] [FalseBook Block] 0 protected gateblocks successfully loaded.
    01:52 PM [INFO] [PermissionsEx] v1.16 disabled successfully.
    01:52 PM [INFO] Essentials: Using Permissions 2 based permissions.
    01:52 PM [SEVERE] Could not pass event PLUGIN_DISABLE to Essentials
    01:52 PM [INFO] [Vault][Permission] PermissionsEx un-hooked.
    01:52 PM [INFO] [Vault][Permission] PermissionsEx_Chat un-hooked.
    01:52 PM [INFO] CButD: CraftBukkit download new Build, please stop the server and copy C:\Users\kevin\Desktop\bukkit\bukkit_update\craftbukkit-0.0.1-SNAPSHOT.jar to your Main-Folder.
    01:52 PM [INFO] [PermissionsEx] Superperms support enabled.
    01:52 PM [INFO] [PermissionsEx] v1.16 enabled
    01:52 PM [INFO] Essentials: Using PermissionsEx based permissions.
    01:52 PM [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials 
    No how do I do a spoiler?

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

    XxRayRayxX

    I keep getting a very strange error.

    if someone could help me via TeamViewer i would be very happy : )

    If you can help PM me and i will send you my Team Viewer Info

    Thanks, XxRayRayxX
     
  5. Offline

    Jäsef

    tip 1: don't use essentials
    tip 2: make sure that your other plugins are up to date
    tip 3: post in another thread, these errors has nothing to do with PermissionsEx
    :D
     
  6. Offline

    Parrothead

    Code:
    groups:
        Default:
            default: true
            options:
                rank: '1'
        Admins:
            permissions:
            - '*'
            options:
                rank: '10'
            prefix: '&AA'
        User:
            permissions:
            - modifyworld.*
            options:
                rank: '900'
        VIP:
            inheritance:
            - member
            options:
                rank: '800'
        Moderator:
            options:
                rank: '100'
            prefix: '&4M'
    users:
        Parrothead:
            group:
            - Admins
        Pr0t:
            group: []
    
    Even without any rights in the default or admin group, people can still break blocks. Does anybody have a possible solution?
     
  7. Offline

    Kevybevy

    Got rid of essentials, But here, as far back as it'll go:
    Code:
    permissionsEx.java:156)
            at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsE
    xHandler.java:17)
            at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(Perm
    issionsHandler.java:109)
            at com.earth2me.essentials.EssentialsPluginListener.onPluginDisable(Esse
    ntialsPluginListener.java:33)
            at org.bukkit.plugin.java.JavaPluginLoader$48.execute(JavaPluginLoader.j
    ava:592)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoade
    r.java:983)
            at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManag
    er.java:296)
            at feildmaster.PailPlus.Pail.PluginsPanel.togglePlugin(PluginsPanel.java
    :51)
            at feildmaster.PailPlus.Pail.PluginsPanel.access$000(PluginsPanel.java:1
    6)
            at feildmaster.PailPlus.Pail.PluginsPanel$1.itemStateChanged(PluginsPane
    l.java:38)
            at javax.swing.AbstractButton.fireItemStateChanged(Unknown Source)
            at javax.swing.AbstractButton$Handler.itemStateChanged(Unknown Source)
            at javax.swing.DefaultButtonModel.fireItemStateChanged(Unknown Source)
            at javax.swing.JToggleButton$ToggleButtonModel.setSelected(Unknown Sourc
    e)
            at javax.swing.JToggleButton$ToggleButtonModel.setPressed(Unknown Source
    )
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
            at java.awt.EventQueue.access$000(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
    Source)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
    Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
    Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)
    16:50:51 [INFO] [Vault][Economy] Essentials Economy hooked.
    16:50:51 [INFO] [Vault][Economy] Essentials Economy found: Loaded
    16:50:51 [INFO] [Vault][Economy] iConomy 6 hooked.
    16:50:51 [INFO] [Vault][Economy] iConomy 6 found: Loaded
    16:50:51 [INFO] [Vault][Permission] PermissionsEx hooked.
    16:50:51 [INFO] [Vault][Permission] PermissionsEx found: Loaded
    16:50:51 [INFO] [Vault] - Warning Using PEX can cause SuperPerms compatibility i
    ssues with non-Vault enabled plugins.
    16:50:51 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission
     system.
    16:50:51 [INFO] [Vault][Permission] PermissionsEx_Chat hooked.
    16:50:51 [INFO] [Vault][Chat] PermissionsEx found: Loaded
    16:50:51 [INFO] [Vault] Enabled Version 1.1.3-b82
    16:50:51 [INFO] Essentials: Using PermissionsEx based permissions.
    16:50:51 [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    java.lang.RuntimeException: Permissions manager is not accessable. Is the Permis
    sionsEx plugin enabled?
            at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:156)
            at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsE
    xHandler.java:17)
            at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(Perm
    issionsHandler.java:109)
            at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(Essen
    tialsPluginListener.java:23)
            at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.j
    ava:585)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:964)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
            at feildmaster.PailPlus.Pail.PluginsPanel.togglePlugin(PluginsPanel.java
    :49)
            at feildmaster.PailPlus.Pail.PluginsPanel.access$000(PluginsPanel.java:1
    6)
            at feildmaster.PailPlus.Pail.PluginsPanel$1.itemStateChanged(PluginsPane
    l.java:38)
            at javax.swing.AbstractButton.fireItemStateChanged(Unknown Source)
            at javax.swing.AbstractButton$Handler.itemStateChanged(Unknown Source)
            at javax.swing.DefaultButtonModel.fireItemStateChanged(Unknown Source)
            at javax.swing.JToggleButton$ToggleButtonModel.setSelected(Unknown Sourc
    e)
            at javax.swing.JToggleButton$ToggleButtonModel.setPressed(Unknown Source
    )
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
            at java.awt.EventQueue.access$000(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
    Source)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
    Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
    Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)
    16:51:08 [SEVERE] [ChatManager] PermissionsEx not found, disabling
    16:51:08 [INFO] [ChatManager] ChatManager disabled!
    16:51:08 [INFO] Essentials: Using PermissionsEx based permissions.
    16:51:08 [SEVERE] Could not pass event PLUGIN_DISABLE to Essentials
    java.lang.RuntimeException: Permissions manager is not accessable. Is the Permis
    sionsEx plugin enabled?
            at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:156)
            at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsE
    xHandler.java:17)
            at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(Perm
    issionsHandler.java:109)
            at com.earth2me.essentials.EssentialsPluginListener.onPluginDisable(Esse
    ntialsPluginListener.java:33)
            at org.bukkit.plugin.java.JavaPluginLoader$48.execute(JavaPluginLoader.j
    ava:592)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoade
    r.java:983)
            at ru.tehkode.chatmanager.bukkit.ChatManager.onEnable(ChatManager.java:4
    8)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:957)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
            at feildmaster.PailPlus.Pail.PluginsPanel.togglePlugin(PluginsPanel.java
    :49)
            at feildmaster.PailPlus.Pail.PluginsPanel.access$000(PluginsPanel.java:1
    6)
            at feildmaster.PailPlus.Pail.PluginsPanel$1.itemStateChanged(PluginsPane
    l.java:38)
            at javax.swing.AbstractButton.fireItemStateChanged(Unknown Source)
            at javax.swing.AbstractButton$Handler.itemStateChanged(Unknown Source)
            at javax.swing.DefaultButtonModel.fireItemStateChanged(Unknown Source)
            at javax.swing.JToggleButton$ToggleButtonModel.setSelected(Unknown Sourc
    e)
            at javax.swing.JToggleButton$ToggleButtonModel.setPressed(Unknown Source
    )
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
            at java.awt.EventQueue.access$000(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
    Source)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
    Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
    Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)
    16:51:08 [INFO] Essentials: Using PermissionsEx based permissions.
    16:51:08 [SEVERE] Could not pass event PLUGIN_ENABLE to Essentials
    java.lang.RuntimeException: Permissions manager is not accessable. Is the Permis
    sionsEx plugin enabled?
            at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(Perm
    issionsEx.java:156)
            at com.earth2me.essentials.perm.PermissionsExHandler.<init>(PermissionsE
    xHandler.java:17)
            at com.earth2me.essentials.perm.PermissionsHandler.checkPermissions(Perm
    issionsHandler.java:109)
            at com.earth2me.essentials.EssentialsPluginListener.onPluginEnable(Essen
    tialsPluginListener.java:23)
            at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.j
    ava:585)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:339)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:964)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
            at feildmaster.PailPlus.Pail.PluginsPanel.togglePlugin(PluginsPanel.java
    :49)
            at feildmaster.PailPlus.Pail.PluginsPanel.access$000(PluginsPanel.java:1
    6)
            at feildmaster.PailPlus.Pail.PluginsPanel$1.itemStateChanged(PluginsPane
    l.java:38)
            at javax.swing.AbstractButton.fireItemStateChanged(Unknown Source)
            at javax.swing.AbstractButton$Handler.itemStateChanged(Unknown Source)
            at javax.swing.DefaultButtonModel.fireItemStateChanged(Unknown Source)
            at javax.swing.JToggleButton$ToggleButtonModel.setSelected(Unknown Sourc
    e)
            at javax.swing.JToggleButton$ToggleButtonModel.setPressed(Unknown Source
    )
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
            at java.awt.EventQueue.access$000(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.awt.EventQueue$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
    Source)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
    Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.awt.EventQueue$2.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
    Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)
    >
     
  8. Offline

    xKYLERxx

    How can I incorporated this into my plugin? Would it just be player.hasPermission();?
     
  9. Offline

    Jäsef

    try to start off fresh, no plugins whatsoever. then add plugins one by one to see which plugin's interfering :D
     
  10. Offline

    A51Rene

    Dear all,

    I am new on the forums, but not new with running a MC server.
    The situation is as follows:

    I am migrating from Permissions 3.1.6 to PermissionEx. I have my groups, permissions, users and prefixes up and running. The only problem I have, is to separate permission groups from the 5 world we have running with MultiVerse.
    I want to specify per group in which world they are active. What do I need to do?

    Let me explain it a bit further:

    Worlds:
    - world_Creative
    - world_Survival
    - world_Nether
    - world_Flatmap
    - world_City

    Permissions.yml: (I know, still full of P3 mess. Works for now and I will clean it up later :3 )

    Code:
    groups:
        Guest:
            default: true
            inheritance: null
            permissions:
            - essentials.help
            - essentials.motd
            - essentials.rules
            - essentials.spawn
            - citizens.basic.use.info
            - citizens.basic.modify.talkclose
            - multiverse.help
            - multiverse.core.info
            - multiverse.core.list.worlds
            - multiverse.core.list.who
            - multiverse.core.list.environments
            - multiverse.core.coord
            - multiverse.core.confirm
            - multiverse.core.spawn.self
            - multiverse.core.spawn.other
            - multiverse.teleport.*
            - multiverse.access.*
            prefix: '&6(&7Guest&6)&4 '
        Member:
            default: false
            info:
                prefix: '&6(&7Member&6) &f'
                suffix: ''
                build: true
            inheritance:
            - Guest
            permissions:
            - lwc.protect
            - myhome.home.basic.home
            - myhome.home.basic.set
            - myhome.home.basic.delete
            - myhome.home.soc.others
            - myhome.home.soc.list
            - myhome.home.soc.invite
            - myhome.home.soc.uninvite
            - essentials.spawn
            - essentials.warp
            - essentials.warp.list
            - supplysign.access
            - essentials.signs.disposal.use
            - essentials.signs.heal.use
            - essentials.back.ondeath
            - essentials.back
            prefix: '&6(&7Member&6)&4 '
        Moderator:
            default: false
            info:
                prefix: '&6(&7Moderator&6) &f'
                suffix: ''
                build: true
            inheritance:
            - Builder
            permissions:
            - essentials.setwarp
            - essentials.delwarp
            - essentials.give
            - essentials.item
            - essentials.unlimited
            - essentials.time
            - essentials.signs.disposal.create
            - essentials.signs.heal.create
            - essentials.backup
            - essentials.ban.offline
            - essentials.ban.notify
            - essentials.ban
            - essentials.banip
            - essentials.broadcast
            - essentials.clearinventory.others
            - essentials.clearinventory
            - essentials.kick.notify
            - essentials.kick
            - essentials.kickall
            - essentials.kill
            - essentials.lightning
            - essentials.mute
            - essentials.reloadall
            - essentials.spawnmob
            - essentials.togglejail.offline
            - essentials.togglejail
            - essentials.unban
            - essentials.unbanip
            - essentials.weather
            - essentials.chat.color
            - essentials.compass
            - essentials.invsee
            - essentials.tempban
            - essentials.tempban.offline
            prefix: '&6(&7Moderator&6)&4 '
        Admins:
            default: false
            inheritance: null
            permissions:
            - '*'
            - essentials.setspawn
            - antihack.canfly
            prefix: '&6(&7Admin&6)&4 '
        Builder:
            default: false
            info:
                prefix: '&6(&7Builder&6) &4'
                suffix: ''
                build: true
            inheritance:
            - Member
            permissions:
            - essentials.god
            - essentials.heal
            - essentials.item
            - essentials.time
            - essentials.time.set
            - essentials.tree
            - essentials.tp
            - essentials.bigtree
            - worldedit.superpickaxe
            - essentials.clearinventory
            prefix: '&6(&7Builder&6)&4 '
        Fly:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - antihack.canfly
        WorldEdit:
            default: false
            info:
                prefix: '&6(&7World Edit&6) &f'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - worldedit.*
            prefix: '&6(&7World Edit&6)&4 '
        NPC:
            default: false
            info:
                prefix: '&6(&7NPC&6) &f'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - citizens.basic.create
            - citizens.basic.modify.move
            - citizens.basic.modify.moveto
            - citizens.basic.modify.copy
            - citizens.basic.modify.remove
            - citizens.basic.modify.remove.all
            - citizens.basic.modify.rename
            - citizens.basic.modify.color
            - citizens.basic.modify.settext
            - citizens.basic.modify.addtext
            - citizens.basic.use.list
            - citizens.waypoints.edit
            - citizens.waypoints.modifer
            prefix: '&6(&7NPC&6)&4 '
        Train:
            default: false
            info:
                prefix: '&6(&7Train&6) &f'
                suffix: ''
                build: true
            inheritance: null
            permissions:
            - train.*
    users:
        A51Rene:
            group:
            - Admins
        A51Mike:
            group:
            - Admins
        A51Jorick:
            group:
            - Admins
        grozah:
            group:
            - Admins
        a51quincy:
            group:
            - Builder
            - Fly
        A51Lexsis:
            group:
            - Builder
            - Fly
        A51PatsTeam:
            group:
            - Builder
            - Fly
        A51Erik:
            group:
            - Builder
            - Fly
        Thimmiejj:
            groups:
            - Builder
            - Fly
            - World Edit
        D3NN!$:
            groups:
            - Builder
            - Fly
            - World Edit
        mp623:
            group:
            - Builder
            - Fly
        L3XIEEE:
            groups:
            - Builder
            - Fly
            - World Edit
        a51imre:
            group:
            - Builder
            - Fly
        sunder94:
            group:
            - Builder
            - Fly
        A51Rick:
            group:
            - Builder
            - Fly
        a51tsaarmartijn:
            group:
            - Builder
            - Fly
        Ivap:
            group:
            - Builder
            - Fly
        Djurres:
            group:
            - Builder
            - Fly
    
    So, for example. I want in the world_Survival the default group to me 'Guest', but with the prefix 'Survival'. But in the Creative world this needs to 'Guest'. And I want to control in which group players are, depending on the world. So a builder or admin who is in survial or nether needs to me a 'guest' with prefix 'survival'.

    So how to I use the multi world functions of PEX in de permissions.ylm config? Is there a template?

    I had this working pretty good with Permissions 3, but somehow MultiVerse doesn't work with P3 because Superperms is required.

    I really hope somebody could help with this.
    Thanks in advance

    René from the Netherlands
     
  11. Offline

    Mishrathium

    I saw others with the problem when chatting having a format like (group) group name.
    example: (ADMIN) admin mishrathium: Hello World
    I found the fix for myself, maybe it will help you - It's Towny. I removed {group} from my towny config and that solved the double group formatting.

    ~Mish
     
  12. Offline

    Phenomgaming

    Hey, for some reason, my moderators cant use /pex promote! It says that they don't have permissions. Here is the group for them:
    M:
    permissions:
    - essentials.item
    - essentials.god
    - essentials.ban
    - essentials.kick
    - essentials.whois
    - essentials.banip
    - essentials.socialspy
    - factions.kit.mod
    - essentials.weather
    - permissions.player.setgroup
    - permissions.player.promote
    - essentials.unban
    - easyban.eban
    - permissions.user.promote
    - permissions.user.demote
    options:
    rank: '200'
    prefix: '&e[&eM&f]'
    inheritance:
    - VIP
     
  13. Offline

    LucidLethargy

    Haha thank you for the feedback, that's the way it converted it for me unfortunately... I've only changed perhaps 1 or 2 permissions since then :/ I'll see what I can do based on your feedback, though - thanks!

    P.S. Deleting the build thing broke it again... Also I had 2-3 worlds on my orignal permissions file, I don't know what the heck it did when it converted things... clearly that thing does not work at all : /
     
  14. Offline

    iKiLLAHZ

    im having some problems with this plugin .....

    1. i give player certain perms, and one second its in full effect and the next some wont work
    2. only ops are allowed to build, why is this ???
    3. chat manager... i want it to say [O] iKiLLAHZ, but it keeps saying [O] owner (<- the name of the owner rank on the permissions.yml) and my username...
    5. oh and some players can fly (ops and sometimes people i ranked as mods) and then one second later they cant fly

    ^ basically im saying the permissions for plugins / fly / build keep on going on and off randomly and im kinda tired of people on my server comaplaining... PLEASE HELP !!
     
  15. Offline

    LucidLethargy

    I've tried everything I could and I can't get this plugin to work with even a basic level of functionality. Perhaps it simply wont work with the newest builds of bukkit, but man am I tired of dealing with it... Even the default setup wont work for me.

    Edit: Updated to the dev build and it seems to finally work now.

    So it works, but every time I modify the permissions file and then use /pex reload it breaks the plugin and wont function until the next server restart. Very frustrating to say the least.
    *Note that I am using FTP to update permissions.
     
  16. Offline

    iKiLLAHZ

    is this plugin damage or something because apparently everytime i /pex reload it breaks it.. the permissions for everybody just shuts off and then goes back on randomly after a while..

    can use ex. modifyworld.* with superperms or cant u? well thats probably the reason why its spazzing out..

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

    cloudafloat

    How does one change a users group only in a specific world? Eg we have a starter world were people are promoted but only command I can see is pex user XXX group set XXX which changes their group in all worlds including survival themed worlds where people should have the default rank. How do I change groups per world?
     
  18. Offline

    benthamanowns

    i mean like notepad?
    or what?
    i used notepad and it looks wierd.
     
  19. Offline

    ibreaktoucher

    PLEASE UPDATE TO 1.0.0 WHEN THE RECOMMEND BUILD WAS RELEASED
     
  20. Offline

    Tomaz

    BEST.PERMISSION.SYSTEM.EVAR
     
  21. Offline

    Black_Jack

    Tried to dump sql -> imported into base -> caused error Table 'my_base.permissions_entity' doesn't exist
     
  22. Hmm, I just tried this and it appears the collide node only applies when the player tries to collide with a vehicle (think pushing a minecart), not when it runs into the player.

    This may be a bug in PEX, or it may be a limitation of bukkit. I'd open a ticket on github (link is in the first post) and see what t3hk0d3 says.

    https://github.com/t3hk0d3/PermissionsEx/wiki/Chat-Manager
    Configuration properties section
    This makes no sense. Modifyworld is part of the PEX suite. Superperms being enabled or disabled in the PEX config doesn't have any bearing.

    Saying that you are having problems and it's not working without posting pastebin links to your permissions file, config files, and server startup log doesn't help either.:)

    Considering that a RB for MC 1.0.0 hasn't been released, this comment is kind of premature. You actually think that a plugin that has as active as a thread as this one and isn't marked as inactive is really not going to update when the next RB is out?

    Oh yes, please look at your caps lock key, I think it's stuck. :p

    I don't think this is possible at this time. Users and groups are apparently considered a 'static resource'. Their permissions may change depending on the world, but I don't think their groups can.

    I'd check on github and open a feature request ticket if there isn't one already there for this. t3hk0d3 is pretty good about reading the tickets there.

    Add a negative permission node for that group?

    I've never seen this, and I'm testing the 1.16 build of PEX with the newest bukkit builds (currently 1575).

    You say that you had 3 worlds in your original permissions file. Can you link to a pastebin of your originals and the converted? The built in PEX conversion code seems to be geared toward single world (with nether) setups more than multiworld.

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

    joudar11

    But I don't know how. Can you please write me how to do it on example command HomeX.*?
     
  24. Offline

    Jäsef

    this is a negative node: - -permission.perms
    a normal node: - permission.perms
    see the difference? :)
     
  25. Offline

    LucidLethargy

    So I finally got my permissions file to work after toiling with things for 2 hours (in which time I also tried other plugins and everything failed, then reverted from dev to standard on this plugin after a tedious reformatting,) but now I'm running into a new problem. On Permissions I used to use '*' for myself, then I would take away certain permissions using the standard method of - -permission.permission.

    Can I no longer do this? Do I have to now go through and add all 30 or so plugins in individually to rectify this?
     
  26. Offline

    joudar11

    Thank you so much :)
     
  27. Offline

    TBGleNolife

    Hello !
    My permissions not working ... Finally, they work at half
    For example, I can use /give, i can build but i can't use /reload, /stop.

    Can you help me ?

    Config File :
    Code:
    permissions:
        backends:
            file:
                file: permissions.yml
        backend: file
        createUserRecords: false
        basedir: plugins/PermissionsEx
        debug: false
        allowOps: false
        superperms:
            disable-unmatched: false
            enable: false
            debug: false
            strict-mode: false
            parent-nodes: true
    
    Permissions File :
    Code:
    groups:
        Visiteurs:
            default: true
            prefix: '&8[Vagabond] &f'
            permissions:
            - modifyworld.chat
            - modifyworld.blocks.interact.*
            - essentials.chat
            - essentials.spawn
            - essentials.rules
            - essentials.helpop
            - essentials.list
            - craftbook.mech.elevator.use
            - multiverse.access.*
            options:
                rank: '1000'
        Membres:
            prefix: '&e[Villageois] &f'
            permissions:
            - essentials.spawn
            - essentials.back
            - essentials.back.ondeath
            - essentials.delhome
            - essentials.sethome
            - essentials.home
            - essentials.mail
            - essentials.mail.send
            - essentials.msg
            - essentials.helpop
            - essentials.help
            - essentials.list
            - essentials.motd
            - essentials.rules
            - essentials.me
            - essentials.whois
            - essentials.afk
            - essentials.signs.create.mail
            - essentials.signs.break.mail
            - essentials.signs.use.mail
            - essentials.signs.create.disposal
            - essentials.signs.break.disposal
            - essentials.signs.use.disposal
            - essentials.signs.create.trade
            - essentials.signs.break.trade
            - essentials.signs.use.trade
            - essentials.signs.use.free
            - modifyworld.*
            - modifyworld.chat
            - modifyworld.chat.private
            - modifyworld.usebeds
            - multiverse.access.*
            - iConomy.help
            - iConomy.holdings
            - iConomy.payment
            - lockette.create.*
            - ChestShop.shop.create.itemID
            - ChestShop.shop.buy.itemID
            - ChestShop.shop.sell.itemID
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - essentials.tpaccept
            - essentials.tpdeny
            - turnstile.open
            - turnstile.make
            - turnstile.set.price
            - turnstile.info
            - turnstile.free
            - turnstile.locked
            - turnstile.earned
            - turnstile.collect
            - craftbook.mech.gate
            - craftbook.mech.elevator.use
            - craftbook.mech.elevator
            - craftbook.mech.light-switch
            - TreeAssist.Replant
            options:
                rank: '900'
        VIP:
            prefix: '&b[Mage] &f'
            permissions:
            - essentials.spawn
            - essentials.back
            - essentials.back.ondeath
            - essentials.delhome
            - essentials.sethome
            - essentials.home
            - essentials.mail
            - essentials.mail.send
            - essentials.msg
            - essentials.helpop
            - essentials.help
            - essentials.list
            - essentials.motd
            - essentials.rules
            - essentials.me
            - essentials.whois
            - essentials.afk
            - essentials.signs.create.mail
            - essentials.signs.break.mail
            - essentials.signs.use.mail
            - essentials.signs.create.disposal
            - essentials.signs.break.disposal
            - essentials.signs.use.disposal
            - essentials.signs.create.trade
            - essentials.signs.break.trade
            - essentials.signs.use.trade
            - essentials.signs.use.free
            - modifyworld.*
            - modifyworld.chat
            - modifyworld.chat.private
            - modifyworld.usebeds
            - multiverse.access.*
            - iConomy.help
            - iConomy.holdings
            - iConomy.payment
            - lockette.create.*
            - ChestShop.shop.create.itemID
            - ChestShop.shop.buy.itemID
            - ChestShop.shop.sell.itemID
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - essentials.tppos
            - essentials.warp
            - essentials.warp.list
            - essentials.getpos
            - essentials.tpa
            - essentials.tpahere
            - essentials.tpaccept
            - essentials.tpdeny
            - turnstile.open
            - turnstile.make
            - turnstile.set.price
            - turnstile.info
            - turnstile.free
            - turnstile.locked
            - turnstile.earned
            - turnstile.collect
            - craftbook.mech.gate
            - craftbook.mech.elevator.use
            - craftbook.mech.elevator
            - craftbook.mech.light-switch
            - multiverse.core.list.worlds
            - multiverse.teleport.self
            - multiverse.core.spawn.self
            - TreeAssist.Replant
            - TreeAssist.AutoRemove
            options:
                rank: '800'
        VIP+:
            prefix: '&a[Sage] &f'
            permissions:
            - essentials.spawn
            - essentials.back
            - essentials.back.ondeath
            - essentials.delhome
            - essentials.sethome
            - essentials.home
            - essentials.mail
            - essentials.mail.send
            - essentials.msg
            - essentials.helpop
            - essentials.help
            - essentials.list
            - essentials.motd
            - essentials.rules
            - essentials.me
            - essentials.whois
            - essentials.afk
            - essentials.signs.create.mail
            - essentials.signs.break.mail
            - essentials.signs.use.mail
            - essentials.signs.create.disposal
            - essentials.signs.break.disposal
            - essentials.signs.use.disposal
            - essentials.signs.create.trade
            - essentials.signs.break.trade
            - essentials.signs.use.trade
            - essentials.signs.use.free
            - modifyworld.*
            - modifyworld.chat
            - modifyworld.chat.private
            - modifyworld.usebeds
            - multiverse.access.*
            - iConomy.help
            - iConomy.holdings
            - iConomy.payment
            - lockette.create.*
            - ChestShop.shop.create.itemID
            - ChestShop.shop.buy.itemID
            - ChestShop.shop.sell.itemID
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - essentials.tppos
            - essentials.warp
            - essentials.warp.list
            - essentials.getpos
            - essentials.tpa
            - essentials.tpahere
            - essentials.tpaccept
            - essentials.tpdeny
            - turnstile.open
            - turnstile.make
            - turnstile.set.price
            - turnstile.info
            - turnstile.free
            - turnstile.locked
            - turnstile.earned
            - turnstile.collect
            - craftbook.mech.gate
            - craftbook.mech.elevator.use
            - craftbook.mech.elevator
            - craftbook.mech.light-switch
            - multiverse.core.list.worlds
            - multiverse.teleport.self
            - multiverse.core.spawn.self
            - Lampstone.create
            - Lampstone.break
            - essentials.nick.color
            - essentials.signs.color
            - essentials.nick
            - TreeAssist.Replant
            - TreeAssist.AutoRemove
            options:
                rank: '700'
        Moderateurs:
            prefix: '&6[Seigneur] &f'
            permissions:
            - essentials.spawn
            - essentials.back
            - essentials.back.ondeath
            - essentials.delhome
            - essentials.sethome
            - essentials.home
            - essentials.mail
            - essentials.mail.send
            - essentials.msg
            - essentials.helpop
            - essentials.help
            - essentials.list
            - essentials.motd
            - essentials.rules
            - essentials.me
            - essentials.whois
            - essentials.afk
            - essentials.signs.create.mail
            - essentials.signs.break.mail
            - essentials.signs.use.mail
            - essentials.signs.create.disposal
            - essentials.signs.break.disposal
            - essentials.signs.use.disposal
            - essentials.signs.create.trade
            - essentials.signs.break.trade
            - essentials.signs.use.trade
            - essentials.signs.use.free
            - turnstile.open
            - turnstile.make
            - turnstile.set.price
            - turnstile.info
            - turnstile.free
            - turnstile.locked
            - turnstile.earned
            - turnstile.collect
            - craftbook.mech.gate
            - craftbook.mech.elevator.use
            - craftbook.mech.elevator
            - craftbook.mech.light-switch
            - modifyworld.*
            - modifyworld.chat
            - modifyworld.chat.private
            - modifyworld.usebeds
            - multiverse.access.*
            - iConomy.help
            - iConomy.holdings
            - iConomy.payment
            - lockette.create.*
            - ChestShop.shop.create.itemID
            - ChestShop.shop.buy.itemID
            - ChestShop.shop.sell.itemID
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - log.stick
            - essentials.broadcast
            - essentials.kick
            - essentials.tp
            - essentials.nick.color
            - essentials.signs.color
            - essentials.chat.color
            - essentials.nick
            - TreeAssist.Replant
            options:
                rank: '100'
        Administrateurs:
            prefix: '&4[Empereur] &f'
            permissions:
            - '*'
            options:
                rank: '0'
    users:
        tbglenolife:
            group:
            - Administrateurs
        teror205:
            group:
            - Administrateurs
        m0m011:
            group:
            - Moderateurs
        sacha:
            group:
            - Membres
        THE-DOOMS:
            group:
            - Visiteurs
        _alexys_:
            group:
            - Membres
        CompteServeur:
            group:
            - Visiteurs
        Dem0n:
            group:
            - Membres
        maitrelyon:
            group:
            - Membres
        Slay33600:
            group:
            - Membres
        yoca3841:
            group:
            - Membres
    
    Thank you in advance and sorry for the language, i'm french.

    TBG
     
  28. I am having a problem setting up chatmanager:

    This is what i have in configs file:
    Code:
    chat-range: 100.0
    display-name-format: '<%prefix> %player <%suffix> %message'
    global-message-format: '<%prefix> %player <%suffix> %message'
    enable: true
    message-format: '<%prefix> %player <%suffix> %message'
    ranged-mode: false
    This is the output:
    Admin Vilsol: Hello

    What i want it to be:

    [Admin] Vilsol: Hello
     
  29. Offline

    whiskers12

    Would it be possible to make it show up when someone is promoted, like in PermissionsPlus?
     
  30. Offline

    LucidLethargy

    I still am getting the same error, and on top of this I am getting totally wonky errors just like before despite COMPLETELY rewriting my permissions file. I checked it with the editor up top and it says it's all the right format, then it also reloads correctly if I don't change things... the second I do change a permission, though, it encounters an error on /pex reload.

    Any idea what could be going on? I do think I may have nodes for plugins that no longer exist, perhaps this could cause a problem?
     
  31. Offline

    Jäsef

    use color codes! example &5 and &f are some of the the different codes used in minecraft, google minecraft color codes;)
     

Share This Page