[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

    Taranis01

    @Phealoon
    and why should CommandBook care about issues with pistons? Dont understand what have Pistons to do with this Plugin
    @Gangsta_hotdog
    as i already told sk89q never wrote anything at the last 10 or 20 pages of this thread. Also no bugfixes and reading the new suggestions. How long it will take adding a line of code? Years.
    But u should be able to use the IDs, (see puyttre's answer).
     
  3. Offline

    Madogi

    For people using the 1.5.3 here are the permissions for /sethome and /home

     
  4. Offline

    Phealoon

    @Taranis01

    Because command book has the option to disallow blocks, so I wouldn't have to install yet another pluging to do something command book already offers.
     
  5. Offline

    Desantos

    When there will be assemblages 953 +?
     
  6. Offline

    Taranis01

    @Gangsta_hotdog
    you also could use the feature for creating own alias-names for blocks ( "item-names" )

    @Phealoon
    u can only disallow block for spawning with /i or /give.
     
  7. Offline

    Madogi

    Zawe likes this.
  8. Offline

    Sayshal

    I heard I can disable bed spawns with CommandBook.. How?
     
  9. Offline

    tom327

    does anyone know how to spawn spider jockeys or colored sheep with /spawnmob? it says you can do that on the wiki, but i cant figure it out
     
  10. Offline

    wizjany

    using a dev build, /spawnmob spider|skeleton and /spawnmob sheep:color (eg sheep:blue, sheep:green, sheep:random)
     
  11. Offline

    Tomatobaby

    For some reason it says "admin [Owner] tomatobaby" And I dont want that admin can you help?

    For some reason it says "admin [Owner] tomatobaby" and I dont want that admin, how do I fix it?

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

    tom327

    what do you mean dev build? im using the newest version of this (unless theres a dev build that i didnt see) and it didnt work. I also cant make them spawn at a set location
     
  13. Offline

    Neils

    Is it working with 953 ?
     
  14. Offline

    wizjany

    http://build.sk89q.com
    and to use the location argument of the command you need to supply the number first
     
  15. Offline

    tom327

    ok ill try those out
     
  16. Offline

    BFC_Mike

    You're in a commandbook thread. Of course you fucking need commandbook.
     
  17. Offline

    ARasputin

    [​IMG]
     
    bocaj812 and RazorFlint like this.
  18. Offline

    Malao567

    maybe it would be a good idea to turn off the name of world needed in the time command (Using config.yml)
     
  19. Offline

    Deano

    Sorry I posted in the wrong thread. no need to be rude.
     
  20. Offline

    Johannes

    I think if you are OP then you should have access to everything. Adding CommandBook won't help; something is wrong with the plugin that should be providing you with that command. Also I think essentials might conflict with commandbook.

    Also Deano is right, no need to be dicks. If you don't want to try to help him just ignore the post =/

    Has anyone gotten 953 to work? I've tried both the official and the latest dev build:
    Code:
    04:50:44 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    04:50:44 [SEVERE] Could not load 'plugins/commandbook-1.5.3-SNAPSHOT.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
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  21. Offline

    piluke

    I can't get it to work either. I tried the one built today and I keep getting a csv read error. Also every command gives an internal error. Not sure what's happening. I'm using the latest WorldEdit as well.

    The warps and homes will be good when it's fixed though. Then I can remove yet another plugin :D
     
  22. Offline

    BFC_Mike

    Sorry I thought it was another lazy bitch who was too lazy to read the first post. Sorry bro.
     
  23. Offline

    IncendiaDrakon

    This says 860+, does it work with CB 953?
     
  24. It does not seem so!
    I have also 952 and it does not work!

    When does it get updated?

    greetings
    Chriss
     
  25. I am using the dev version on 953, and everything is working except one thing. For some reason redstone repeaters get stuck on. When I remove commandbook, it works fine. I'm using:
    BigBrother, Commandbook, Help, LWC ,milkAdmin, MultiVerse, Permissions, and world edit. All of them the latest dev version. Anyone have an idea?
     
  26. Offline

    MalcolmLC

    I love this plugin Im on 953 and every thing works fine ( accept slap ) but who cares about slap anyways XD
     
  27. Offline

    deshadowc

    I'm getting this odd error in my logs and console only when I have commandbook installed. Might it be because I have McMyAdmin running? Shows up every few seconds.

    Code:
    2011-07-04 20:47:00 [INFO] Too many arguments.
    2011-07-04 20:47:00 [INFO] /ping 
    2011-07-04 20:47:00 [INFO] Unknown console command. Type "help" for help.
     
  28. Offline

    DarkLiwe

  29. Offline

    sauevaem

    Implement ipbans and I'm moving from Essentials
     
  30. Offline

    Dimochka

    Is is possible to implement a feature which will make server transfer played MIDIs to everyone around, not just the player who issues /midi command?
     
  31. Offline

    zaklampje

    Is there a way to receive all PM's?
     
Thread Status:
Not open for further replies.

Share This Page