Merelia Posted May 3, 2012 Posted May 3, 2012 Hello, I am currently trying to find out how to get a permissions plugin to work with the current tekkit pack and I am being rather unsuccessful. And yes, commandbook has been removed and I am also 99% sure I set the permissions right. I was trying to use bpermissions v2.9.0 for CB 1.1-R4. So I was hoping somebody here could recommend me a permissions plugin (That works with essentials) with the correct version for tekkit 2.1.1 Thanks!
dahockeymasta12 Posted May 3, 2012 Posted May 3, 2012 I use PermissionsBukkit, and its working for me.
cyris69 Posted May 4, 2012 Posted May 4, 2012 Can you give me a copy of your config.yml so I can see what perms are needed since im new to tekkit
Turiko Posted May 4, 2012 Posted May 4, 2012 Any permissions plugin for the correct bukkit version should work for tekkit - it's just a bukkit install with mods pre-loaded. I use PermissionsBukkit as well; if you want an example config look here: http://pastebin.com/63LySPVq. This is taken directly from my own server, though i deleted names and added a dummy. Keep in mind that this is a basic config, and that i've installed extra plugins that are not part of the default tekkit install. I also don't have any mod-specific permissions; if any of them offer permissions via the api, you can add the nodes exactly like in the example. Also, beware of the formatting. YML can be a pain to work with, and if your plugin loads a file with even a single error, it'll delete the file. Keep a backup of it as you work!
emost Posted May 8, 2012 Posted May 8, 2012 thank you very much for this permission script save me a bunch!
silver593 Posted May 15, 2012 Posted May 15, 2012 I have received an error. [sEVERE] Permission node 'groups' in server config is invalid java.lang.IllegalArgumentException: 'default' key contained unknown value at org.bukkit.permissions.Permission.loadPermission(Permission.java:267) at org.bukkit.permissions.Permission.loadPermission(Permission.java:234) at org.bukkit.craftbukkit.CraftServer.loadCustomPermissions(CraftServer.java:521) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:189) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:360) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:347) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:178) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:411) at net.minecraft.server.ThreadServerApplication.run(SourceFile:465) What does this mean?
spindoc2k3 Posted May 16, 2012 Posted May 16, 2012 I had this error before when my permissions file was formatted incorrectly. I use group manager for mine and it works wonders now.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now