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

    t3hk0d3

    Well, you could use ChatManager, its fully equvalent to iChat
     
  3. Offline

    Taien

    Except that it doesn't recognize MultiVerse world names :(

    Kode, I have a question:
    I'm having a lot of trouble getting my plugin to notice the PermissionsEx plugin. I followed the instructions on the wiki for it:

    Code:
    if (pm.isPluginEnabled("PermissionsEx"))
    {
       permissions = PermissionsEx.getPermissionManager();
       usepermsex = true;
       System.out.println(ptag + " Using PermissionsEx.");
    }
    But it doesn't detect PermissionsEx. Am I doing something wrong? This code is from the onEnable method, near the end.
     
  4. Offline

    Kuja_Diartua

    У меня чуть другая задача. Мне нужно разным классам дать возможность разрушать разные блоки.
     
  5. Offline

    Raycrash

    So could someone tell me how to deny flint and steel ?
     
    tombik likes this.
  6. Offline

    Taien

    Nevermind, I figured it out. Had to go in onPluginEnable in a ServerListener, not onEnable in the main class.
     
  7. Offline

    axebyte

    Not sure if this falls under permissions, or bukkit or what..
    But it seems all my Admins can /gameset /save-all /other op only commands , (they are not OPed checked several times)
    is there command nodes to to cancell these ( i looked thru wiki and dont see much, any help on this be great.
     
  8. Offline

    ChoiceCraft

    Hey, thanks for the mention in the OP.
    I'm BENNETTMAN, i use this site under my servers name.
    I never expected the actual author to see that haha!
    Thanks, well done on creating such a powerful plugin!
     
  9. Offline

    axebyte

    Not sure how or if permission can do that but worldguard can in the blacklist section.
     
  10. Offline

    lycano

    @axebyte see https://github.com/t3hk0d3/PermissionsEx/wiki/Modifyworld#wiki-Items
    Note: itemRestrictions and Modifyworld should be enabled for this. See Modifyworld section on Wiki, too.

    @Megalanias strange looks like you got some other problems ^^ I would suggest you rename your plugin folder and create an empty one while the server is not running. Then only add CommandBook (Better than Essentials and compatible!), PermissionsEx (full package) and test if you can build (just to be shure).

    Then add your old plugins with their Data folder one by one. Between each add start the server then test. If it works add another plugin and start stop server a.s.o.

    I know this procedure is very time consuming but start stopping server is the safest way to make shure that really everything was unloaded.

    - lycano

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

    MeatBat

    ru: Чтобы разрешить ломать только определенные блоки добавляй права так: modifyworld.blocks.break.(1|stone)
    en: To allow break only few blocks add permissions like this: modifyworld.blocks.break.(1|stone)
    /pex toggle debug shows double check permissions for each block: one with name, enother with ID. If one of them failed, you can't place/break this block.
     
  12. Offline

    Raycrash

  13. Offline

    MrMag518

    When I reload/restarts my server, some users are getting reseted to "guest" again, why?
     
  14. Offline

    Ch4t4r

    Theres every Time the Error "An internetal Error occoured while attemping to perform this command" why it doesnt work? IS there a bug because it doesent work?
    Edit: Solved.
     
  15. Offline

    Tagz

    Curious regarding functionality with Heroes. Currently Heroes works with SuperPerms, but none of the permission based node skills work
    Is there a setting I'm missing in PEX to make sure all the SuperPerms bridging is working properly?
    permissions:
    backends:
    file:
    file: permissions.yml
    backend: file
    superperms:
    disable-unmatched: false
    enable: true
    matched-permissions: true
    raw-permissions: true
    debug: false
    allowOps: true
    debug: false
    basedir: plugins\PermissionsEx
    createUserRecords: false
     
  16. Offline

    Buckethead

    sighhhhhhh ok ty
     
  17. Offline

    The_Yogs

    Can someone give me modifyworld commands for build all blocks except for tnt and all gold diamond lapis iron blocks? also use of flint and steel and griefing tools?

    I also want my players to be able to take fall damage, build etc.
     
  18. Offline

    t3hk0d3

    soft-dependency :)

    -modifyworld.blocks.(place|destroy).tnt
    -modifyworld.blocks.(place|destroy).(lapis|gold|iron|diamond)block
    -modifyworld.items.(have|pickup).flintandsteel
    modifyworld.*

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

    The_Yogs

    This includes fall damage etc?

    and is there a - infront a modify world?

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

    Megalanias

    Okay i start completly new and now I'm trying do create the group admins witm my console bt it don't work... why ?
    and i get this error
    Code:
    at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:569)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:948)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-06 21:41:35 [SEVERE] Error occurred while enabling LogBlock v1.30 (Is it up to date?): null
    java.lang.NullPointerException
        at de.diddiz.LogBlock.LogBlock.onEnable(LogBlock.java:145)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:941)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-06 21:41:35 [SEVERE] Could not pass event PLUGIN_ENABLE to nSpleef
    java.lang.NoClassDefFoundError: com/nijiko/coelho/iConomy/iConomy
        at com.nijikokun.register.payment.methods.iCo4.isCompatible(iCo4.java:54)
        at com.nijikokun.register.payment.Methods.createMethod(Methods.java:55)
        at com.nijikokun.register.payment.Methods.setMethod(Methods.java:87)
        at com.niccholaspage.nSpleef.listeners.nSpleefServerListener.onPluginEnable(nSpleefServerListener.java:32)
        at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.java:569)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:948)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-06 21:41:35 [INFO] Server permissions file permissions.yml is empty, ignoring it
     
  21. Offline

    The_Yogs

    Also, the parenthisis?
    modifyworld.bucket.fill.<fluid>
    in that theres no parenthsis. its <>
    Also, how do i add more than one "fluid" to the command?
    modifyworld.bucket.fill.<water|lava|milk>?

    Also, one more thing.
    How do i have 1 command for all damage taking, item picking, block destroying, player taking damage, player holding item, etc. like all the usual stuff

    T3 can u come on my server to discuss this?

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

    JOPHESTUS

    http://wiki.bukkit.org/vanilla_permissions
     
  23. Offline

    Megalanias

    Now my permissions looks like that and i don't get any errors
    Code:
     users:
         Megalanias:
             group: admins
             prefix: '&5[YARR]&f'
         maarg:
             group: user
             prefix: '&5[YARR]&f'
    groups:
         default:
            default: true
            inheritance:
            - default
            permissions:
            - -modifyworld.blocks.place.tnt
            - modifyworld.*
         admins:
            default: false
            inheritance:
            - user
            permissions:
            - "*"
         worlds:
                nether:
                    permissions:
                    - nocheat.fly
                    prefix: '&7[ADMIN FROM HELL]'
        user:
            default: false
            inheritance:
            - default
            permissions:
            - permission.build
    worlds:
        nether:
            inheritance:
            - world
    but i can't still build =(
     
  24. Offline

    t3hk0d3

    yep

    modifyworld.damage.take.fall

    use /pex toggle debug to figure our lacked permissions.
    also make sure you aren't on spawn location :)

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

    The_Yogs

    t3h, also for adding multiple things, what do i do?
    -modifyworld.bucket.empty.<water|lava>
    also, is it (water|lava)?
     
  26. Offline

    Megalanias

    LOL ! PermissionsEX don't appear at my plugins list, pex don't work, it says unknwomn command and every one can use every command T_T I'M GOING TO CRY !
    My file looks like this :
    Code:
     users:
         Megalanias:
             group: admins
             prefix: '&5[YARR]&f'
         maarg:
             group: user
             prefix: '&5[YARR]&f'
    groups:
         default:
            default: true
            inheritance:
            - default
            permissions:
            - -modifyworld.blocks.place.tnt
         admins:
            default: false
            inheritance:
            - user
            permissions:
            - "*"
         worlds:
         nether:
            permissions:
            - nocheat.fly
            prefix: '&7[ADMIN FROM HELL]'
        user:
            default: false
            inheritance:
            - default
            permissions:
            - permission.build
    worlds:
        nether:
            inheritance:
            - world
    Code:
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:215)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:139)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-06 22:53:23 [SEVERE] tried to access method org.bukkit.command.ConsoleCommandSender.<init>(Lorg/bukkit/Server;)V from class de.diddiz.LogBlock.Config initializing LogBlock v1.30 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access method org.bukkit.command.ConsoleCommandSender.<init>(Lorg/bukkit/Server;)V from class de.diddiz.LogBlock.Config
        at de.diddiz.LogBlock.Config.<init>(Config.java:166)
        at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:69)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:142)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:104)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:136)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-06 22:53:23 [INFO] Preparing level "world"
    2011-10-06 22:53:23 [INFO] Default game type: 0
    2011-10-06 22:53:23 [INFO] Preparing start region for level 0 (Seed: 101143)
    2011-10-06 22:53:23 [INFO] Preparing start region for level 1 (Seed: -828179246949392234)
    2011-10-06 22:53:23 [INFO] [OpenInv] version 1.3.3 enabled!
    2011-10-06 22:53:23 [INFO] [SupernaturalPlayers v2.5.2] SupernaturalPlayers version 2.5.2 enabled.
    2011-10-06 22:53:23 [INFO] [SupernaturalPlayers v2.5.2] Bounty created on Megalanias
    2011-10-06 22:53:23 [INFO] [SupernaturalPlayers v2.5.2] Permission system not detected, defaulting to OP
    2011-10-06 22:53:23 [INFO] EasyRules version 1.0.0 is enabled!
    2011-10-06 22:53:23 [INFO] CraftBookCircuits 101-fe0e96e enabled.
    2011-10-06 22:53:23 [INFO] CraftBookCircuits: No known permissions plugin detected. Using configuration file for permissions.
    2011-10-06 22:53:23 [INFO] CraftBookCircuits: No known permissions plugin detected. Using configuration file for permissions.
    2011-10-06 22:53:23 [INFO] CraftBook: Enumerating chunks for self-triggered components...
    2011-10-06 22:53:23 [INFO] CraftBook: 1250 chunk(s) for 2 world(s) processed (0s elapsed)
    2011-10-06 22:53:23 [INFO] [SpawnMob] Permission system not detected! Please go into the SpawnMob.properties and set use-permissions to false.
    2011-10-06 22:53:23 [INFO] [SpawnMob] Please go into the SpawnMob.properties and set use-permissions to false.
    2011-10-06 22:53:23 [INFO] [SpawnMob] Using ops.txt!
    2011-10-06 22:53:24 [INFO] [WarpAllHere] Permission system not detected, defaulting to OP
    2011-10-06 22:53:24 [INFO] [WarpAllHere] WarpAllHere has been enabled!
    2011-10-06 22:53:24 [INFO] Honeypot: Permissions plugin not found, using default.
    2011-10-06 22:53:24 [INFO] Honeypot: Didn't find MCBans plugin, using default.
    2011-10-06 22:53:24 [INFO] Honeypot revision 0.7.1 by Argomirr,morganm succesfully loaded.
    2011-10-06 22:53:24 [INFO] [SimpleNews] 0.5.2 by Gr3y is Starting.
    2011-10-06 22:53:24 [INFO] [SimpleNews] WARNING: This plugin is currently under development.
    2011-10-06 22:53:24 [INFO] [SimpleNews] Checking for updates...
    2011-10-06 22:53:24 [INFO] [SimpleNews] No updates available.
    2011-10-06 22:53:24 [INFO] [SimpleNews] Permission system not detected, using ops.txt insead.
    2011-10-06 22:53:24 [INFO] [iConomy - Celty] Enabled (12 ms)
    2011-10-06 22:53:24 [INFO] PlgEssentials version 4.6 is enabled!
    2011-10-06 22:53:24 [INFO] AntiCreeper v2.0 - by Rothens
    2011-10-06 22:53:24 [INFO] Anticreeper v2.0 - STARTED
    2011-10-06 22:53:24 [INFO] WorldGuard: No known permissions plugin detected. Using configuration file for permissions.
    my configfile....
    and every things looks like i don't have permissions installed :confused: why ?
    is it possible that towny cause some problems ?
     
  27. Offline

    t3hk0d3

     
  28. Offline

    Megalanias

    I HAVE CHECKED IT THERE -.-' THANKS FOR YOUR HELP .... WHEN YOU LOOK AT THE OLDER PAGES YOU WILL SEE THAT I HAVE A POBLEM WITH PERMISSIONS SINCE LONG AGO .... I HAVE MADE TONS OF DIFFERENT VERSIONS BUT NONE OF TEM WORKS AND NOW,THE WHOLE PLUGIN IS VANISHED ! I STILL SEE IT BUT THE SERVER SHOWS NOTHING OTHER THAN UNKNOWN COMMAND SORRY WHEN I'M A LITTLE ANGRY BUZT I DON'T GET IT ! EVERY TIME SI MAKE THIS ****** PERMISSIONS IT DON'T WORK, FRIENDS OF MNE HAVE DONE A LOTS OF VERSIONS BUT NONE OF THEM WORK .... SORRY WHEN I'M ANGRY BUT I LIKE YOURPUGIN AND REALLY NEED IT; BUT IT MAKES MY SERVER CRASH AND MY SERVER COSTS ME MONEY !!!
    SO BECAUSE OF MY STUPIDNESS AND BECAUSE YOUR PLUGIN HATE ME; MY SERVER IS TRASH !
    sorry but something like ths happens every time when i and my friends try to write permissions so it's like a really bad curse on me ='(
     
  29. Offline

    t3hk0d3

    calm down dude, just use ingame commands to manage permissions and everything would be okay :)
     
  30. Offline

    The_Yogs

    so the modify.* doesnt have the - before it?
     
  31. Offline

    Megalanias

    ....okay sorry i calm down bu this is my biggest and heavyiest problem ... ingame comnmands don't work =(
     

Share This Page