[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

    A12621A

    Quick ?. Does /bans load actually list bans in chat, or is just to re-load the list if its been manually edited?
     
  3. Offline

    bram2005

    "17:44:14 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    17:44:14 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    17:44:14 [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:207)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:130)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigur
    ationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    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"

    i also have that error how can i fix this????
     
  4. Offline

    Pixelzz

    An "emptyinventory" command would be very helpful too
    -EDIT: never mind you have one already
     
  5. Offline

    James4119

    Is this updated to 1.7 ?
     
  6. on CraftBukkit 1000, when using the /list command, it displays the number of people online, out of the max, but it doesn't display who is online. In console, a decent sized error is displayed:
    Code:
    [SEVERE] javax.script.ScriptException: sun.org.mozilla.javascript.EcmaError: TypeError: Cannot call method "getSettings" of null (<Unknown source>#28) in <Unknown source> at line number 28
    03:06:25 [SEVERE]       at com.sun.script.javascript.RhinoScriptEngine.invoke(RhinoScriptEngine.java:209)
    03:06:25 [SEVERE]       at com.sun.script.javascript.RhinoScriptEngine.invokeFunction(RhinoScriptEngine.java:167)
    03:06:25 [SEVERE]       at nickguletskii200.SpyerAdmin.CustomHandling.who(Unknown Source)
    03:06:25 [SEVERE]       at nickguletskii200.SpyerAdmin.SpyerAdminCommands.onCommand(Unknown Source)
    03:06:25 [SEVERE]       at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    03:06:25 [SEVERE]       at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    03:06:25 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    03:06:25 [SEVERE]       at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    03:06:25 [SEVERE]       at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    03:06:25 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    03:06:25 [SEVERE]       at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    03:06:25 [SEVERE]       at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    03:06:25 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    03:06:25 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    03:06:25 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    03:06:25 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    03:06:25 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    However, i can do /who , and i can see all the players online, as well as the current/cap. This is the only thing i've found so far that is causing any issues. To fix this, i just removed the /list permission from players... who still works :D

    (btw, using CommandBook 1.5.2, custom)
     
  7. Offline

    Zottelchen

    where is he? we need you @sk89q !
    we need worldedit, we need worldguard and we need commandbook? whats up with you?
    WE need YOU!
     
  8. Offline

    Neils

    WE and WG are working with the Build 1000, but we NEED CB
     
  9. Offline

    sk89q

    This appears to be caused by another plugin:

    03:06:25 [SEVERE] at nickguletskii200.SpyerAdmin.CustomHandling.who(Unknown Source) 03:06:25 [SEVERE] at nickguletskii200.SpyerAdmin.SpyerAdminCommands.onCommand(Unknown Source)

    Also, everyone! Please ask me on Twitter. It's so much easier and I can reply to way more people.
     
  10. Offline

    Deano

    Ok guys. Ive only worked with essentials. I am ditching it and group manager for permissions and I was going to use Command book. Maybe I should stick with the core of Eccentials? Ditch group manager. call it good? Any other thoughts since this isnt updating. and it appears most things are updated or close to be.

    Any other plugin that does a descent job in place of this?
     
  11. Offline

    ACStache

    @Deano this is still working for me in all respects on RB1000, give it a try
     
  12. Offline

    Bubylou

    i would definitely get rid of all of essentials it causes a lot of lag. command book is much better.
     
  13. Offline

    bram2005

    Who can help me??

    I have bukkit 1024 and commandbook didn´t work
    this the error

    Code:
    [SEVERE] Could not load 'plugins\CommandBook.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandException
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:199)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandException
        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
    pleassss help me
     
  14. Offline

    wassilij

    After some hours onlinetime:

    Bukkit 1000 and newest CommandBook-Version:

    Code:
    2011-07-19 20:39:27 [SEVERE] com.sk89q.minecraft.util.commands.WrappedCommandException: java.lang.IllegalStateException: Start block missed in BlockIterator
    2011-07-19 20:39:27 [SEVERE]     at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:353)
    2011-07-19 20:39:27 [SEVERE]     at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:256)
    2011-07-19 20:39:27 [SEVERE]     at com.sk89q.commandbook.CommandBookPlugin.onCommand(CommandBookPlugin.java:245)
    2011-07-19 20:39:27 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-07-19 20:39:27 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-07-19 20:39:27 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    2011-07-19 20:39:27 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    2011-07-19 20:39:27 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    2011-07-19 20:39:27 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    2011-07-19 20:39:27 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-07-19 20:39:27 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-19 20:39:27 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    2011-07-19 20:39:27 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-07-19 20:39:27 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-19 20:39:27 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-19 20:39:27 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-19 20:39:27 [SEVERE] Caused by: java.lang.IllegalStateException: Start block missed in BlockIterator
    2011-07-19 20:39:27 [SEVERE]     at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:170)
    2011-07-19 20:39:27 [SEVERE]     at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:257)
    2011-07-19 20:39:27 [SEVERE]     at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:292)
    2011-07-19 20:39:27 [SEVERE]     at org.bukkit.craftbukkit.entity.CraftLivingEntity.getLineOfSight(CraftLivingEntity.java:92)
    2011-07-19 20:39:27 [SEVERE]     at org.bukkit.craftbukkit.entity.CraftLivingEntity.getTargetBlock(CraftLivingEntity.java:118)
    2011-07-19 20:39:27 [SEVERE]     at com.sk89q.commandbook.CommandBookPlugin.matchLocation(CommandBookPlugin.java:835)
    2011-07-19 20:39:27 [SEVERE]     at com.sk89q.commandbook.commands.TeleportCommands.put(TeleportCommands.java:161)
    2011-07-19 20:39:27 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2011-07-19 20:39:27 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2011-07-19 20:39:27 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2011-07-19 20:39:27 [SEVERE]     at java.lang.reflect.Method.invoke(Unknown Source)
    2011-07-19 20:39:27 [SEVERE]     at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:343)
    2011-07-19 20:39:27 [SEVERE]     ... 15 more
    2011-07-19 20:39:29 [INFO] StammiVIP Pichlernator: bei mir kostet dia block 70 
    2011-07-19 20:39:29 [SEVERE] com.sk89q.minecraft.util.commands.WrappedCommandException: java.lang.IllegalStateException: Start block missed in BlockIterator
    2011-07-19 20:39:29 [SEVERE]     at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:353)
    2011-07-19 20:39:29 [SEVERE]     at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:256)
    2011-07-19 20:39:29 [SEVERE]     at com.sk89q.commandbook.CommandBookPlugin.onCommand(CommandBookPlugin.java:245)
    2011-07-19 20:39:29 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-07-19 20:39:29 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-07-19 20:39:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    2011-07-19 20:39:29 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    2011-07-19 20:39:29 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    2011-07-19 20:39:29 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    2011-07-19 20:39:29 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-07-19 20:39:29 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-07-19 20:39:29 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    2011-07-19 20:39:29 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-07-19 20:39:29 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-07-19 20:39:29 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-07-19 20:39:29 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-19 20:39:29 [SEVERE] Caused by: java.lang.IllegalStateException: Start block missed in BlockIterator
    2011-07-19 20:39:29 [SEVERE]     at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:170)
    2011-07-19 20:39:29 [SEVERE]     at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:257)
    2011-07-19 20:39:29 [SEVERE]     at org.bukkit.util.BlockIterator.<init>(BlockIterator.java:292)
    2011-07-19 20:39:29 [SEVERE]     at org.bukkit.craftbukkit.entity.CraftLivingEntity.getLineOfSight(CraftLivingEntity.java:92)
    2011-07-19 20:39:29 [SEVERE]     at org.bukkit.craftbukkit.entity.CraftLivingEntity.getTargetBlock(CraftLivingEntity.java:118)
    2011-07-19 20:39:29 [SEVERE]     at com.sk89q.commandbook.CommandBookPlugin.matchLocation(CommandBookPlugin.java:835)
    2011-07-19 20:39:29 [SEVERE]     at com.sk89q.commandbook.commands.TeleportCommands.put(TeleportCommands.java:161)
    2011-07-19 20:39:29 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2011-07-19 20:39:29 [SEVERE]     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    2011-07-19 20:39:29 [SEVERE]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    2011-07-19 20:39:29 [SEVERE]     at java.lang.reflect.Method.invoke(Unknown Source)
    2011-07-19 20:39:29 [SEVERE]     at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:343)
    2011-07-19 20:39:29 [SEVERE]     ... 15 more
    
     
  15. Offline

    SwedeMontages

    it seems to not work with Bukkit +1000, so maby a update?
     
  16. Offline

    Sayshal

    How can I spawn coloured sheep?!
     
  17. Offline

    philip337

    This is very good, but i cant use Toomanyitems, wont spawn problely..
    I can only spawn by using /give name ID
     
  18. Offline

    Neils

    You have to edit the propreties file from TMI like the creator of the mod wrote in his theard:
    instead of "/give {1} {2} {3}" write "/item {3}:{0} {1}" or something like that
     
  19. Offline

    rich_27

    Ok, so I am running Permissions 3.1.6 and I gave my mods the permission node commandbook.give.* and they can use /give but they cannot use /i. Also, clear does not work even though I have given them commandbook.clear.*
    On a side note, for me (admin, with permission '*') /clear -a works and clears everything in my inventory, but /clear does not clear what I am holding.
    Any help?
     
  20. *doh*


    woooooooow.... sorry for being so stupid and overlooking that :/
     
  21. Offline

    Bubylou

    i believe it could be because in order to use .i u need the node commandbook.give where you gave them everything after that if you get what im trying to say. so they have all the nodes after .give but not .give itself. try adding just commandbook.give

    im afraid i dont know much about java but i ran bukkit 1000 with commandbook just fine. maybe try the dev build. Plus if you all would read the statement above the developer has left his twitter account for you to use to get support.

    1024 is a dev build and is not recommended so its likely it may not be supported yet.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  22. Offline

    wassilij

    Its running all fine too for me .. no problems .. only this error .. but all commands are functionaly :)
     
  23. Offline

    Bubylou

    /spawnmob sheep:red
     
  24. Offline

    rich_27

    Surely that would stop the /give command as well?
     
  25. I have to say that this plugin is functioning without any problems at all on my server ! :) I love it !! It really gathers all of the good plugins and joins them together ! Its great for server performance !

    Anyway, I just wanted to thank the author(s) of this plugin !!

    Thank you !

    Kregme
     
  26. Offline

    Bubylou

    try using the commandbook.* to check if it is actually a permission problem or commandbook itself. also the /clear command is only suppose to clear your inventory and not what your holding or is on your bar.
     
  27. Offline

    IncendiaDrakon

    Anyone know which build of CommandBook works well with CB1000?
     
  28. Offline

    Bubylou

    i don't think i have had any problems with the current build but i am now using the dev version
     
  29. Offline

    IncendiaDrakon

  30. Offline

    Deano

    Thank you so much for helping me decide. Hope I don't miss anything from Essencials when I make the switch.
    any other recommended plugins to go with commandbook? I have lwc ,and warps all taken care of.
    anyway thanks again :) much Appreciated
     
  31. Offline

    IncendiaDrakon

    I'm asking because I'm not entirely sure if the OP link is updated, since the title says build 860.
     
Thread Status:
Not open for further replies.

Share This Page