Skip to content

Instantly share code, notes, and snippets.

@spetznack
spetznack / vanilla server testing if commandblockoutput works for logs
Created October 20, 2013 12:33
vanilla server testing if commandblockoutput works for logs
2013-10-20 14:29:10 [INFO] <spetznack> testing first command block to "/tell" "/effect" and "/say" with commandblockoutput true
2013-10-20 14:29:12 [INFO] [@] hello
2013-10-20 14:29:12 [INFO] [@: Given Speed (ID 1) * 10 to spetznack for 10 seconds]
2013-10-20 14:29:51 [INFO] <spetznack> I see @ whispers to you, [@] hello and [@: Given Speed...etc]
2013-10-20 14:29:59 [INFO] [spetznack: Game rule has been updated]
2013-10-20 14:30:01 [INFO] [@] hello
2013-10-20 14:30:01 [INFO] [@: Given Speed (ID 1) * 10 to spetznack for 10 seconds]
2013-10-20 14:30:29 [INFO] <spetznack> I see @ whispers to you, and [@] hello ONLY. I do not see the output from the /effect command
2013-10-20 14:30:32 [INFO] <spetznack> stop
2013-10-20 14:30:34 [INFO] [spetznack: Stopping the server]
Using:
Craftbukkit version: Build #2904
Notes from testing CMD blocks at spawn 19/10-2013..
11,680s <- Started up a fresh default craftbukkit server.
stopped
1,413s <- Starting up server to check time after world gen.
1,390s <- Again, consistency check.
1,401s <- Again, consistency check.
2013-10-20 03:46:40 [INFO] Starting minecraft server version 1.6.4
2013-10-20 03:46:40 [INFO] Loading properties
2013-10-20 03:46:40 [INFO] Default game type: SURVIVAL
2013-10-20 03:46:40 [INFO] Generating keypair
2013-10-20 03:46:41 [INFO] Starting Minecraft server on *:25565
2013-10-20 03:46:41 [INFO] This server is running CraftBukkit version git-Bukkit-1.6.2-R1.0-8-g6ce3ba1-b2904jnks (MC: 1.6.4) (Implementing API version 1.6.4-R0.1-SNAPSHOT)
2013-10-20 03:46:41 [INFO] Preparing level "world"
2013-10-20 03:46:41 [INFO] Preparing start region for level 0 (Seed: -2423072774561494627)
2013-10-20 03:46:41 [INFO] ----- Bukkit Auto Updater -----
2013-10-20 03:46:41 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.