[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

    worstboy32

    Could you please add per warp permissions?
    And fix it so it create a config and kits file
    When i copy any config from this page it all give errors
     
  3. Offline

    AHgpeu

    how to disable command /home in a particular region?
    sorry for my english
     
  4. Offline

    prasselpikachu

    We've got a server with CMDBook 1.6 and MyWarp, but we can't use MyWarp...
     
  5. Offline

    iarspider

    @prasselpikachu: you should either use a customized version of CommandBook without /warp command, or replace MyWarp's function with CommandBook
     
  6. Offline

    xsebixx

    Hifirst i have to say that commandbook is a great plugin !
    Next i say sry for my English im German.

    The Problem:

    I use Permissions and the Groupnames are write so: z.B : Admin

    When i type in /online there stand :


    admin: xsebixx, franz


    How i can fix it ??

    Sorry i have forgot to say that. i have the customized Version of cmdbook 1.6

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

    GimmeCookie

    Still don't know how to fix this. Using Permissionsbukkit.

    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
     
  8. Offline

    _Naxter_

    I very like the plugin but it didnt created the kits.txt and the config.yml (im using the ful version)
    Can somepne send me the files?
     
  9. Offline

    iarspider

    @_Naxter_: you can easily extract them from CommandBook.jar yourself.
     
  10. Offline

    worstboy32

    Could you please add per warp permissions?
    and per kit permissions?
    And fix it so it create a config and kits file
    When i copy any config from this page it all give errors
     
  11. Offline

    xsebixx

    I have to Problems for the first pls look on the top ^^

    Commandbook doesnt create a config data in the Folder then i have take the config file from cmdbook 1.5 xD
    But it works ! Can you please fixx that Bug ?
     
  12. Offline

    AHgpeu

    up...
    how to disable command /home in a particular region?
    this even possible?
    sorry for my english
     
  13. Offline

    worstboy32

    use worldguard or other region plugin...
    Then you can set a flag and disable commands.
     
    AHgpeu likes this.
  14. Offline

    AHgpeu

    and can be more? a flag off the team in the region worldguard
     
  15. Offline

    worstboy32

    AHgpeu likes this.
  16. Offline

    ladan208

    What is my problem? :'(



    2011-11-05 03:32:43 [INFO] Starting minecraft server version Beta 1.8.1
    2011-11-05 03:32:43 [INFO] Loading properties
    2011-11-05 03:32:43 [INFO] Starting Minecraft server on *:25565
    2011-11-05 03:32:43 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1)
    2011-11-05 03:32:43 [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:170)
    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:136)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:112)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.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.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
    2011-11-05 03:32:43 [INFO] [PermissionsEx] sql backend registered!
    2011-11-05 03:32:43 [INFO] [PermissionsEx] file backend registered!
    2011-11-05 03:32:43 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2011-11-05 03:32:43 [INFO] [PermissionsEx] p2compat backend registered!
    2011-11-05 03:32:43 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2011-11-05 03:32:43 [INFO] [PermissionsEx] Initializing file backend
    2011-11-05 03:32:44 [INFO] Preparing level "Verden"
    2011-11-05 03:32:44 [INFO] Default game type: 0
    2011-11-05 03:32:44 [INFO] Preparing start region for level 0 (Seed: 8952844257267200421)
    2011-11-05 03:32:45 [INFO] Preparing spawn area: 40%
    2011-11-05 03:32:46 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-11-05 03:32:46 [INFO] [PermissionsEx] Superperms support enabled.
    2011-11-05 03:32:46 [INFO] [PermissionsEx] v1.15 enabled
    2011-11-05 03:32:46 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2011-11-05 03:32:46 [INFO] [HeroChat] Permissions 2.7.7 found.
    2011-11-05 03:32:46 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-11-05 03:32:46 [INFO] Done (0,252s)! For help, type "help" or "?"
    2011-11-05 03:32:47 [INFO] Stopping server
     
  17. Offline

    iarspider

    @ladan208: you didn't follow installation instructions.
     
  18. Offline

    bigggan

    This is possible, read the permission wiki how to do this, quite simple. (The kit atleast)
     
  19. Offline

    rapter

    Hi, this is a great plugin. My favorite for basic commands :D
    This is the first problem I have ever had with this. My config.yml just won't generate. Maybe if you could send me one it would fix the problem but I'm not sure, Help!

    CB 1185 Perms 3.1.6
     
  20. Offline

    Ahfaichucky

    just open up the jar and grab the config from there
     
    rapter likes this.
  21. Offline

    worstboy32

    No per warp permissions.
    And kits dont work because the timer reset after restart.
     
  22. Offline

    rapter

    You just made me feel very dumb.
     
  23. Offline

    Kellis

    I just install craftbook and InventorySort.
    What is wrong?
    Code:
    2011-11-06 20:12:25 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'give' 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 org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
        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)
        ... 13 more
     
    org.bukkit.command.CommandException: Unhandled exception executing command 'weather' 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 org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
        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)
    
     
  24. Offline

    Julianoz1224

    The weather commands won't do anything :/
     
  25. Offline

    Suembeaux

    has CB disabled the use of the standard SMP commands? i cannot op someone for some reason...sorry this has nothing to do with this plugin.
     
  26. Offline

    aehoooo

    There is a command to make a barrage of fireballs and a barrage of arrows. Is there a command to throw ONE arow, or ONE fireball?
     
  27. Offline

    L24D

    Hey hey...
    Found a random problem with CB:


    Code:
    2011-11-08 03:34:00 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'msg' 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 org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:501)
        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.StringIndexOutOfBoundsException: String index out of range: -1
        at java.lang.String.substring(Unknown Source)
        at com.sk89q.minecraft.util.commands.CommandContext.<init>(CommandContext.java:84)
        at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:403)
        at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:323)
        at com.sk89q.commandbook.CommandBookPlugin.onCommand(CommandBookPlugin.java:266)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 13 more
    may have just been a random fluke, but i thought i'd post it anyways.
     
  28. Offline

    Lunar Delta

    Is there any way to have CommandBook properly read bPermissions' stupid node-based permissions? It isn't doing it right, and when I use /who instead of getting a nice list ordered by group, I get a bunch of stuff that looks like:

    prefix.90.[&4Admin&f] &4 Lunar prefix.60.[&4Moderator&f] &4 Veco

    Etc.
     
  29. Not quite sure if this has been suggested for you before, but since there is /call, I would like to see something like /callhere so a player could request other player to teleport to himself.
     
  30. Offline

    Kuboken


    I had that same problem.. but i fixed it :) just back up your files reinstall bukkit and then in stall CB first it has to do with Bukkit not the plugin
     
  31. Offline

    iBakedMuffinz

    Still need to find out when players do /who they get their name in a random group.

    EXAMPLE:

    Groups/Players:
    iBaked_Muffinz (Tech.Staff)
    Player10 (Builder)
    Player125 (Prestige3)
    Playernone (Tourist)
    ----------------
    Here is what I get when I do /who

    default: ibaked_muffinz, player10
    Prestige2: playernone
    Builder: Player124
    -----------
    So basically, it's just putting them into random groups. I'm using permissionsBukkit, and the latest build of Bukkit. Much help is appreciated!
     
Thread Status:
Not open for further replies.

Share This Page