[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

    Deathrey

    Hitting a painting with a thor lightning results in a server crash.

    Code:
    [SEVERE] java.lang.NullPointerException
    2011-04-26 14:49:02 [SEVERE]  at net.minecraft.server.EntityPainting.damageEntity(EntityPainting.java:209)
    2011-04-26 14:49:02 [SEVERE]  at net.minecraft.server.Entity.a(Entity.java:652)
    2011-04-26 14:49:02 [SEVERE]  at net.minecraft.server.Entity.a(Entity.java:1180)
    2011-04-26 14:49:02 [SEVERE]  at net.minecraft.server.EntityWeatherStorm.p_(EntityWeatherStorm.java:112)
    2011-04-26 14:49:02 [SEVERE]  at net.minecraft.server.World.cleanUp(World.java:928)
    2011-04-26 14:49:02 [SEVERE]  at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:367)
    2011-04-26 14:49:02 [SEVERE]  at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    2011-04-26 14:49:02 [SEVERE]  at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-04-26 14:49:02 [SEVERE] Unexpected exception
    java.lang.NullPointerException
    at net.minecraft.server.EntityPainting.damageEntity(EntityPainting.java:209)
    at net.minecraft.server.Entity.a(Entity.java:652)
    at net.minecraft.server.Entity.a(Entity.java:1180)
    at net.minecraft.server.EntityWeatherStorm.p_(EntityWeatherStorm.java:112)
    at net.minecraft.server.World.cleanUp(World.java:928)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:367)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  3. Offline

    tylerdn

     
  4. Offline

    iZS

    nice work!
     
  5. Offline

    Kainzo

    BUG REPORT: 733/1.42
    Anyone else seeing random users banned that shouldnt be? I've had three reports of users being banned - and searched through logs and -no one- banned them.

    Thoughts?

    FEATURE REQUEST:
    When doing /tp - it should give some kind of feedback to the user of the /tp to what world they arrived in and what xyz.
     
  6. Offline

    MineralMC

    Any chance of a toggle for /shock/rocket etc. type commands being broadcast in the chat?

    I'm a total show pony of an OP, and like to use them for dramatic entrances - I've even gone as far as to make myself custom aliases in CommandHelper, but refrain from using them because of the textspam they cause; zap is a good example, it combines WorldEdit's /jumpto and CommandBook's /shock commands so I get a lightning strike whenever I jump to another location.

    Another is /fwoosh - /rocket, then /thunder, then /spy (effectively /vanish).

    On that note, a way to get CommandHelper to pause between commands would kick major butt.
     
    emoknight likes this.
  7. Offline

    dulladulla

    can you add /kickall? please
     
  8. Offline

    Nate204

    I tried to use the /setspawn for this plugin, and It doesn't work correctly...
    I keep removing my player profile from my server, and logging in for the first time. For some reason, I'll not spawn exactly where my /setspawn is. Also, I want it to be underground~ but that doesn't seem to be working.

    Does anyone have any suggestions?
    Thanks!
     
  9. Offline

    fffizzz

    striking a zombie pig man with lightning creates an invulnerable zombie pig man which is client side only, relogging makes them disappear :D
     
  10. Offline

    Clank331

    What ist wrong ??
     
  11. Offline

    Guard1an

    Is it possible to add a temp ban command? That would be great.

    Also maybe a jump feature (teleporting by clicking an area). This wouldn't need me to use any other teleportation plugins.

    Anyways, great plugin, thanks.
     
  12. Offline

    Jeyge

    Take a look at one of his other plugins called CommandHelper. It has a scripting command called /each which allows you to kick everyone. He even has a sample of that in the first post.
     
  13. Offline

    fffizzz

    Code:
    20:09:11 [SEVERE] java.lang.NullPointerException
    20:09:11 [SEVERE]       at net.minecraft.server.EntityPainting.damageEntity(EntityPainting.java:209)
    20:09:11 [SEVERE]       at net.minecraft.server.Entity.a(Entity.java:652)
    20:09:11 [SEVERE]       at net.minecraft.server.Entity.a(Entity.java:1180)
    20:09:11 [SEVERE]       at net.minecraft.server.EntityWeatherStorm.p_(EntityWeatherStorm.java:112)
    20:09:11 [SEVERE]       at net.minecraft.server.World.cleanUp(World.java:928)
    20:09:11 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:367)
    20:09:11 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    20:09:11 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    20:09:11 [SEVERE] Unexpected exception
    java.lang.NullPointerException
            at net.minecraft.server.EntityPainting.damageEntity(EntityPainting.java:209)
            at net.minecraft.server.Entity.a(Entity.java:652)
            at net.minecraft.server.Entity.a(Entity.java:1180)
            at net.minecraft.server.EntityWeatherStorm.p_(EntityWeatherStorm.java:112)
            at net.minecraft.server.World.cleanUp(World.java:928)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:367)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    I know this isnt directly commandbook, but since your a dev :)

    I was striking lightning on spider webs, and hit with pickaxe accidently and it crashed server. :)
     
  14. Offline

    Jeyge

    I think this was already logged to the Bukkit team and fixed in build 734. You probably hit a painting though.
     
  15. Offline

    Drei Gyuu

    Hi,
    One of the most amazing plugins there is. I'm using 733 and it is working smoothly.

    Regards,
     
  16. Offline

    chompthis

    Anyone know how to get powered rails? I try /item poweredrails and it doesn't work
     
  17. Offline

    fffizzz

    Ahh, there was paintings too.. have to make sure I update :D
     
  18. Offline

    RustyDagger

    Can any 1 vouch for the bans working?
     
  19. Offline

    airsoftinva

    its "poweredtrack"
     
  20. Offline

    LlmDl

    I'm really liking this plugin but one thing I've noticed: Sometimes when I use the /weather off commands the client doesn't update. Relogging has the weather off. Might be a bug?
     
  21. Offline

    Tfs Halo

    Um when i use /say it just says my message as a regular message and when i use /broadcast testing or something else it gives me unknown command.

    and when i use say testing in console it comes up as white text :(

    i don't think the /broadcast command even works because it isn't in the documentation :S

    cb version 733 and here is my config
    Code:
    # Give ops all permissions
    op-permissions: true
    use-display-names: true
    online-on-join: true
    motd: |
        `YHello, `R%name%.
        `YWelcome to TeamNoble!
        `RRemember to use /Rules
          %players%
        `RFlying is enabled for players+ and speeding for
        `RPolice and up
    rules: |
        `R- Be courteous and respect others.
        `R- Don't use any tools to give you an unfair advantage.
        `R- No asking for Moderator,op,or admin.
        `R- No Tnt please
        `R- No lava 'water'falls
        `R- Absolutely No Griefing.
    disallowed-items: []
    allowed-items: []
    item-names:
        goldblock: 41
        ice: 79
    # Makes /time and /weather broadcast a message
    broadcast-changes: true
    console-say-format: "`p<*Console>`w `p%s"
    broadcast-format: "`r[Broadcast] `P%s"
    default-item-stack-size: 1
     
  22. Offline

    juli7796

    Could you maybe add an option to change the item(s) "thor's hammer" work with?
    its kinda annoying while mining when every hit causes a lightning just because you were to lazy to turn thor off again :D

    Edit: Same problem as in "WeatherMan", and that plugin and yours have the /weather command but with different syntax so its not easy to use both of them ;)
     
  23. Offline

    Quenaros

    Hey sk :)

    It would be cool if you support the "new" help fork
     
  24. Offline

    Shamewow

    How come people that join my server can't build or attack any blocks after I download this mod?
     
  25. Offline

    MonsteR

    Question: If Group B inherits from Group A, and Group C inherits from Group B, will Group C also inherit from Group A? Or do I need to specify that?
     
  26. Offline

    Thyraxxx

    hey is there anyway to remove a spawn set by commandbook ? or to disable the feature, because it seems to overwrite the towny town respawn as well as making spawn new people in the ocean insted of in the spawn area I built for them underwater.
     
  27. Offline

    Super_ILiya

    Update please for craftbukkit 733
     
  28. Offline

    Fohdeesha

    Any chance you could add another alias for /motd? i run bukkit under mcMyAdmin which has it's own built in /motd command, and everytime I want to type /motd to see commandbooks motd, mcmyadmin eats it up and won't pass it off to bukkit/commandbook.

    something like /welcome?

    Perhaps this would be better sent to McMyAdmin support, but they're pretty unresponsive and I'd assume it would take some serious code rewriting to allow the option to not recognize certain commands, or hand them off

    Either way, awesome piece of kit you've got here man, don't know how I missed it. /more is awesome.
     
  29. Offline

    fallsxd

    Something to do about "invalid player name" ?
     
  30. Offline

    timzy

    Sorry if I completely missed out on something, but I've tried really hard searching through google, wiki & forum and asking here is usually the last resort.
    But!
    I'm having a problem with the /tp command, as some of my players value their privacy that command pretty much ruins it.
    I've noticed the /call command, but noone's really able to use it as I'm lacking the permission node for it.
    What might that node be? :3

    EDIT:
    They seem to use the same node, /tp & /call. Didn't work at first, but now it does for some reason.
    So I'm requesting seperate nodes for it! :)
     
  31. Offline

    Kamleon

    Is there a way to filter out tamed wolves with the global /butcher command?
     
Thread Status:
Not open for further replies.

Share This Page