[GEN/TP/ADMN] CommandBook 1.7 - Essential and useful commands (/item, etc.) [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by sk89q, Feb 28, 2011.

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

    sk89q

    General commands as used on my server since '10. Warping, item giving, time changing, weather changing -- the usual.

    Thor command, one of many (video by Rubenbeebl):


    Note: You can remove any of these commands from CommandBook using the download link below.
    • General:
      • item [-d] <item[:data]> [amount]
      • give [-d] <target> <item[:data]> [amount]
      • more [-a] [-i] <target>
      • online [filter]
      • motd
      • intro (play intro music)
      • midi (play a MIDI file for yourself)
      • rules
      • setspawn [destination]
      • time [world] <time>
      • weather <'stormy'|'sunny'> [duration] [world]
      • thunder <'on'|'off'> [duration] [world]
      • spawnmob [-p] [-d] [-i] [-r] <mob> [count] [location]
      • kit <kit> [target]
    • Teleportation:
      • spawn
      • tp [target] <destination>
      • bring <target>
      • put <target>
      • call <target> (request a teleport)
    • Messaging:
      • broadcast <message>
      • say <message>
      • me <message>
      • msg <target> <message...>
      • reply <message...>
      • mute <target>
      • unmute <target>
    • Player:
      • whereami
      • compass
      • clear [-a] [target]
      • slap [-s] [-h|-v] [-d] [target]
      • rocket [-s] [-h] [target]
      • barrage [-s] [target]
      • shock [-s] [target]
      • thor [target] (get Thor's hammer)
      • unthor [target] (revoke Thor's hammer)
      • whois [target]
    • Utilities:
      • ping
      • debug info
      • debug clock (very accurate server lag benchmark)
    • Bans:
      • kick <target> [reason...]
      • ban [-e] <target> [reason...]
      • unban <target> [reason...]
    Complimentary plugins:

    Download

    [​IMG] CommandBook 1.7
    Requirements: Java 6+, WorldEdit, Bukkit build 753+

    You need WorldEdit: Install WorldEdit. If you don't want WorldEdit, put WorldEdit.jar in the root folder of your server or in the plugins/CommandBook folder.​

    If you find CommandBook useful, [​IMG]

    How to Use

    Check out my server too!
    [​IMG]

    [​IMG] (CommandBook is open source!)
     
    dragon8510, Psychoma, Goodi and 26 others like this.
  2. Offline

    bigggan

    How do you turn off spawnprotect?
     
  3. Offline

    Nick Lozon

    I have a question about permission nodes if someone doesn't mind answering.

    commandbook.spawnmob - when I type "/spawnmob" in game, I get the description of how to use the command returned because <mob> is a required parameter. So I type "/spawnmob creeper" but I get an error that permission is denied. Is this correct?

    I was thinking that having commandbook.spawnmob should give ability to spawn any mob and commandbook.spawnmob.<mob> would be used to restrict the mob type that the player/group can spawn. Is there a different methodology going on or is this just a bug?

    I know, I can use superpermsbridge.commandbook.spawnmob.* with SuperpermsBridge and PermissionsBukkit.

    I am using Bukkit 1318, CommandBook 1.6 and PermissionsBukkit.

    Thanks.
     
  4. Offline

    Viperdream

    Hello, every time I try to do a command it gives me this:

    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'rocket' in plugin CommandBook v1.6
    
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:358)
    
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
    
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
    Caused by: java.lang.NullPointerException
    
        at com.sk89q.commandbook.CommandBookPlugin.onCommand(CommandBookPlugin.java:266)
    
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    
        ... 12 more
    I have worldedit, worldguard installed and I am using Pex

    Any help appreciated!
     
  5. Code:
    2011-10-16 23:50:56 [INFO] CommandBook 1.6 enabled.
    2011-10-16 23:50:56 [SEVERE] CommandBook: Unable to read default configuration: config.yml
    2011-10-16 23:50:56 [SEVERE] CommandBook: Unable to read default configuration: kits.txt
    2011-10-16 23:50:56 [WARNING] CommandBook: 0 Warps(s) loaded
    2011-10-16 23:50:56 [WARNING] CommandBook: 0 Homes(s) loaded
    2011-10-16 23:50:56 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-10-16 23:50:56 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-10-16 23:50:56 [INFO] CommandBook: Using the Bukkit Permissions API.
    2011-10-16 23:50:56 [INFO] WorldEdit 4.7 enabled.
    2011-10-16 23:50:56 [SEVERE] WorldEdit: Unable to read default configuration: config.yml
    2011-10-16 23:50:56 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-16 23:50:56 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-16 23:50:56 [INFO] Done (0,230s)! For help, type "help" or "?"
    im now ggetting servere because of the configs and kits
    how can i fix this?
    can someone help plz
     
  6. Offline

    Snowy007

    How are we supposed to know what is wrong with your configs and kits configuration files.. if you don't show them to us?
    We can only help if you post us the config.yml from commandbook + worldguard and the kits.yml from commandbook.
     
  7. Offline

    Michael_K_1995

    can you make a commandbook version without warp and home because it is incompatible with mywarp and multihome
     
  8. thats the problem it wont create a confic.yml and kits.txt!!
     
  9. Offline

    fffizzz

    @greaperc4 sounds like the folders arnt writable. You can always try manually creating a blank file with those names in the folder. Make sure its not "read only" if your using windows.
     
  10. Offline

    Dev909

    Code:
    20:24:35 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1112
    -g54a13b2-b1240jnks (MC: 1.8.1)
    20:24:35 [SEVERE] Could not load 'plugins\CommandBook.jar' in folder 'plugins':
    
    java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandExcepti
    on
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:168)
            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>(ServerConfigur
    ationManager.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)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.C
    ommandException
            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:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 11 more
    Im using CommandBook 1.6, whats going on here?
     
  11. Offline

    Viperdream

    I'm sorry if I'm being persistant

    But I keep getting this error when I start up the server with commandbook

    Code:
    2011-10-18 06:16:54 [INFO] CommandBook 1.6 enabled.
    
    2011-10-18 06:16:54 [INFO] CommandBook: Default configuration file written: config.yml
    
    2011-10-18 06:16:54 [INFO] CommandBook: Default configuration file written: kits.txt
    
    2011-10-18 06:16:54 [WARNING] CommandBook: 0 Warps(s) loaded
    
    2011-10-18 06:16:54 [WARNING] CommandBook: 0 Homes(s) loaded
    
    2011-10-18 06:16:54 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    
    2011-10-18 06:16:54 [INFO] CommandBook: 0 banned name(s) loaded.
    
    2011-10-18 06:16:54 [INFO] CommandBook: 1 kit(s) loaded.
    
    2011-10-18 06:16:54 [SEVERE] Error occurred while enabling CommandBook v1.6 (Is it up to date?): com.sk89q.bukkit.migration.PermissionsResolverManager.<init>(Lorg/bukkit/plugin/Plugin;Ljava/lang/String;Ljava/util/logging/Logger;)V
    
    java.lang.NoSuchMethodError: com.sk89q.bukkit.migration.PermissionsResolverManager.<init>(Lorg/bukkit/plugin/Plugin;Ljava/lang/String;Ljava/util/logging/Logger;)V
    
        at com.sk89q.commandbook.CommandBookPlugin.onEnable(CommandBookPlugin.java:198)
    
        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 org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:416)
    
        at org.bukkit.Bukkit.reload(Bukkit.java:182)
    
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:358)
    
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
    
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    When I try to use a command it says, An internal error has occured. I am using PEX and 1182bukkit version. Any help appreciated! Oh, and I also have worldedit installed (and it works)
     
  12. Offline

    fffizzz

    @Viperdream What version of command book you using? Do you have worldedit installed and if so what version? Why are you on 1185? new commandbook, and worldedit are built for 1240+
     
  13. Offline

    ZachBora

    I think you're missing WorldEdit.

    Update to 1240+ and see if you still have problems.
     
  14. Offline

    seriosbrad

    @sk89q

    Any chance you could modify /kick a bit to include custom kick durations? Instead of banning a user, a kick duration could be a temporary time-out that automatically runs out.

    examples:
    /kick 10m (10 min)
    /kick 1d (1 day)
    /kick 1m (1 month)
     
  15. Offline

    ZachBora

    I use kiwiadmin to tempban people.
     
  16. Offline

    seriosbrad

    Thanks for the tip, but the plugins are too similar too install both heh. I like CommandBook a lot, hopefully sk89q can implement that feature
     
  17. Offline

    ZachBora

    If you've noticed you can compile Commandbook without /kick /ban etc. and use both plugins at the same time.
     
  18. Offline

    Stephen Brown

    Hello I just installed a new version of CommandBook because I wanted to use a few different features, so I downloaded it and used the customizer. I then put it on my server and set up the permissions but whenever I try the commands I got off of it I seem to be getting an Error. I really can't tell to well what it is though. I was hoping someone could help me discover the error and maybe help me solve it? Please and Thank you ^_^.

    Also I think I reloaded one or two times within this log even though it was all within a pretty recent amount of time. One again thanks ^_^.

    Extra Info: 1317 CraftBukkit Build, McMyAdmin Wrapper, Windows Vista OS, Customized Version of CommandBook, I also have noEnder, iConomy, WorldEdit, WorldGuard, Lockette, BorderGuard, and bPermissions (Not up, since i'm trying to fix CommandBook). Thank you for the help

    Code:
    2011-10-18 04:01:27 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-18 04:01:27 [INFO] Loading properties
    2011-10-18 04:01:27 [INFO] Starting Minecraft server on *:25565
    2011-10-18 04:01:34 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1126-g35eac7a-b1317jnks (MC: 1.8.1)
    2011-10-18 04:01:44 [INFO] Preparing level "world"
    2011-10-18 04:01:44 [INFO] Default game type: 0
    2011-10-18 04:01:45 [INFO] Preparing start region for level 0 (Seed: -8967710052038499797)
    2011-10-18 04:01:46 [INFO] Preparing spawn area: 24%
    2011-10-18 04:01:47 [INFO] Preparing spawn area: 69%
    2011-10-18 04:01:48 [INFO] Preparing start region for level 1 (Seed: 1516811761113465356)
    2011-10-18 04:01:48 [INFO] Preparing spawn area: 12%
    2011-10-18 04:01:49 [INFO] Preparing spawn area: 40%
    2011-10-18 04:01:50 [INFO] Preparing spawn area: 57%
    2011-10-18 04:01:52 [INFO] Preparing spawn area: 77%
    2011-10-18 04:01:53 [INFO] Preparing spawn area: 93%
    2011-10-18 04:01:59 [INFO] bPermissions is keeping usage stats an. To opt-out for whatever bizarre reason, check plugins/stats.
    2011-10-18 04:01:59 [INFO] [bPermissions 1.7.5] Using yaml for Permissions
    2011-10-18 04:01:59 [INFO] [bPermissions] Setting up config for world:world
    2011-10-18 04:01:59 [INFO] [bPermissions] Setup world:world
    2011-10-18 04:01:59 [INFO] [bPermissions] Setting up config for world:world_nether
    2011-10-18 04:01:59 [INFO] [bPermissions] Setup world:world_nether
    2011-10-18 04:01:59 [INFO] [bPermissions] WorldPermissionsManager engaged
    2011-10-18 04:01:59 [INFO] [bPermissions 1.7.5] Chat formatting is  disabled in config - change to "format-chat: true" to enable chat  formatting.
    2011-10-18 04:01:59 [INFO] [bPermissions 1.7.5] Enabled
    2011-10-18 04:01:59 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-10-18 04:02:00 [INFO] WorldGuard: (world) Single session is enforced.
    2011-10-18 04:02:00 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-10-18 04:02:00 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-10-18 04:02:00 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-10-18 04:02:00 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-10-18 04:02:00 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-10-18 04:02:00 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-10-18 04:02:00 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-10-18 04:02:00 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-10-18 04:02:00 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-10-18 04:02:00 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-10-18 04:02:00 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-10-18 04:02:02 [INFO] WorldGuard: 84 regions loaded for 'world'
    2011-10-18 04:02:02 [INFO] WorldGuard: Unable to register missing event type SNOW_FORM
    2011-10-18 04:02:02 [INFO] WorldGuard 5.2.2 enabled.
    2011-10-18 04:02:02 [INFO] [iConomy - Celty] Enabled (158 ms)
    2011-10-18 04:02:02 [INFO] [OpenInv] version 1.5.2 enabled!
    2011-10-18 04:02:02 [INFO] MCMACOMPAT r15A
    2011-10-18 04:02:02 [INFO] McMyAdmin Compatibility Plugin version r15A started.
    2011-10-18 04:02:02 [INFO] WorldEdit 4.6 enabled.
    2011-10-18 04:02:02 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-10-18 04:02:02 [SEVERE] Exception in thread "Thread-7"
    2011-10-18 04:02:02 [SEVERE] java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to java.lang.Long
    2011-10-18 04:02:02 [SEVERE]     at com.iCo6.Constants$Nodes.getLong(Constants.java:111)
    2011-10-18 04:02:02 [SEVERE]     at com.iCo6.iConomy$1.run(iConomy.java:233)
    2011-10-18 04:02:02 [SEVERE]     at com.iCo6.util.Thrun.run(Thrun.java:12)
    2011-10-18 04:02:03 [INFO] Lockette version 1.4.4 is being enabled!  Yay!  (Core version 1.2.3)
    2011-10-18 04:02:03 [INFO] Lockette: Detected craftbukkit build [1317] ok.
    2011-10-18 04:02:03 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-10-18 04:02:03 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-10-18 04:02:03 [INFO] Lockette: Linked to Permissions plugin version 2.7.2
    2011-10-18 04:02:03 [INFO] Lockette: Using ops file for admin permissions.
    2011-10-18 04:02:04 [INFO] Lockette: Ready to protect your containers.
    2011-10-18 04:02:04 [INFO] BorderGuard version 4.2 is enabled!
    2011-10-18 04:02:04 [INFO] CommandBook 1.6-customized enabled.
    2011-10-18 04:02:04 [WARNING] CommandBook: 0 Warps(s) loaded
    2011-10-18 04:02:04 [WARNING] CommandBook: 0 Homes(s) loaded
    2011-10-18 04:02:04 [INFO] CommandBook: Maximum wrapper compatibility  is enabled. Some features have been disabled to be compatible with  poorly written server wrappers.
    2011-10-18 04:02:04 [INFO] CommandBook: 0 banned name(s) loaded.
    2011-10-18 04:02:04 [INFO] CommandBook: 1 kit(s) loaded.
    2011-10-18 04:02:04 [SEVERE] Error occurred while enabling  CommandBook v1.6-customized (Is it up to date?):  com.sk89q.bukkit.migration.PermissionsResolverManager.<init>(Lorg/bukkit/plugin/Plugin;Ljava/lang/String;Ljava/util/logging/Logger;)V
    java.lang.NoSuchMethodError:  com.sk89q.bukkit.migration.PermissionsResolverManager.<init>(Lorg/bukkit/plugin/Plugin;Ljava/lang/String;Ljava/util/logging/Logger;)V
        at com.sk89q.commandbook.CommandBookPlugin.onEnable(CommandBookPlugin.java:198)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        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-18 04:02:04 [INFO] noEnderman version 0.2 is enabled.
    2011-10-18 04:02:04 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-18 04:02:04 [INFO] Done (2.028s)! For help, type "help" or "?"
    2011-10-18 04:02:11 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-10-18 04:02:15 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-10-18 04:02:16 [INFO] Deathsblood [/75.142.247.139:54346] lost connection
    2011-10-18 04:02:18 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-10-18 04:02:20 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-10-18 04:02:56 [INFO] Deathsblood [/75.142.247.139:54423] logged  in with entity id 152 at ([world] 44.04060797029355, 69.64999997317788,  594.6863701501711)
    2011-10-18 04:03:01 [INFO] [Server] Welcome back, Deathsblood
    2011-10-18 04:03:01 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-10-18 04:03:01 [INFO] New max size: 484
    2011-10-18 04:03:01 [INFO] New max size: 784
    2011-10-18 04:03:09 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-10-18 04:03:11 [INFO] Deathsblood: Set time to 1
    2011-10-18 04:03:28 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'biome' in plugin CommandBook v1.6-customized
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
        at com.sk89q.commandbook.CommandBookPlugin.onCommand(CommandBookPlugin.java:266)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 12 more
    
     
  19. Offline

    fffizzz

    mcbans has a tempban function as well.
     
  20. Offline

    Viperdream

    I've just updated to the latest recommended build. Still won't work : /

    This is what I get:
    Code:
    2011-10-19 07:34:55 [INFO] CommandBook 1.6 enabled.
    
    2011-10-19 07:34:55 [INFO] CommandBook: Default configuration file written: config.yml
    
    2011-10-19 07:34:55 [INFO] CommandBook: Default configuration file written: kits.txt
    
    2011-10-19 07:34:55 [WARNING] CommandBook: 0 Warps(s) loaded
    
    2011-10-19 07:34:55 [WARNING] CommandBook: 0 Homes(s) loaded
    
    2011-10-19 07:34:55 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    
    2011-10-19 07:34:55 [INFO] CommandBook: 0 banned name(s) loaded.
    
    2011-10-19 07:34:55 [INFO] CommandBook: 1 kit(s) loaded.
    
    2011-10-19 07:34:55 [SEVERE] Error occurred while enabling CommandBook v1.6 (Is it up to date?): com.sk89q.bukkit.migration.PermissionsResolverManager.<init>(Lorg/bukkit/plugin/Plugin;Ljava/lang/String;Ljava/util/logging/Logger;)V
    
    java.lang.NoSuchMethodError: com.sk89q.bukkit.migration.PermissionsResolverManager.<init>(Lorg/bukkit/plugin/Plugin;Ljava/lang/String;Ljava/util/logging/Logger;)V
    
        at com.sk89q.commandbook.CommandBookPlugin.onEnable(CommandBookPlugin.java:198)
    
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
    
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    
        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)
     
  21. Offline

    ZachBora

  22. Offline

    Viperdream

  23. Offline

    fffizzz

    @Viperdream you do have worldedit installed, correct? it was asked above, but you never clarified.
     
  24. Offline

    Sayshal

    What is the format of homes.csv? (I want to convert MultiHome to CommandBook!)
     
  25. Offline

    Viperdream

    I do have WorldEdit, but an older version. I'll update it and see what it gives

    UPDATE: Updated worldguard, works now :)
     
  26. Offline

    TheSheiken

    I cant get up list of premmisons :(
     
  27. Offline

    semibreve42

    @sk89q

    Firebarrage does not seem to have an associated permission. Players with commandbook.barrage cannot use it, and giving them commandbook.firebarrage doesnt work either. If there is a perm node for it, its not listed on the wiki (neither is the command, for that matter).

    Thanks
     
  28. Offline

    SunriseMoon

    I'm getting this error and not allowed to load any commands:
    Show Spoiler
    22.10 10:17:05 [Server] INFO ... 7 more
    22.10 10:17:05 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    22.10 10:17:05 [Server] INFO at com.sk89q.commandbook.CommandBookPlugin.onCommand(CommandBookPlugin.java:266)
    22.10 10:17:05 [Server] INFO Caused by: java.lang.NullPointerException
    22.10 10:17:05 [Server] INFO at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    22.10 10:17:05 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    22.10 10:17:05 [Server] INFO at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:485)
    22.10 10:17:05 [Server] INFO at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:506)
    22.10 10:17:05 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:351)
    22.10 10:17:05 [Server] INFO at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
    22.10 10:17:05 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    22.10 10:17:05 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    22.10 10:17:05 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'list' in plugin CommandBook v1.6


    Here's my config:
    Show Spoiler
    # Give ops all permissions
    op-permissions: true
    use-display-names: true
    online-on-join: true
    online-list:
    colored-names: false
    grouped-names: false
    show-max-players: true
    verify-name-format: true
    motd: |
    Hello, `Y%name%`w.
    The time now is `Y%time%`w and you're in world '%world%'.
    `2This is the default CommandBook MOTD! Adjust it in config.yml.
    `2See `bhttp://wiki.sk89q.com/wiki/CommandBook`2 for more configuration information and help!
    rules: |
    - Be courteous and respect others.
    - Don't use any tools to give you an unfair advantage.
    `2This is the default CommandBook rules text! You can adjust it in config.yml.
    # Force use of commandbook.items.<id> permissions for allowed/disallowed items
    item-permissions-only: false
    disallowed-items: []
    allowed-items: []
    item-names:
    goldblock: 41
    ice: 79
    # Allows use of custom items for Thor's hammer. Use brackets [] regardless of the amount of items.
    thor-hammer-items: [278, 285, 257, 270]
    # Makes /time and /weather broadcast a message
    broadcast-changes: true
    # Makes /kick and /ban broadcast a message
    broadcast-bans: false
    broadcast-kicks: false
    console-say-format: "<`r*Console`w> %s"
    broadcast-format: "`r[Broadcast] %s"
    default-item-stack-size: 1
    # As of writing, this does NOT fix spawning on first join (yet)
    exact-spawn: false
    # This makes CommandBook compatible with poorly written server wrappers
    crappy-wrapper-compat: false
    time-lock:
    # Example time lock:
    #world: 3am
    time-lock-delay: 20
    per-world-warps: false
    per-world-homes: false
     
  29. Offline

    justin shulman

    PLEASE change the teleport commands... they suck. Only thing i like a bout essentials is the /tpa /tpaccept
     
  30. Offline

    GimmeCookie

    Code:
    online-list:
        colored-names: true
        grouped-names: true
        show-max-players: true
    this is my config file.
    but when i write /online I only get:

    Default: GimmeCookie <- all in white


    Where did you get your Groupname and your Color for names?
    I am using permissionbukkit, and there i have the rank Player
     
  31. There is no "kit" file that was generated into the folder. Theres spawn.yml and then home, warp, ban is this a known issue? Also how do I get thors hammer? I can enable it but I don't have anything to use it.
     
Thread Status:
Not open for further replies.

Share This Page