[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

    Fireside

    +1

    We know you like to do your plugins right. Look forward to them when they're done. Hope it all goes smoothly.
     
  3. Offline

    OrtwinS

    2 requests:
    - Add a /kickall [reason] command
    - make /setspawn optionally group dependent: like /setspawn guests, or /setspawn admins (good for my RP)
     
  4. Offline

    HotelErotica

    I think if you just do /kick * <Reason> that'll kick everyone
     
  5. Offline

    SAMDAN

    Lol, ty, I guess. And, by thw way, I like your signature.
     
  6. Offline

    Zombiehead

    everytime i try to spawn a mob i get a error that says:
    An error has occurred. See console
    PLEASE help me
     
  7. Offline

    SAMDAN

    Ok. We probably need more info than that, maybe give us the error you receive from the console? Also, what version of craftbukkit are you running?
     
  8. Offline

    OrtwinS

    In that case:
    - add a /kickall [reason] command
    - make /setspawn optionally group dependent: like /setspawn guests, or /setspawn admins

    With that, I can get rid of the Essentials-conflict-plugin :p
     
  9. Offline

    fifth

    http://dictionary.reference.com/browse/ACRONYM

    Look at all these fools thinkin' they know grammarz
     
  10. Offline

    Skadar

    Forgive my newbness, but I just want to be sure.

    I've been using the general Essentials plugin for a while now. It contains a lot of stuff I don't need. Is CommandBook basically a lighter-weight, tighter core Essentials? Seems that because I rely heavily on WorldEdit and WorldGuard that I should ditch Essentials in favor of CommandBook. Agreed?
     
  11. Offline

    Quenaros

    CommandBook is great. Every basic needed is there, expect warp and home maybe.
     
  12. Offline

    fifth

    Not sure how much lighter-weight it is by default, but if you don't want a General plugin with a bunch of stuff you don't need, the custom-compile option is super useful.
     
  13. Offline

    Skadar

    Holy carp I didn't even notice that customize option until you pointed it out!
     
  14. Offline

    Privatepartshax

    Does anyone have an exact time this update will be coming out? and is it for sure coming out today? For the latest build?
     
  15. Offline

    sk89q

  16. WOOOOOOOOOOOOOT! :)
    [diamond]
     
  17. Offline

    Privatepartshax

    Still im getting an error in my console
     
  18. 01:13:05 [SEVERE] Nag author: '<NoAuthorGiven>' of 'CommandBook' about the following: onPluginEnable has been replaced with a new signature, (PluginEnableEvent)
     
  19. Offline

    sk89q

    What error?

    That's an issue with WorldEdit, so ignore that for now.
     
  20. Offline

    nala3

    im sorry sk89q i has errorrrrrr :( (thats my sad face)
    Code:
    20:27:12 [SEVERE] Could not load plugins/CommandBook.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:105)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:158)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:106)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:84)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandPermissionsException
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:264)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:97)
        ... 8 more
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandPermissionsException
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        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(ClassLoader.java:321)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
        ... 11 more
    
     
  21. Ah ok.

    World edit working in a fashion.
    wand doesnt work. but hpos etc does :)
    few more plugin updates and i can move whole server to new version :)

    Thanks for your plugins sk89q :)
     
  22. Offline

    minecraftworlds

    wow the customize option is amazing!
     
  23. Offline

    sillyrosster

    WOOOOOOOOOOOT! TY SK!

    I get this error when trying to install:

    Code:
    2011-04-01 18:43:56 [SEVERE] Could not load plugins/CommandBook.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:102)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:158)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:106)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:63)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/CommandsManager
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:264)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:94)
            ... 8 more
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandsManager
            at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
            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(ClassLoader.java:321)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
            ... 11 more
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 10, 2016
  24. Offline

    FDInoff

    Don't forget about the WorldEdit Dependency. You can place the WorldEdit.jar in your server base directory so it does not load.
     
  25. Offline

    Tfs Halo

    i don't understand ? but mines has to same problem and i even tryed build 621 (currently 617 recommended build atm)
     
  26. Offline

    Singapore123

    Can you give a recommended build version of commandbook? Build 617.
     
  27. Offline

    FDInoff

    From First Post.

    Commandbook uses WorldEdit as a library and tries to load it but it isn't there so Commandbook crashes. ie Commandbook will not work if WorldEdit is not found which is the error you are getting most likely.
     
  28. Offline

    Tfs Halo

    ooooh i get it thanks i will try it :D
     
  29. Offline

    BioRage

    help plox
     
  30. Offline

    dwi

    BioRage: Solution is written just above your post ;)
     
  31. Offline

    BioRage

    FUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU

    Thanks.
     
Thread Status:
Not open for further replies.

Share This Page