[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

    GunterNova

    I get this error when a user tries to perform a command, :

     
  3. Offline

    IanM2002

    i put the files in the plugins folder but it never loads
     
  4. Offline

    IOn Vash

    Permissions seem to be broken.
     
  5. Offline

    GunterNova

    I get this error when I try to use a command, I already have permission for it. I don't know what to do and my server launches soon, would be great for some help.

    "I'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is in error."

    I get this error when I try to use a command, I already have permission for it. I don't know what to do and my server launches soon, would be great for some help.


    "I'm sorry, but you do not have permission to perform this command. Please contact the server administrators if you believe that this is in error."

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

    gonzotw

    Maybe I'm doing something wrong, but I have the following two permissions set for my admins...

    commandbook.gamemode: true
    commandbook.gamemode.other: true

    But when they try to change either their owm mode or somebody elses mode, they are told they do not have permission.
     
  7. Offline

    cloudafloat

    There any way to disable the -d for item spawning commands? Any malicious player can spam this command one item at a time to spawn item entities and lag servers.
     
  8. Offline

    Graficzek

    Is this plugin works with craftbukkit-1.0.1-R1.jar?
     
  9. Offline

    FuRiouSOne

    Any chance of getting the thors hammer only?
     
    Deleted user likes this.
  10. Offline

    JohnPulse

    I got the exact same issue, same with /compass

    Regards,
    John
     
  11. Offline

    Deleted user

    This would be great for my server.. if the permissions nodes were compatible with the *. For example:
    Code:
    commandbook.*: true
    
    +1 for this man here.

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

    PersonNinja

    My server, for whatever reason, isn't even recognizing this plugin. What could be the problem? The server is 1.0.1-R1 and upon placing the CommandBook.jar file in my plugins directory and launching the server it does not create a //plugins/commandbook directory, respond to commands in game, or even make mention of the plugin withing the server console. Has anyone else had this problem?
     
  13. Offline

    iiKirby

    love the plugin, just afew requests. /creative <target or blank for yourself> + /survival <target or blank for yourself>. /set level <level>
     
  14. Offline

    Jozeth

    Love the plugin but, it seems easy to move to but, the colour codes and config files have changed from Essentials, which i use and i don't have the tie to write up new permissions or configs and this isn't updated straight away it took sometime didn't it?
     
  15. Offline

    BlueJayofEvil

    Using the time lock function (time -l <time>) causes all switch/button objects and redstone currents to lag horribly.
     
  16. Offline

    sk9c00

    Yeah, I agree although there is the time-lock-delay configuration in the config.yml. I'm just wondering what is the best setting for the time-lock-delay and what units is it in?
     
  17. Offline

    duj1234

    So I have commandbook.jar (from cmb 1.7) in my plugins folder and worldedit.jar in my base folder, but this keeps coming up whenever i start my server up
    19:07:43 [SEVERE] Error occurred while enabling CommandBook v1.7 (Is it up to date?): null; mapping values are not allowed here
    mapping values are not allowed here
    in "<reader>", line 47, column 24:
    permissions:
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:733)
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:305)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    at com.sk89q.util.yaml.YAMLProcessor.load(YAMLProcessor.java:98)
    at com.sk89q.wepif.PermissionsResolverManager.loadConfig(PermissionsResolverManager.java:186)
    at com.sk89q.wepif.PermissionsResolverManager.<init>(PermissionsResolverManager.java:98)
    at com.sk89q.wepif.PermissionsResolverManager.initialize(PermissionsResolverManager.java:68)
    at com.sk89q.bukkit.migration.PermissionsResolverManager.setUp(PermissionsResolverManager.java:79)
    at com.sk89q.bukkit.migration.PermissionsResolverManager.<init>(PermissionsResolverManager.java:36)
    at com.sk89q.commandbook.CommandBookPlugin.onEnable(CommandBookPlugin.java:158)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    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:184)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:167)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    19:07:44 [INFO] Done (0.945s)! For help, type "help" or "?"
     
  18. Offline

    XtenD

    How to remove ban,kick,unban commands? They stacking with my bans plugin... ;(
     
  19. Offline

    semibreve42

    Use the customizer to make the plugin no use those commands. Link's on the bukkitdev site.
     
    XtenD likes this.
  20. Offline

    Nuinbot

    I noticed that /spawn moves me to the x,z coordinates I specified, but it seems to round down to the nearest integer. I wish to have the spawn centered on a block. Is there a way to have it change the decimal to .5? For example, /setspawn at 9.34, 7.89 gets changed to 9.5, 7.5, which would center the player on the block. Thanks!
     
  21. Offline

    adde

    Source for Item stuff??
     
  22. Offline

    geniym25

    Yes, I have the same problem. Does anyone know how to solve it?
     
  23. Offline

    mrkees

    ummmmm why would would this be?

    Code:
    [SEVERE] Could not load 'plugins/CommandBook.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/sk89q/minecraft/util/commands/Injector
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:247)
        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:152)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:128)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:52)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:402)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.Injector
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        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:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 11 more
    
    Im running tekkit btw 0.O
     
  24. Offline

    Matis91

    I have the same problem with CB 1.6 and 1.7 on my CraftBukkit 1.0.1-RC1 version, I'm using Java 7 but I've tried on Java 6 and it's exactly the same effect, version 1.5.2 is the last stable version on my server.
     
  25. Offline

    SgtCrazy

    Same trouble here. Using CraftBukkit 1.0.1-R1
     
  26. Offline

    ACStache

    @mrkees @Matis91 @SgtCrazy
    do you guys all have updated versions of WorldEdit?
    If that's not causing your issue, idk what is then. just a thought
     
  27. Offline

    Matis91

    I have WorldEdit 4.6 but I'll try with 5.0, maybe then plugin will run corectly
     
  28. Offline

    Afotai

    This is not a bug, but the feature of stoplag. It disables everything to increase ticks, this includes redstone, water physics, drops on the ground etc
     
  29. Offline

    Yoav

    For some reason, the direction shown by /compass, does not match the map (item) orientation. Can I fix this somehow, or is it a bug in the plugin?
     
  30. Offline

    bigggan

    @sk89q


    A nice feature i would like to see is a way to limit tp distance like if you set it to 3000 blocks they cant tp farther then 3000 blocks from spawn. so people arent tping to insane distances
     
  31. Offline

    shanko

    how do i spawn baby animals?
     
Thread Status:
Not open for further replies.

Share This Page