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

    cheti1337

    And still, i cant get sleep, next problem:
    Altho the prefix is working, it looks ugly nomatter how i configure it.
    Atm I have it '&f(Admin) &6' but it just looks ugly cause the
    <
    > is still there, so my name will look like
    <(Admin) cheti
    > and it also colors the last
    > and leaves the first
    < white...
    e// and i have no idea why the bigger/smaller symbol automatically throws my text on the next row...
     
  3. Offline

    Slugslug

    tried this but it failed, do u have eg to share?
     
  4. Offline

    Stormbow

    I tried the format in the 2nd example already, but the groups aren't passing perms to other groups.

    The last saved permissions.yml: http://pastebin.com/NZYQ31eu

    Green is good, red is bad:
    The Nobleman group isn't attacked by creepers. (Line 25.)
    • The Noblewoman group needs to inherit everything from the Nobleman group. (She gets attacked.) (Line 38/39.)
    • The Guardian group needs to inherit everything from the Nobleman group. (They get attacked.) (Line 46/47.)
    The Lord group needs to inherit everything from the Guardian group (and has invisibility to all monsters). (Line 54 works, Guardian didn't have anything to pass -yet-..)
    • The Lady group needs to inherit everything from the Lord group. (She gets attacked.) (Line 64/65.)
    • The Owner group needs to inherit everything from the Lord group. (I get attacked.) (Line 71/72, shows I even tried quotation marks instead of just apostrophes, to no avail.)
    ===========================
    And isn't the config case sensitive? So your 2nd example of
    Code:
        VIP:
            inheritance:
            - member
    would not inherit anything because it's actually "Member", right?
    ===========================

    I've been messing with this thing so much by now, I can't even break blocks with '*' in the Owner group. -.-



    ====================================
    ====================================

    The problem has something to do with the '*' as far as I can figure.
     
  5. Offline

    LucidLethargy

    OH! Thank you for clarifying this!
     
  6. Perfect. Thank you for posting all that. I wish more people would be as detailed.

    Now, lets see....

    *testtesttest*

    Well, I'm sorry to say that aside from the last case (the owner group), I wasn't able to reproduce anything. The only thing that I can mention is that if a mob targets someone, it will keep that target even if they are promoted to a group where -modifyworld.mobtarget.* kicks in. Once that node is in affect for the player, only new mobs will be held to that setting.

    As for the owner group, yes, the * seems to be found first before all the rest. Looking at the output of pex user $player, it appears that PEX will evaluate the current group permissions before inherited ones. So as the owner, PEX looks at your current permissions first (*) then looks at the ones from Lord, then Guardian, then one of the nobles, and so one down the line.
    Code:
    20:06:38 [INFO] Player are member of:
    20:06:38 [INFO]    Owner (not ranked)
    20:06:38 [INFO] Player 's permissions:
    20:06:38 [INFO] 1) essentials.spawnmob (own)
    20:06:38 [INFO]    * (from Owner)
    20:06:38 [INFO]    -modifyworld.mobtarget.* (from Lord)
    20:06:38 [INFO]    * (from Lord)
    20:06:38 [INFO]    -modifyworld.mobtarget.monster.creeper (from Nobleman)
    20:06:38 [INFO]    modifyworld.* (from Nobleman)
    20:06:38 [INFO]    essentials.repair.enchanted (from Nobleman)
    20:06:38 [INFO]    scavenger.scavenge (from Nobleman)
    20:06:38 [INFO]    scavenger.free (from Nobleman)
    20:06:38 [INFO]    modifyworld.* (from Citizen)
    20:06:38 [INFO]    modifyworld.chat (from Peasant)
    20:06:38 [INFO] bar's options:
    For the owner group, because of the group membership perms are checked first, I would add -modifyworld.mobtarget.* before the * for the owner group.

    The config is case sensitive when it comes to node names and sections (groups:, permissions:) but group names doesn't seem to be quite as picky. I've seen both, but I try to keep the case the same, if for thing else, pure paranoia.

    EDIT: Added this info to the wiki as well.
     
    Stormbow likes this.
  7. Offline

    Stormbow

    Ok, thanks for looking into all that for me!

    PS - How'd you get that permission list? What was the command for that?
     
  8. From the console (will work in-game as well, just add the / at the beginning. Personally, I run from the console for things like this, much easier to read especially if chat is busy), run pex user $PLAYER.

    For SQL backends, it's a necessity since one can't just pop open a permissions.yml file and take a look.:)
     
  9. Offline

    ryanwuzzzhere

    I just downloaded this and all commands are working, but whenever someone destroys a block it reappears. P.S. there is no protection where this is occurring.
     
  10. Offline

    Timothy Graham

    does this permissions work with the new 1.0.1-R1 build?
     
  11. Offline

    Stormbow

    Yep, that's what I've been working from. The inheritance and '*' wildcards aren't compatible, but other than that, everything works.
     
  12. Offline

    Max323

    Does the chatmanager support factions or do i have to use something like herochat?
     
  13. Offline

    WTGSHADOWS

    so apparently, alerter v1.41 doesnt want to work for me anymore with the pex plugin. Its giving me this error.
    Running latest bukkit for MC 1.0.1 R1
    Running latest pex (last I checked) v1.17

    Code:
    2011-12-18 02:13:45 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'al' in plugin Alerter v1.41
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:374)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:564)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NullPointerException
        at me.Patrick_pk91.area.Area.controlla_opp(Area.java:2144)
        at me.Patrick_pk91.alerter.Alerter.onCommand(Alerter.java:715)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 7 more
     
  14. Offline

    Docdecdoc

    Im not sure why but mine is stuffing up!
    Heres my permissions.yml file contents

    groups:
    default:
    default: false
    permissions:
    - modifyworld.*
    - essentials.kit.tools
    - essentials.balance.*
    - essentials.balancetop
    - essentials.pay
    - essentials.afk
    - essentials.help
    - essentials.list
    - essentials.msg
    - essentials.nick
    - essentials.nick.color
    - essentials.mail
    - essentials.mail.send
    - essentials.afk
    - essentials.helpop
    - essentials.rules
    - essentials.me
    - essentials.suiside
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.delhome
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp.*
    Donator:
    default: true
    permissions:
    - modifyworld.*
    - essentials.kit.*
    - essentials.balance.*
    - essentials.balancetop
    - essentials.pay
    - essentials.afk
    - essentials.help
    - essentials.list
    - essentials.msg
    - essentials.nick
    - essentials.nick.color
    - essentials.mail
    - essentials.mail.send
    - essentials.afk
    - essentials.helpop
    - essentials.rules
    - essentials.me
    - essentials.suiside
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.delhome
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.warp.*
    Admin:
    default: false
    permissions
    - '*'

    Any idea?
     
  15. Offline

    Subrosa20

  16. Offline

    Mine4Tim

    Is this easier and better than Permissions? I need an Permissions Plugin for my server but Permissions isn't updated yet but this is. Is this better or just an Add-on of Permissions?
     
  17. Offline

    btuyl

    My server is running you PermissionsEX now for 3 months and love it took me some time to get it running right but got it. My is at 1.0.1 how soon will this be updated to this build? Or can you send me where I can get an earlier version?
    Thank You BT
     
  18. Offline

    piepei

    OK, maybe i have PEX config wrong

     
  19. Hey !
    My permissions work now , almost :(
    I´m Admin on the server and some more players to but the problem is :
    I can do everything on the server (place and remove blocks,commands and so on )
    But my friend (Admin) cant, or can do some stuff but not all :/
    Any ideas ? I use MySQL so i dont have any permissions.yml files.
    But I know that I gived Admins '*' and my friends '*' :/
     
  20. Offline

    Sich

    Hello,

    Little problem for me, I didn't give the '*' perms for the admins.... But all the admins have all perms.... They can do everything, but I don't wan't this !
    Any idea ? Perhaps something with the ops.txt file...

    Perhaps something wrong in the config file ?
     
  21. Offline

    monir

    Which one should i use for 1597 "stable version" or "Development version" (mostly stable)
     
  22. Offline

    CadenMC

    Hey.

    When I add "permissions.manage.membership" to my moderator group, they cannot promote. Wat do
     
  23. Offline

    ಠ_ಠ

    If I want my Admins to have the same permissions for every world, should I just not use the world: part?
     
  24. Offline

    kinkinkijkin

    I have a small bit of trouble with this... I'll just re-type everything here.

    Show Spoiler
    [SEVERE] while parsing a block mapping; expected <block end> but found Scala initializing PermissionsEx 1.17 (Is it up to date?)
    while parsing a block mapping
    in "<reader>", line 1, column1:
    users:
    ^
    expected <block end>, but found Scalar
    in "<reader>", line 6, column 2
    administrators
    ^

    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:575)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    at ru.tehkode.permissions.config.Configuration.load(Configuration.java:65)
    at ru.tehkode.permissions.backends.FileBackend.initialize(FileBackend.java:104)
    at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:420)
    at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:471)
    at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:53)
    at ru.tehkode.permissions.bukkit.PermissionsEx.onLoad(PermissionsEx.java:74)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:154)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:434)
    at org.bukkit.Bukkit.reload(Bukkit.java:187)
    at org.bukkit.command.defaults.ReloadComman.execute(ReloadCommand.java:22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:374)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:564)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
    at net.minecraft.server.Minecraftserver.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    [WARNING] [PermissionsCompat] PermissionsEx plugin not found. Some plugins may not work.

    And here is my permissions file (it's set up for server setup)
    Show Spoiler
    users:

    kinkinkijkin:

    group:
    administrators
    groups:

    default:

    default: true

    permissions:

    - -'*'
    administrators:

    inheritance:

    - default

    permissions:

    - '*'


    EDIT: I forgot one thing, when I tried to get in a cart to test the cart system of the world I was setting up at that moment, the server kicked me and removed me from ops.
     
  25. Offline

    Sporadisk

    Could you add the quirk that was introduced in 1.16? I think a lot of people may be having issues with that one.
    Before checking permissions (but after outputting debug info), Pex converts the permission request string to lowercase, resulting in this problem:
    Code:
    User Sporadisk checked for "multiverse.access.Kelewan", no permission found
    Sporadisk's permissions:
       multiverse.access.Kelewan
    
    This means that permission configs with uppercase characters that worked in other plugins, or in pex versions prior to 1.16, are now broken, and the admin is given almost no indication of what might be wrong.
     
    Justin The Cynical likes this.
  26. Offline

    Ulthranesh

    I have the same problem
    I turned on the debug mode but i dont get any errors regarding that
    only "cant find permission: multiverse...."
     
  27. PEX is a replacement for the old (and now dead and discontinued) permissions 2 and 3 series. It takes a lot of the theory and ideas behind those permissions plugins and adds more.

    Is it better? I think so, a lot of others do as well, and there are others who hate it for various reasons. It all depends on your needs for your server and your point of view.

    There isn't really anything to update. 1.0.1 is the first RB after the 1.8.1 (1337) build, which is what PEX 1.17 is built for (1.16 worked as well). I think the first post is referring to the minecraft version, which is still 1.0.0. 1.0.1 was primarily a bug fix for the problem clients were having joining a server.

    Might be. However, you didn't use code tags, so it's impossible to tell. PEX uses the YAML format for it's files, and not using code tags in the forum destroys the formatting.

    Hmm...

    pex hierarchy will show just the inheritance path, if any
    pex group $group_name will show the permissions for the entered group (with inheritance)
    pex user $player will show the permissions for just the user entered (with inheritance)

    ....or....

    With the SQL backend running, you can try this:

    pex dump file testing.out

    This should create a file named testing.out, which will contain your permissions settings in a file backend format, and post that.

    (I just figured this out. Must add this to the wiki somewhere...)

    It could be either one. I'd blank out the ops.txt file (it's not strictly needed) and post your permissions so it can be looked at.

    Stable.

    That node is for group management (pex user $FOO group set $GROUP). You want to look at the permissions.user.promote and permissions.user.demote nodes. (A few lines below the manage.membership nodes in the wiki)

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

    Rhumy1996

    well i have a problem and is that when i turn my server all but when any no-admin want write a command
    ( sethome home spawn warp )
    this tell me
    You do not have access to that command
    But in the console when i type pex user Rhumy this tell me:
    07:53 PM [INFO] Rhumy are member of:
    07:53 PM [INFO] default (not ranked)
    07:53 PM [INFO] Rhumy's permissions:
    07:53 PM [INFO] commandbook.spawn (from default)
    07:53 PM [INFO] commandbook.return (from default)
    07:53 PM [INFO] commandbook.call (from default)
    07:53 PM [INFO] commandbook.home.teleport (from default)
    07:53 PM [INFO] commandbook.home.set (from default)
    07:53 PM [INFO] commandbook.warp.teleport (from default)
    07:53 PM [INFO] commandbook.whereami.compass (from default)
    07:53 PM [INFO] commandbook.whereami (from default)
    07:53 PM [INFO] Rhumy's options:

    please help me :S i want fix this problem to make a good server.

    sorry for my bad english i do not speak
     
  29. Only if you have all your other permissions set up as world specific. Adding a permission node that is not under a world: heading will apply it globally.
    Code:
        Builders:
            permissions:   <- global permissions, applies to all worlds
            - creativity.allworlds
            - essentials.gamemode
            inheritance:
            - Users
            worlds:
                creative:
                    permissions:    <- world specific permissions, applies only to the world named creative
                    - mywarp.warp.*
                    - mywarp.warp.soc.*
                    - ucreate.notch
                    - ucreate.teleport
    Well, that error is claiming that you have a typo in a config file. Going by the line it shows, I'm guessing your permissions file. However, you didn't use code tags, so the forum software destroyed the formatting. If you edit your post and replace the spoiler tag with code (or add code tags into the spoiler section) and paste it in again, the formatting should be preserved. Also, there is a link to an online YAML parser in the first post, it can help with finding these errors and verifying that your file is formatted correctly for the YAML standard.

    Good idea.

    *typetype*
    Added to https://github.com/t3hk0d3/PermissionsEx/wiki/Troubleshooting-and-FAQ

    Thanks!

    Well, what node is the debug output showing that isn't part of the group? I use multiverse as well, and the permission nodes it uses can be a bit of a pain to get set right.

    You need to post your permissions settings in code tags. There could be any number of things that are off. This, unfortunately, is not enough to tell.

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

    Lethal_Dark

    Disabling Creeper seem to have no effect....
     
  31. Offline

    CadenMC

    Hi, my mods get the message:

    "Don't have enough permission for group GROUPNAMEHERE" when they try to promote.
     

Share This Page