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. Not a problem.

    It's also a form of self preservation. See, if I can help you in understanding how it works, then you won't have to come back with more problems and can hopefully help others as well, thereby reducing the amount of traffic and increasing the enlightenment more people. ;)
     
  3. Offline

    Jummper123

  4. Offline

    1981Thomas

    Hello

    Have a problem!
    I can not destroy blocks. Althought I am admin. Here is my "permissions.yml".
    I have:
    - PermissionsEx-1.19.3-package
    - Craftbukkit-1.3.1-R2.0

    Code:
    groups:
      default:
        default: true
        options:
          rank: '1000'
        prefix: '[default]'
        permissions:
        - modifyworld.chat
      admin:
        default: false
        options:
          rank: '1'
        prefix: '[admin]'
        permissions:
        - modifyworld.*
        - '*'
    users:
      test1:
        group:
        - admin
    
     
  5. Please add the feature to administrate it on the web with php so that you can connect php to your permissions.yml file and then upload the script to your website and then that a admin can login and can change the prefix and suffix and change user groups .... and add availability to let only the donator rank change his/her own prefix/suffix with web permissions to select on the admin panel
     
  6. Offline

    CurseCraft

    Doesnt work with the latest Essentials - To be released btw
     
  7. Where on the map are you?

    Even with *, the spawn protection in bukkit still applies.
     
  8. Offline

    ForsakenRealmz

    Yeah.. Sorry about that. I just added '*' to my permissions for myself, and it gave me every permission.
     
  9. Offline

    Legozocker

    could you add a nickname feature
    just like prefix/suffix

    ps: cool plugin, using it on every server i setup for me or friends :D
     
  10. Offline

    obfalcons919

    Hi, for me, permissionsex won't save anything i do in-game, like: /pex user [name] group set [group], /pex group [group] create, /pex group [group] prefix [prefix]. When I apply them, they are there, but once i reload the server, they disappear. Please help! Thanks
     
  11. Offline

    1981Thomas

    Everywhere I can not destroy blocks
    or running PermissionsEx 1.19.3-not with the new Craftbukkit-1.3.1-R2.0?
    can you send me your times "permissions.yml".
     
  12. Offline

    asyvan

    Do you have the new Essentials installed?
     
  13. Offline

    vladka110

    which will be Compatible with factions?

    how to make that work chatmanager and factions? please :)

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

    1981Thomas

  15. Offline

    QweSteR

    19.4

    [SEVERE] Could not pass event InventoryClickEvent to Modifyworld
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1110)
    at net.minecraftserverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:190)
    at net.minecraft.server.Packet102WindowClick.handle(SourceFile:29)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:578)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
    at net.minecraft.server.ThreadServerApplication.run(
     
  16. Offline

    Curtis3321

    How i have it so
    a user could be in Guest Group
    and Donator Group

    But the Donator group have priority.
     
  17. Offline

    LeeTheENTP

    I love this plugin, but I'm having issues with promoting/demoting.

    Whenever I try to promote someone, I get the error: "Promotion error: User are not in this ladder"

    I tried assigning all my ranks to one ladder with "rank-ladder: default" under each group's options, but that didn't seem to work.

    I've pasted my YAML in this post, and any help would be appreciated!

    Thanks!

    groups:
    n00b:
    default: true
    prefix: '[&cNoob&f]'
    suffix: ''
    permissions:
    - modifyworld.chat
    - essentials.kit.tools
    options:
    rank: '1000'
    rank-ladder: default
    Member:
    inheritance: n00b
    prefix: '[&1Member&f]'
    suffix: ''
    permissions:
    - modifyworld.*
    - essentials.tpa
    - essentials.kit.tools
    - essentials.tpahere
    - essentials.spawn
    - essentials.sethome
    - essentials.home
    - essentials.afk
    - essentials.delhome
    - essentials.ignore
    - essentials.plugins
    - essentials.mail
    - essentials.mail.send
    - essnetials.mail.check
    - essentials.me
    - essentials.rules
    - essentials.seen
    - essentials.sell
    - essentials.sell.hand
    - essentials.worth
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.back
    - essentials.help
    - mywarp.warp
    options:
    rank: '750'
    rank-ladder: default
    Moderator:
    inheritance: Member
    prefix: '[&6Moderator&f]'
    suffix: ''
    permissions:
    - essentials.kick
    - essentials.tempban
    - modifyworld.*
    - gamemode
    - essentials.tpa
    - essentials.kit
    - essentials.tpahere
    - essentials.spawn
    - essentials.sethome
    - essentials.home
    - essentials.afk
    - essentials.delhome
    - essentials.ignore
    - essentials.plugins
    - essentials.mail
    - essentials.mail.send
    - essnetials.mail.check
    - essentials.me
    - essentials.rules
    - essentials.seen
    - essentials.sell
    - essentials.sell.hand
    - essentials.worth
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.back
    - essentials.help
    - mywarp.warp
    - disguisecraft.disguise
    - disguisecraft.undisguise
    - essentials.sethome.multiple.moderator
    options:
    rank: '500'
    rank-ladder: default
    Administrator:
    inheritance: Moderator
    prefix: '[&2Administrator&f]'
    suffix: ''
    permissions:
    - essentials.*
    - mywarp.*
    - modifyworld.*
    - gamemode
    - disguisecraft.*
    - griefprevention.*
    - essentials.sethome.multiple.administrator
    - permissions.user.promote
    - permissions.user.demote
    - save-all
    - stop
    options:
    rank: '250'
    rank-ladder: default
    Operator:
    prefix: '[&8Operator&f]'
    suffix: ''
    permissions:
    - essentials.*
    - chestshop.*
    - disguisecraft.*
    - griefprevention.*
    - lagmeter.*
    - mcmmo.*
    - mywarp.*
    - volcano.*
    - permissions.*
    - essentials.sethome.multiple.unlimited
    options:
    rank: '10'
    rank-ladder: default
    Owner:
    prefix: '[&5Owner&f]'
    suffix: ''
    permissions:
    - essentials.*
    - chestshop.*
    - disguisecraft.*
    - griefprevention.*
    - lagmeter.*
    - mcmmo.*
    - mywarp.*
    - volcano.*
    - permissions.*
    - essentials.sethome.multiple.unlimited
    options:
    rank: '1'
    rank-ladder: default
    users:
    TheShadbusher:
    group:
    - Owner
    options:
    group: Owner
    WryGrunt634:
    group:
    - n00b

    My YAML's formatting got messed up, so I'll post a Dropbox link to it.

    http://dl.dropbox.com/u/17235342/permissions.yml

    EDIT: I resolved this myself; I found out I was using too many arguments in the /pex promote command. I was using /pex promote user <name>, but "user" isn't supposed to be there.

    Derp. Sorry for wasting anyone's time trying to resolve this.

    Fantastic plugin, though!

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

    Curtis3321

    How to set a Priority.
    So like
    Donator permissions will be Priority over Guest permissions
     
  19. Offline

    afistofirony

    Use the rank option to set priority:
    Code:
    groups:
      Guest:
        default: true
        options:
          rank: '2000'
        permissions:
        - permission.node
      Donator:
        options:
          rank: '1500'
        permissions:
        - another.permission.node
     
  20. Offline

    Curtis3321

    How does it work?
    So like 2000 Will have priority over 1500 yeh?
     
  21. Offline

    afistofirony

    1500 will have higher priority over 2000, so for example, if you use /pex promote afistofirony, and I'm in the guest group, I will be promoted to the donator group. It's a lot like a ranking, where the best object takes priority over the 2nd best object.
     
  22. Offline

    Curtis3321

    Ok here
    Lets say your guest on my server
    u donate $10
    i do /pex promote 'you'

    Guest has Priority 2000
    Elite ($100) has 100 for $100 i will do pex promote 'you' untill you are rank Elite?
     
  23. I think this problem has been solved before but i bring it again: I enter a Prefix on a group in the Permissions.yml and in game it has the prefix doubled. Like e.g: I enter the prefix: '&a [Test] ' in the Permissions.yml and it comes up like this: [Test] [Test] PlayerName - In game?!
     
  24. Offline

    MambaDK

    just write in permissions.yml "&a" not "&a Test)
    And the name of the group shall be "Test"
     
  25. Then it just changes there name to green, becuase [Test] is the prefix before the name.

    EDIT -- I figured out the problem, from another post.
     
  26. Offline

    vladka110

    yes with factions sorry

    how do they fanction and permissionsex chatmanager please

    no normal permissionsex chatmanager not compatible with factions this is big problem for me I do not essentials

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

    FAYZRarzie

    Well, first off, my ChatManager keeps disabling.... Little help please? IDK how to enable it cause im noob :p
    Second of all, can someone give me the text for the groups thing :) that would be appreciated :D

    EDIT: I have Factions, and am not willing to remove it :D
     
  28. Offline

    Dalek5961

    hey i need help, can someone tell me whats wrong with this? [first attempt at inheritance]

    Code:
    groups:
      Beggar:
        default: true
        permissions:
        - modifyworld.*
        - fd.broadcast
        - fd.monitor
        - essentials.help
        - essentials.pay
        - essentials.getpos
        - essentials.balance
        - essentials.worth
        - essentials.afk
        - essentials.ignore
        - essentials.mail
        - essentials.mail.send
        - essentials.msg
        - essentials.realname
        - essentials.suicide
        - essentials.seen
        - essentials.seen.banreason
        - essentials.ping
        - essentials.spawn
        - essentials.delhome
        - essentials.home
        - essentials.sethome
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.warp.[warpname]
        - essentials.warp
        - essentials.warp.list
        - essentials.motd
        - essentials.me
        - sg.lobby.join
        - sg.arena.vote
        - sg.arena.join
        - sg.arena.spectate
        - worldedit.wand
        - worldedit.selection.pos
        - worldguard.region.info.own
        - worldguard.region.addowner.own.*
        - worldguard.region.removeowner.own.*
        - worldguard.region.addmember.own.*
        - worldguard.region.removemember.own.*
        - worldguard.region.list.own
        - worldguard.region.setpriority.own.*
        - worldguard.region.remove.own.*
        - worldguard.region.claim
        - worldguard.region.redefine.own
        - worldguard.region.info.own
        - worldguard.region.flag.regions.own.*
        - worldguard.region.flag.flags.pvp.*
        - worldguard.region.flag.flags.teleport.*
        - worldguard.region.setpriority.own.*
        - worldedit.selection.pos
        - worldedit.selection.expand
        - worldguard.region.wand
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        prefix: '&f[&9Beggar&f]'
      Villager:
        inheritance:
        - beggar
        permissions:
        - ChestShop.shop.create
        - essentials.sethome.multiple
        - essentials.sethome.multiple.[3]
        prefix: '&f[&9Beggar&f]'
      Merchant:
        inheritance:
        - Villager
        permissions:
        - essentials.tpa
        - essentials.tpahere
        - essentials.workbench
        prefix: '&f[&9Beggar&f]'
      Creative:
        inheritance:
        - Merchant
        permissions:
        - essentials.gamemode
      Grass:
        Inheritance:
        - Merchant
        permissions:
        - essentials.spawner
        - essentials.spawner.cow
        - essentials.spawner.sheep
        - essentials.spawner.pig
        - essentials.spawner.chicken
        - essentials.spawner.wolf
        - essentials.spawner.ocelot
        - essentials.spawner.creeper
        - essentials.spawner.zombie
        - essentials.spawner.spider
        - essentials.spawner.slime
        - essentials.spawner.cavespider
        - essentials.spawner.silverfish
        prefix: '&d[Supporter]&f'
      Coal:
        inheritance:
        - Grass
        permissions:
        - disguisecraft.notarget
        - disguisecraft.mob.sheep
        - disguisecraft.mob.sheep.baby
        - disguisecraft.zombie
        - citizens.npc.*
        - citizens.npc.limit.1
        prefix: '&d[VIP]&7'
      Iron:
        inheritance:
        - Coal
        permissions:
        - essentials.sethome.multiple.[5]
        - essentials.kit.iron
        - disguisecraft.mob.cow
        - disguisecraft.mob.cow.baby
        - disguisecraft.mob.pig
        - disguisecraft.mob.pig.baby
        prefix: '&d[VIP]&d'
      Gold:
        inheritance:
        - Iron
        permissions:
        - disguisecraft.mob.skeleton
        - disguisecraft.mob.spider
        - essentials.kit.gold
        - essentials.back
        - essentials.back.ondeath
        - worldguard.stack
        - essentials.nick
        prefix: '&d[VIP]&6'
      Diamond:
        inheritance:
        - Gold
        permissions:
        - essentials.kit.diamond
        - essentials.chat.color
        - essentials.signs.color
        - mobcatcher.can-catch
        - mobcatcher.no-enderdragon
        - mobcatcher.no-ghasts
        - mobcatcher.no-enderman
        - essentials.sethome.multiple.[8]
        prefix: '&d[VIP]&b'
      Emerald:
        inheritance:
        - Diamond
        permissions:
        - essentials.spawner.creeper
        - essentials.hat
        - essentials.ptime
        prefix: '&d[VIP]&a'
      Obsidian:
        inheritance:
        - Emerald
        permissions:
        - essentials.sethome.multiple.[10]
        - essentials.keepxp
        - disguisecraft.mob.enderman
        - essentials.kit.xp
        prefix: '&d[VIP]&5'
      Endstone:
        inheritance:
        - Obsidian
        permissions:
        - disguisecraft.mob.enderdragon
        - essentials.nick.color
        - essentials.fly
        - essentials.sethome.multiple.[15]
      Assistant:
        inheritance:
        - Villager
        permissions:
        - vipslot.allow
        - essentials.ptime
        - essentials.mute
        - essentials.mute.exempt
        - essentials.socialspy
        prefix: '&d[&eAssistant&d]&f'
      Moderator:
        inheritance:
        - Assistant
        permissions:
        - essentials.fly
        - essentials.gamemode
        - essentials.god
        - essentials.balance.others
        - essentials.ptime
        - essentials.nick
        - essentials.nick.color
        - essentials.realname
        - essentials.ban
        - essentials.ban.exempt
        - essentials.ban.offline
        - essentials.broadcast
        - essentials.invsee
        - essentials.kick
        - essentials.kick.exempt
        - essentials.ping
        - essentials.tempban
        - essentials.tempban.exempt
        - essentials.tempban.offline
        - essentials.togglejail
        - essentials.jail.exempt
        - essentials.togglejail.offline
        - essentials.unban
        - essentials.back
        - essentials.back.ondeath
        - essentials.keepxp
        - essentials.tp
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.heal
        - essentials.heal.cooldown.bypass
        - coreprotect.*
        - disguisecraft.mob.ocelot
        - disguisecraft.mob.ocelot.cat.*
        - disguisecraft.mob.creeper
        - disguisecraft.mob.creeper.charged
        - disguisecraft.seer
        - essentials.kit.chain
        - sg.arena.forcestart
        prefix: '&5[&2Moderator&5]&f'
      Admin:
        inheritance:
        - Moderator
        permissions:
        - essentials.setwarp
        - essentials.delwarp
        - essentials.tphere
        - essentials.vanish
        - essentials.vanish.see
      Owner:
        permissions:
        - -srpex.notfrom.*
        - srpex.notfrom.owner
        - '*'
        prefix: '&a[&cOwner&a]&f'
    users:
      Dalek5961:
        group:
        - Owner
      eddieiconia:
        group:
        - Owner
      castle1996:
        group:
        - Moderator
      Nocturnalx36:
        group:
        - Moderator
      TheSubscriberXI:
        group:
        - Moderator
      Aabaddon:
        group:
        - Admin
     
  29. I think you have to put Users before Groups, but im not entirely sure.
     
  30. Offline

    Dalek5961

    my current config file has users after groups

    I SEE MY ERROR

    the spacing in each rank was over by 1. the name/rank should be 2 spaces before perms i only did 1

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

Share This Page