Permissions help

Discussion in 'Bukkit Help' started by dojopunk, Mar 19, 2011.

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

    dojopunk

    I have been building a server for about a month now and now that i'm ready to open it, i want to add groups. Now i have made a separate folder to try to get the plugins i want to work. I have started with the Permissions plugin since that one is the plugin which allows you to use groups. I have done everything it has asked. I have renamed the config, added both the .jar and folder, and added my name to the users list as admin. I don't know if it's because i don't have any other plugins to give me commands to use but for whatever reason, it doesn't work. If anyone knows why, please respond below. Thanks in advance!

    btw im running windows 7 x86 bukkit version 544 java version 1.6.0_23

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  2. Offline

    Mohammad

    What do you mean exactly "it doesnt work"
    Just to let you know you need IChat for the colours and stuff to show up
     
  3. Offline

    dojopunk

    I mean i have no permissions once so ever, do i need a certain plugin like essentials to give me things to assign?

    No permissions once so ever meaning i can't do my commands in game.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  4. Offline

    Mohammad

    I'm getting sort of confused :S
    Permissions is to permit groups and allow them to use commands
    So get some plugins which have commands
    Start off with basic commands so try installing
    http://forums.bukkit.org/threads/ge...t-rocket-slap-ban-spawnmob-barrage-more.6525/
    For a start and the permissions are listed on the right of this page: http://wiki.sk89q.com/wiki/CommandBook/Commands

    Heres how you put in the permissions:
    Code:
    groups:
        Builders:
            default: true
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'magiccarpet.mc'
                - 'commandbook.spawn'
                - 'commandbook.time'
                - 'commandbook.msg'
                - 'commandbook.whereami'
                - 'commandbook.whereami.compass'
                - 'commandbook.clear'
    ALl the permissions go in '
    For admins put this permission in '*' that will allow admins to use everything
    NOTE install http://forums.bukkit.org/threads/ed...iting-now-available-client-side-addon-531.62/ first
     
  5. Offline

    dojopunk

    ill try that... thanks!
     
  6. Offline

    Mohammad

    I can help over teamviewer as well if you have that
    Ill help add all the colours and ranks etc
     
  7. Offline

    dojopunk

    Okay. I don't have that but ill get one soon, i have to leave now but ill send you a message if i need anymore help. Thank you!

    when i start my server, all i get is an error message that says:

    2011-03-19 21:12:51 [SEVERE] Could not load plugins\CommandBook.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:113)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:260)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:196)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:221)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:380)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:366)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandPermissionsException
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:105)
    ... 11 more
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandPermissionsException
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 14 more



    Also, I found another message after taking a glance at my server log that says this:

    2011-03-19 17:20:01 [SEVERE] Could not pass event BLOCK_PLACED to Permissions
    java.lang.NullPointerException
    at com.nijiko.permissions.Control.getGroups(Control.java:656)
    at com.nijikokun.bukkit.Permissions.Listener.onBlockPlace(Listener.java:43)
    at org.bukkit.plugin.java.JavaPluginLoader$21.execute(JavaPluginLoader.java:264)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
    at net.minecraft.server.ItemBlock.a(ItemBlock.java:107)
    at net.minecraft.server.ItemStack.a(ItemStack.java:56)
    at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:160)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:495)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)


    If you know of anything that could stop these errors for happening, then please tell me.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  8. Offline

    solentice

Thread Status:
Not open for further replies.

Share This Page