Skip to content

Instantly share code, notes, and snippets.

@daboross
Created March 12, 2013 05:31
Show Gist options
  • Save daboross/5140574 to your computer and use it in GitHub Desktop.
Save daboross/5140574 to your computer and use it in GitHub Desktop.
Spigot with only CommandHelper startup log.
$ java -jar Spigot.jar
210 recipes
27 achievements
22:31:07 [INFO] Starting minecraft server version 1.4.7
22:31:07 [INFO] Loading properties
22:31:07 [INFO] Default game type: SURVIVAL
22:31:07 [INFO] Generating keypair
22:31:07 [INFO] Starting Minecraft server on *:25565
22:31:08 [INFO] Using Netty NIO with 3 threads for network connections.
22:31:08 [INFO] This server is running CraftBukkit version git-Spigot-617 (MC: 1.4.7) (Implementing API version 1.4.7-R1.1-SNAPSHOT)
22:31:08 [WARNING] Plugin from file: file:/home/daboross/Server/plugins/CommandHelper.jar has embedded Metrics in the default package. This is not advisable, go nag them!
22:31:08 [INFO] [CommandHelper] Loading CommandHelper v1390-2d445ca
22:31:08 [INFO] Preparing level "world"
22:31:08 [INFO] -------------- Spigot ----------------
22:31:08 [INFO] -------- World Settings For [world] --------
22:31:08 [INFO] Growth Per Chunk: 1000
22:31:08 [INFO] Item Merge Radius: 3.5
22:31:08 [INFO] Experience Merge Radius: 3.5
22:31:08 [INFO] Random Lighting Updates: false
22:31:08 [INFO] Mob Spawn Range: 4
22:31:08 [INFO] Aggregate Ticks: 4
22:31:08 [INFO] Wheat Growth Modifier: 100
22:31:08 [INFO] Cactus Growth Modifier: 100
22:31:08 [INFO] Melon Growth Modifier: 100
22:31:08 [INFO] Pumpkin Growth Modifier: 100
22:31:08 [INFO] Sugar Growth Modifier: 100
22:31:08 [INFO] Tree Growth Modifier: 100
22:31:08 [INFO] Mushroom Growth Modifier: 100
22:31:08 [INFO] View distance: 10
22:31:08 [INFO] Oreobfuscator: true
22:31:08 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
22:31:08 [INFO] -------------------------------------------------
22:31:08 [INFO] -------------- Spigot ----------------
22:31:08 [INFO] -------- World Settings For [world_nether] --------
22:31:08 [INFO] Growth Per Chunk: 0
22:31:08 [INFO] Item Merge Radius: 3.5
22:31:08 [INFO] Experience Merge Radius: 3.5
22:31:08 [INFO] Random Lighting Updates: true
22:31:08 [INFO] Mob Spawn Range: 4
22:31:08 [INFO] Aggregate Ticks: 4
22:31:08 [INFO] Wheat Growth Modifier: 100
22:31:08 [INFO] Cactus Growth Modifier: 100
22:31:08 [INFO] Melon Growth Modifier: 100
22:31:08 [INFO] Pumpkin Growth Modifier: 100
22:31:08 [INFO] Sugar Growth Modifier: 100
22:31:08 [INFO] Tree Growth Modifier: 100
22:31:08 [INFO] Mushroom Growth Modifier: 100
22:31:08 [INFO] View distance: 5
22:31:08 [INFO] Oreobfuscator: true
22:31:08 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
22:31:08 [INFO] -------------------------------------------------
22:31:08 [INFO] -------------- Spigot ----------------
22:31:08 [INFO] -------- World Settings For [world_the_end] --------
22:31:08 [INFO] Growth Per Chunk: 650
22:31:08 [INFO] Item Merge Radius: 3.5
22:31:08 [INFO] Experience Merge Radius: 3.5
22:31:08 [INFO] Random Lighting Updates: false
22:31:08 [INFO] Mob Spawn Range: 4
22:31:08 [INFO] Aggregate Ticks: 4
22:31:08 [INFO] Wheat Growth Modifier: 100
22:31:08 [INFO] Cactus Growth Modifier: 100
22:31:08 [INFO] Melon Growth Modifier: 100
22:31:08 [INFO] Pumpkin Growth Modifier: 100
22:31:08 [INFO] Sugar Growth Modifier: 100
22:31:08 [INFO] Tree Growth Modifier: 100
22:31:08 [INFO] Mushroom Growth Modifier: 100
22:31:08 [INFO] View distance: 10
22:31:08 [INFO] Oreobfuscator: false
22:31:08 [INFO] Entity Activation Range: An 32 / Mo 32 / Mi 16
22:31:08 [INFO] -------------------------------------------------
22:31:08 [INFO] Preparing start region for level 0 (Seed: 4975734285418659456)
22:31:09 [INFO] Preparing start region for level 1 (Seed: 4975734285418659456)
22:31:09 [INFO] Preparing spawn area: 93%
22:31:09 [INFO] Preparing start region for level 2 (Seed: 4975734285418659456)
22:31:09 [INFO] [CommandHelper] Enabling CommandHelper v1390-2d445ca
22:31:09 [INFO] CommandHelper/CommandHelper 1390-2d445ca enabled
22:31:09 [INFO] WEPIF: Using the Bukkit Permissions API.
22:31:09 [INFO]
22:31:09 [INFO]
_/_/_/ _/
_/ _/_/ _/_/_/ _/_/ _/_/_/ _/_/ _/_/_/ _/_/_/ _/_/_/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
_/_/_/ _/_/ _/ _/ _/ _/ _/ _/ _/_/_/ _/ _/ _/_/_/
_/ _/ _/
_/ _/ _/_/ _/ _/_/_/ _/_/ _/ _/_/
_/_/_/_/ _/_/_/_/ _/ _/ _/ _/_/_/_/ _/_/
_/ _/ _/ _/ _/ _/ _/ _/
_/ _/ _/_/_/ _/ _/_/_/ _/_/_/ _/
_/
_/
22:31:13 [INFO] CommandHelper: Welcome to this server, which is running CommandHelper! (Change this message in plugins/CommandHelper/main.ms)
22:31:13 [INFO] [CommandHelper]: MethodScript files processed
22:31:13 [INFO] [CommandHelper]: 14 alias(es) defined.
22:31:13 [INFO] Server permissions file permissions.yml is empty, ignoring it
22:31:13 [INFO] Done (4.826s)! For help, type "help" or "?"
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment