[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

    Pr0jectConqu3r

    is there any way to add a custom command? Something identical to the /rules command, but a different menu.
    Example:

    /MemberCmds

    This would list all the commands available to the "Member" group.

    Thanks!
     
  3. Offline

    Blobinet

    Can you make so that we can use "/Mute *" ? When I do it it says "More than one player found"
     
    Tarheels likes this.
  4. Offline

    erdrickk

    Is there a way to color code the /who list I see there is an option for that in the config but even set to true the names are still all white. I am using HeroChat - would this be the conflict?

    Edit - Does it use the prefixes set up in PermissionsEX ? I see you use different color codes than the standard &6 kinda thing
     
  5. Offline

    worstboy32

    Thanks for this great plugin!
    I would like to add some suggestions or ideas.

    Could you make it so that kits dont reset every restart?
    I like to set kits for every 24 hours but the server restart 2 times a day.
    And maybe 1 time use kits for a starter kit.

    And could you set per warp permissions.
    So when you set warp donator and give donator the commandbook.warp.donator

    And as erdrickk already sayd colored /who /list would be nice
    And also the -tab- list

    and as last tpa there is call (/tpahere) but i would like to have a tp request to.

    I hope you will do something with this ideas.
    But thanks for the great plugin!
     
  6. Offline

    Tarheels

    you can use commandhelper to do that

    do you want to mute all players? the reason why thats comes up is * isnt a letter so it doesnt do anything

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

    Blobinet

    Yes I want to mute all players. The "*" is often used as a joker, to select all (As "/bring *" teleports everyone to you")
     
  8. Offline

    Tarheels

    No no possible mabye you could write your own with commandhelper or mabye another plugin does it
     
  9. Offline

    erdrickk


    Anyone have any ideas about this or how it works?
     
  10. Offline

    MysticalMan

  11. Offline

    LilShonen

    If i had something like groupspawns, would it be conflicting with this plugin?
     
  12. Offline

    Macximilian

    If I use this plugin, my redstone repeaters won't work correctly anymore.
    They sometimes save the on/off state and don't change it anymore. I think that's a major bug. Is there any way to fix this issue? I'm sure I didn't make any mistake while I was installing my server because I have much experience in managing Minecraft servers.
    Now I have been punished by this problem for a long time - with different Minecraft and server versions.
    I was wondering if nobody before had to deal with that issue...

    - sry 4 bad english -
     
  13. Offline

    Magge

    Hey there - is it possible to set warp in different world...
    When i do it with /setwarp test - it works for a bit of time, when it saves the cords for my first world...
    Anyway to save it for other then the first world?
     
  14. Offline

    rad1game

    Code:
    2011-11-21 18:24:46 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-11-21 18:24:46 [INFO] CommandBook: 312 banned name(s) loaded.
    2011-11-21 18:24:46 [INFO] CommandBook: 2 kit(s) loaded.
    2011-11-21 18:24:46 [SEVERE] Error occurred while enabling CommandBook v1.6-customized (Is it up to date?): com.sk89q.bukkit.migration.PermissionsResolverManager.<init>(Lorg/bukkit/plugin/Plugin;Ljava/lang/String;Ljava/util/logging/Logger;)V
    java.lang.NoSuchMethodError: com.sk89q.bukkit.migration.PermissionsResolverManager.<init>(Lorg/bukkit/plugin/Plugin;Ljava/lang/String;Ljava/util/logging/Logger;)V
        at com.sk89q.commandbook.CommandBookPlugin.onEnable(CommandBookPlugin.java:198)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
        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:171)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    CB #1337.
    Whats wrong?
    Build options: http://kzp.in/files/19/13dcee9e.png
     
  15. Offline

    Frogging101

    Does anyone know if this works with the new 1.0 builds of CB?
     
  16. Offline

    LordXayd

    Sorry about the newbie question.
    In regards to /item
    I've been on the hunt for a plugin where I run a slash command and recieve a GUI popup window with an item legend that will allow me to drag items to my inventory, and was subsequently recommended this tool.

    It looks like you type in /item and then some reference ID number and then amount...
    /item 343 64

    I'm guessing that means that just typing /item is an invalid command.
    Where would I find the item # reference list?
     
  17. Offline

    1born2kill

    Go on Creative mode? /gamemode [name] 1 I think
     
  18. Offline

    LordXayd

    Right, but I dont wish to be invulnerable. And since this is MultiPlay I'm doing, I'd like others to be able to explore my work and vice/versa.

    What I was really trying to ask is if I'm correct about how the /item command works, and where to find the item ID reference legend.
     
  19. Offline

    1born2kill

    If you want to check all of the item ids, like Stone ID = 1, then google Minecraft Item Ids
     
  20. Offline

    Silverseppel

    is there a command like / listwarps or /warpslist to view a list of all warps or could it be added with name who has created the warp. I have not found a command like this

    also missing in the wiki the command to delete warps
     
  21. Offline

    bram2005

    help me pleasss.

    i get this error as i start my server
    pleass help me
     
  22. Offline

    ray0911

  23. Offline

    Minenschwein

    Does the plugin work with PermissionEX?
     
  24. Offline

    Pippin

    It should. But, I definitely recommend bPermissions
     
  25. Offline

    Rocket Widget

    Neither this nor WorldEdit generate a config.yml when I run them on my server. What can I do to remedy this? And before it is suggested, I have already tried to copy and paste and create my own from the config.yml posted on the github.
     
  26. Offline

    monir

    Why isnt /ret taking me back to death position only work sometimes why is that?
     
  27. Offline

    Langraff

    How to set permissions to work TMI? When trying to get the item through TMI says "you do not have permission"/

    P.S. Sorry for my bad English.
     
  28. Offline

    Raycrash

    Teleporting doesn't work anymore on newest bukkit ;(
     
  29. Offline

    Drehverschluss

    Yep for me too!
    Still no port really work in newest CB Build...like Mobarena doesnt work too
     
  30. Offline

    Raycrash

    Update to bukkit 1550, and it works again!
     
  31. Offline

    Pr0jectConqu3r

    I am wondering how to disable the /warp command and also, will the built in /ban command override mcbans?
     
Thread Status:
Not open for further replies.

Share This Page