bPermissions
bPermissions
Welcome to bPermissions, a Superperms Manager for Bukkit! bPermissions focuses on being unique from the rest of the Permission managers. It's very simple to set up and use, it's lightning fast, fully featured, and has a great support team!
Some features:
- bPermissions has a gui client specifically designed to make running a server so easy that you'll forget that you ever used any other permissions plugin. Get it here!
- bPermissions has a unique command structure, never before seen in a permission manager. It's best used for adding lots of nodes to a user or group from the console or in-game, less typing!
- bPermissions has everything you would expect from a Permissions manager. Prefix and suffix support, inheritance, per-player permissions, multiworld support, promotion/demotion tracks, and even group priorities for multi-group setups.
- Note - bPermissions only defines prefixes and suffixes. You need a chat plugin such as bChatManager for them to show up in chat.
Commands
Say you have a user called 'Bob' and you want to put him in the group 'admin' and give him the prefix 'awesome'.
- /world yourmainworld - selects the world "yourmainworld"
- /user bob - selects the user "bob"
- /user setgroup admin - set bob's group as "admin"
- /user meta prefix awesome - set bob's prefix to "awesome"
You can do the same with groups!
- /world yourmainworld - again, selects the world
- /group admin - selects the group "admin"
- /group addgroup moderator - makes the admin group inherit from the moderator group
- /group meta prefix &c[Admin] - sets the admin prefix to "&c[Admin]"
Some other commands are as follows
- /permissions (or /bperms,/bp,/p) - general commands for bPermissions are prefixed by this
- /permissions import pex - import a pex permissions.yml in the pex folder
- /permissions reload - reloads your bPermissions files
- /permissions save - if auto-save is false, this saves your perms
- /permissions backup - backup your permissions
- /permissions helpme - for the lazy among you, this spews out some basic permissions files into your folder.
In order to use these commands, you'll need the permissions node bPermissions.admin
For configurable /promote and /demote tracks, you'll want to use permissions tracks. To read about those, visit this page
Want more commands? We have some others over on the commands page. Check 'em out!
Editing Files
bPermissions creates per world groups.yml and users.yml files in the bPermissions folder, which allow you to configure permissions on a per world basis.
Because bPermissions was designed to be configured largely via commands, bPermissions will often overwrite changes to these files especially if you /reload or restart the server.
If you've edited the files, you MUST use /permissions reload to load the modified files into the server, otherwise the permissions changes won't apply. Because a standard /reload unloads all plugins like a server stop, we cannot tell the difference between them and this will overwrite changes to your files with whatever the server last stored.
World mirroring
Worlds are mirrored like so:
world_mirroring_to: world_mirroring_from world_nether: world world_the_end: world
This duplicates the whole config for that world. Currently there's no way to have just the users or the groups mirrored, stay tuned for an update that adds this!
bPermissions and EssentialsChat
Allow me to put this issue to bed. Essentials Chat + bPermissions works for prefix and color.
This guide is for current users of EssentialsChat and want to use bPermissions along with it.
Players have colored rank prefixes and faction chat modes are also colored. All text can be colored by the players too using color codes such as &c.
bPermissions\world\groups.yml ( code snippet )
default: default groups: ## Peasant ## default: permissions: - group.default - group.userannouncer - group.userauction groups: - userannouncer - userauction meta: priority: '100' ## Citizen ## rank1: permissions: - group.default - group.rank1 groups: - default meta: priority: '200'
It has nothing configured for prefix but the group names are important (default, rank1)
Essentials\config.yml ( Code Snippet )
change-displayname: true #add-prefix-suffix: false player-commands: - chat.color - chat.format - chat.shout - chat.question chat: radius: 0 group-formats: default: '&8&lPeasant &r&8{DISPLAYNAME}&7:&r {MESSAGE}' rank1: '&8&lCitizen &r&7{DISPLAYNAME}&7:&r {MESSAGE}' moderator: '&e&l[Mod] &r&3{DISPLAYNAME}&7:&r {MESSAGE}' admin: '&c&l[Admin] &r&e{DISPLAYNAME}&7:&r {MESSAGE}'
Please direct all other Essentials support to their official support networks.
How do I get support?
First, we highly recommend you go read the FAQ page. If the answer isn't there, there's a few options of support.
- Visit the #bananacode irc channel on irc.esper.net. Just head there, as your question, and wait for someone to help you. It might be a while before you get an answer, so be patient!
- You can file a ticket. This is recommended if you don't have the time to hang around in the IRC or you have a bug report. Be prepared to check back to the ticket though, and make sure you attach your bPermissions groups and users yml files to the ticket.
- Comment on the bPermissions main page.
Note that as there's only one (slightly inactive) maintainer at the moment, any support queries may take some time.
However you choose to get support, "pls dont use txt spk," and make sure you use actual grammar.
I'm a developer!
If you wish to hook your plugin into bPermissions, please see the Developer Page for more information! If you wish to contribute code to bPermissions, fork us on GitHub!
Development builds of this project can also be downloaded from GitHub now. These builds have not been approved by the BukkitDev staff, and are possibly buggy. Use them at your own risk.
-
View User Profile
-
Send Message
Posted Oct 29, 2012Will this plugin be updated for Minecraft 1.4?
-
View User Profile
-
Send Message
Posted Oct 29, 2012@ryvix
Yah, that's an okay fix... but damn that needs to be patched.
-
View User Profile
-
Send Message
Posted Oct 29, 2012Hello, I have noticed that a lot of people are getting the same error in the latest release with the SnakeYAML parser: http://pastebin.com/VMgsnJzP
I believe it happens because of the users.yml file and when you type /exec and press enter it adds null to this file. If you go in and remove the null user it works again. You have to remove it from all worlds.
-
View User Profile
-
Send Message
Posted Oct 28, 2012@Juxpitos
no need to change that at all I never have works with out changing that.
-
View User Profile
-
Send Message
Posted Oct 27, 2012it wouldnt work cause of this:
at de.bananaco.bpermissions.api.util.GroupCarrier.hasGroupRecursive(GroupCarrier.java:94)
-
View User Profile
-
Send Message
Posted Oct 24, 2012What file do i point my servers Bukkit.yml at to use bPerm. instead of the default bukkit perm.yml file?
-
View User Profile
-
Send Message
Posted Oct 23, 2012For whatever reason, all the names in the chat are in white. I can't tell if this is a bpermissions, herochat, or essentials plugin error. I've tried rolling back to earlier versions with each one, and nothing seems to be working.
-
View User Profile
-
Send Message
Posted Oct 23, 2012Can someone on here confirm if global perms are working with Bperms? I simply cannot get them to work at all, however map separated perms are working fine.
I'm also willing to give up my ftp info, if that's what it takes to a trusted member as I've been having difficulty setting up global perms for quite some time now :/
-
View User Profile
-
Send Message
Posted Oct 23, 2012@SamuelJb
the gamemode issue would tend to be a multiverse thing. it is a feature that when they have the bypass perm doesnt happen.
-
View User Profile
-
Send Message
Posted Oct 23, 2012-
View User Profile
-
Send Message
Posted Oct 22, 2012Amazing. Great job!
-
View User Profile
-
Send Message
Posted Oct 21, 2012bPermissions is so easy to setup! Thank you so much :D
-
View User Profile
-
Send Message
Posted Oct 21, 2012What command do you use to shift ranks of players? If it is /p could you change it? Because towny also uses /p command and i think they are over lapping each other. Also if you are on creative and when you log back on you turn survival. Is there a way to change that too?
Thanks
-
View User Profile
-
Send Message
Posted Oct 21, 2012@jonoce633
Look in your world folder.
-
View User Profile
-
Send Message
Posted Oct 21, 2012[INFO] While loading bPermissions (plugins/bpermissions.jar) found old-data folder: plugins/bpermissions next to the new one: plugins/bPermissions
Lets translate that into english.. It's already english but you know what I mean.
[INFO] While loading the plugin bPermissions, the jar can be found at (plugins/bpermissions.jar) it found a old-data folder: plugins/bpermissions next to the new one plugins/bPermissions.
This doesn't change much but delete the old bpermissions folder with no upper-case letters. saves space.
Make sure all your groups etc. are uploaded in bPermissions and not bpermissions
-
View User Profile
-
Send Message
Posted Oct 20, 2012My groups file auto-reseted for no reason,so I lost my permissions.
-
View User Profile
-
Send Message
Posted Oct 20, 2012@codename_B
Hi i need help. My bPermissions isn't working! please help me, i have tested it on the YAML parser but still dosent work! here is my server log.
07:41:20 [INFO] Starting minecraft server version 1.3.2 07:41:20 [INFO] Loading properties 07:41:20 [INFO] Default game type: SURVIVAL 07:41:20 [INFO] Generating keypair 07:41:20 [INFO] Starting Minecraft server on 192.168.1.3:25565 07:41:20 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R2.0-b2396jnks (MC: 1.3.2) (Implementing API version 1.3.2-R2.0) 07:41:21 [INFO] While loading MultiWorld (plugins/multiworld.jar) found old-data folder: plugins/multiworld next to the new one: plugins/MultiWorld 07:41:21 [INFO] While loading bPermissions (plugins/bpermissions.jar) found old-data folder: plugins/bpermissions next to the new one: plugins/bPermissions 07:41:21 [INFO] [HeroicDeathPlus] Loading HeroicDeathPlus v2.1 07:41:21 [INFO] [MultiWorld] Loading MultiWorld v3.3.1 07:41:21 [INFO] [bPermissions] Loading bPermissions v2.9.23 07:41:21 [INFO] [WorldEdit] Loading WorldEdit v5.4.2 07:41:21 [INFO] [iConomy] Loading iConomy v7.0 07:41:21 [INFO] [DisguiseCraft] Loading DisguiseCraft v3.5 07:41:21 [INFO] [Vault] Loading Vault v1.2.19-b248 07:41:21 [INFO] [mcMMO] Loading mcMMO v1.3.11-b1030 07:41:21 [INFO] [WorldGuard] Loading WorldGuard v5.5.3 07:41:22 [INFO] [Essentials] Loading Essentials v2.9.4 07:41:22 [INFO] [Jobs] Loading Jobs v2.8.5 07:41:22 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.4 07:41:22 [INFO] MLog clients using java 1.4+ standard logging. 07:41:22 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.4 07:41:22 [INFO] [ChestShop] Loading ChestShop v3.46 07:41:22 [INFO] [Vault] Enabling Vault v1.2.19-b248 07:41:22 [INFO] [Vault][Economy] Essentials Economy found: Waiting 07:41:22 [WARNING] iConomy6 - If you are using Flatfile storage be aware that iCo6 has a CRITICAL bug which can wipe ALL iconomy data. 07:41:22 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk! 07:41:22 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin! 07:41:22 [INFO] [Vault][Economy] iConomy 6 found: Waiting 07:41:22 [INFO] [Vault][Permission] bPermissions2 hooked. 07:41:22 [INFO] [Vault][Permission] bPermissions 2 found: Loaded 07:41:22 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system. 07:41:22 [INFO] [Vault][Chat] bPermissions2 hooked. 07:41:22 [INFO] [Vault][Chat] bPermssions2 found: Loaded 07:41:22 [INFO] [Vault] Enabled Version 1.2.19-b248 07:41:22 [INFO] [mcMMO] Enabling mcMMO v1.3.11-b1030 07:41:22 [INFO] [mcMMO] Loading mcMMO config.yml File... 07:41:22 [INFO] [mcMMO] Loading mcMMO treasures.yml File... 07:41:22 [INFO] [mcMMO] Loading mcMMO repair.vanilla.yml File... 07:41:22 [INFO] mcMMO version 1.3.11-b1030 is enabled! 07:41:23 [INFO] Preparing level "world" 07:41:23 [INFO] Preparing start region for level 0 (Seed: 8916756802679852778) 07:41:23 [INFO] Preparing start region for level 1 (Seed: -5284770662701588019) 07:41:23 [INFO] [HeroicDeathPlus] Enabling HeroicDeathPlus v2.1 07:41:23 [INFO] [HeroicDeathPlus] 2.1 enabled. 07:41:23 [INFO] [MultiWorld] Enabling MultiWorld v3.3.1 07:41:24 [INFO] [MultiWorld] Enabling MultiWorld 07:41:24 [INFO] [MultiWorld] v3.3.1 enabled. 07:41:24 [INFO] [bPermissions] Enabling bPermissions v2.9.23 07:41:24 [INFO] [bPermissions] Loading world: world 07:41:24 [INFO] [bPermissions] Loading world: world_the_end 07:41:24 [INFO] [WorldEdit] Enabling WorldEdit v5.4.2 07:41:24 [INFO] WEPIF: bPermissions detected! Using bPermissions for permissions 07:41:24 [INFO] [iConomy] Enabling iConomy v7.0 07:41:24 [INFO] [iConomy - April Fools] Enabled (41 ms) 07:41:24 [INFO] [iConomy - April Fools] Purged accounts with default balance. 07:41:24 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version! 07:41:24 [INFO] [Vault][Economy] iConomy 6 hooked. 07:41:24 [INFO] [DisguiseCraft] Enabling DisguiseCraft v3.5 07:41:24 [INFO] [DisguiseCraft] Version 3.5 is enabled! 07:41:24 [INFO] [WorldGuard] Enabling WorldGuard v5.5.3 07:41:24 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED. 07:41:24 [INFO] [WorldGuard] (world) Lighters are PERMITTED. 07:41:24 [INFO] [WorldGuard] (world) Lava fire is blocked. 07:41:24 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED. 07:41:24 [INFO] [WorldGuard] Loaded configuration for world 'world' 07:41:24 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED. 07:41:24 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED. 07:41:24 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked. 07:41:24 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. 07:41:24 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end' 07:41:25 [INFO] [WorldGuard] 2 regions loaded for 'world' 07:41:25 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end' 07:41:25 [INFO] [Essentials] Enabling Essentials v2.9.4 07:41:25 [INFO] [Vault][Economy] Essentials Economy hooked. 07:41:25 [INFO] Essentials: Using bPermissions2 based permissions. 07:41:25 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 6 version: 1.2.19-b248) 07:41:25 [INFO] [Jobs] Enabling Jobs v2.8.5 07:41:26 [SEVERE] [Jobs] Job Hunter has an invalid IronGolem Kill type property. Skipping! 07:41:26 [SEVERE] [Jobs] Job Brewer has an invalid REDSTONE_DUST Brew type property. Skipping! 07:41:27 [INFO] [Jobs] Started database save task 07:41:27 [INFO] [Jobs] [Jobs] Successfully linked with Vault. 07:41:27 [INFO] [Jobs] Database save task shutdown 07:41:27 [INFO] [Jobs] Login manager started 07:41:27 [INFO] [Jobs] Started database save task 07:41:27 [INFO] [Jobs] Plugin has been enabled succesfully. 07:41:27 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.4 07:41:27 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10] 07:41:27 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.4 07:41:27 [INFO] [ChestShop] Enabling ChestShop v3.46 07:41:27 [INFO] [ChestShop] Vault loaded - using iConomy 6 07:41:27 [INFO] Server permissions file permissions.yml is empty, ignoring it 07:41:27 [INFO] Done (4.751s)! For help, type "help" or "?"
-
View User Profile
-
Send Message
Posted Oct 19, 2012Hey guys - sorry I've been absent - come monday I'll have time to focus on this project again.
-
View User Profile
-
Send Message
Posted Oct 19, 2012Hi i need help. My bPermissions isn't working! please help me, i have tested it on the YAML parser but still dosent work! here is my server log.
07:41:20 [INFO] Starting minecraft server version 1.3.2 07:41:20 [INFO] Loading properties 07:41:20 [INFO] Default game type: SURVIVAL 07:41:20 [INFO] Generating keypair 07:41:20 [INFO] Starting Minecraft server on 192.168.1.3:25565 07:41:20 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.2-R2.0-b2396jnks (MC: 1.3.2) (Implementing API version 1.3.2-R2.0) 07:41:21 [INFO] While loading MultiWorld (plugins/multiworld.jar) found old-data folder: plugins/multiworld next to the new one: plugins/MultiWorld 07:41:21 [INFO] While loading bPermissions (plugins/bpermissions.jar) found old-data folder: plugins/bpermissions next to the new one: plugins/bPermissions 07:41:21 [INFO] [HeroicDeathPlus] Loading HeroicDeathPlus v2.1 07:41:21 [INFO] [MultiWorld] Loading MultiWorld v3.3.1 07:41:21 [INFO] [bPermissions] Loading bPermissions v2.9.23 07:41:21 [INFO] [WorldEdit] Loading WorldEdit v5.4.2 07:41:21 [INFO] [iConomy] Loading iConomy v7.0 07:41:21 [INFO] [DisguiseCraft] Loading DisguiseCraft v3.5 07:41:21 [INFO] [Vault] Loading Vault v1.2.19-b248 07:41:21 [INFO] [mcMMO] Loading mcMMO v1.3.11-b1030 07:41:21 [INFO] [WorldGuard] Loading WorldGuard v5.5.3 07:41:22 [INFO] [Essentials] Loading Essentials v2.9.4 07:41:22 [INFO] [Jobs] Loading Jobs v2.8.5 07:41:22 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.9.4 07:41:22 [INFO] MLog clients using java 1.4+ standard logging. 07:41:22 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.4 07:41:22 [INFO] [ChestShop] Loading ChestShop v3.46 07:41:22 [INFO] [Vault] Enabling Vault v1.2.19-b248 07:41:22 [INFO] [Vault][Economy] Essentials Economy found: Waiting 07:41:22 [WARNING] iConomy6 - If you are using Flatfile storage be aware that iCo6 has a CRITICAL bug which can wipe ALL iconomy data. 07:41:22 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk! 07:41:22 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin! 07:41:22 [INFO] [Vault][Economy] iConomy 6 found: Waiting 07:41:22 [INFO] [Vault][Permission] bPermissions2 hooked. 07:41:22 [INFO] [Vault][Permission] bPermissions 2 found: Loaded 07:41:22 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system. 07:41:22 [INFO] [Vault][Chat] bPermissions2 hooked. 07:41:22 [INFO] [Vault][Chat] bPermssions2 found: Loaded 07:41:22 [INFO] [Vault] Enabled Version 1.2.19-b248 07:41:22 [INFO] [mcMMO] Enabling mcMMO v1.3.11-b1030 07:41:22 [INFO] [mcMMO] Loading mcMMO config.yml File... 07:41:22 [INFO] [mcMMO] Loading mcMMO treasures.yml File... 07:41:22 [INFO] [mcMMO] Loading mcMMO repair.vanilla.yml File... 07:41:22 [INFO] mcMMO version 1.3.11-b1030 is enabled! 07:41:23 [INFO] Preparing level "world" 07:41:23 [INFO] Preparing start region for level 0 (Seed: 8916756802679852778) 07:41:23 [INFO] Preparing start region for level 1 (Seed: -5284770662701588019) 07:41:23 [INFO] [HeroicDeathPlus] Enabling HeroicDeathPlus v2.1 07:41:23 [INFO] [HeroicDeathPlus] 2.1 enabled. 07:41:23 [INFO] [MultiWorld] Enabling MultiWorld v3.3.1 07:41:24 [INFO] [MultiWorld] Enabling MultiWorld 07:41:24 [INFO] [MultiWorld] v3.3.1 enabled. 07:41:24 [INFO] [bPermissions] Enabling bPermissions v2.9.23 07:41:24 [INFO] [bPermissions] Loading world: world 07:41:24 [INFO] [bPermissions] Loading world: world_the_end 07:41:24 [INFO] [WorldEdit] Enabling WorldEdit v5.4.2 07:41:24 [INFO] WEPIF: bPermissions detected! Using bPermissions for permissions 07:41:24 [INFO] [iConomy] Enabling iConomy v7.0 07:41:24 [INFO] [iConomy - April Fools] Enabled (41 ms) 07:41:24 [INFO] [iConomy - April Fools] Purged accounts with default balance. 07:41:24 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version! 07:41:24 [INFO] [Vault][Economy] iConomy 6 hooked. 07:41:24 [INFO] [DisguiseCraft] Enabling DisguiseCraft v3.5 07:41:24 [INFO] [DisguiseCraft] Version 3.5 is enabled! 07:41:24 [INFO] [WorldGuard] Enabling WorldGuard v5.5.3 07:41:24 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED. 07:41:24 [INFO] [WorldGuard] (world) Lighters are PERMITTED. 07:41:24 [INFO] [WorldGuard] (world) Lava fire is blocked. 07:41:24 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED. 07:41:24 [INFO] [WorldGuard] Loaded configuration for world 'world' 07:41:24 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED. 07:41:24 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED. 07:41:24 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked. 07:41:24 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. 07:41:24 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end' 07:41:25 [INFO] [WorldGuard] 2 regions loaded for 'world' 07:41:25 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end' 07:41:25 [INFO] [Essentials] Enabling Essentials v2.9.4 07:41:25 [INFO] [Vault][Economy] Essentials Economy hooked. 07:41:25 [INFO] Essentials: Using bPermissions2 based permissions. 07:41:25 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 6 version: 1.2.19-b248) 07:41:25 [INFO] [Jobs] Enabling Jobs v2.8.5 07:41:26 [SEVERE] [Jobs] Job Hunter has an invalid IronGolem Kill type property. Skipping! 07:41:26 [SEVERE] [Jobs] Job Brewer has an invalid REDSTONE_DUST Brew type property. Skipping! 07:41:27 [INFO] [Jobs] Started database save task 07:41:27 [INFO] [Jobs] [Jobs] Successfully linked with Vault. 07:41:27 [INFO] [Jobs] Database save task shutdown 07:41:27 [INFO] [Jobs] Login manager started 07:41:27 [INFO] [Jobs] Started database save task 07:41:27 [INFO] [Jobs] Plugin has been enabled succesfully. 07:41:27 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.9.4 07:41:27 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10] 07:41:27 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.4 07:41:27 [INFO] [ChestShop] Enabling ChestShop v3.46 07:41:27 [INFO] [ChestShop] Vault loaded - using iConomy 6 07:41:27 [INFO] Server permissions file permissions.yml is empty, ignoring it 07:41:27 [INFO] Done (4.751s)! For help, type "help" or "?"
-
View User Profile
-
Send Message
Posted Oct 18, 2012When I install it, I only get a config.yml, mirrors.yml and tracks.yml. I don't get a groups.yml or anything else?