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

    evereadycod

    Thx for responding :) but can u pls ad permissions thats wat i need help with I dont know wat perms to add thx :)

    Thx for responding :) but can u pls ad permissions thats wat i need help with I dont know wat perms to add thx :)

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

    Stealth007

    Well that's kinda hard to do, because I've no idea what plugins you are using. And besides that, what do you want the group to do? Yeah um what permissions do you want them to have??
     
  4. Offline

    evereadycod

    I want ppl to have u know like VIP and stuff that normel players dont have like ex fly

    The plugins are:

    BattleNight
    ChangeGameMode
    Essentials
    Factions
    iConomy
    Jail
    Lockette
    MobDisguise
    Multiverse-Core
    Multiverse-Inventories
    Multiverse-NetherPortals
    Multiverse-Portals
    Multiverse-SignPortals
    NoCheat
    NoLagg
    NoLaggChunks
    NoLaggExamine
    NoLaggItemBuffer
    NoLaggItemStacker
    NoLaggLighting
    NoLaggMonitor
    NoLaggTNT
    NoPwnage
    PermissionsEx
    PluginMetrics
    Ptweaks
    SimpleAutoAnnouncer
    WorldEdit
    WorldGuard

    ok these are all my plugins I am using on my server. U all know wat Vip/donators should have right :). So i just need my permissions ymal to have a donator rank ( with perms ) thx:)

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

    Kowak

    eheh now there is another problem.
    I did all what you said exept the fact to disable ChatManager because I dont have a folder of it and my Chat Manager is out of date and give some errors on console.

    This is what happens.
    http://img515.imageshack.us/img515/6200/20120528151950.png

    Code:
    2012-05-28 01:00:18 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.1
    2012-05-28 01:00:18 [INFO] [PermissionsEx] Superperms support enabled.
    2012-05-28 01:00:18 [INFO] [PermissionsEx] v1.19.1 enabled
    2012-05-28 01:00:18 [INFO] [Lockette] Enabled link to plugin PermissionsEx for Groups/Permissions, version 1.19.1
    2012-05-28 01:00:18 [INFO] [Lockette] Ops file overridden, using linked plugin for admin permissions.
    2012-05-28 01:00:18 [INFO] [NoCheat] Enabling NoCheat v3.5.0
    2012-05-28 01:00:18 [INFO] [NoCheat] version [3.5.0] is enabled.
    2012-05-28 01:00:18 [INFO] [Questioner] Enabling Questioner v0.6
    2012-05-28 01:00:18 [INFO] [Questioner] v0.6 - Enabled
    2012-05-28 01:00:18 [INFO] [Essentials] Enabling Essentials vDev2.9.138
    2012-05-28 01:00:18 [INFO] Essentials: Using PermissionsEx based permissions.
    2012-05-28 01:00:18 [INFO] [Essentials] Payment method found (iConomy version: 6)
    2012-05-28 01:00:18 [INFO] [TownyChat] Enabling TownyChat v0.24
    2012-05-28 01:00:18 [INFO] [ChatManager] Enabling ChatManager v1.18
    2012-05-28 01:00:18 [SEVERE] Error occurred while enabling ChatManager v1.18 (Is it up to date?)
    java.lang.NoSuchMethodError: ru.tehkode.chatmanager.bukkit.ChatManager.getConfiguration()Lorg/bukkit/util/config/Configuration;
        at ru.tehkode.chatmanager.bukkit.ChatManager.onEnable(ChatManager.java:52)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:371)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:358)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:422)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    2012-05-28 01:00:18 [INFO] [EssentialsProtect] Enabling EssentialsProtect vDev2.9.138
    2012-05-28 01:00:19 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2012-05-28 01:00:19 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn vDev2.9.138
    2012-05-28 01:00:19 [INFO] [ChestShop] Enabling ChestShop v3.39
    2012-05-28 01:00:19 [INFO] [ChestShop] Lockette version 1.6 loaded.
    Where can I find a new version of Chat Manager?
     
  6. Offline

    ruben1234567899

    When we speak on my server it doesent says [Admin] or [Mod] . why is it like that
     
  7. Offline

    Stealth007

    The new version of chatmanager can be found in the thread. Download PEX and you'll find chatmanager.jar inside the zip file.

    Must be something in an other plugin. Its certainly not PEX
    Can you copy the error?

    Well im not gonna write your permissions... Use google to search the permission nodes.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 28, 2018
  8. Offline

    Kowak

    Done but nothing.

    That's my channel config of towny:

    Code:
      # The formats below will specify the changes made to the player chat when talking.
      # These keys can be used in other plugins that modify the chat format like iChat.
     
      # {worldname} - Displays the world the player is currently in.
      # {town} - Displays town name if a member of a town.
      # {townformatted} - Displays town name (if a member of a town) using tag_format.town.
      # {towntag} - Displays the formated town tag (if a member of a town) using modify_chat.tag_format.town.
      # {towntagoverride} - Displays the formated town tag (if a member of a town and present) or falls back to the full name (using modify_chat.tag_format.town).
     
      # {nation} - Displays nation name if a member of a nation.
      # {nationformatted} - Displays nation name (if a member of a nation) using tag_format.town.
      # {nationtag} - Displays the formated nation tag (if a member of a nation) using modify_chat.tag_format.nation.
      # {nationtagoverride} - Displays the formated nation tag (if a member of a nation and present) or falls back to the full name (using modify_chat.tag_format.nation).
     
      # {townytag} - Displays the formated town/nation tag as specified in modify_chat.tag_format.both.
      # {townyformatted} - Displays the formated full town/nation names as specified in modify_chat.tag_format.both.
      # {townytagoverride} - Displays the formated town/nation tag (if present) or falls back to the full names (using modify_chat.tag_format.both).
     
      # {title} - Towny resident Title
      # {surname} - Towny resident surname
      # {townynameprefix} - Towny name prefix taken from the townLevel/nationLevels
      # {townynamepostfix} - Towny name postfix taken from the townLevel/nationLevels.
      # {townyprefix} - Towny resident title, or townynameprefix if no title exists
      # {townypostfix} - Towny resident surname, or townynamepostfix if no surname exists
     
      # {townycolor} - Towny name colour for king/mayor/resident
      # {group} - Players group name pulled from your permissions plugin
      # {permprefix} - Permission group prefix
      # {permsuffix} - Permission group suffix.
     
      # {playername} - Default player name.
      # {modplayername} - Modified player name (use if Towny is over writing some other plugins changes).
      # {msg} - The message sent.
     
      # {channelTag} - Defined in the channels entry in Channels.yml
      # {msgcolour} - Defined in the channels entry in Channels.yml
     
      # Text colouring
      # --------------
      # Black = &0, Navy = &1, Green = &2, Blue = &3, Red = &4
      # Purple = &5, Gold = &6, LightGray = &7, Gray = &8
      # DarkPurple = &9, LightGreen = &a, LightBlue = &b
      # Rose = &c, LightPurple = &d, Yellow = &e, White = &f
     
      # Spam_time set the minimum time between messages to be flagged as spam
      spam_time: 0.5
     
      # If using our updated HeroicDeath.jar and craftIRC 3.1 (dev), you can
      #configure what IRC channels you want death messages relayed to.
      HeroicDeathToIRC:
        enabled: true
        # comma delimited list of craftIRC channel tags 'admin,blah,blah'.
        craftIRCTags: 'admin'
     
      channel_formats:
        # This is the format which will be used for GLOBAL chat/channels.
        # This is also the format used when you have modify_chat.enable: true, but use other plugins to handle chat.
        global: ' {permprefix} {townycolor}{townyprefix}{msgcolour}{playername}&f:{msgcolour} {msg}'
        # TOWN channel types.
        town: '{channelTag} {worldname}{townytagoverride}{townycolor}{permprefix}{group} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
        # NATION channel types.
        nation: '{channelTag}{towntagoverride}{townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
        # DEFAULT channel types.
        default: '{channelTag} {permprefix}{playername}{permsuffix}&f:{msgcolour} {msg}'
       
      tag_formats:
          world: '&f[&f%s&f] '
          town: '&f[&3%s&f] '
          nation: '&f[&e%s&f] '
          # First %s is the nation tag, second is the town tag.
          both: '&f[&6%s&f|&3%s&f] '
         
        # Chat colours
      colour:
        king: '&6'
        mayor: '&b'
        resident: '&f'
       
      modify_chat:
        # This is used for when you don't have another plugin to format chat.
        # or you want some other plugin to handle open chat, but want Towny formatting.
        # It will cause Towny to overwrite any other plugins alterations to the format.
        enable: 'true'
        # If true the chat formats will be read from below to allow per world formatting.
        # These can then be altered individually.
        per_world: 'false'
       
      worlds:
        'world_nether':
          global: '{channelTag} {worldname}{townytagoverride}{townycolor}{permprefix}{group} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
          town: '{channelTag} {townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
          nation: '{channelTag}{towntagoverride}{townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
          default: '{channelTag} {permprefix}{playername}{permsuffix}&f:{msgcolour} {msg}'
        'world':
          global: '{channelTag} {worldname}{townytagoverride}{townycolor}{permprefix}{group} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
          town: '{channelTag} {townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
          nation: '{channelTag}{towntagoverride}{townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
          default: '{channelTag} {permprefix}{playername}{permsuffix}&f:{msgcolour} {msg}'
        'world_the_end':
          global: '{channelTag} {worldname}{townytagoverride}{townycolor}{permprefix}{group} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
          town: '{channelTag} {townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
          nation: '{channelTag}{towntagoverride}{townycolor}{permprefix}{townyprefix}{playername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
          default: '{channelTag} {permprefix}{playername}{permsuffix}&f:{msgcolour} {msg}'
    
    I disabled Chat Manager.
     
  9. Offline

    Lotto

    No YAML Parser errors but I am receiving "You do not have the permissions for this" error as an Admin.

    Code:
    Show Spoiler

    Code:
     groups:
      default:
        default: true
        options:
            rank: '100'
        prefix: ''
        permissions:
        - essentials.getpos
        - essentials.afk
        - essentials.helpop
        - essentials.helpop.receive
        - essentials.ignore
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.motd
        - essentials.msg
        - essentials.rules
        - essentials.ping
        - essentials.seen
        - essentials.tpaccept
        - essentials.todeny
        - essentials.seen.banreason
        - essentials.suicide
        - essentials.kick.notify
        - essentials.sethome
        - essentials.home
        - essentials.warp
        - essentials.warp.list
        - essetials.balance
        - essentials.balancetop
        - essentials.pay
        - essentials.sell
        - essentials.worth
        - essentials.compass
        - essentials.depth
        - essentials.list
        - factions.create
        - factions.list
        - factions.show
        - factions.join
        - factions.leave
        - factions.chat
        - factions.home
        - modifyworld.chat
        - modifyworld.*
        - weatherman.basic
        - lottery.*
      VIP:
        default: false
        options:
            rank: '90'
        prefix: '&eVIP '
        inheritance:
        - default
        permissions:
        - essentials.fly
        - essentials.compass
        - essentials.list.hidden
        - essentials.me
        - essentials.msg.*
        - essentials.near
        - essentials.sethome.multiple
      Moderator:
        default: false
        options:
            rank: '80'
        prefix: '&dMod '
        inheritance:
        - VIP
        permissions:
        - essentials.ext
        - essentials.jails
        - essentials.kick
        - essentials.mute
        - essentials.socialspy
        - essentials.tempban
        - essentials.tempban.offline
        - essentials.togglejail
        - essentials.togglejail.offline
        - essentials.weather
      Architect:
        default: false
        options:
            rank: '70'
        prefix: '&7Architect '
        inheritance:
        - Moderator
        permissions:
        - bukkit.command.gamemode
      Admins:
        default: false
        options:
            rank: '0'
        prefix: '&aAdmin' 
        permissions:
        - permissions.*
    users:
      iLotto:
        group:
        - Admins
        permissions:
        - permissions.*
      hammyhavoc:
        group:
        - Admin
        permissions:
        - permissions.*
    
     
  10. Offline

    Lotto

    No one is going to write your YML for you unless you pay them probably.
     
  11. Offline

    evereadycod

    All Im asking is if somone would look at the permissions ymal http://pastebin.com/mQycjgUP

    And see if anyone can put together a donator rank thx:)

    Hay all, I need help I was woundering how do u enable/disable certain plugins for certain worlds, cause I want to make a Fractions world were players can only use/create fractions in that world.

    So I was woundering if there was a way to do that with permissions. Thx

    My permissions: http://pastebin.com/mQycjgUP

    P.S Pls dont just tell me give an example in my permissions thx

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Mar 26, 2019
  12. Is there any way to promote or demote myself for testing purposes ( now I have another reason ). Maybe adding a permission such as:

    permissions.CanAlwaysPromote.<user>

    or allowing me to set user ranks?

    or allowing ops to promote anyone?
     
  13. Offline

    theantho

    Bonjour j'ai config mon permission et il marche pas je dois faire quoi dans mon dossier config pour qu'il marche ?
     
  14. Offline

    Stealth007

    I dont know if you are able to use the console? Because there is a command to promote yourself (only in the console)
    Well its actually the same as for other players. say pex promote (your name) or pex demote (your name) in the console.
     
  15. Offline

    jeretman123

    yea i couldnt figure out the permission node for /tp when using permissions Ex so i downloaded a plugin called Zport. it added a new node for /tp and when i try to teleport it doesnt say anythings wrong but it still doesnt do anything. Btw i have essentials, jcommands,world edit/guard,and factions installed.
    If you can help that'd be great.
     
  16. Yes, that works. Thanks.

    EDIT: its a bit inconvenient that I have to use the console though. As it is now, my other moderators wont be able to use it as an Admin mode type thing. But the main problem is fixed.
     
  17. Offline

    tmanisawesome

    can u telll me if theres anything wrong with this


    groups:
    default:
    default: false
    permissions:
    - modifyworld.*
    newbie:
    default: true
    prefix: '&f(&fNewbie&f)&7'
    options:
    rank: '1000'
    worlds:
    world: {}
    permissions:
    - essentials.spawn
    - modifyworld.chat
    - essentials.motd
    member:
    prefix: '&f(&aMember&f)&7'
    options:
    rank: '900'
    worlds:
    world: {}
    permissions:
    - iConomy.access
    - iConomy.bank.*
    - iConomy.list
    - iConomy.payment
    - iConomy.rank
    - essentials.help
    - essentials.info
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.rules
    - essentials.suicide
    - essentials.whois
    - essentials.back
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tphere
    - essentials.warp.*
    - multiverse.access.*
    - multiverse.portal.access.*
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - lockette.user.create.*
    - lwc.protect
    - taien.th.hunt.world
    - taien.th.notify
    - taien.th.tool.world
    - taien.th.claim.world
    - taien.th.noconsume.world
    - towny.wild.*
    - towny.town.resident
    - towny.town.spawn.*
    - towny.chat.town
    - towny.chat.nation
    - ultimatearena.player
    - essentials.motd
    - essentials.msg
    inheritance:
    - newbie
    taylor:
    prefix: '&f(&0Taylor&f)&7'
    options:
    rank: '900'
    worlds:
    world: {}
    permissions:
    - essentials.spawn
    - iConomy.access
    - iConomy.bank.*
    - iConomy.list
    - iConomy.payment
    - iConomy.rank
    - essentials.help
    - essentials.info
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.rules
    - essentials.suicide
    - essentials.whois
    - essentials.back
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tphere
    - essentials.warp.*
    - multiverse.access.*
    - multiverse.portal.access.*
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - lockette.user.create.*
    - modifyworld.*
    - lwc.protect
    - taien.th.hunt.world
    - taien.th.notify
    - taien.th.tool.world
    - taien.th.claim.world
    - taien.th.noconsume.world
    - towny.wild.*
    - towny.town.resident
    - towny.town.spawn.*
    - towny.chat.town
    - towny.chat.nation
    - ultimatearena.player
    - essentials.motd
    - essentials.msg
    builder:
    prefix: '&f(&eBuilder&f)&f'
    options:
    rank: '850'
    worlds:
    world: {}
    permissions:
    - essentials.fly
    inheritance:
    - member
    trusted:
    prefix: '&f(&6Trusted&f)&2'
    options:
    rank: '800'
    worlds:
    world: {}
    permissions:
    - essentials.spawn
    - iConomy.access
    - iConomy.bank.*
    - iConomy.list
    - iConomy.payment
    - iConomy.rank
    - essentials.help
    - essentials.info
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.rules
    - essentials.suicide
    - essentials.whois
    - essentials.back
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tphere
    - essentials.warp.*
    - multiverse.access.*
    - multiverse.portal.access.*
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - lockette.user.create.*
    - modifyworld.*
    - lwc.protect
    - taien.th.hunt.world
    - taien.th.notify
    - taien.th.tool.world
    - taien.th.claim.world
    - taien.th.noconsume.world
    - towny.town.*
    - towny.wild.*
    - essentials.bigtree
    - essentials.afk
    - essentials.depth
    - essentials.getpos
    - essentials.ignore
    - essentials.nick
    - towny.*
    - ultimatearena.player
    - essentials.motd
    - essentials.afk
    - essentials.msg
    - essentials.msg.color
    trustedbuilder:
    prefix: '&f(&6Trusted&eBuilder&f)&a'
    options:
    rank: '700'
    worlds:
    world: {}
    permissions:
    - essentials.spawn
    - iConomy.access
    - iConomy.bank.*
    - iConomy.list
    - iConomy.payment
    - iConomy.rank
    - essentials.help
    - essentials.info
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.rules
    - essentials.suicide
    - essentials.whois
    - essentials.back
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tphere
    - essentials.warp.*
    - multiverse.access.*
    - multiverse.portal.access.*
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - lockette.user.create.*
    - modifyworld.*
    - lwc.protect
    - taien.th.hunt.world
    - taien.th.notify
    - taien.th.tool.world
    - taien.th.claim.world
    - taien.th.noconsume.world
    - towny.town.*
    - towny.wild.*
    - essentials.bigtree
    - essentials.afk
    - essentials.depth
    - essentials.getpos
    - essentials.ignore
    - essentials.nick
    - towny.*
    - ultimatearena.player
    - essentials.motd
    - essentials.afk
    - essentials.msg
    - essentials.msg.color
    - essentials.clearinventory
    - essentials.weather
    - essentials.sethome.multiple
    - worledit.*
    - essentials.gamemode
    moderator:
    prefix: '&f(&1Moderator&f)&b'
    options:
    rank: '700'
    worlds:
    world: {}
    permissions:
    - essentials.spawn - iConomy.access
    - iConomy.bank.*
    - iConomy.list
    - iConomy.payment
    - iConomy.rank
    - essentials.help
    - essentials.info
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.rules
    - essentials.suicide
    - essentials.whois
    - essentials.back
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tphere
    - essentials.warp.*
    - multiverse.access.*
    - multiverse.portal.access.*
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - lockette.user.create.*
    - modifyworld.*
    - lwc.protect
    - taien.th.hunt.world
    - taien.th.notify
    - taien.th.tool.world
    - taien.th.claim.world
    - taien.th.noconsume.world
    - towny.town.*
    - towny.wild.*
    - essentials.bigtree
    - essentials.afk
    - essentials.depth
    - essentials.getpos
    - essentials.ignore
    - essentials.nick
    - essentials.feed
    - essentials.time
    - essentials.time.set
    - essentials.nick.color
    - essentials.realname
    - essentials.kick
    - essentials.lightning
    - essentials.mute
    - essentials.jump
    - essentials.tp
    - essentials.tpohere
    - towny.*
    - ultimatearena.admin
    - essentials.motd
    - essentials.afk
    HeadModerator:
    prefix: '&f(&cHead&1Moderator&f)&6'
    options: {}
    worlds: {}
    permissions:
    - essentials.spawn
    - iConomy.*
    - essentials.info
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.rules
    - essentials.suicide
    - essentials.whois
    - essentials.back
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tphere
    - essentials.warp.*
    - multiverse.access.*
    - multiverse.portal.access.*
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - lockette.user.create.*
    - modifyworld.*
    - lwc.protect
    - taien.th.hunt.world
    - taien.th.notify
    - taien.th.tool.world
    - taien.th.claim.world
    - taien.th.noconsume.world
    - towny.town.*
    - towny.wild.*
    - essentials.bigtree
    - essentials.afk
    - essentials.depth
    - essentials.getpos
    - essentials.ignore
    - essentials.nick
    - essentials.feed
    - essentials.time
    - essentials.time.set
    - essentials.nick.color
    - essentials.realname
    - essentials.kick
    - essentials.lightning
    - essentials.mute
    - essentials.jump
    - essentials.tp
    - essentials.tpohere
    - essentials.gamemode
    - essentials.balance.others
    - essentials.sethome.multiple
    - essentials.home.others
    - permissions.manage.*
    - towny.*
    - ultimatearena.admin
    - essentials.motd
    admin:
    prefix: '&f(&cAdmin&f)&7'
    permissions:
    - essentials.spawn
    - iConomy.*
    - essentials.help
    - essentials.info
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.rules
    - essentials.suicide
    - essentials.whois
    - essentials.back
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tphere
    - essentials.warp.*
    - multiverse.access.*
    - multiverse.portal.access.*
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - lockette.user.create.*
    - modifyworld.*
    - lwc.protect
    - taien.th.hunt.world
    - taien.th.notify
    - taien.th.tool.world
    - taien.th.claim.world
    - taien.th.noconsume.world
    - towny.town.*
    - towny.wild.*
    - essentials.bigtree
    - essentials.afk
    - essentials.depth
    - essentials.getpos
    - essentials.ignore
    - essentials.nick
    - essentials.feed
    - essentials.time
    - essentials.time.set
    - essentials.nick.color
    - essentials.realname
    - essentials.kick
    - essentials.lightning
    - essentials.mute
    - essentials.jump
    - essentials.tp
    - essentials.tpohere
    - essentials.gamemode
    - essentials.feed.others
    - essentials.gamemode.others
    - essentials.heal
    - essentials.heal.cooldown.bypass
    - essentials.heal.others
    - essentials.repair
    - essentials.repair.armor
    - essentials.repair.enchanted
    - essentials.balance.others
    - essentials.nick.others
    - essentials.spawner
    - essentials.spawner.*
    - essentials.sethome.multiple
    - essentials.home.others
    - ultimatearena.admin
    - essentials.motd
    headadmin:
    prefix: '&f(&fHead&4Admin&f)&7'
    permissions:
    - essentials.spawn
    - iConomy.*
    - essentials.help
    - essentials.info
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.rules
    - essentials.suicide
    - essentials.whois
    - essentials.back
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.tphere
    - essentials.warp.*
    - multiverse.access.*
    - multiverse.portal.access.*
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - lockette.user.create.*
    - modifyworld.*
    - lwc.protect
    - taien.th.hunt.world
    - taien.th.notify
    - taien.th.tool.world
    - taien.th.claim.world
    - taien.th.noconsume.world
    - towny.town.*
    - towny.wild.*
    - essentials.bigtree
    - essentials.afk
    - essentials.depth
    - essentials.getpos
    - essentials.ignore
    - essentials.nick
    - essentials.feed
    - essentials.time
    - essentials.time.set
    - essentials.nick.color
    - essentials.realname
    - essentials.kick
    - essentials.lightning
    - essentials.mute
    - essentials.jump
    - essentials.tp
    - essentials.tpohere
    - essentials.gamemode
    - essentials.feed.others
    - essentials.gamemode.others
    - essentials.heal
    - essentials.heal.cooldown.bypass
    - essentials.heal.others
    - essentials.repair
    - essentials.repair.armor
    - essentials.repair.enchanted
    - essentials.balance.others
    - essentials.nick.others
    - essentials.spawner
    - essentials.spawner.*
    - essentials.sethome.multiple
    - essentials.home.others
    - essentials.tempban.offline
    - essentials.tempban
    - essentials.nuke
    - essentials.ban
    - ultimatearena.admin
    - essentials.motd
    owner:
    prefix: '&f(&cO&ew&an&9e&dr&f)&1'
    options:
    rank: '1'
     
  18. Offline

    gabessdsp

    So none of my commands etc have been working for my players....it's been brought to my attention it is in fact a misconfigured permissions file. I used the yaml checker and everything checks out, but for some reason my permissions still don't work. I need help ASAP!

    Here is my file:
    http://pastie.org/3992713
     
  19. Offline

    Stealth007

    You're welcome. Your moderators are able to promote other players but not above their own rank.
    It works with the same command.
    For example
    Rank 1 (500)
    Rank 2 (400)
    Rank 3 (300)
    Rank 4 (MOD) (200)
    Rank 5 (Admin) (0)

    Rank 4 is able to promote rank 1 to 2 and rank 2 to 3.
    Rank 3 would be able (if they had the permission to) to promote rank 1 to rank 2
    and Rank 2 woulndt be able to promote or demote anyone.
    Just say pex promote (name) in game. That works for me.
    I dont no whether this was usefull or not. But I thought it might be usefull to know.

    Erik

    Hey uhm what is your default world? clutterrun? because the permissions are empty in that world.
    I cant find anything wrong.

    Next time when you're posting your permissions put it between [.code][./code] (without the .)
    Uhm I saw this:
    Code:
    moderator:
      prefix: '&f(&1Moderator&f)&b'
      options:
        rank: '700'
      permissions:
      - essentials.spawn - iConomy.access   <-------
      - iConomy.bank.*
      - iConomy.list
      - iConomy.payment
    
    That shouldnt be there. Uhm please repost your permissions with the [.code][./code] thingy and i'll see if there is more going on.

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

    evereadycod

    HAY I need help I can't get a donator/Co-Owner rank for my server and i would love it if somone could maby do it.

    http://pastebin.com/mQycjgUP

    Anyway cause I dont know wat to put in. Just asking all the pro rank builders if they could lend me a hand thx
     
  21. Offline

    bonani

    I have the newest pack, but don't use Chatmanager. I'm using essentialschat; why do I need the chatmanager? :)
     
  22. Offline

    tmanisawesome

    Code:
    groups:
      default:
        default: false
        permissions:
        - modifyworld.*
      newbie:
        default: true
        prefix: '&f(&fNewbie&f)&7'
        options:
          rank: '1000'
        worlds:
          world: {}
        permissions:
        - essentials.spawn
        - modifyworld.chat
        - essentials.motd
      member:
        prefix: '&f(&aMember&f)&7'
        options:
          rank: '900'
        worlds:
          world: {}
        permissions:
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.wild.*
        - towny.town.resident
        - towny.town.spawn.*
        - towny.chat.town
        - towny.chat.nation
        - ultimatearena.player
        - essentials.motd
        - essentials.msg
        - modifyworld.*
        inheritance:
        - newbie
      taylor:
        prefix: '&f(&0Taylor&f)&7'
        options:
          rank: '900'
        worlds:
          world: {}
        permissions:
        - essentials.spawn
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.wild.*
        - towny.town.resident
        - towny.town.spawn.*
        - towny.chat.town
        - towny.chat.nation
        - ultimatearena.player
        - essentials.motd
        - essentials.msg
      builder:
        prefix: '&f(&eBuilder&f)&f'
        options:
          rank: '850'
        worlds:
          world: {}
        permissions:
        - essentials.fly
        inheritance:
        - member
      trusted:
        prefix: '&f(&6Trusted&f)&2'
        options:
          rank: '800'
        worlds:
          world: {}
        permissions:
        - essentials.spawn
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - towny.*
        - ultimatearena.player
        - essentials.motd
        - essentials.afk
        - essentials.msg
        - essentials.msg.color
      trustedbuilder:
        prefix: '&f(&6Trusted&eBuilder&f)&a'
        options:
          rank: '700'
        worlds:
          world: {}
        permissions:
        - essentials.spawn
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - towny.*
        - ultimatearena.player
        - essentials.motd
        - essentials.afk
        - essentials.msg
        - essentials.msg.color
        - essentials.clearinventory
        - essentials.weather
        - essentials.sethome.multiple
        - worledit.*
        - essentials.gamemode
      moderator:
        prefix: '&f(&1Moderator&f)&b'
        options:
          rank: '700'
        worlds:
          world: {}
        permissions:
        - essentials.spawn - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - towny.*
        - ultimatearena.admin
        - essentials.motd
        - essentials.afk
      HeadModerator:
        prefix: '&f(&cHead&1Moderator&f)&6'
        options: {}
        worlds: {}
        permissions:
        - essentials.spawn
        - iConomy.*
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - essentials.gamemode
        - essentials.balance.others
        - essentials.sethome.multiple
        - essentials.home.others
        - permissions.manage.*
        - towny.*
        - ultimatearena.admin
        - essentials.motd
      admin:
        prefix: '&f(&cAdmin&f)&7'
        permissions:
        - essentials.spawn
        - iConomy.*
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - essentials.gamemode
        - essentials.feed.others
        - essentials.gamemode.others
        - essentials.heal
        - essentials.heal.cooldown.bypass
        - essentials.heal.others
        - essentials.repair
        - essentials.repair.armor
        - essentials.repair.enchanted
        - essentials.balance.others
        - essentials.nick.others
        - essentials.spawner
        - essentials.spawner.*
        - essentials.sethome.multiple
        - essentials.home.others
        - ultimatearena.admin
        - essentials.motd
      headadmin:
        prefix: '&f(&fHead&4Admin&f)&7'
        permissions:
        - essentials.spawn
        - iConomy.*
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - essentials.gamemode
        - essentials.feed.others
        - essentials.gamemode.others
        - essentials.heal
        - essentials.heal.cooldown.bypass
        - essentials.heal.others
        - essentials.repair
        - essentials.repair.armor
        - essentials.repair.enchanted
        - essentials.balance.others
        - essentials.nick.others
        - essentials.spawner
        - essentials.spawner.*
        - essentials.sethome.multiple
        - essentials.home.others
        - essentials.tempban.offline
        - essentials.tempban
        - essentials.nuke
        - essentials.ban
        - ultimatearena.admin
        - essentials.motd
      owner:
        prefix: '&f(&cO&ew&an&9e&dr&f)&1'
        options:
          rank: '1'
    Code:
    groups:
      default:
        default: false
        permissions:
        - modifyworld.*
      newbie:
        default: true
        prefix: '&f(&fNewbie&f)&7'
        options:
          rank: '1000'
        worlds:
          world: {}
        permissions:
        - essentials.spawn
        - modifyworld.chat
        - essentials.motd
      member:
        prefix: '&f(&aMember&f)&7'
        options:
          rank: '900'
        worlds:
          world: {}
        permissions:
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.wild.*
        - towny.town.resident
        - towny.town.spawn.*
        - towny.chat.town
        - towny.chat.nation
        - ultimatearena.player
        - essentials.motd
        - essentials.msg
        - modifyworld.*
        inheritance:
        - newbie
      taylor:
        prefix: '&f(&0Taylor&f)&7'
        options:
          rank: '900'
        worlds:
          world: {}
        permissions:
        - essentials.spawn
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.wild.*
        - towny.town.resident
        - towny.town.spawn.*
        - towny.chat.town
        - towny.chat.nation
        - ultimatearena.player
        - essentials.motd
        - essentials.msg
      builder:
        prefix: '&f(&eBuilder&f)&f'
        options:
          rank: '850'
        worlds:
          world: {}
        permissions:
        - essentials.fly
        inheritance:
        - member
      trusted:
        prefix: '&f(&6Trusted&f)&2'
        options:
          rank: '800'
        worlds:
          world: {}
        permissions:
        - essentials.spawn
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - towny.*
        - ultimatearena.player
        - essentials.motd
        - essentials.afk
        - essentials.msg
        - essentials.msg.color
      trustedbuilder:
        prefix: '&f(&6Trusted&eBuilder&f)&a'
        options:
          rank: '700'
        worlds:
          world: {}
        permissions:
        - essentials.spawn
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - towny.*
        - ultimatearena.player
        - essentials.motd
        - essentials.afk
        - essentials.msg
        - essentials.msg.color
        - essentials.clearinventory
        - essentials.weather
        - essentials.sethome.multiple
        - worledit.*
        - essentials.gamemode
      moderator:
        prefix: '&f(&1Moderator&f)&b'
        options:
          rank: '700'
        worlds:
          world: {}
        permissions:
        - essentials.spawn - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - towny.*
        - ultimatearena.admin
        - essentials.motd
        - essentials.afk
      HeadModerator:
        prefix: '&f(&cHead&1Moderator&f)&6'
        options: {}
        worlds: {}
        permissions:
        - essentials.spawn
        - iConomy.*
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - essentials.gamemode
        - essentials.balance.others
        - essentials.sethome.multiple
        - essentials.home.others
        - permissions.manage.*
        - towny.*
        - ultimatearena.admin
        - essentials.motd
      admin:
        prefix: '&f(&cAdmin&f)&7'
        permissions:
        - essentials.spawn
        - iConomy.*
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - essentials.gamemode
        - essentials.feed.others
        - essentials.gamemode.others
        - essentials.heal
        - essentials.heal.cooldown.bypass
        - essentials.heal.others
        - essentials.repair
        - essentials.repair.armor
        - essentials.repair.enchanted
        - essentials.balance.others
        - essentials.nick.others
        - essentials.spawner
        - essentials.spawner.*
        - essentials.sethome.multiple
        - essentials.home.others
        - ultimatearena.admin
        - essentials.motd
      headadmin:
        prefix: '&f(&fHead&4Admin&f)&7'
        permissions:
        - essentials.spawn
        - iConomy.*
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - essentials.gamemode
        - essentials.feed.others
        - essentials.gamemode.others
        - essentials.heal
        - essentials.heal.cooldown.bypass
        - essentials.heal.others
        - essentials.repair
        - essentials.repair.armor
        - essentials.repair.enchanted
        - essentials.balance.others
        - essentials.nick.others
        - essentials.spawner
        - essentials.spawner.*
        - essentials.sethome.multiple
        - essentials.home.others
        - essentials.tempban.offline
        - essentials.tempban
        - essentials.nuke
        - essentials.ban
        - ultimatearena.admin
        - essentials.motd
      owner:
        prefix: '&f(&cO&ew&an&9e&dr&f)&1'
        options:
          rank: '1'
    ik the iconomy thing in the moderator is still there i just want u to check out everything else

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

    Stealth007

    See if this works

    Code:
    groups:
      default:
        default: false
        permissions:
        - modifyworld.*
      newbie:
        default: true
        prefix: '&f(&fNewbie&f)&7'
        options:
          rank: '1000'
        permissions:
        - essentials.spawn
        - modifyworld.chat
        - essentials.motd
      member:
        prefix: '&f(&aMember&f)&7'
        options:
          rank: '900'
        permissions:
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.wild.*
        - towny.town.resident
        - towny.town.spawn.*
        - towny.chat.town
        - towny.chat.nation
        - ultimatearena.player
        - essentials.motd
        - essentials.msg
        - modifyworld.*
        inheritance:
        - newbie
      taylor:
        prefix: '&f(&0Taylor&f)&7'
        options:
          rank: '900'
        permissions:
        - essentials.spawn
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.wild.*
        - towny.town.resident
        - towny.town.spawn.*
        - towny.chat.town
        - towny.chat.nation
        - ultimatearena.player
        - essentials.motd
        - essentials.msg
      builder:
        prefix: '&f(&eBuilder&f)&f'
        options:
          rank: '850'
        permissions:
        - essentials.fly
        inheritance:
        - member
      trusted:
        prefix: '&f(&6Trusted&f)&2'
        options:
          rank: '800'
        permissions:
        - essentials.spawn
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - towny.*
        - ultimatearena.player
        - essentials.motd
        - essentials.afk
        - essentials.msg
        - essentials.msg.color
      trustedbuilder:
        prefix: '&f(&6Trusted&eBuilder&f)&a'
        options:
          rank: '700'
        permissions:
        - essentials.spawn
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - towny.*
        - ultimatearena.player
        - essentials.motd
        - essentials.afk
        - essentials.msg
        - essentials.msg.color
        - essentials.clearinventory
        - essentials.weather
        - essentials.sethome.multiple
        - worledit.*
        - essentials.gamemode
      moderator:
        prefix: '&f(&1Moderator&f)&b'
        options:
          rank: '700'
        permissions:
        - essentials.spawn
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - towny.*
        - ultimatearena.admin
        - essentials.motd
        - essentials.afk
      HeadModerator:
        prefix: '&f(&cHead&1Moderator&f)&6'
        permissions:
        - essentials.spawn
        - iConomy.*
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - essentials.gamemode
        - essentials.balance.others
        - essentials.sethome.multiple
        - essentials.home.others
        - permissions.manage.*
        - towny.*
        - ultimatearena.admin
        - essentials.motd
      admin:
        prefix: '&f(&cAdmin&f)&7'
        permissions:
        - essentials.spawn
        - iConomy.*
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - essentials.gamemode
        - essentials.feed.others
        - essentials.gamemode.others
        - essentials.heal
        - essentials.heal.cooldown.bypass
        - essentials.heal.others
        - essentials.repair
        - essentials.repair.armor
        - essentials.repair.enchanted
        - essentials.balance.others
        - essentials.nick.others
        - essentials.spawner
        - essentials.spawner.*
        - essentials.sethome.multiple
        - essentials.home.others
        - ultimatearena.admin
        - essentials.motd
      headadmin:
        prefix: '&f(&fHead&4Admin&f)&7'
        permissions:
        - essentials.spawn
        - iConomy.*
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - essentials.gamemode
        - essentials.feed.others
        - essentials.gamemode.others
        - essentials.heal
        - essentials.heal.cooldown.bypass
        - essentials.heal.others
        - essentials.repair
        - essentials.repair.armor
        - essentials.repair.enchanted
        - essentials.balance.others
        - essentials.nick.others
        - essentials.spawner
        - essentials.spawner.*
        - essentials.sethome.multiple
        - essentials.home.others
        - essentials.tempban.offline
        - essentials.tempban
        - essentials.nuke
        - essentials.ban
        - ultimatearena.admin
        - essentials.motd
      owner:
        prefix: '&f(&cO&ew&an&9e&dr&f)&1'
        options:
          rank: '1'
    
    .1EDIT there are no permissions for the 'owner' group
     
  24. Offline

    tmanisawesome

    Code:
    groups:
      default:
        default: false
        permissions:
        - modifyworld.*
      newbie:
        default: true
        prefix: '&f(&fNewbie&f)&7'
        options:
          rank: '1000'
        worlds:
          world: {}
        permissions:
        - essentials.spawn
        - modifyworld.chat
        - essentials.motd
      member:
        prefix: '&f(&aMember&f)&7'
        options:
          rank: '900'
        worlds:
          world: {}
        permissions:
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.wild.*
        - towny.town.resident
        - towny.town.spawn.*
        - towny.chat.town
        - towny.chat.nation
        - ultimatearena.player
        - essentials.motd
        - essentials.msg
        - modifyworld.*
        inheritance:
        - newbie
      taylor:
        prefix: '&f(&0Taylor&f)&7'
        options:
          rank: '900'
        worlds:
          world: {}
        permissions:
        - essentials.spawn
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.wild.*
        - towny.town.resident
        - towny.town.spawn.*
        - towny.chat.town
        - towny.chat.nation
        - ultimatearena.player
        - essentials.motd
        - essentials.msg
      builder:
        prefix: '&f(&eBuilder&f)&f'
        options:
          rank: '850'
        worlds:
          world: {}
        permissions:
        - essentials.fly
        inheritance:
        - member
      trusted:
        prefix: '&f(&6Trusted&f)&2'
        options:
          rank: '800'
        worlds:
          world: {}
        permissions:
        - essentials.spawn
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - towny.*
        - ultimatearena.player
        - essentials.motd
        - essentials.afk
        - essentials.msg
        - essentials.msg.color
      trustedbuilder:
        prefix: '&f(&6Trusted&eBuilder&f)&a'
        options:
          rank: '700'
        worlds:
          world: {}
        permissions:
        - essentials.spawn
        - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - towny.*
        - ultimatearena.player
        - essentials.motd
        - essentials.afk
        - essentials.msg
        - essentials.msg.color
        - essentials.clearinventory
        - essentials.weather
        - essentials.sethome.multiple
        - worledit.*
        - essentials.gamemode
      moderator:
        prefix: '&f(&1Moderator&f)&b'
        options:
          rank: '700'
        worlds:
          world: {}
        permissions:
        - essentials.spawn - iConomy.access
        - iConomy.bank.*
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - towny.*
        - ultimatearena.admin
        - essentials.motd
        - essentials.afk
      HeadModerator:
        prefix: '&f(&cHead&1Moderator&f)&6'
        options: {}
        worlds: {}
        permissions:
        - essentials.spawn
        - iConomy.*
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - essentials.gamemode
        - essentials.balance.others
        - essentials.sethome.multiple
        - essentials.home.others
        - permissions.manage.*
        - towny.*
        - ultimatearena.admin
        - essentials.motd
      admin:
        prefix: '&f(&cAdmin&f)&7'
        permissions:
        - essentials.spawn
        - iConomy.*
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - essentials.gamemode
        - essentials.feed.others
        - essentials.gamemode.others
        - essentials.heal
        - essentials.heal.cooldown.bypass
        - essentials.heal.others
        - essentials.repair
        - essentials.repair.armor
        - essentials.repair.enchanted
        - essentials.balance.others
        - essentials.nick.others
        - essentials.spawner
        - essentials.spawner.*
        - essentials.sethome.multiple
        - essentials.home.others
        - ultimatearena.admin
        - essentials.motd
      headadmin:
        prefix: '&f(&fHead&4Admin&f)&7'
        permissions:
        - essentials.spawn
        - iConomy.*
        - essentials.help
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.rules
        - essentials.suicide
        - essentials.whois
        - essentials.back
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.tphere
        - essentials.warp.*
        - multiverse.access.*
        - multiverse.portal.access.*
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - lockette.user.create.*
        - modifyworld.*
        - lwc.protect
        - taien.th.hunt.world
        - taien.th.notify
        - taien.th.tool.world
        - taien.th.claim.world
        - taien.th.noconsume.world
        - towny.town.*
        - towny.wild.*
        - essentials.bigtree
        - essentials.afk
        - essentials.depth
        - essentials.getpos
        - essentials.ignore
        - essentials.nick
        - essentials.feed
        - essentials.time
        - essentials.time.set
        - essentials.nick.color
        - essentials.realname
        - essentials.kick
        - essentials.lightning
        - essentials.mute
        - essentials.jump
        - essentials.tp
        - essentials.tpohere
        - essentials.gamemode
        - essentials.feed.others
        - essentials.gamemode.others
        - essentials.heal
        - essentials.heal.cooldown.bypass
        - essentials.heal.others
        - essentials.repair
        - essentials.repair.armor
        - essentials.repair.enchanted
        - essentials.balance.others
        - essentials.nick.others
        - essentials.spawner
        - essentials.spawner.*
        - essentials.sethome.multiple
        - essentials.home.others
        - essentials.tempban.offline
        - essentials.tempban
        - essentials.nuke
        - essentials.ban
        - ultimatearena.admin
        - essentials.motd
      owner:
        prefix: '&f(&cO&ew&an&9e&dr&f)&1'
        options:
          rank: '1'
    ik the iconomy thing in the moderator is still there i just want u to check out everything else

    what did u chang

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

    Stealth007

    Well I deleted all the empty stuff. Things you dont need. Like
    options: {}
    worlds: {}
    Its just confusing (my opinion)
    The double permission thing:

    - essentials.spawn - iConomy.access

    And that's it everything seems oké, by the way what was your question? Do you get errors in the console or ingame??
     
  26. Offline

    tmanisawesome

    well what happened was i used to have more than one world but when i did some people couldnt see what i was typing but now tht i dont have two worlds it doesnt do tht
     
  27. That would be writing your permissions...

    There is, kind of.

    Unless the plugin specifically supports only working in a specified world, the best you can do is not give the permission nodes in the world(s) you don't want the plugin being used.

    https://github.com/PEXPlugins/Permi...ooting-and-FAQ#wiki-pex-internal-server-error

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Aug 28, 2019
  28. Offline

    evereadycod

    Thanks for reaplying But can pls give me an expale of permissions and wat u have to type to give perms to defferent world
     
  29. Offline

    gigagobo

    Hey guys,
    I need help with this plug-in.
    I got some groups, but the prefix thing doesn't work. It uses the permission settings, but it doesn't show the prefix in chat.

    Here are my prefix settings:
    prefix: '&c[Admin]'
    prefix: '[Guest]'

    this is the whole permissions.yml:
    Code:
    groups:
      Default:
        default: true
        info:
          prefix: '[Guest]'
          suffix: ''
          build: true
        permissions:
        - essentials.help
        - essentials.sethome
        - essentials.motd
        - essentials.rules
        - essentials.signs.protection.use
        - essentials.signs.free.use
        - essentials.signs.disposal.use
        - essentials.afk
        - essentials.list
        - essentials.helpop
        - essentials.whois
        - essentials.protect
        - essentials.signs.trade.use
        - essentials.signs.trade.create
        - essentials.signs.buy.use
        - essentials.signs.sell.use
        - essentials.signs.balance.create
        - essentials.signs.balance.use
      Admins:
        default: false
        info:
          prefix: '&c[Admin]'
          suffix: ''
          build: true
        permissions:
        - '*'
        - -essentials.signs.warp.create
        - -essentials.signs.heal.create
    users:
      EliteAI:
        group:
        - Default
      User2:
        group: Admins
      User3:
        group: Admins
      User4:
        group: Admins
      User5:
        group: Admins
    
    I copied it from the net (might be an older code version), but my server doesn't show any error.

    Hope for Answers!
     
  30. Offline

    toastieness

    What does internal server error mean?

    Code:
    groups:
        Guest:
            Default: True
            options:
            prefix: '&e[Guest]&f'
            worlds:
                world:
                    permissions:
                    - modifyworld.chat
                    - essentials.spawn
        Builder:
            default: false
            options:
            prefix: '&2[Builder]&f'
            worlds:
                world:
                    permissions:
                    - modifyworld.*
                    - modifyworld.chat
                    - multiverse.access.*
                    - multiverse.teleport.self.*
                    - multiverse.teleport.core.spawn.self
                    - multiverse.teleport.self.*
                    - multiverse.core.spawn.self
                    - zp.tpa
                    - zp.warp
                    - zp.createwarp
                    - zp.private
                    - zp.back
                    - essentials.spawn
                    - essentials.sethome
                    - essentials.home
                    - war.player
                    - war.warp
                    - ChestShop.shop.buy
                    - ChestShop.shop.sell
                    - ChestShop.shop.sell.itemID
                    - iConomy.holdings
                    - iConomy.help
                    - iConomy.payment
                    - iConomy.accounts.create
                pvpworld:   
                    permissions:
                    - modifyworld.*
                    - modifyworld.chat
                    - multiverse.access.*
                    - multiverse.teleport.self.*
                    - multiverse.teleport.core.spawn.self
                    - multiverse.teleport.self.*
                    - multiverse.core.spawn.self
                    - zp.tpa
                    - zp.private
                    - zp.back
                    - essentials.spawn
                    - essentials.sethome
                    - essentials.home
                    - war.player
                    - war.
                    - ChestShop.shop.buy
                    - ChestShop.shop.sell
                    - iConomy.holdings
                    - iConomy.help
                    - iConomy.payment
                    - iConomy.accounts.create
                    - war.player
                    - war.warp
        Donator:
            default: false
            options:
            prefix: '&2[Donator]&f'
            worlds:
                world:
                    permissions:
                    - mcmmo.ability.*
                    - modifyworld.*
                    - modifyworld.chat
                    - essentials.tp
                    - essentials.tempban
                    - essentials.mute
                    - essentials.kick
                    - essentials.broadcast
                    - multiverse.access.*
                    - multiverse.teleport.self.*
                    - multiverse.teleport.core.spawn.self
                    - multiverse.teleport.self.*
                    - multiverse.core.spawn.self
                    - zp.tpa
                    - zp.warp
                    - zp.createwarp
                    - zp.private
                    - zp.back
                    - essentials.spawn
                    - essentials.sethome
                    - essentials.home
                    - war.player
                    - war.warp
                    - ChestShop.shop.buy
                    - ChestShop.shop.sell
                    - ChestShop.shop.sell.itemID
                    - iConomy.holdings
                    - iConomy.help
                    - iConomy.payment
                    - iConomy.accounts.create 
                pvpworld:   
                    permissions:
                    - mcmmo.ability.*
                    - modifyworld.*
                    - modifyworld.chat               
                    - essentials.tempban
                    - essentials.mute
                    - essentials.kick
                    - essentials.broadcast               
                    - multiverse.access.*
                    - multiverse.teleport.self.*
                    - multiverse.teleport.core.spawn.self
                    - multiverse.teleport.self.*
                    - multiverse.core.spawn.self
                    - zp.tpa
                    - zp.private
                    - zp.back
                    - essentials.spawn
                    - essentials.sethome
                    - essentials.home
                    - war.player
                    - war.
                    - ChestShop.shop.buy
                    - ChestShop.shop.sell
                    - iConomy.holdings
                    - iConomy.help
                    - iConomy.payment
                    - iConomy.accounts.create
                    - war.player
                    - war.warp
        Foreman:
            default: false
            options:
            prefix: '&6[Foreman]&f'
            worlds:
                world:
                    permissions:
                    - mcmmo.ability.*
                    - modifyworld.*
                    - modifyworld.chat
                    - essentials.tp
                    - essentials.tempban
                    - essentials.mute
                    - essentials.kick
                    - essentials.broadcast
                    - multiverse.access.*
                    - multiverse.teleport.self.*
                    - multiverse.teleport.core.spawn.self
                    - multiverse.teleport.self.*
                    - multiverse.core.spawn.self
                    - zp.tpa
                    - zp.warp
                    - zp.createwarp
                    - zp.private
                    - zp.back
                    - essentials.spawn
                    - essentials.sethome
                    - essentials.home
                    - war.player
                    - war.warp
                    - ChestShop.shop.buy
                    - ChestShop.shop.sell
                    - ChestShop.shop.sell.itemID
                    - iConomy.holdings
                    - iConomy.help
                    - iConomy.payment
                    - iConomy.accounts.create 
                pvpworld:   
                    permissions:
                    - mcmmo.ability.*
                    - modifyworld.*
                    - modifyworld.chat               
                    - essentials.tempban
                    - essentials.mute
                    - essentials.kick
                    - essentials.broadcast               
                    - multiverse.access.*
                    - multiverse.teleport.self.*
                    - multiverse.teleport.core.spawn.self
                    - multiverse.teleport.self.*
                    - multiverse.core.spawn.self
                    - zp.tpa
                    - zp.private
                    - zp.back
                    - essentials.spawn
                    - essentials.sethome
                    - essentials.home
                    - war.player
                    - war.
                    - ChestShop.shop.buy
                    - ChestShop.shop.sell
                    - iConomy.holdings
                    - iConomy.help
                    - iConomy.payment
                    - iConomy.accounts.create
                    - war.player
                    - war.warp
        Admin:
            default: false   
            options: 
            prefix: '&c[Admin]&f'
            worlds:
                world: 
                    permissions:
                    - mcmmo.ability.*
                    - modifyworld.*
                    - modifyworld.chat               
                    - essentials.invsee
                    - essentials.kickall
                    - essentials.banip
                    - essentials.ban
                    - essentials.tphere
                    - essentials.tp
                    - essentials.tempban
                    - essentials.mute
                    - essentials.kick
                    - essentials.broadcast
                    - multiverse.access.*
                    - multiverse.teleport.self.*
                    - multiverse.teleport.core.spawn.self
                    - multiverse.teleport.self.*
                    - multiverse.core.spawn.self
                    - zp.tpa
                    - zp.warp
                    - zp.createwarp
                    - zp.private
                    - zp.back
                    - essentials.spawn
                    - essentials.sethome
                    - essentials.home
                    - war.player
                    - war.warp
                    - ChestShop.shop.buy
                    - ChestShop.shop.sell
                    - ChestShop.shop.sell.itemID
                    - iConomy.holdings
                    - iConomy.help
                    - iConomy.payment
                    - iConomy.accounts.create 
                pvpworld:
                    permissions:
                    - mcmmo.ability.*
                    - modifyworld.*
                    - modifyworld.chat               
                    - essentials.tempban
                    - essentials.mute
                    - essentials.kick
                    - essentials.broadcast               
                    - multiverse.access.*
                    - multiverse.teleport.self.*
                    - multiverse.teleport.core.spawn.self
                    - multiverse.teleport.self.*
                    - multiverse.core.spawn.self
                    - zp.tpa
                    - zp.private
                    - zp.back
                    - essentials.spawn
                    - essentials.sethome
                    - essentials.home
                    - war.player
                    - war.
                    - ChestShop.shop.buy
                    - ChestShop.shop.sell
                    - iConomy.holdings
                    - iConomy.help
                    - iConomy.payment
                    - iConomy.accounts.create
                    - war.player
                    - war.warp
                epictown:
                    permissions:
                    - '*'       
        Operator:
            default: false   
            options: 
            prefix: '&4[Op]&f'
            worlds:
                world: 
                    permissions:
                    - '*'
                pvpworld:
                    permissions:
                    - '*'
                epictown:
                    permissions:
                    - '*'
    worlds:
        World_nether:
            inheritance:
            - world
        World_the_end:
            inheritance:
            - world 
    users:        
    Whats Wrong with this ?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Sep 9, 2018
  31. The wiki and the first post both have examples of multiworld setups.

    What chat manager are you using? If it's chatmanager that comes in the PEX archive, you need to have it enabled (it's disabled by default in it's config file) and the prefix/suffix lines don't go in the info section, they are stand alone as shown in the examples in the first post and the wiki. :)

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

Share This Page