Inactive [ADMN/DEV] Permissions 3.1.6 - The Plugin of Tomorrow [935]

Discussion in 'Inactive/Unsupported Plugins' started by rcjrrjcr, May 24, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    rcjrrjcr

    Permissions 3.1.6 (Yeti)

    Download:
    Latest Stable (3.1.6) : Full Zip | Main Jar Only | SQL Interface Jar Only

    Previous Versions:
    3.1.5 (JAR|SQL) | 3.1.4 (JAR|SQL) | 3.1.3 (JAR|SQL) | 3.1.2 (JAR|SQL) | 3.1.1 (JAR) | 3.1 (JAR) | More older versions


    COMMAND RESTRUCTURING
    Feel free to comment and give suggestions.


    DO NOT USE GLOBAL CONFIGS FOR NOW. THE GLOBAL CONFIG IS MEANT TO SUPPLEMENT WORLD-SPECIFIC CONFIGS, NOT THE OTHER WAY ROUND. SEE https://github.com/TheYeti/Permissions/wiki/Global-vs-World .I WILL WRITE A PROPER TUTORIAL ON HOW TO USE THE GLOBAL CONFIGS SOON.

    TODO:
    • Revamp commands
    Known plugins that cause IllegalAccessError(s):

    • Help (not fixed yet)
    Temp Fix for IAEs (open)




    1. Open Help's JAR with 7zip.
    2. Find MANIFEST.MF (it can be in the root folder or in the META-INF folder, or both).
    3. Open the MANIFEST.MF file in a text editor
    4. Look for a line that starts with "Class-Path:".
    5. Delete "Permissions.jar" from that line.
    6. Save the manifest.
    7. 7zip will prompt you to save changes back into the archive. Accept.
    8. Restart server.





    Plugin Authors: How to hook into Permissions

    Due to @TheYeti being busy in RL for now, I have created a new thread for Permissions 3.x. TheYeti is still part of the Permissions team.

    Permissions... Reborn.
    This is a continuation of the work that was originally done by Nijikokun. All original credit goes to them as without their work this plugin would not have been possible. This plugin does not provide any commands or additional functionality beyond what is described in this post. That means that you need another plugin to provide colored names, chat prefixes, and op commands such as /give and /time.​

    The Permissions Team

    The team consists of myself @rcjrrjcr and @TheYeti currently with contributions from @Nijikokun as well on occasion. There are also several other members of the community who frequently assist with providing code changes, bug fixes, patches, support, feedback, and beta testing. Special thanks to @flames and the Dynmap & Wormhole X-Treme teams for the hosting of Permissions on their Jenkins server.

    What's new in 3.x?

    Taken from the GitHub page:
    1. In-game commands. For a long time, users have been pestering, nagging, demanding and/or screaming for an way to manage Permissions via commands. Now, in 3.0, in-game commands are available to manage permissions and groups.
    2. SQL storage. This allows web interfaces to manage Permissions by updating the SQL database Permissions uses.
    3. Promotion/demotion tracks. With a simple command, users can be promoted/demoted along a preconfigured track, allowing RP servers with ranks to promote the player along a class track and other possibilities.
    4. Multigroup.
    5. Weightage. Plugins are able to compare users via their weight, which is inherited from their groups. For example, SlapPlugin can check if Player A is higher-weighted than Player B when A tries to slap B (Not IRL, obviously).
    6. Improved world mirroring. Config files are now split into a group file and a user file. Also, by editing storageconfig.yml, you can configure the mirroring of entire worlds, or just its users/groups. You also do not have to create files for worlds that mirror another world. Also, two different worlds can use different storage types, like YAML and SQL.
    7. Global permissions. Instead of having to resort to cross-world group inheritance, now all worlds inherit groups and users from the global permissions file. Also, the inherited groups/users can be overridden via editing the specific world's file.
    Upgrading from 2.x to 3.x







    I have written a guide on GitHub. This demonstrates how to convert 2.x-style configs to 3.0. The YAML-to-SQL converter are still in testing, but it can be downloaded from here. It's written in Perl. @Zgred has created a web version of the script located here. @omgneeq is working on an Web UI for SQL databases (Sorry about the previous statement that he was making a converter.)​


    Install (open)
    For the admins

    In case you missed the link above, the Setup Guide on GitHub will help you quite a bit

    Samkio has updated his tutorial for P3:


    First thing that you will need to do is download the plugin. Place it in your plugins/ folder and unzip it. This should create the folder Permissions and a Permissions.jar file in your plugins folder. Next, go into Permissions/ and create a folder named the same as your world. So if your world name from server.properties is Foo you will need to create the folder plugins/Permissions/Foo. You MUST rename it to whatever your world's name is or it will not work.

    Note, if you have your server maps all saved into a single directory then the initial setup will be somewhat different. Say your maps are arranged in the main directory like so: bukkit/mapfolder/world1, bukkit/mapfolder/world2, etc. Then inside of the plugin/Permissions directory you will need to create a folder called mapfolder and inside of that put the directories containing users.yml and groups.yml in there.

    Next, you will need to go in and add yourself to the users, just replace the user that is in there with your name. Make any other modifications that you need to. While making modifications make sure that you do NOT use tabs. These will break the YAML format and cause issues. Instead, each indent should be four spaces. If you want people who aren't in the Admin group to be able to reload the permissions plugin you need to give them 'permissions.reload' permissions within the config file.

    Permissions gives server admins great control, mostly in-game reloading. More info about commands can be found here.


    FAQ (open)

    [FAQ]

    [Q] What is with the version numbers? I can't keep up, it seems like every time I look there is a new version!
    [A] I use the GNU versioning system for my version numbers. So what this means is the version number should be read as Major.Minor.Revision. So for version 2.5.2 this would mean it is the 2nd Major version, the 5th Minor release in this version, and the 2nd revision. I tend to release bug fixes and anything that doesn't add functionality or will not break things as revisions. So generally you should be safe with just watching the major & minor numbers and only getting the revision if it fixes a bug specific to you. Technically 2.5.2 should have been released as 2.6 as it did add functionality, but this was below even a minor change so I released it as a revision.

    [Q] I am getting an error that it can't pass BLOCK_PLACED or BLOCK _BREAK events to Permissions. Fix it!
    [A] That's not a question. The reason why it can't place these is probably because the syntax of your Permissions file is all whacked out, or it is a different world and you don't have a config file for that world.

    [Q] What am I suppose to name the config file?
    [A] You need to name it the same as your world. So if you look in server.properties at "level-name" you will see a world name there. Rename your config file to the same thing as that. Make sure you keep the .yml extension at the end.

    [Q] Permissions are broken. Why can no one use commands? Why am I not an admin?
    [A] First off, make sure that your formatting is correct. Look at the format that the default config file uses. Yours should look like that. Do NOT use tabs. Use 4 spaces (IE. " " <-- Four of those things.). Also, whichever group you give the permission '*' to, do not have that group inherit permissions from anyone else. That is called overloading and it will break things. Also, this.


    [Q] Which one am I suppose to download and unzip to install this?
    [A] Download the main package, not the JAR only. Unzip the ZIP file. The JAR only downloads are simply there for people who are UPGRADING and do not need the default config file.

    [Q] I have done all of this and this doesn't work! I'm going back to GroupManager!
    [A] Well, there is probably the problem. Make sure that you delete EssentialsGroupManager.jar and EssentialsGroupBridge.jar as these don't play well with Permissions and will cause headache.

    [Q] When are you going to add <blah> <feature/command> into this already? You suck! Do what I want NAU PL0X!
    [A] Feature requests should be posted on the GitHub tracker. Stupid suggestions like adding teleportation functionality and other less ludicrous stuff will be rejected.



    Changelog
    • 3.1.6
      • Major fixes.
      • Simplify tracks
    Changelog (open)





    • 3.1.5
      • Fix several minor bugs.
      • Autoconvert 2.x/GM format (only works if you split them into groups.yml and users.yml, but leave the rest untouched)
    • 3.1.4
      • Fix YAML locking bugs.
    • 3.1.3
      • Fix another SQL data and inheritance issue.
    • 3.1.2
      • Fix SQL data issues.
      • Added user/group name autocomplete
      • Separated SQL interface into separate plugin
    • 3.1.1
      • Fix prefix/suffix issues.
      • Added ON UPDATE CASCADE to the SQL foreign [/SIZE]
    • 3.1
      • Tons of fixes.
    • 3.0.6
      • Fix SQLite issues due to misimplementation of methods.
    • 3.0.5
      • Fix cache-related NPEs
      • Fixed quoted worlds (thanks again @Jeyge !)
    • 3.0.4
      • Fix LinkageError caused by ServiceManager not unloading the PermissionHandler class.
      • Added cache
      • Fix index not being incremented when promoting (thanks @Jeyge !)
    • 3.0.3
      • Fixed another getGroup bug.
    • 3.0.2
      • Fixed getGroup bug.
    • 3.0.1
      • Fixed some NPE bugs.
    • 3.0
      • Total overhaul of Permissions. Adds many new features (see What's new in 3.0?).
    • 2.7.4
      • Added overload of has() and permissions() for plugin devs
    • 2.7.3
      • Fixed negate node add/remove bug.
    • 2.7.2
      • Fix for small subtle bug introduced in last minor version.
    • 2.7.1
      • Commit by DThielke to fix several bugs with programmatic modifications of user permissions.
    • 2.7
      • Further commits by rcjrrjcr
        • Removed negatedNode checks
        • Temp fix for NULL issue
        • WorldConfigurationModification to save only modified configs
        • Fix for cache problems








    Credits (open)


    TheYeti:
    Nijikokun - Without their original work this plugin would not be possible.​
    All of the members of the community that regularly provide support in this thread for Permissions​
    Rigby, Kainzo, DThielke, GoMySQL, sk89q, RightLegRed - For hanging out with me in IRC, tons of testing, and pushing me to improve on the code constantly and make changes to make this plugin constantly better and better, and in general being entertaining.​
    Everyone else on here and in IRC who provides support, feedback, assistance, plugins that have continued to support and integrate this, and in general makes my life a bit easier, THANK YOU!​

    rcjrrjcr:
    I would like to thank Joy , jamesg and omgneeq for staying in #permissions for long periods of time to test out 3.0, and help me find many coding mistakes I made, patiently waiting for the next build while I fixed the bugs. I appreciate SvenBrnn 's and GoMySQL(Geoff Winans on this forum) 's help that allow me to design and code the SQL interface, and the HeroCraft coding team for providing support and some priceless IRC quotes (Dgco). Also, I would like to thank Lycano for helping me in many different aspects. Last but not least, I would like to thank Nijikokun and TheYeti for developing P2, which was one of my core plugins when I was still a 14-year-old server admin that didn't understand Java, and was the base for 3.0. Without these people, 3.0 would never be possible.​


    If after reading through all of that you are still having issues do one of two things. If it is a provable bug, and you have things like screenshots or copies of startup, steps to reproduce, your craftbukkit build and the version this is running along with your config files then submit the bug on the issue tracker. If it is general help or support you are needing then post a reply to this thread and someone will try to help you.

    Old thread: Permissions v2.7.4
     
  2. Offline

    Frozen91

    @Jeyge

    That doesn't change anything for me :'(
     
  3. Offline

    nanashiRei

    No new users or groups are being added not matter what i do with the commands. Also the mentioned users are not being added to the permissions files.

    And how would i know if someone is in the default group? build: false. They cannot build and in the chat they appear as <PENDING> Which is my format for the default group.

    Is promote supposed to "add" the promoted group? If so why do we have inheritance then? Also correct me if i'm wrong but isn't a promotion meant to be moving someone up a rank, not adding a rank to his existing one?

    Example
    Code:
    users:
      someuser:
        groups:
        - Pending
    
    now after a promotion to lets say "Builder" should it be like this?

    Code:
    users:
      someuser:
        groups:
        - Builder
    
    I'm getting a little confused about this multigroup stuff~ (Subgroups of GroupManager seemed a way better idea :/)
     
  4. Offline

    grivus

    When server starts permissions not working! So when I use /permissions reload all I see that
     

    Attached Files:

  5. Offline

    Diaz9943

    Hmm.. Permisssions 3.1 appears not to work with quite a few plugins..
    they all cause the same error...
    For example MyHome, MyWarp and BigBrother..
    Code:
    2011-06-01 12:01:56 [SEVERE] tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl initializing Permissions v3.1 (Is it up to date?)
    java.lang.IllegalAccessError: tried to access class com.nijiko.permissions.ModularControl$1RefreshTask from class com.nijiko.permissions.ModularControl
        at com.nijiko.permissions.ModularControl.<init>(ModularControl.java:53)
        at com.nijikokun.bukkit.Permissions.Permissions.setupPermissions(Permissions.java:167)
        at com.nijikokun.bukkit.Permissions.Permissions.onLoad(Permissions.java:127)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:106)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  6. Offline

    Αρρεν

    found, default flag not working for global groups in YAML ONLY per world
    ok but HOW I should set default flag using SQL? using INFO ?
     
  7. Offline

    Shadyle

    No need, I did what you said and took off MyHome, just to test to see if that plugin was actually crashing permissions.. It was and the server works great now, thank you.
     
  8. Offline

    Bleck100

    doesnt work
     
  9. Offline

    hutchpe

    I have an issue with permissions 2.7.4 and scince nobody replies to any posts on that page anymore I have come here. I have an issue that whenever I place or break a block it says "Could not pass event BLOCK_BREAK to Permissions". I have searched everywhere for a fix but cant find one. Does anyone have any ideas on how to fix it?
     
  10. Offline

    legodecom

    Have the same error -.-
     
  11. Offline

    Tiernan Watson

    Hi! I'm having trouble with this. How do I create permission nodes? That's one thing that is missed in this.
     
  12. Offline

    _Muffle

    Hey! When i make ingame: /pr Testguy w:world create
    it gives me this reponse:
    Succesfully created.
    and now i want Testguy in the <Admins> group but when i write this:
    /pr Testguy w:world parents add Admins
    The server write this:
    [Permissions]This user/group does not exist.
    But in the /permission/world/groups.yml Data the Admin group exist...:
    Admins:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'

    What i make false??
    Greetz
    _Muffle

    P.S: Sry for my bad english, i'm Swiss^^
     
  13. Offline

    arough

    here´s the server.log
    Show Spoiler

    2011-06-06 14:59:25 [INFO] Starting minecraft server version Beta 1.6.6
    2011-06-06 14:59:25 [INFO] Loading properties
    2011-06-06 14:59:25 [INFO] Starting Minecraft server on *:25565
    2011-06-06 14:59:25 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-766-g3fc0460-b818jnks (MC: 1.6.6)
    2011-06-06 14:59:25 [INFO] Preparing level "AroughsWorld"
    2011-06-06 14:59:25 [INFO] Preparing start region for level 0
    2011-06-06 14:59:26 [INFO] Preparing start region for level 1
    2011-06-06 14:59:26 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-06 14:59:27 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-06 14:59:27 [INFO] Entities enhanced[0] subclassed[2]
    2011-06-06 14:59:27 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-06-06 14:59:27 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-06-06 14:59:27 [INFO] Entities enhanced[0] subclassed[2]
    2011-06-06 14:59:27 [INFO] Invalid config file found and converted to proper name/format.
    2011-06-06 14:59:27 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-06-06 14:59:27 [INFO] ControllerBlock: 1.18 by Hell_Fire
    2011-06-06 14:59:27 [INFO] ControllerBlock: Using IRON_BLOCK (42) as ControllerBlock, loaded 0 disallowed types from config
    2011-06-06 14:59:27 [INFO] 0 1
    2011-06-06 14:59:27 [INFO] ButtonWeather v1.4 aktiviert.
    2011-06-06 14:59:27 [INFO] CommandBook 1.2.1 enabled.
    2011-06-06 14:59:27 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-06-06 14:59:27 [INFO] CommandBook: 1 kit(s) loaded.
    2011-06-06 14:59:27 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-06 14:59:27 [INFO] ControllerBlock: Enabling full redstone check
    2011-06-06 14:59:27 [INFO] ControllerBlock: Events registered
    2011-06-06 14:59:27 [INFO] [DiscoSheep] version 0.3 is enabled!
    2011-06-06 14:59:27 [INFO] EggPlugin version 1.3 is enabled with permissions!
    2011-06-06 14:59:27 [INFO] [FishPeople] version 1.3 is enabled!
    2011-06-06 14:59:27 [INFO] [Flight] Enabled!
    2011-06-06 14:59:27 [SEVERE] Error occurred while enabling Humiliation v0.8 (Is it up to date?): null
    java.lang.NullPointerException
    at mn.aPunch.Humiliation.Commands.CommandHandler.registerCommands(CommandHandler.java:29)
    at mn.aPunch.Humiliation.Humiliation.onEnable(Humiliation.java:40)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-06-06 14:59:27 [WARNING] [iCoLand] Found 10 lands to protect ( loaded from file )
    2011-06-06 14:59:27 [INFO] [iCoLand] Version [v1.17] (initial) enabled
    2011-06-06 14:59:27 [INFO] [iConomy] Logging is currently disabled.
    2011-06-06 14:59:30 [INFO] [iConomy] v4.65 (Kenzi) loaded.
    2011-06-06 14:59:30 [INFO] [iConomy] Developed by: [Nijikokun, Coelho]
    2011-06-06 14:59:30 [INFO] [iCoLand] Successfully linked with iConomy
    2011-06-06 14:59:30 [INFO] [LastCommand] LastCommand v1.22 loaded.
    2011-06-06 14:59:30 [INFO] LatencyTester 0.2 - Enabled
    2011-06-06 14:59:30 [INFO] LocalShops: iConomy found.
    2011-06-06 14:59:30 [INFO] LocalShops: Loading shop Shop
    2011-06-06 14:59:30 [INFO] LocalShops: Loaded 1 shop(s).
    2011-06-06 14:59:30 [INFO] LocalShops: version 2.2.1 is enabled!
    2011-06-06 14:59:30 [INFO] Lottery version 0.3 is enabled
    2011-06-06 14:59:30 [INFO] [Lottery] Successfully linked with iConomy.
    2011-06-06 14:59:30 [INFO] [Mean Admins] version 0.1.1 is enabled
    2011-06-06 14:59:30 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-06-06 14:59:30 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.6 is enabled!
    2011-06-06 14:59:30 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.4 is enabled!
    2011-06-06 14:59:30 [INFO] [Minecart Mania] MinecartManiaStation version 1.2.5 is enabled!
    2011-06-06 14:59:30 [INFO] __________________________________________________________________________________________
    2011-06-06 14:59:30 [INFO] Starting NoMoreRain version 1.01
    2011-06-06 14:59:30 [INFO] Written By HaxtorMoogle
    2011-06-06 14:59:30 [INFO] Using Settings: edited byarough
    2011-06-06 14:59:30 [INFO] Weather is Disabled
    2011-06-06 14:59:30 [INFO] Thunder is Disabled
    2011-06-06 14:59:30 [INFO] Lightning is Disabled.
    2011-06-06 14:59:30 [INFO] __________________________________________________________________________________________
    2011-06-06 14:59:30 [INFO] [Permissions] version [2.5.5] (Phoenix) loaded
    2011-06-06 14:59:30 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-06 14:59:30 [INFO] [iCoLand] Successfully linked with Permissions
    2011-06-06 14:59:30 [INFO] [iConomy] hooked into Permissions.
    2011-06-06 14:59:30 [INFO] LocalShops: Attached to Permissions
    2011-06-06 14:59:30 [INFO] RocketBoots v0.3 enabled!
    2011-06-06 14:59:30 [INFO] Stargate v.0.3.2 is enabled.
    2011-06-06 14:59:30 [INFO] [Stargate] {AroughsWorld} Loaded 38 stargates with 10 set as always-on
    2011-06-06 14:59:30 [INFO] [Stargate] {AroughsWorld_nether} No stargates for world
    2011-06-06 14:59:30 [INFO] [Stargate] Found Permissions (v2.5.5)
    2011-06-06 14:59:30 [INFO] [Stargate] Found iConomy (v4.65)
    2011-06-06 14:59:30 [INFO] TorchLight version 1.0 is enabled!
    2011-06-06 14:59:30 [INFO] UnderwaterTorch Enabled
    2011-06-06 14:59:31 [INFO] [uQuest] Loaded with Flatfile!
    2011-06-06 14:59:31 [INFO] [uQuest] v1.5 enabled! With 53 quests loaded!
    2011-06-06 14:59:31 [INFO] WorldEdit 4.3 enabled.
    2011-06-06 14:59:31 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-06-06 14:59:31 [INFO] -------[WorldWarp]-------
    2011-06-06 14:59:31 [INFO] -------[Enabled]-------
    2011-06-06 14:59:31 [INFO] -------[Permissions activated]-------
    2011-06-06 14:59:31 [INFO] Loading:AroughsWorld in mode: normal
    2011-06-06 14:59:31 [INFO] Loading:Aroughsworld in mode: normal
    2011-06-06 14:59:31 [INFO] Loading:Rics in mode: normal
    2011-06-06 14:59:31 [INFO] [Stargate] {Rics} Loaded 6 stargates with 11 set as always-on
    2011-06-06 14:59:31 [INFO] -------[/WorldWarp]-------
    2011-06-06 14:59:31 [INFO] ZeldaChicken V.1.05: starting
    2011-06-06 14:59:31 [INFO] ZeldaChicken V.1.05: Permission system detected
    2011-06-06 14:59:31 [INFO] ZeldaChicken V.1.05: enabled
    2011-06-06 14:59:31 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    2011-06-06 14:59:31 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.2.5 is enabled!
    2011-06-06 14:59:31 [INFO] [Minecart Mania] MinecartManiaAutocart version 1.2.2 is enabled!
    2011-06-06 14:59:31 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.2.3 is enabled!
    2011-06-06 14:59:31 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.5 is enabled!
    2011-06-06 14:59:31 [INFO] Done (0.592s)! For help, type "help" or "?"
    2011-06-06 14:59:31 [INFO] ControllerBlock: Loaded v4 data - 18 ControllerBlocks loaded
    2011-06-06 14:59:46 [INFO] arough [/127.0.0.1:49493] logged in with entity id 128 at (-114.22058393958258, 76.0, 548.8595307667322)
    2011-06-06 15:00:04 [INFO] You don't have permission.


    and the permissons.yml

    Show Spoiler


    # System is no longer used, but may become used in the future
    # Copies is for multiple-world support
    # Put the name of the world you wish for it to be a clone of, otherwise leave it empty.
    # If this file is for your default world (the one in server.properties) then you must
    # leave copies blank.
    # Example: copies: Derp - This will clone the permissions of the world Derp
    #
    # Make sure to rename this file to the name of the world that is in sever.properties under
    # level-name. So if it is level-name: world then this should be world.yml and in the
    # plugins/Permissions directory (ie. plugins/Permissions/world.yml)
    #
    # NOTE: Do not use tabs while editing this document. Use only spaces. A good way to avoid
    # doing this is to use Notepad++ and replace the tab with 4 spaces.
    plugin:
    permissions:
    system: default
    copies:

    ##
    # AntiBuild is included with this. To disable a group from being able to build then
    # set the build: flag to false (build: false). If you want a group to be able to build
    # then set it to true.
    ##
    # Groups can contain inheritance.
    # To make a group inherit the permissions from another
    # group simply place the groups name in the "inheritance:" like so:
    #
    # Example:
    # inheritance:
    # - Default
    ##
    # All permissions including the asterisks must be placed in single quotes.
    # like so:
    #
    # - 'foo.bar'
    #
    # Otherwise errors will happen!
    ##
    # Globalized Permission settings:
    #
    # If a permission contains periods (.) you can denote a globalized parameter:
    #
    # - 'foo.*'
    #
    # This will allow you to use all general commands.
    #
    ##
    # Single Asterisk denotes all commands:
    #
    # - '*'
    # If you give a group this permissions, do not have the group inherit any permissions
    # from other groups. Any users assigned to this group should NOT be given any additional
    # permissions either.
    ##
    # To exempt a node use the - prefix like so:
    # - '-foo.bar'
    ##
    # prefix: and suffix: do not do anything on their own. You need another outside plugin
    # such as iChat or HeroChat in order for these to do anything.
    groups:
    Default:
    default: true
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - 'foo.bar'
    Moderator:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    - Default
    permissions:
    - 'bar.foo'
    - 'stargate.use'
    - 'stargate.create'
    - 'stargate.destroy'
    - 'uQuest.CanQuest'
    - 'localshops.buysell'
    - '-general.give'
    - '-commandbook.give'
    - '-commandbook.give.other'
    - '-commandbook.give.infinite'
    - '-commandbook.give.stacks'
    - '-commandbook.give.stacks.unlimited'
    - '-commandbook.item'
    - '-commandbook.item.other'
    - '-commandbook.item.infinite'
    - '-commandbook.item.stacks'
    - '-commandbook.item.stacks.unlimited'
    - 'commandbook.time'
    - 'commandbook.time.set'
    - 'icoland.select'
    - 'icoland.info'
    - 'icoland.buy'
    - 'icoland.sell'
    - 'commandbook.teleport'
    - 'commandbook.spawn'
    - 'commandbook.teleport.other'
    - 'commandbook.who'
    - 'iconomy.money.top'
    - 'iconomy.money'
    - 'fishpeople.infiniteair'
    - 'zc.chickenswarm'
    - 'ww.warp'
    - 'ww.list'
    - 'rocketboots.boots.gold'
    Admins:
    default: false
    info:
    prefix: ''
    suffix: ''
    build: true
    inheritance:
    permissions:
    - '*'

    ##
    # Users denote which users are included in which group.
    # TheNo1Yeti is in the Admin group
    # Herpina is a member of the Moderator group but also has access
    # to the herp.derp permissions
    # Derpina is a member of the admin group but does not have access
    # to the derp.derp permission node
    # Users can also have a prefix and suffix as seen with Herpina
    ##
    users:
    arough:
    group: Admins
    permissions:
    S4rolix:
    group: Moderator
    permissions:
    steelboi007:
    group: Moderator
    permissions:
    riiicardo:
    group: Admins
    permissions:
    belegaer:
    group: Moderator
    Permissions:
    darthwindu:
    group: Moderator
    permissions:
    Ollowin:
    group: Moderator
    permissions:
    Simmelman:
    group: Moderator
    permissions:
    Sploing:
    group: Moderator
    permissions:
    Draegnar:
    group: Moderator
    permissions:
    Imaginenamehere:
    group: Moderator
    permissions:


    dont know why but normally there are spaces in front of every line in the permissions.yml.
     
  14. Offline

    Woodsy

    How do I list all the permissions available on my server?

    With a lot of plugins loaded it's going to take me forever to find them all by digging through the forums. (These forums also have an uncanny ability to crash chrome too)

    Not sure if this has been asked before. I RTFM/Wiki/FAQ/etc but found nothing.
    Please help.
     
  15. Offline

    NoMad

    so hello again,
    now i tried yaml configs to see if it works at all, but the Global configs don't work.
    only when i use the specific world configs, the build status is set correctly.
    A bit annoying that i have to copy the configs to all subdirs, but that's not a major problem (but would be nice to see it fixed or explained howto use the global configs.
    NoMad
     
  16. Offline

    xlilcasper

    How would I do it from my plugin not in-game. I would rather use an api call if there is one instead of sending commands to the console as that doesn't always work well.
     
  17. Offline

    rcjrrjcr

    Yeah, it's a known issue with MyHome/MyWarp/BigBrother.
    groups.yml
    Code:
    groups:
        Members:
            default: true
            info:
                 build: true
            permissions:
                 - 'a.b'                        #Replace with whatever permissions members should have
        OPs:
            default: true
            info:
                 build: true
            permissions:
                 - 'herp.derp'           #Replace with whatever permissions OPs should have
             inheritance:
                  - Members
        Admins:
            default: true
            info:
                build: true
            permissions:
                - '*'
             inheritance:
                   - OPs
    
    users.yml
    Code:
    users:
        MemberOne:
            groups:
                - Members
        MemberTwo:
            groups:
                - Members
        OPGuy:
            groups:
                - OPs
        ServerOwner:
            groups:
                - Admins
    
    You should move your server folder into a path without non-ASCII chars. Plugins can't find the directory
    Code:
    C:\Documents and Settings\Денис\Рабочий стол\Minecraft server\
    
    Also, you have the IAE issue caused by MyWarp/MyHome/BigBrother. Try removing these plugins temporarily to see if it works.
    Sorry, there's no way to do that.
    That's what it's supposed to do. I'm fixing various bugs in it.
     
  18. Offline

    Stabhappy

    rcjrrjcr: please let us know if you plan on fixing the Global files issue soon so that those of us using McMyAdmin don't have to tear our hair out.

    Thanks.
     
  19. Offline

    Oscarius

    What exactly does the SQL Interface .jar do?
     
  20. Offline

    mavbear

    [ mods, don't worry, I delete my old post before reposting this, just trying to help :) ]

    Quick tutorial on changing your naming conventions from Permissions 2.x to 3.x!



    If it helps, great! If not, you're more than likely using a plugin that's incompatible with P3. Enjoy guys. :)
     
  21. Offline

    L5D

    How to create track with command ?
    How to put a player in a default group i have choice ?
     
  22. Offline

    r3xx0n

    Why has Permissions 3.x such an awful sql/mysql structure ? Wouldn´t it be easier if you just use the structure that is present in the yaml files ?

    Tables:
    pr_groups
    pr_users
    pr_permissions
    pr_inheritance
    pr_worlds
    pr_usertogroups

    pr_groups shoud be like:

    id | name | default | prefix | suffix | build | inheritance | permissions | worldid

    the inheritance field will contain all inheritances splitted with ",". you just type in every groupid in it you want.

    pr_users:

    id | name | permissions | worldid

    same as with inheritances, you just write every permission id from the pr_permissions table you want splittet with ",".

    pr_usertogroups:

    userid | groupid

    this table coordinates the user to unlimited groups.

    pr_permissions:

    id | node

    pr_worlds:

    id | name


    Just some thinking of mine, but you really should change the structure ^^

    *sorry for my english, it's not my first language*
     
  23. Offline

    Serialkiller520

    thx for this video.
    Still having trouble with this plugin.
    I've just updated my server on 1.5 to 1.6.6 (build 818). Update okay^^
    Wanted to update my plugins and first of all, permissions (2.7.2 to 3.1.4).
    But the video in the descrpition is for permissions 2.5.5, no any update?
    I've configured the storageconfig and it works fine (config MySQL)
    Globalgroups and globalusers are empty (don't know what is it for...)
    Have only one world (named world) so I deleted world-nether.
    Config groups
    Code:
    joueur:
        default: true
        info:
            prefix: '&a'
            build: true
            suffix: ''
        inheritance: ''
        permissions:
        - essentials.info
        - essentials.help
        - essentials.helpop
        - essentials.list
        - essentials.motd
        - essentials.rules
        - essentials.spawn
    membre de gang:
        default: false
        info:
            prefix: '&2'
            build: true
            suffix: ''
            var1: +healthbar
        inheritance:
        - joueur
        permissions:
        - essentials.getpos
        - essentials.msg
        - essentials.msg
        - essentials.pay
        - iConomy.access
        - iConomy.rank
        - iConomy.list
        - iConomy.payment
        - iConomy.deposit
        - iConomy.bank.access
        - iConomy.bank.deposit
        - iConomy.bank.join
        - iConomy.bank.join.multiple
        - iConomy.bank.leave
        - iConomy.bank.list
        - iConomy.bank.main
        - iConomy.bank.main.change
        - iConomy.bank.main.set
        - iConomy.bank.main.view
        - iConomy.bank.transfer
        - iConomy.bank.transfer.multiple
        - iConomy.bank.withdraw
        - iConomyChestShop.shop.buy
        - mcmmo.ability.*
        - mcmmo.skills.*
        - mcmmo.chat.partychat
        - jobs.join.miner
        - jobs.join.builder
        - jobs.join.digger
        - jobs.join.farmer
        - jobs.join.hunter
        - jobs.world.world
        - iConomyDeath.use
    bras droit:
        default: false
        info:
            prefix: '&e'
            build: true
            suffix: ''
        inheritance:
        - membre de gang
        permissions:
        - essentials.sethome
        - essentials.home
        - essentials.nick
        - essentials.chat.question
        - money2xp.user
    chef de gang:
        default: false
        info:
            prefix: '&6'
            build: true
            suffix: ''
        inheritance:
        - bras droit
        permissions:
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.warp
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.warp.list
        - essentials.warp.[warpname]
        - iConomyChestShop.shop.create
        - iConomyChestShop.shop.create.<id>
        - iConomyChestShop.shop.sell
        - iConomyChestShop.command.iteminfo
    moderateur:
        default: false
        info:
            prefix: '&4'
            build: true
            suffix: ''
        inheritance:
        - chef de gang
        permissions:
        - iConomy.admin.grant
        - iConomy.admin.set
        - iConomy.admin.reset
        - iConomy.admin.hide
        - iConomy.admin.account.create
        - iConomy.admin.account.remove
        - iConomy.admin.stats
        - iConomy.admin.bank.create
        - iConomy.admin.bank.remove
        - iConomy.admin.bank.set
        - iConomy.admin.purge
        - iConomyChestShop.shop.exclude.<id>
        - iConomyChestShop.admin
        - lockette.admin.create.*
        - lockette.user.create.*
        - lockette.admin.break
        - lockette.admin.bypass
        - lockette.admin.snoop
        - lockette.admin.reload
        - essentials.signs.buy.use
        - essentials.signs.free.use
        - essentials.signs.free.create
        - essentials.signs.heal.use
        - essentials.signs.heal.create
        - essentials.signs.mail.create
        - essentials.signs.mail.use
        - essentials.signs.protection.create
        - essentials.signs.protection.use
        - essentials.signs.protection.override
        - essentials.signs.sell.use
        - essentials.signs.trade.create
        - essentials.signs.trade.use
        - essentials.signs.warp.use
        - essentials.signs.warp.create
        - essentials.signs.trade.create
        - essentials.signs.trade.use
        - essentials.signs.buy.create
        - essentials.signs.buy.use
        - essentials.signs.sell.create
        - essentials.signs.sell.use
        - essentials.signs.balance.create
        - essentials.signs.balance.use
        - essentials.depth
        - essentials.compass
        - essentials.top
        - essentials.jump
        - essentials.back
        - essentials.back.ondeath
        - essentials.world
        - essentials.portal
        - essentials.teleport.cooldown.bypass
        - essentials.teleport.timer.bypass
        - essentials.tptoggle
        - essentials.tpa
        - essentials.tp
        - essentials.tpo
        - essentials.tpahere
        - essentials.tphere
        - essentials.tpohere
        - essentials.tppos
        - essentials.tpall
        - essentials.home.others
        - essentials.warp.otherplayers
        - essentials.setwarp
        - essentials.delwarp
        - essentials.afk
        - essentials.list
        - essentials.helpop.receive
        - essentials.whois
        - essentials.nick.others
        - essentials.realname
        - ichat.color
        - essentials.seen
        - essentials.clearinventory
        - essentials.broadcast
        - essentials.burn
        - essentials.ext
        - essentials.kill
        - essentials.ban
        - essentials.tempban
        - essentials.banip     -
        - essentials.mute
        - essentials.kick
        - essentials.jail.exempt
        - essentials.invsee
        - essentials.give
        - essentials.item
        - essentials.unlimited
        - essentials.kit
        - essentials.kit.<kitname>
        - essentials.kit.*
        - essentials.time
        - essentials.tree
        - essentials.bigtree
        - essentials.god
        - essentials.god.others
        - essentials.heal.others
        - essentials.heal.cooldown.bypass
        - essentials.suicide
        - essentials.powertool
        - essentials.weather
        - essentials.thunder
        - essentials.lightning
        - essentials.chat.shout
        - essentials.chat.spy
        - landmarks.add
        - landmarks.modify.own
        - landmarks.remove.own
        - landmarks.remove.all
        - dynmap.render
        - dynmap.show.self
        - dynmap.show.others
        - dynmap.hide.self
        - dynmap.hide.others
        - dynmap.fullrender
        - dynmap.reload
        - whitelist.help
        - whitelist.reload
        - whitelist.add
        - whitelist.remove
        - whitelist.on/off
        - whitelist.list
        - worldguard.god
        - worldguard.god.other
        - worldguard.heal
        - worldguard.heal.other
        - worldguard.slay
        - worldguard.slay.other
        - worldguard.locate
        - worldguard.stack
        - worldguard.region.define
        - worldguard.region.redefine
        - worldguard.region.claim
        - worldguard.region.select
        - worldguard.region.info
        - worldguard.region.list
        - worldguard.region.flag
        - worldguard.region.setpriority
        - worldguard.region.setparent
        - worldguard.region.remove
        - worldguard.region.addmember
        - worldguard.region.addowner
        - worldguard.region.removemember
        - worldguard.region.removeowner
        - worldguard.fire-toggle.stop
        - worldguard.fire-toggle.stop
        - worldguard.reload
        - worldguard.region.bypass.<world>
        - worldguard.report
        - worldguard.notify
        - worldguard.report.pastebin
        - worldedit.brush.sphere
        - worldedit.brush.cylinder
        - worldedit.brush.clipboard
        - worldedit.brush.smooth
        - worldedit.brush.ex
        - worldedit.chunkinfo
        - worldedit.listchunks
        - worldedit.delchunks
        - worldedit.clipboard.copy
        - worldedit.clipboard.cut
        - worldedit.clipboard.paste
        - worldedit.clipboard.rotate
        - worldedit.clipboard.flip
        - worldedit.clipboard.load
        - worldedit.clipboard.save
        - worldedit.clipboard.clear
        - worldedit.limit
        - worldedit.generation.cylinder
        - worldedit.generation.sphere
        - worldedit.generation.forest
        - worldedit.generation.pumpkins
        - worldedit.history.undo
        - worldedit.history.redo
        - worldedit.history.clear
        - worldedit.navigation.unstuck
        - worldedit.navigation.ascend
        - worldedit.navigation.descend
        - worldedit.navigation.ceiling
        - worldedit.navigation.thru
        - worldedit.navigation.jumpto
        - worldedit.navigation.up
        - worldedit.region.set
        - worldedit.region.replace
        - worldedit.region.overlay
        - worldedit.region.faces
        - worldedit.region.smooth
        - worldedit.region.move
        - worldedit.region.stack
        - worldedit.regen
        - worldedit.scripting.execute
        - worldedit.selection.pos
        - worldedit.selection.hpos
        - worldedit.selection.chunk
        - worldedit.wand
        - worldedit.wand.toggle
        - worldedit.selection.expand
        - worldedit.selection.contract
        - worldedit.selection.shift
        - worldedit.selection.outset
        - worldedit.selection.inset
        - worldedit.selection.size
        - worldedit.analysis.count
        - worldedit.analysis.distr
        - worldedit.snapshots.list
        - worldedit.snapshots.restore
        - worldedit.superpickaxe
        - worldedit.superpickaxe.area
        - worldedit.superpickaxe.recursive
        - worldedit.tool.info
        - worldedit.tool.replacer
        - worldedit.tool.tree
        - worldedit.brush.options.mask
        - worldedit.tool.data-cycler
        - worldedit.brush.options.material
        - worldedit.brush.options.size
        - worldedit.fill
        - worldedit.fill.recursive
        - worldedit.drain
        - worldedit.fixlava
        - worldedit.fixwater
        - worldedit.removeabove
        - worldedit.removebelow
        - worldedit.removenear
        - worldedit.replacenear
        - worldedit.snow
        - worldedit.thaw
        - worldedit.extinguish
        - worldedit.butcher
        - worldedit.remove
        - worldedit.reload
        - worldedit.superpickaxe.drawing.brush.sphere
        - worldedit.superpickaxe.drawing.brush.cylinder
        - worldedit.superpickaxe.drawing.brush.clipboard
        - worldedit.limit
        - worldedit.region.overlay
        - worldedit.region.walls
        - worldedit.region.faces
        - worldedit.scripting.execute
        - worldedit.scripting.execute
        - worldedit.superpickaxe.replacer
        - worldedit.superpickaxe.data-cycler
        - worldedit.superpickaxe.info
        - worldedit.superpickaxe.pickaxe
        - worldedit.superpickaxe.tree
        - xauth.exclude
        - xauth.admin.changepw
        - xauth.admin.unregister
        - xauth.admin.reload
        - xauth.admin.toggle
        - xauth.admin.logout
        - mcmmo.tools.mmoedi
        - mcmmo.tools.mcrefresh
        - mcmmo.commands.ptp
        - mcmmo.commands.party
        - mcmmo.commands.ability
        - mcmmo.commands.whois
        - mcmmo.chat.adminchat
        - jobs.admin.fire
        - jobs.admin.promote
        - jobs.admin.demote
        - jobs.admin.employ
        - jobs.admin.grantxp
        - jobs.admin.removexp
        - jobs.admin.transfer
        - money2xp.admin
        - money2xp.ignorezones
        - iConomyDeath.*
    admin:
        default: false
        info:
            prefix: '&9'
            build: true
            suffix: ''
        inheritance:
        permissions:
        - '*'
    groups:
        Default:
            permissions:
            inheritance:
    
    Config users:
    Code:
    Users:
        Serialkiller520:
            groups:
                - admin
        alanlauwarier:
            groups:
                - membre de gang
        dr_dellta:
            groups:
                - admin
        lcsg:
            groups:
                - admin
        luc4z:
            groups:
                - admin
        m3rguez:
            groups:
                - admin
        palou:
            groups:
                - moderateur
        S_greg_S:
            groups:
                - admin
        Sdarkang:
            groups:
                - admin
        slyk62:
            groups:
                - admin
        smd94460:
            groups:
                - moderateur
        yoyo57:
            groups:
                - admin
        yumon:
            groups:
                - admin
        badperc:
            groups:
                - admin
        kiiwii21:
            groups:
                - moderateur
    
    When I'm connecting to the server I'm in defalut group that not exist :/

    Hope you'll understand my french english^^
     
  24. Offline

    Diaz9943

    Is this going to get fixed anytime soon?
     
  25. Offline

    THEK

    How would I hook into permissions to add users to groups from a separate plugin?
     
  26. Offline

    WMisiedjan

    Is there some kind of Webadmin so I can manage permissions in MySQL?
     
  27. Offline

    Starhero

    EDIT: ignore this ...i mean..if it works great but unfortunately the author of the perl script seems to forget that he needed to create the tables first BEFORE INSERTING INTO.

    I don't know perl, nor would i learn a LOG PARSEING language to do such a thing like this. Rather use python which I will see if my friend could help me with on making. If we make this, I will delete this post and post the python script on this page.

    I am not sure if anyone is trying to use the perl script to convert there permissions over to SQL ( if you aren't I would suggest doing so since using a database is best for performance reasons)

    The perl script posted...seems to not work. I have actually got it working. It was an issue that author had in practically the first line ( all credit still goes to you my friend, but YAML.pm is a bit SCREWED ATM..use YAML::Syck instead)

    Tho i haven't even got to the point of installing the addon, I just wanted to point out this so that others could convert there permissions over.

    1. This probably won't work on windows because perl and windows hate each other...suggestion...get a better OS (even OSX is better)

    2. if you have no exp working with CLI linux stop now and wait for someone to make things easier for you.

    3. You are going to need root or sudo access to the linux machine you do this on. Even if you are using windows to host with MySQL...YOU CAN convert and take the SQL spit out file.

    Instructions:
    1. Download the perl script at the first post http://www.theyeticave.net/downloads/permissions/converters/YAML2SQL.zip (remember to unzip der der )

    2. Install perl if it isn't installed (on ubuntue this is usually installed, if it isn't i can only suggest: sudo apt-get install perl, but do not have the foggiest idea what problems or what that will install.

    3. Run this: sudo cpan App::cpanminus
    Say yes to everything (default) This will take a while.

    4. Run this afterwards cpanm YAML::syck

    5. edit the perl script you downloaded

    Where it says "Use YAML" replace with "use YAML::syck"

    6. Run the script: " perl yaml2sql.pl <path to your world.yml file> <world name>

    All goes well you should have a file that has sql commands in it...and NO BLOODY ERRORS speaking about YAML.PL.

    nano <outputfile.sql> to confirm.

    Hope it helps someone.

    RANT: I tryed the script first on my production server (ubuntu 11.04 CLI), then my dev (same thing), then my personal computer (cgywin's perl first then i got windows perl which just screamed at me about not having YAML.pm in path and since microsuck winbows....) then i did it also on my TS3 VPS.

    ALL OF THEM said this
    YAML Error: Invalid element in map
    Code: YAML_LOAD_ERR_BAD_MAP_ELEMENT
    Line: 11
    Document: 1
    at /usr/lib/perl5/site_perl/5.10/YAML.pm line 36

    Line 11 was fine but for shits i took it out...commented it..everything. It was YAMLpm that was the issue.
     
  28. Offline

    Kingadams

    Im having a issue were users in the default group cant use commands ive set in the default group wat
     
  29. Offline

    Zgred

    You can convert your YML file to SQL using my:

    YML -> SQL Converter

    Just type world id (eg. 1), world name (eg. world) and paste in your permissions.

    If you have found any bugs, please report it to me, i will try to fix them. I hope so this simple script will help you in moving to P3 ;)
     
  30. Offline

    KaiHong

    OH Wooow.

    I looked at another post of someone else's file and it had

    "groups"
    I had "group"
    before my username D:

    Thanks guys :]
     
  31. Offline

    Fujikatoma

    I have a Problem :
    My Group : Admins
    groups.yml
    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
                - 'foo.bar'
        Member:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'bar.foo'
                - 'iConomyChestShop.shop.*'
                - 'icoland.basic.*'
                - 'icoland.land.*'
                - 'mcdocs.*'
                - 'privatchat'
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'bar.foo'
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    But i cant use admin commands like /time set or admin command from Plugins :(
     
Thread Status:
Not open for further replies.

Share This Page