[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

    Cometen

    Hello .
    motd and rules I would like to write ind Danish. Is it possible to do so I can use Æ Ø Å æ ø å
     
  3. Offline

    PeterFour

    Hi, time of one world is locked (night), and I don't know how to undo. If try to lock the day, it flash.
     
  4. Offline

    thefoxygranpa

    Kits have cooldowns,
    Code:
    [netherrack=120]
    87,32
    the 120 means it has a 120sec cooldown between kit commands.
     
  5. Offline

    Mindstorms

    I need some help..
    When i start my server i got the following error
    Show Spoiler

    2011-05-25 13:13:15 [INFO] Starting minecraft server version Beta 1.5_02
    2011-05-25 13:13:15 [INFO] Loading properties
    2011-05-25 13:13:15 [INFO] Starting Minecraft server on 78.143.39.17:25565
    2011-05-25 13:13:15 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-753-g34e310c-b803jnks (MC: 1.5_02)
    2011-05-25 13:13:15 [INFO] Preparing level "world"
    2011-05-25 13:13:15 [INFO] Preparing start region
    2011-05-25 13:13:16 [SEVERE] Could not load 'plugins/CommandBook.jar' in folder 'plugins':
    unacceptable character #FFFD special characters are not allowed
    in "<reader>", position 379
    at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:68)
    at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:159)
    at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:117)
    at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:106)
    at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToken(ScannerImpl.java:964)
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:237)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDocumentStart.produce(ParserImpl.java:200)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:104)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    at org.bukkit.util.config.Configuration.load(Configuration.java:74)
    at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:156)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:174)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:101)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-25 13:13:16 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-05-25 13:13:16 [INFO] DataSourcePool [iConomyChestShop] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-05-25 13:13:16 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-25 13:13:16 [INFO] Entities enhanced[0] subclassed[1]
    2011-05-25 13:13:16 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-05-25 13:13:16 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-25 13:13:16 [INFO] Entities enhanced[0] subclassed[2]
    2011-05-25 13:13:16 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-05-25 13:13:16 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-05-25 13:13:16 [INFO] Entities enhanced[0] subclassed[2]
    2011-05-25 13:13:16 [INFO] CommandHelper 3.0.2 enabled
    2011-05-25 13:13:16 [INFO] CommandHelper: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-25 13:13:17 [INFO] No Aliases were defined.
    2011-05-25 13:13:17 [INFO] FalseBookBlock v0.85alpha by GeMo enabled
    2011-05-25 13:13:17 [INFO] [FalseBook Block] No Cauldrons loaded!
    2011-05-25 13:13:17 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-25 13:13:17 [INFO] WorldGuard: (world) Single session is enforced.
    2011-05-25 13:13:17 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-05-25 13:13:17 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-05-25 13:13:17 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-05-25 13:13:17 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-05-25 13:13:17 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-05-25 13:13:17 [INFO] WorldGuard 5.0-alpha10 enabled.
    2011-05-25 13:13:17 [INFO] [AuthMe] Using MySQL as datasource!
    2011-05-25 13:13:17 [INFO] [AuthMe] Cache for registrations is enabled!
    2011-05-25 13:13:17 [INFO] [AuthMe] 1 registered players loaded in 0.128 seconds!
    2011-05-25 13:13:17 [INFO] [AuthMe] Version 0.72 was successfully loaded!
    2011-05-25 13:13:17 [INFO] [uQuest-AutoComplete] version 0.1 is enabled!
    2011-05-25 13:13:17 [INFO] AbsorbPlugin version 2.0 is enabled!
    2011-05-25 13:13:17 [INFO] TreeAssist STARTED
    2011-05-25 13:13:17 [INFO] SimpleSignEdit v1.3.4 enabled.
    2011-05-25 13:13:17 [INFO] Using Permissions for sign editing.
    2011-05-25 13:13:17 [INFO] [FalseBook Core] FalseBookCore v0.85alpha by GeMo enabled!
    2011-05-25 13:13:17 [INFO] CraftBookCircuits 3.0-alpha2 enabled.
    2011-05-25 13:13:17 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-25 13:13:17 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-25 13:13:17 [INFO] PortalGun version 1.3 is enabled!
    2011-05-25 13:13:17 [INFO] CraftBookCommon 3.0-alpha2 enabled.
    2011-05-25 13:13:17 [INFO] CraftBookCommon: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-25 13:13:17 [INFO] [HeadBlocks] Enabling...
    2011-05-25 13:13:17 [INFO] [Permissions] version [2.7.4] (Phoenix) loaded
    2011-05-25 13:13:17 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-25 13:13:17 [INFO] CraftBookCircuits: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-25 13:13:17 [INFO] [HeadBlocks] successfully loaded Permissions.
    2011-05-25 13:13:17 [INFO] [HeadBlocks] Enabled
    2011-05-25 13:13:17 [INFO] FalseBookCart v0.85alpha by GeMo enabled
    2011-05-25 13:13:17 [INFO] DeathMessagePlugin version 1.9 is enabled with permissions!
    2011-05-25 13:13:17 [INFO] CraftBookVehicles 3.0-alpha2 enabled.
    2011-05-25 13:13:17 [INFO] CraftBookVehicles: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-25 13:13:17 [INFO] [iZone : 6.2] Enabled!
    2011-05-25 13:13:17 [INFO] [iZone : 6.2] Using permissions of Permissions.
    2011-05-25 13:13:17 [INFO] [iZone : 6.2] Loaded 0 zones out of 0
    2011-05-25 13:13:17 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    2011-05-25 13:13:17 [INFO] [Towny] Using: iConomy
    2011-05-25 13:13:17 [INFO] [Towny] Version: 0.67 - Mod Enabled
    2011-05-25 13:13:17 [INFO] CraftBookMechanisms 3.0-alpha2 enabled.
    2011-05-25 13:13:17 [INFO] CraftBookMechanisms: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-25 13:13:17 [INFO] 1 cauldron recipe(s) loaded
    2011-05-25 13:13:17 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-05-25 13:13:17 [INFO] FalseBookChat v0.85alpha by GeMo enabled
    2011-05-25 13:13:17 [INFO] FenceDoor By Ashour version 2.5 enabled.
    2011-05-25 13:13:17 [INFO] [BedHeal]: starting...
    2011-05-25 13:13:17 [INFO] [Bedheal]: started!
    2011-05-25 13:13:17 [INFO] [uQuest-MoreModCommands] version 0.1 is enabled!
    2011-05-25 13:13:17 [INFO] [NoAFK] Permission enabled
    2011-05-25 13:13:17 [INFO] [NoAFK] version 0.2.1 enabled
    2011-05-25 13:13:17 [INFO] DailyBonus is running!
    2011-05-25 13:13:17 [INFO] WoolSwitch version 1.2 is enabled with permissions!
    2011-05-25 13:13:17 [INFO] [uQuest] Loaded with Flatfile!
    2011-05-25 13:13:17 [INFO] [uQuest] v1.5 enabled! With 53 quests loaded!
    2011-05-25 13:13:17 [INFO] SignHeal V1.3 Enabled!
    2011-05-25 13:13:17 [INFO] ThunderTools version 0.2a is enabled!
    2011-05-25 13:13:17 [INFO] [QuickStrasse] 0.8 enabled.
    2011-05-25 13:13:17 [INFO] [Tuto] Plugin Tuto, by Rominos2, version 1.2 is enabled.
    2011-05-25 13:13:17 [INFO] [Tuto] Permissions system loaded.
    2011-05-25 13:13:17 [INFO] SimpleReserve version 0.2.6 enabled!
    2011-05-25 13:13:17 [INFO] WorldEdit 4.4 enabled.
    2011-05-25 13:13:17 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-05-25 13:13:17 [INFO] Jobs 1.3.3 started
    2011-05-25 13:13:17 [INFO] [Jobs] Successfully linked with Permissions.
    2011-05-25 13:13:17 [INFO] [iConomyChestShop] version 2.74 initialized!
    2011-05-25 13:13:17 [INFO] [iConomyChestShop] Permissions version 2.7.4 loaded.
    2011-05-25 13:13:17 [INFO] [iConomyChestShop] Lockette version 1.3.8 loaded.
    2011-05-25 13:13:17 [INFO] [Citizens]: Permissions enabled.
    2011-05-25 13:13:17 [INFO] [Citizens]: version [1.0.8c] (Helpers) loaded
    2011-05-25 13:13:17 [INFO] Lockette version 1.3.8 is being enabled! Yay! (Core version 1.0)
    2011-05-25 13:13:17 [INFO] Lockette: Detected craftbukkit build [803] ok.
    2011-05-25 13:13:17 [INFO] Lockette: Linked to Permissions plugin version 2.7.4
    2011-05-25 13:13:17 [INFO] Lockette: Ready to protect your containers.
    2011-05-25 13:13:17 [INFO] [Minecart Mania] Attempted update failed - Backup config file - renamed MinecartManiaConfiguration.xml to MinecartManiaConfiguration.xml.bak
    2011-05-25 13:13:17 [INFO] [Minecart Mania] Created new config file - MinecartManiaConfiguration.xml
    2011-05-25 13:13:17 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-05-25 13:13:17 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.3 is enabled!
    2011-05-25 13:13:17 [INFO] FalseBookIC v0.85alpha by GeMo enabled
    2011-05-25 13:13:17 [INFO] FalseBookExtra v0.85alpha by GeMo enabled
    2011-05-25 13:13:17 [INFO] [iConomy] Logging enabled.
    2011-05-25 13:13:17 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-05-25 13:13:17 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-05-25 13:13:17 [INFO] [Jobs] Successfully linked with iConomy.
    2011-05-25 13:13:17 [INFO] [iConomyChestShop] iConomy version 5 loaded.
    2011-05-25 13:13:17 [INFO] [Citizens] Payment method found (iConomy version: 5)
    2011-05-25 13:13:17 [INFO] [iConomy] hooked into Permissions.
    2011-05-25 13:13:17 [INFO] [Minecart Mania] Permissions detected. Using permissions.
    2011-05-25 13:13:17 [INFO] [Minecart Mania] MinecartManiaAdminControls version 1.2.3 is enabled!
    2011-05-25 13:13:17 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.3 is enabled!
    2011-05-25 13:13:17 [INFO] [Minecart Mania] MinecartManiaStation version 1.2.3 is enabled!
    2011-05-25 13:13:17 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.2 is enabled!
    2011-05-25 13:13:17 [INFO] Done (0.201s)! For help, type "help" or "?"
    2011-05-25 13:13:17 [INFO] [FalseBook Block] 0 Areas loaded.
    2011-05-25 13:13:17 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-05-25 13:13:17 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-05-25 13:13:17 [INFO] [FalseBook Block] Gates successfully loaded.
    2011-05-25 13:13:17 [INFO] [Citizens]: Loaded 0 NPCs.
    2011-05-25 13:13:17 [INFO] [FalseBook IC] plugins/FalseBook/Transmitter.db not found.
    2011-05-25 13:13:17 [INFO] [FalseBook IC] plugins/FalseBook/Receiver.db not found.
    2011-05-25 13:13:17 [INFO] [FalseBook IC] plugins/FalseBook/SensorList.db not found.
    2011-05-25 13:13:22 [INFO] [uQuest] Successfully linked with iConomy.
    2011-05-25 13:13:22 [INFO] [uQuest] Successfully linked with Permissions.


    could you help me ? i dont know what i should do
     
  6. Offline

    sk89q

    What happens?


    • There are per-kit cooldowns.
      [nameofkit=# cooldown seconds]
    • Please elaborate
    • There's this option but I am not sure it works.

    My plugins generally work with each other.

    It should work. If not, tell me.

    Just change the time again.

    You appear to have an error in your configuration.
     
  7. Offline

    MeinerHosen

    Can anyone suggest a great midi intro?
     
  8. Offline

    spunkiie

    I'm trying to spawn mobs from console on a second world (MultiVerse)

    spawnmob chicken 5 1785.0915,64.0000,3651.5163:#normal -> Doesn't work :(

    Please make possible to specify world name as spawn location.

    TIA
     
  9. Offline

    vein_mx

    Code:
    item-permissions-only: false
    disallowed-items:
        264
    
    Anyone able to get the disallowed-items to work? I have played around with it for about 30 minutes and couldnt get it to work. Lets say I just want to prevent certain groups from spawning diamond and diamond picks. Do the item Id's go in the brackets or one per line or what? Do I need to give them the -commandbook.item.264 permission node? If someone could give me the configured portion for a couple items as an example, that would be great!
     
  10. Offline

    wassilij

    very laggy on bukkit 810
     
  11. Offline

    dma

    +1

    Please log in the server.log the /item /i /give /time ...

    Thank's for your plugin ;)
     
  12. Offline

    MeinerHosen

    I suggest not using bukkit 810 and wait until they get a recommended build out.
     
  13. Offline

    u83rju1c3

    unfortunately, players can give a kit to anyone. can we have a separate permission needed to /kit <kitname> [player]? like commandbook.kit.other
     
  14. Offline

    Fohdeesha

    on bukkit #812, the /i command seems to be working fine, obviously though it does not support the new items. (hatches, maps). Also, running the /debug clock command, it never returns the results.
     
  15. Offline

    GmK

    Weird, I cant start it up on 812, gives me a "2011-05-26 22:38:25 [SEVERE] Could not load 'plugins/CommandBook.jar' in folder 'plugins': Caused by: java.lang.ClassNotFoundException: com.sk89q.minecraft.util.commands.CommandException" error :(
     
  16. Offline

    Nuinbot

    Is there any way to set the initial first-time player login location, instead of a random location? I am trying to create a spawn castle for my server but I want new users to spawn in a specific location the first time they log in, instead of randomly appearing on the roof.
     
  17. Offline

    flames

    /setspawn is what you are looking for i think ;)
     
  18. Offline

    PeterFour

    Doesn't work, time go back to previous value immediately.
     
  19. Offline

    EpicPandazZ

    I don't know how to give permission to people that aren't mods how would I do this? When they do /kit it says they do not have permission for that I don't get it?
     
  20. Offline

    ParkerReno

    I am hoping this will use the "weighted" groups that were introduced in permissions 3.0, it will, right?
     
  21. Offline

    sk89q

    A particular user?

    Please add a request here: http://redmine.sk89q.com/projects/commandbook/issues/new

    It should be.

    Check console to see if CommandBook has detected your permissions.



    Thanks.

    Why not?

    Do you have a conflicting plugin?

    You should be able to do #spawn:#normal.

    Turn on item-permissions-only and give commandbook.items but take away -commandbook.items.264

    Update Bukkit and it should work. There was a problem in that and past versions.

    Using 1.6 Bukkit is not really recommend yet. Bukkit itself is laggy at times.

    I'll fix that.

    I will see about fixing this.

    So the sun/moon keeps repeating itself?

    I just wrote this page for you: http://wiki.sk89q.com/wiki/CommandBook/Kits#Creating_kits

    Check it out.

    You will have to familiarize me with what those are.
     
  22. Offline

    RustyDagger

    @sk89q The weighted groups is a way to check if player A is a higher Rank than Player B and act on it ofc

    Theres a system built into Permissions 3 to do That. Ready for plugin devs to hook into

    Permissions 3 is Looking very nice but seems far more over complicated. For the server owner.
     
  23. Offline

    sk89q

    Is it like "immunity" where lower rank players can't affect higher rank players?
     
  24. Offline

    wassilij

    CommandBook works great witzh Bukkit 812 + 814!

    Many Plugins made problems .. but thats because the update to 812 broke the old map and/or plugins .. i made a new map and it was perfect! all plugins work and no lagg :D
     
  25. I'm getting this error when starting up my server:

    Code:
    2011-05-27 11:47:53 [SEVERE] Could not load 'plugins\CommandBook.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:167)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:101)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:145)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:265)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    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
    I'm using CommandBook 1.5.1 and CraftBukkit #803.
     
  26. Offline

    sk89q

    You need WorldEdit.
     
  27. I have WorldEdit. :I
     
  28. Offline

    spunkiie

    @sk89q

    Doesn't work :(

    Tried:
    spawnmob chicken 5 1785.0915,64.0000,3651.5163:#spawn:#normal
    GET: Invalid identifier '#spawn'.

    Also:
    spawnmob chicken 5 1785.0915,64.0000,3651.5163:#spawn#normal
    GET: Invalid identifier '#spawn'.

    Also:
    spawnmob chicken 5 1785.0915,64.0000,3651.5163#spawn#normal
    GET: Coordinates expected numbers!

    None work.
     
  29. Offline

    PeterFour

    If I type /time day, the time go back to the night immediatly.
     
  30. Offline

    ParkerReno

    yeah, pretty much
     
  31. Offline

    sk89q

    What version of Bukkit?

    Err, try:
    /spawnmob chicken 5 1785.0915,64.0000,3651.5163:#normal

    That's odd.

    Well I recommend against using the time lock anyway. It breaks redstone.
     
Thread Status:
Not open for further replies.

Share This Page