I would like to see is all plugin developers adopt a better system of displaying their startup and shutdown. Read my example log below. You will see a few plugins that have a single line start-up and single line shutdown. However, there are a few plugins that output more than one line when the server starts. While this can be useful, it is often too verbose and not necessary most of the time. What I propose is all plugin developers adopt a simple config file addition. Code: verbose-logging=false/true (false by default) This config file would serve the simple task of not outputting any lines in the server start/stop, and include minimal logging in game. CraftBukkit by default already outputs the name and version of the plugin. The extra information your plugin wishes to display should be optional. I realize some of these plugins may offer that already, but not all of them do. Thank you. A lot of the plugins used in this log are from fantastic devs, I just feel this might be better left as an option for server admins. ******************************************************************************** A great suggestion was making this available in the bukkit.yml file. Plugins can tie into this log level to display finer levels of logging, if they should so choose. However, when off, nothing but the initial single info line is displayed (unless errors occur). https://bukkit.atlassian.net/browse/BUKKIT-1715 ********************************************************************************* Code: $ cat server.log 2012-05-13 18:25:24 [INFO] Starting minecraft server version 1.2.5 2012-05-13 18:25:24 [INFO] Loading properties 2012-05-13 18:25:24 [INFO] Starting Minecraft server on *:25565 2012-05-13 18:25:26 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R1.3-4-gd219ca1-b2181jnks (MC: 1.2.5) (Implementing API version 1.2.5-R1.4-SNAPSHOT) 2012-05-13 18:25:28 [INFO] Starting Minequery server on *:25566 2012-05-13 18:25:31 [INFO] [TimTheEnchanter] Loading TimTheEnchanter v2.0 2012-05-13 18:25:31 [INFO] [LagMeter] Loading LagMeter v1.8 2012-05-13 18:25:31 [INFO] [bPermissionsWebGUI] Loading bPermissionsWebGUI v2.0 2012-05-13 18:25:31 [INFO] [bPermissions] Loading bPermissions v2.9.2 2012-05-13 18:25:31 [INFO] [Minequery] Loading Minequery v1.5 2012-05-13 18:25:31 [INFO] [WorldEdit] Loading WorldEdit v1163-cd64ca4 2012-05-13 18:25:31 [INFO] [SignMeUp] Loading SignMeUp v1.3.2 2012-05-13 18:25:31 [INFO] [Vault] Loading Vault v1.2.16-b184 2012-05-13 18:25:31 [INFO] [SmokeTP] Loading SmokeTP v2.0 2012-05-13 18:25:31 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b528 2012-05-13 18:25:31 [INFO] [LWC-Economy] Loading LWC-Economy v1.3 2012-05-13 18:25:31 [INFO] [WorldGuard] Loading WorldGuard v623-18b5a4e 2012-05-13 18:25:31 [INFO] [AutoRepair] Loading AutoRepair v1.1 #9 2012-05-13 18:25:31 [INFO] [AutoRank] Loading AutoRank v1.0 2012-05-13 18:25:31 [INFO] [dynmap] Loading dynmap v0.36.2-1070 2012-05-13 18:25:31 [INFO] [CasinoSlots] Loading CasinoSlots v2.3.0 2012-05-13 18:25:31 [INFO] [AntiGuest] Loading AntiGuest v3.2.0 2012-05-13 18:25:31 [INFO] [DeathCounter] Loading DeathCounter v3.2.3-b112 2012-05-13 18:25:31 [INFO] [MCHungerGames] Loading MCHungerGames v1.6.2 BETA 2012-05-13 18:25:31 [INFO] [iConomy] Loading iConomy v7.0 2012-05-13 18:25:31 [INFO] [FrogAnnounce] Loading FrogAnnounce v1.9 2012-05-13 18:25:31 [INFO] [CoreProtect] Loading CoreProtect v1.35 2012-05-13 18:25:31 [INFO] [WeatherRestrictions] Loading WeatherRestrictions v2.6.2 2012-05-13 18:25:31 [INFO] [PyraespawnPlus] Loading PyraespawnPlus v1.0.5 2012-05-13 18:25:31 [INFO] [MCListID] Loading MCListID v1.5 2012-05-13 18:25:31 [INFO] [Torture] Loading Torture v1.5 2012-05-13 18:25:31 [INFO] [Votifier] Loading Votifier v1.7 2012-05-13 18:25:31 [INFO] [ChatSuite] Loading ChatSuite v2.0-b220 2012-05-13 18:25:31 [INFO] [WorldBorder] Loading WorldBorder v1.5.4 2012-05-13 18:25:31 [INFO] [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548 2012-05-13 18:25:31 [INFO] [Multiverse-Adventure] Loading Multiverse-Adventure v2.4-b546 2012-05-13 18:25:31 [INFO] [Multiverse-Inventories] Loading Multiverse-Inventories v2.4-b126 2012-05-13 18:25:31 [INFO] [Multiverse-SignPortals] Loading Multiverse-SignPortals v2.4-b524 2012-05-13 18:25:31 [INFO] [VanishNoPacket] Loading VanishNoPacket v3.9.1 2012-05-13 18:25:31 [INFO] [LWC] Loading LWC v4.1.1 (b697-git-MANUAL) (April 23, 2012) 2012-05-13 18:25:31 [INFO] [ChestShop] Loading ChestShop v3.42 2012-05-13 18:25:31 [INFO] [Dynmap-SimpleClans] Loading Dynmap-SimpleClans v1.2.3 2012-05-13 18:25:31 [INFO] [PreciousStones] Loading PreciousStones v9.1.1 2012-05-13 18:25:31 [INFO] [SimpleClans] Loading SimpleClans v2.2.6 2012-05-13 18:25:31 [INFO] [AntiCheat] Loading AntiCheat v1.0 2012-05-13 18:25:31 [INFO] [Vault] Enabling Vault v1.2.16-b184 2012-05-13 18:25:31 [SEVERE] iConomy6 - If you are using Flatfile storage be aware that iCo6 has a CRITICAL bug which can wipe ALL iconomy data. 2012-05-13 18:25:31 [SEVERE] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk! 2012-05-13 18:25:31 [SEVERE] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin! 2012-05-13 18:25:31 [INFO] [Vault][Economy] iConomy 6 found: Waiting 2012-05-13 18:25:31 [INFO] [Vault][Permission] bPermissions2 hooked. 2012-05-13 18:25:31 [INFO] [Vault][Chat] bPermissions found: Loaded 2012-05-13 18:25:31 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system. 2012-05-13 18:25:31 [INFO] [Vault][Chat] bPermissions2 hooked. 2012-05-13 18:25:31 [INFO] [Vault][Chat] bPermissions2 found: Loaded 2012-05-13 18:25:32 [INFO] [Vault] Enabled Version 1.2.16-b184 2012-05-13 18:25:32 [INFO] [DeathCounter] Enabling DeathCounter v3.2.3-b112 2012-05-13 18:25:32 [INFO] [DeathCounter] Validating AllPay at v3.1... 2012-05-13 18:25:32 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for DeathCounter v3.2.3-b112 2012-05-13 18:25:32 [INFO] [DeathCounter] Found economy plugin: iConomy 6... hooking... 2012-05-13 18:25:32 [INFO] [DeathCounter] Economy successfully hooked. 2012-05-13 18:25:37 [INFO] [DeathCounter] Enabled successfully. 2012-05-13 18:25:37 [INFO] [LWC] Enabling LWC v4.1.1 (b697-git-MANUAL) (April 23, 2012) 2012-05-13 18:25:37 [INFO] LWC: Loading shared objects 2012-05-13 18:25:37 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so 2012-05-13 18:25:37 [INFO] LWC: Protection cache: 0/10000 2012-05-13 18:25:37 [INFO] LWC: Loaded 207 locale strings (0 overrides) 2012-05-13 18:25:38 [INFO] [LWC] Permissions API: VaultPermissions 2012-05-13 18:25:38 [INFO] [LWC] Currency API: VaultCurrency 2012-05-13 18:25:38 [INFO] [LWC] Connecting to SQLite 2012-05-13 18:25:38 [INFO] [LWC] Performing any necessary database updates 2012-05-13 18:25:38 [INFO] [LWC] Using database: Native 2012-05-13 18:25:40 [INFO] LWC: Precached 6115 protections. 2012-05-13 18:25:40 [INFO] LWC: At version: 4.1.1 (b697) 2012-05-13 18:25:40 [INFO] Preparing level "Utopia" 2012-05-13 18:25:40 [INFO] Default game type: 0 2012-05-13 18:25:40 [INFO] [LWC] Latest version: 4.1.1 2012-05-13 18:25:41 [INFO] Preparing start region for level 0 (Seed: 4085659328450921165) 2012-05-13 18:25:42 [INFO] Preparing spawn area: 8% 2012-05-13 18:25:43 [INFO] Preparing spawn area: 44% 2012-05-13 18:25:44 [INFO] Preparing spawn area: 89% 2012-05-13 18:25:44 [INFO] [DeathCounter] Tracking kills in 'Utopia' 2012-05-13 18:25:44 [INFO] [TimTheEnchanter] Enabling TimTheEnchanter v2.0 2012-05-13 18:25:44 [INFO] [Tim] There are some who call me... Tim? 2012-05-13 18:25:44 [INFO] [LagMeter] Enabling LagMeter v1.8 2012-05-13 18:25:44 [INFO] [LagMeter 1.8] Enabled! Polling every 40 server ticks. Logging to /opt/blackdamp/plugins/LagMeter/lag.log 2012-05-13 18:25:44 [INFO] [bPermissionsWebGUI] Enabling bPermissionsWebGUI v2.0 2012-05-13 18:25:44 [INFO] [bPermissionsWebGUI 2.0] bPermissions 2.9.2 detected, hooking in. 2012-05-13 18:25:44 [INFO] [bPermissionsWebGUI 2.0] Enabled 2012-05-13 18:25:44 [INFO] [bPermissions] Enabling bPermissions v2.9.2 2012-05-13 18:25:44 [INFO] [bPermissions] Loading world: Utopia 2012-05-13 18:25:45 [INFO] [bPermissions] Enabled 2012-05-13 18:25:45 [INFO] [Minequery] Enabling Minequery v1.5 2012-05-13 18:25:45 [INFO] [WorldEdit] Enabling WorldEdit v1163-cd64ca4 2012-05-13 18:25:46 [INFO] WEPIF: Using the Bukkit Permissions API. 2012-05-13 18:25:46 [INFO] [SignMeUp] Enabling SignMeUp v1.3.2 2012-05-13 18:25:46 [INFO] [SignMeUp] 1.3.2 Enabled. 2012-05-13 18:25:46 [INFO] [SmokeTP] Enabling SmokeTP v2.0 2012-05-13 18:25:46 [INFO] SmokeTP by waffletastic and Sluijsens enabled! 2012-05-13 18:25:46 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b528 2012-05-13 18:25:46 [INFO] [Multiverse-Core] - Version 2.4-b528 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main-- 2012-05-13 18:25:46 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b528 2012-05-13 18:25:47 [INFO] [Multiverse-Core] Loading World & Settings - 'UnderWorld' - Env: NETHER - Type: NORMAL & seed: -3121618459216872846 2012-05-13 18:25:47 [INFO] Preparing start region for level 1 (Seed: -3121618459216872846) 2012-05-13 18:25:48 [INFO] Preparing spawn area for UnderWorld, 56% 2012-05-13 18:25:49 [INFO] [DeathCounter] Tracking kills in 'UnderWorld' 2012-05-13 18:25:49 [INFO] [Multiverse-Core] Loading World & Settings - 'Utopia' - Env: NORMAL - Type: NORMAL & seed: 4085659328450921165 2012-05-13 18:25:49 [INFO] [Multiverse-Core] Loading World & Settings - 'Hippie' - Env: NORMAL - Type: NORMAL & seed: 787506755263062378 2012-05-13 18:25:49 [INFO] Preparing start region for level 2 (Seed: 787506755263062378) 2012-05-13 18:25:50 [INFO] Preparing spawn area for Hippie, 89% 2012-05-13 18:25:50 [INFO] [Multiverse-Core] Loading World & Settings - 'TheEnd' - Env: THE_END - Type: VERSION_1_1 & seed: -7281133466729933060 2012-05-13 18:25:50 [INFO] Preparing start region for level 3 (Seed: -7281133466729933060) 2012-05-13 18:25:51 [INFO] [DeathCounter] Tracking kills in 'TheEnd' 2012-05-13 18:25:51 [INFO] [Multiverse-Core] 4 - World(s) loaded. 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'sandcastle'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'osmine'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'oshome'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'SandQuary'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'GateRoom'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'TreeMP'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'xroads'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'monk'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'towns'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'chadportal'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'monk2'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'JonsA'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'JonsB'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'Chad'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'Chad1'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'Chad2'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'ShamysTown'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'Jail'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'milk1'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'milk2'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'Chad3'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'Chad4'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'Chadnether'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'nethertop'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'Exhibition'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'endportal'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'Yotown'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'koth'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'light2'... 2012-05-13 18:25:51 [INFO] [Multiverse-Core] Loading anchor: 'light3'... 2012-05-13 18:25:52 [INFO] [LWC-Economy] Enabling LWC-Economy v1.3 2012-05-13 18:25:52 [INFO] LWC-Economy: Hooked into LWC! 2012-05-13 18:25:52 [INFO] [WorldGuard] Enabling WorldGuard v623-18b5a4e 2012-05-13 18:25:52 [INFO] [WorldGuard] Blacklist loaded. 2012-05-13 18:25:52 [INFO] [WorldGuard] (Utopia) TNT ignition is blocked. 2012-05-13 18:25:52 [INFO] [WorldGuard] (Utopia) Lighters are blocked. 2012-05-13 18:25:52 [INFO] [WorldGuard] (Utopia) Lava fire is blocked. 2012-05-13 18:25:52 [INFO] [WorldGuard] (Utopia) All fire spread is disabled. 2012-05-13 18:25:52 [INFO] [WorldGuard] Loaded configuration for world 'Utopia' 2012-05-13 18:25:52 [INFO] [WorldGuard] (UnderWorld) TNT ignition is blocked. 2012-05-13 18:25:52 [INFO] [WorldGuard] (UnderWorld) Lighters are blocked. 2012-05-13 18:25:52 [INFO] [WorldGuard] (UnderWorld) Lava fire is blocked. 2012-05-13 18:25:52 [INFO] [WorldGuard] (UnderWorld) All fire spread is disabled. 2012-05-13 18:25:52 [INFO] [WorldGuard] Loaded configuration for world 'UnderWorld' 2012-05-13 18:25:52 [INFO] [WorldGuard] Blacklist loaded. 2012-05-13 18:25:52 [INFO] [WorldGuard] (Hippie) TNT ignition is blocked. 2012-05-13 18:25:52 [INFO] [WorldGuard] (Hippie) Lighters are blocked. 2012-05-13 18:25:52 [INFO] [WorldGuard] (Hippie) Lava fire is blocked. 2012-05-13 18:25:52 [INFO] [WorldGuard] (Hippie) All fire spread is disabled. 2012-05-13 18:25:52 [INFO] [WorldGuard] Loaded configuration for world 'Hippie' 2012-05-13 18:25:52 [INFO] [WorldGuard] (TheEnd) TNT ignition is blocked. 2012-05-13 18:25:52 [INFO] [WorldGuard] (TheEnd) Lighters are blocked. 2012-05-13 18:25:52 [INFO] [WorldGuard] (TheEnd) Lava fire is blocked. 2012-05-13 18:25:52 [INFO] [WorldGuard] (TheEnd) All fire spread is disabled. 2012-05-13 18:25:52 [INFO] [WorldGuard] Loaded configuration for world 'TheEnd' 2012-05-13 18:25:52 [INFO] [WorldGuard] 93 regions loaded for 'Utopia' 2012-05-13 18:25:52 [INFO] [WorldGuard] 2 regions loaded for 'UnderWorld' 2012-05-13 18:25:52 [INFO] [WorldGuard] 10 regions loaded for 'Hippie' 2012-05-13 18:25:52 [INFO] [WorldGuard] 0 regions loaded for 'TheEnd' 2012-05-13 18:25:52 [INFO] [AutoRepair] Enabling AutoRepair v1.1 #9 2012-05-13 18:25:52 [INFO] [AutoRepair v1.1 #9] Enabled successfully in 14ms 2012-05-13 18:25:52 [INFO] [AutoRank] Enabling AutoRank v1.0 2012-05-13 18:25:52 [INFO] AutoRank 1.0 : config file loaded 2012-05-13 18:25:52 [INFO] AutoRank 1.0 : data file loaded 2012-05-13 18:25:52 [INFO] AutoRank 1.0 : Enabled. 2012-05-13 18:25:52 [INFO] [dynmap] Enabling dynmap v0.36.2-1070 2012-05-13 18:25:52 [INFO] [dynmap] Using bPermissions 2.9.2 for access control 2012-05-13 18:26:16 [INFO] [dynmap] Loaded 19 shaders. 2012-05-13 18:26:16 [INFO] [dynmap] Loaded 82 perspectives. 2012-05-13 18:26:16 [INFO] [dynmap] Loaded 12 lightings. 2012-05-13 18:26:18 [INFO] [dynmap] Web server started on address 0.0.0.0:8123 2012-05-13 18:26:18 [INFO] [dynmap] version 0.36.2-1070 is enabled - core version 0.36.2-191 2012-05-13 18:26:18 [INFO] [dynmap] Loaded 3 maps of world 'Utopia'. 2012-05-13 18:26:18 [INFO] [dynmap] Loaded 2 maps of world 'UnderWorld'. 2012-05-13 18:26:18 [INFO] [dynmap] Loaded 3 maps of world 'Hippie'. 2012-05-13 18:26:18 [INFO] [dynmap] Loaded 2 maps of world 'TheEnd'. 2012-05-13 18:26:18 [INFO] [dynmap] Enabled 2012-05-13 18:26:18 [INFO] [CasinoSlots] Enabling CasinoSlots v2.3.0 2012-05-13 18:26:18 [INFO] [CasinoSlots] Loaded 0 slot machines. 2012-05-13 18:26:18 [INFO] [CasinoSlots] Loaded 2 types. 2012-05-13 18:26:18 [INFO] [CasinoSlots] Loaded statistics for 0 types. 2012-05-13 18:26:18 [INFO] [AntiGuest] Enabling AntiGuest v3.2.0 2012-05-13 18:26:19 [INFO] [MCHungerGames] Enabling MCHungerGames v1.6.2 BETA 2012-05-13 18:26:19 [INFO] ------------ [MCHungerGames] is now enabled ------------ 2012-05-13 18:26:19 [INFO] ------------ by acuddlyheadcrab ------------ 2012-05-13 18:26:19 [INFO] [iConomy] Enabling iConomy v7.0 2012-05-13 18:26:19 [INFO] [iConomy - April Fools] Enabled (102 ms) 2012-05-13 18:26:19 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version! 2012-05-13 18:26:19 [INFO] [Vault][Economy] iConomy 6 hooked. 2012-05-13 18:26:19 [INFO] [DeathCounter] Economy plugin successfully hooked. 2012-05-13 18:26:19 [INFO] [FrogAnnounce] Enabling FrogAnnounce v1.9 2012-05-13 18:26:19 [INFO] [iConomy - April Fools] Purged accounts with default balance. 2012-05-13 18:26:19 [INFO] [FrogAnnounce] Permissions plugin hooked. 2012-05-13 18:26:19 [INFO] [FrogAnnounce] Settings loaded 3 announcements! 2012-05-13 18:26:19 [INFO] [FrogAnnounce] Scheduled to announce every 1 minute(s)! 2012-05-13 18:26:19 [INFO] [FrogAnnounce] Version 1.9 by TheLunarFrog has been enabled! 2012-05-13 18:26:19 [INFO] [CoreProtect] Enabling CoreProtect v1.35 2012-05-13 18:26:19 [INFO] CoreProtect version 1.35 is enabled! 2012-05-13 18:26:19 [INFO] [CoreProtect] Using file based data storage. 2012-05-13 18:26:19 [INFO] [WeatherRestrictions] Enabling WeatherRestrictions v2.6.2 2012-05-13 18:26:19 [INFO] WeatherRestrictions version 2.6.2 is enabled! 2012-05-13 18:26:19 [INFO] [PyraespawnPlus] Enabling PyraespawnPlus v1.0.5 2012-05-13 18:26:19 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for PyraespawnPlus v1.0.5 2012-05-13 18:26:19 [INFO] [Pyraespawn+] Enabled! 2012-05-13 18:26:20 [INFO] [MCListID] Enabling MCListID v1.5 2012-05-13 18:26:20 [INFO] MCListID version 1.5 enabled! 2012-05-13 18:26:20 [INFO] [Torture] Enabling Torture v1.5 2012-05-13 18:26:20 [INFO] Torture version 1.5 has been enabled. 2012-05-13 18:26:20 [INFO] [Votifier] Enabling Votifier v1.7 2012-05-13 18:26:20 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Votifier v1.7 2012-05-13 18:26:20 [INFO] Loaded vote listener: AllPayVoteListener 2012-05-13 18:26:20 [INFO] Loaded vote listener: FlatfileVoteListener 2012-05-13 18:26:20 [INFO] Votifier enabled. 2012-05-13 18:26:20 [INFO] [ChatSuite] Enabling ChatSuite v2.0-b220 2012-05-13 18:26:20 [INFO] [ChatSuite] Debug mode: disabled 2012-05-13 18:26:20 [INFO] [ChatSuite] [All] Detected Permanent channel! 2012-05-13 18:26:20 [INFO] [ChatSuite] v2.0-b220 enabled. 2012-05-13 18:26:20 [INFO] [WorldBorder] Enabling WorldBorder v1.5.4 2012-05-13 18:26:20 [INFO] [WorldBorder] [CONFIG] Using round border, knockback of 3.0 blocks, and timer delay of 5. 2012-05-13 18:26:20 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started. 2012-05-13 18:26:20 [INFO] [WorldBorder] [CONFIG] World "Utopia" has border radius 2048 at X: 228.7 Z: 266.1 2012-05-13 18:26:20 [INFO] [WorldBorder] [CONFIG] World "Hippie" has border radius 1024 at X: -212.5 Z: 259.5 2012-05-13 18:26:20 [INFO] [WorldBorder] [CONFIG] World "UnderWorld" has border radius 1096 at X: -28.0 Z: -34.6 2012-05-13 18:26:20 [INFO] [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders. 2012-05-13 18:26:20 [INFO] For reference, the main world's spawn location is at X: 170.0 Y: 66.0 Z: 259.0 2012-05-13 18:26:21 [INFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548 2012-05-13 18:26:21 [INFO] [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret 2012-05-13 18:26:21 [INFO] [Multiverse-Portals] 11 - Portals(s) loaded 2012-05-13 18:26:21 [INFO] [Multiverse-Adventure] Enabling Multiverse-Adventure v2.4-b546 2012-05-13 18:26:21 [INFO] [Multiverse-Adventure] Multiverse-Portals was found. 2012-05-13 18:26:21 [INFO] [Multiverse-Adventure] - Version 2.4-b546 Enabled - By main() 2012-05-13 18:26:22 [INFO] [Multiverse-Inventories] Enabling Multiverse-Inventories v2.4-b126 2012-05-13 18:26:22 [INFO] [Multiverse-Inventories] Checking for conflicts in groups... 2012-05-13 18:26:22 [INFO] [Multiverse-Inventories] No group conflicts found! 2012-05-13 18:26:22 [INFO] [Multiverse-Inventories 2.4-b126] enabled. 2012-05-13 18:26:22 [INFO] [Multiverse-SignPortals] Enabling Multiverse-SignPortals v2.4-b524 2012-05-13 18:26:22 [INFO] [Multiverse-SignPortals] - Version 2.4-b524 Enabled - By Rigby and fernferret 2012-05-13 18:26:22 [INFO] [VanishNoPacket] Enabling VanishNoPacket v3.9.1 2012-05-13 18:26:22 [INFO] [VanishNoPacket] Now hooking into Dynmap 2012-05-13 18:26:23 [INFO] [VanishNoPacket] v3.9.1 loaded. 2012-05-13 18:26:23 [INFO] [ChestShop] Enabling ChestShop v3.42 2012-05-13 18:26:23 [INFO] [ChestShop] LWC version 4.1.1 (b697-git-MANUAL) (April 23, 2012) loaded. 2012-05-13 18:26:23 [INFO] [ChestShop] Vault loaded - using iConomy 6 2012-05-13 18:26:25 [INFO] [Dynmap-SimpleClans] Enabling Dynmap-SimpleClans v1.2.3 2012-05-13 18:26:25 [INFO] [Dynmap-SimpleClans] initializing 2012-05-13 18:26:25 [INFO] [PreciousStones] Enabling PreciousStones v9.1.1 2012-05-13 18:26:25 [INFO] [PreciousStones] Version 9.1.1 loaded 2012-05-13 18:26:26 [INFO] [PreciousStones] SQLite Connection successful 2012-05-13 18:26:27 [INFO] [PreciousStones] (Utopia) cuboids: 334 2012-05-13 18:26:27 [INFO] [PreciousStones] (UnderWorld) cuboids: 6 2012-05-13 18:26:27 [INFO] [PreciousStones] (Hippie) cuboids: 36 2012-05-13 18:26:27 [INFO] [SimpleClans] Enabling SimpleClans v2.2.6 2012-05-13 18:26:27 [INFO] [SimpleClans] Version 2.2.6 loaded 2012-05-13 18:26:27 [INFO] [SimpleClans] SQLite Connection successful 2012-05-13 18:26:27 [INFO] [SimpleClans] Clans: 1 2012-05-13 18:26:27 [INFO] [SimpleClans] Clan players: 18 2012-05-13 18:26:28 [INFO] [Dynmap-SimpleClans] version 1.2.3 is activated 2012-05-13 18:26:28 [INFO] [AntiCheat] Enabling AntiCheat v1.0 2012-05-13 18:26:28 [INFO] Server permissions file permissions.yml is empty, ignoring it 2012-05-13 18:26:29 [INFO] Done (48.902s)! For help, type "help" or "?" 2012-05-13 18:26:29 [INFO] Starting GS4 status listener 2012-05-13 18:26:29 [INFO] Query running on 0.0.0.0:25565 2012-05-13 18:26:29 [INFO] [Multiverse-Adventure] Beginning reset of world 'TheEnd'... 2012-05-13 18:26:29 [INFO] [Multiverse-Core] World 'TheEnd' was unloaded from memory. 2012-05-13 18:26:29 [INFO] [Multiverse-Core] Loading World & Settings - 'TheEnd' - Env: THE_END - Type: VERSION_1_1 & seed: -7281133466729933060 2012-05-13 18:26:29 [INFO] Preparing start region for level 3 (Seed: -7281133466729933060) 2012-05-13 18:26:30 [INFO] [DeathCounter] Tracking kills in 'TheEnd' 2012-05-13 18:26:30 [INFO] [dynmap] Loaded 2 maps of world 'TheEnd'. 2012-05-13 18:26:30 [INFO] [Multiverse-Adventure] Reset of world 'TheEnd' finished. 2012-05-13 18:26:30 [INFO] [Multiverse-Adventure] Reloading Multiverse-Portals to make it use the changed world(s). 2012-05-13 18:26:30 [INFO] [Multiverse-Portals] 11 - Portals(s) loaded 2012-05-13 18:26:31 [INFO] [Multiverse-Inventories] Removed all inventories for Multiverse-Adventure world. 2012-05-13 18:27:02 [INFO] [bPermissionsWebGUI] Data updated. 2012-05-13 18:27:19 [INFO] Plugins (40): TimTheEnchanter, LagMeter, bPermissionsWebGUI, bPermissions, Minequery, WorldEdit, SignMeUp, Vault, SmokeTP, Multiverse-Core, LWC-Economy, WorldGuard, AutoRepair, AutoRank, dynmap, CasinoSlots, AntiGuest, DeathCounter, MCHungerGames, iConomy, FrogAnnounce, CoreProtect, WeatherRestrictions, PyraespawnPlus, MCListID, Torture, Votifier, ChatSuite, WorldBorder, Multiverse-Portals, Multiverse-Adventure, Multiverse-Inventories, Multiverse-SignPortals, VanishNoPacket, LWC, ChestShop, Dynmap-SimpleClans, PreciousStones, SimpleClans, AntiCheat
If i had a plugin which would display such amounts of info on start up, i would definitely implement this.
Basically an option int he config to not display all the start up data plugins show. For instance my Guns+ plugin uses a similar idea where all item values associated with the plugin are only shown when specified.
Some plugins when they start up print to the log with tonnes of lines of information that fills up the start up log which makes it harder for people to read. And so the point of this is to have an option in the config which will enable the server owners to disable the tonnes of messages on startup and instead only have a few lines like a normal small plugin would. (and by a few i mean like 1 or 2)
Clarity. Log readibility. This would also allow plugin devs to make an even more verbose startup, because by default server admins would have the non verbose startup. I really only care to see this information once in a while. It would be beautiful to allow me to toggle this on or off, instead of always getting the verbose log, whether I need it or not.
The same could be save for saving, in-game reloading, etc... Many plugins (I'm guilty of this as well) try to spit out as much info as possible, which is good but also annoying for server admins. Might be useful to use verbose-logging instead of verbose-startup for some plugins.
As someone has experienced, and helps others who experience problems, reading through 400 lines of startup/shutdown to find the errors, this practice would greatly reduce server.log size, and help the Bukkit Help section. +100 to this!
I think the bigger a plugin is the more verbosity levels should be available. A small plugin should not have any levels but simply shouldn't display anything if there are no issues while loading the plugin (dependency not found, etc.), while a big plugin should have several verbosity levels, ranging from lowest which should display almost nothing to the highest which should only be used for debugging. My plugin for example prints a few hundred lines on startup if I set the verbosity to 'debug', about a dozen on 'normal', and only the default line on 'low'. 'debug' and 'very high' also cause the plugin to display information while it is running.
The Minecraft server log is a mess anyway, this makes sense but I don't really care that much about saving an extra few lines. Also I think the reason devs do it is because they ask people to upload their log file when reporting errors and want to know some of the settings to help replicate the problem.
Since my plugin is very basic and only prints one line to the log, I'm going to leave this out. I do however think this is a brilliant idea and if I ever make a more complex plugin, I will definately remember this! +100 for such a good idea!
Well it does look a mess. Maybe we should agree on a standard format too. Or maybe bukkit should split up the output from each plugin with something somehow. I actually kind of like the information though, seeing what's going on is nice even if it does look a bit untidy. I also see why some people would not want it, and therefore why a config option is a good idea
I don't like the amount of unnecessary information that WorldGuard prints out. This would be really useful!
@TnT Did I need to include option "verbose-logging" to my config.yml, or it will be option of a bukkit configuration? I can made log of my plugins more verbose, but I'm not sure that anyone will require so much spam in his server log (except of me )
I agree with this, but there should be a override for the verbose if the plugin has any errors. That way for quickest debugging, instead of having to change the config, reload the plugin/server so on and so forth.
Well, yes. Obviously if your plugin is generating an error, that should show through to the console. I never want errors suppressed. @fromgate The plugins would have to allow for that in their own config.yml.
Additionally, developers should stop logging all statements at log level And use the lower levels. Of course you would need to learn how to adjust the output logging level.
Agreed. 2012-05-15 14:01:19 [INFO] Query running on 206.217.136.226:25565 2012-05-15 14:01:23 [INFO] Starting minecraft server version 1.2.5 2012-05-15 14:01:23 [INFO] Loading properties 2012-05-15 14:01:23 [INFO] Starting Minecraft server on modcrafting.com:25565 2012-05-15 14:01:23 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.5-R1.3-b2175jnks (MC: 1.2.5) (Implementing API version 1.2.5-R1.3) 2012-05-15 14:01:24 [INFO] [PermissionsEx] sql backend registered! 2012-05-15 14:01:24 [INFO] [PermissionsEx] file backend registered! 2012-05-15 14:01:24 [INFO] [PermissionsEx] PermissionEx plugin initialized. 2012-05-15 14:01:25 [INFO] [WorldBorder] Loading WorldBorder v1.5.3 2012-05-15 14:01:25 [INFO] [BetterList] Loading BetterList v0.0.1 2012-05-15 14:01:25 [INFO] [CityWorld] Loading CityWorld v0.63 2012-05-15 14:01:25 [INFO] [BananaNordic] Loading BananaNordic v0.1.2 2012-05-15 14:01:25 [INFO] [PlgSetspawn] Loading PlgSetspawn v5.0 2012-05-15 14:01:25 [INFO] [CreepyFriend] Loading CreepyFriend v0.0.1 2012-05-15 14:01:25 [INFO] [AdminNames] Loading AdminNames v0.0.1 2012-05-15 14:01:25 [INFO] [Vault] Loading Vault v1.2.14-b164 2012-05-15 14:01:25 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527 2012-05-15 14:01:25 [INFO] [MobBountyReloaded] Loading MobBountyReloaded v0.4.0 2012-05-15 14:01:25 [INFO] [UltraBan] Loading UltraBan v0.2.7 2012-05-15 14:01:25 [INFO] [MyHome] Loading MyHome v2.2 2012-05-15 14:01:25 [INFO] [RemoteToolkitPlugin] Loading RemoteToolkitPlugin v0.6 2012-05-15 14:01:25 [INFO] [MaxiWorld] Loading MaxiWorld v0.49 2012-05-15 14:01:25 [INFO] [GeoIPTools] Loading GeoIPTools v0.4 2012-05-15 14:01:25 [INFO] [GeoIPTools] Starting database updates 2012-05-15 14:01:25 [INFO] [BukkitSpeak] Loading BukkitSpeak v0.0.4 2012-05-15 14:01:25 [INFO] [FlyBoy] Loading FlyBoy v0.0.1 2012-05-15 14:01:25 [INFO] [SkylandsPlus] Loading SkylandsPlus v0.9.2 2012-05-15 14:01:25 [INFO] [TeleportSuite] Loading TeleportSuite v2.1-b81 2012-05-15 14:01:25 [INFO] [milkAdmin] Loading milkAdmin v1.7-03.03 2012-05-15 14:01:25 [INFO] [Votifier] Loading Votifier v1.6 2012-05-15 14:01:25 [INFO] [CleanroomGenerator] Loading CleanroomGenerator v0.0.4 2012-05-15 14:01:25 [INFO] [BuyExp] Loading BuyExp v0.6 2012-05-15 14:01:25 [INFO] [AdminSmoke] Loading AdminSmoke v0.1 2012-05-15 14:01:25 [INFO] [Welcome] Loading Welcome v0.0.1 2012-05-15 14:01:25 [INFO] [Bananapocalypse] Loading Bananapocalypse v1.0 2012-05-15 14:01:25 [INFO] [Spout] Loading Spout v1102 2012-05-15 14:01:25 [INFO] [CountryLoginMessage] Loading CountryLoginMessage v1.5.5 2012-05-15 14:01:25 [INFO] [BetterShop] Loading BetterShop v2.1.3 2012-05-15 14:01:25 [INFO] [OpVerify] Loading OpVerify v0.3 2012-05-15 14:01:25 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.1 2012-05-15 14:01:25 [INFO] [PermissionsEx] Initializing sql backend 2012-05-15 14:01:25 [INFO] [PermissionsEx-SQL] Connecting to database "mysql://localhost/minecraft" 2012-05-15 14:01:25 [INFO] [PermissionsEx-SQL] Successfuly connected to database 2012-05-15 14:01:25 [INFO] [PingMOTD] Loading PingMOTD v0.0.5 2012-05-15 14:01:25 [INFO] [Achievement] Loading Achievement v1.6 2012-05-15 14:01:25 [INFO] [MineTeller] Loading MineTeller v0.3 2012-05-15 14:01:25 [INFO] [iConomy] Loading iConomy v7.0 2012-05-15 14:01:25 [INFO] [BKCommonLib] Loading BKCommonLib v1.18 2012-05-15 14:01:25 [INFO] [SimpleChestLock] Loading SimpleChestLock v0.18 2012-05-15 14:01:25 [INFO] [ScheduledAnnouncer2] Loading ScheduledAnnouncer2 v2.3.1 - For 1.2.5 2012-05-15 14:01:25 [INFO] [SignLink] Loading SignLink v1.23 2012-05-15 14:01:25 [INFO] [Identify] Loading Identify v0.0.5 2012-05-15 14:01:25 [INFO] [Modifyworld] Loading Modifyworld v1.19 2012-05-15 14:01:25 [INFO] [NoCheat] Loading NoCheat v3.5.0 2012-05-15 14:01:25 [INFO] [Herochat] Loading Herochat v5.1.0 2012-05-15 14:01:25 [INFO] [MonsterBox] Loading MonsterBox v0.8.1 2012-05-15 14:01:25 [INFO] [Multiverse-Portals] Loading Multiverse-Portals v2.4-b546 2012-05-15 14:01:25 [INFO] [NoLagg] Loading NoLagg v1.82 2012-05-15 14:01:25 [INFO] [NoLaggItemBuffer] Loading NoLaggItemBuffer v1.03 2012-05-15 14:01:25 [INFO] [WorldEdit] Loading WorldEdit v1138-dfefd47 2012-05-15 14:01:25 [INFO] [LogBlock] Loading LogBlock v1.52 2012-05-15 14:01:25 [INFO] [LogBlock] [LogBlock] Connecting to root@jdbc:mysql://localhost:3306/minecraft... 2012-05-15 14:01:25 [INFO] [WorldGuard] Loading WorldGuard v5.5.2 2012-05-15 14:01:25 [INFO] [Honeypot] Loading Honeypot v1.3 2012-05-15 14:01:25 [INFO] [Residence] Loading Residence v2.5.8 2012-05-15 14:01:25 [INFO] [CityWorld] Enabling CityWorld v0.63 2012-05-15 14:01:25 [INFO] CityWorld v0.63 is enabled 2012-05-15 14:01:25 [INFO] [BananaNordic] Enabling BananaNordic v0.1.2 2012-05-15 14:01:25 [INFO] [Nordic] enabled Nordic v0.1.2 2012-05-15 14:01:25 [INFO] [Vault] Enabling Vault v1.2.14-b164 2012-05-15 14:01:25 [INFO] [Vault][Economy] iConomy 6 found: Waiting 2012-05-15 14:01:25 [INFO] [Vault][Permission] PermissionsEx found: Waiting 2012-05-15 14:01:25 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system. 2012-05-15 14:01:25 [INFO] [Vault][Chat] PermissionsEx found: Waiting 2012-05-15 14:01:25 [INFO] [Vault] Enabled Version 1.2.14-b164 2012-05-15 14:01:25 [INFO] [MaxiWorld] Enabling MaxiWorld v0.49 2012-05-15 14:01:25 [INFO] MaxiWorld v0.49 is enabled 2012-05-15 14:01:25 [INFO] [SkylandsPlus] Enabling SkylandsPlus v0.9.2 2012-05-15 14:01:25 [INFO] SkylandsPlus 0.9.2: Enabled. 2012-05-15 14:01:25 [INFO] [TeleportSuite] Enabling TeleportSuite v2.1-b81 2012-05-15 14:01:25 [INFO] [TeleportSuite] Enabled in 47ms. 2012-05-15 14:01:25 [INFO] [CleanroomGenerator] Enabling CleanroomGenerator v0.0.4 2012-05-15 14:01:25 [INFO] CleanroomGenerator version 0.0.4 is enabled! 2012-05-15 14:01:25 [INFO] [Bananapocalypse] Enabling Bananapocalypse v1.0 2012-05-15 14:01:25 [INFO] [Bananapocalypse] version 1.0 is enabled! 2012-05-15 14:01:25 [INFO] [Spout] Enabling Spout v1102 2012-05-15 14:01:26 [INFO] [BKCommonLib] Enabling BKCommonLib v1.18 2012-05-15 14:01:26 [INFO] BKCommonLib version 1.18 enabled! 2012-05-15 14:01:26 [INFO] [NoLagg] Enabling NoLagg v1.82 2012-05-15 14:01:26 [INFO] NoLagg version 1.82 enabled! 2012-05-15 14:01:26 [INFO] Preparing level "world" 2012-05-15 14:01:26 [INFO] Default game type: 0 2012-05-15 14:01:26 [INFO] Preparing start region for level 0 (Seed: -1582732288) 2012-05-15 14:01:27 [INFO] Preparing start region for level 1 (Seed: -1582732288) 2012-05-15 14:01:27 [INFO] Preparing spawn area: 12% 2012-05-15 14:01:28 [INFO] Preparing start region for level 2 (Seed: -1582732288) 2012-05-15 14:01:28 [INFO] Preparing spawn area: 73% 2012-05-15 14:01:28 [INFO] [WorldBorder] Enabling WorldBorder v1.5.3 2012-05-15 14:01:28 [INFO] [WorldBorder] [CONFIG] Using round border, knockback of 3.0 blocks, and timer delay of 5. 2012-05-15 14:01:28 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started. 2012-05-15 14:01:28 [INFO] [WorldBorder] [CONFIG] World "world" has border radius 3000 at X: 80.6 Z: 506.9 2012-05-15 14:01:28 [INFO] [WorldBorder] [CONFIG] World "world_nether" has border radius 3000 at X: 0.5 Z: -1.5 2012-05-15 14:01:28 [INFO] [WorldBorder] [CONFIG] World "world_the_end" has border radius 3000 at X: -1.0 Z: -0.3 2012-05-15 14:01:28 [INFO] [WorldBorder] [CONFIG] World "oden" has border radius 3000 at X: 172.0 Z: 59.0 2012-05-15 14:01:28 [INFO] [WorldBorder] [CONFIG] World "ocean" has border radius 3000 at X: 0.0 Z: 0.0 2012-05-15 14:01:28 [INFO] [WorldBorder] [CONFIG] World "creative" has border radius 3000 at X: 0.0 Z: 0.0 2012-05-15 14:01:28 [INFO] [WorldBorder] [CONFIG] World "apocalypse" has border radius 3000 at X: 8.5 Z: 7.5 2012-05-15 14:01:28 [INFO] [WorldBorder] [CONFIG] World "skylands" has border radius 3000 at X: -747.2 Z: 210.4 2012-05-15 14:01:28 [INFO] [WorldBorder] [CONFIG] World "city" has border radius 1000 at X: 0.5 Z: 0.5 2012-05-15 14:01:28 [INFO] [WorldBorder] [CONFIG] World "bigland" has border radius 2000 at X: 44.5 Z: -11.5 2012-05-15 14:01:28 [INFO] For reference, the main world's spawn location is at X: 80 Y: 188 Z: 506 2012-05-15 14:01:28 [INFO] [BetterList] Enabling BetterList v0.0.1 2012-05-15 14:01:28 [INFO] [PlgSetspawn] Enabling PlgSetspawn v5.0 2012-05-15 14:01:28 [INFO] PlgSetspawn version 5.0 is enabled! 2012-05-15 14:01:28 [INFO] [CreepyFriend] Enabling CreepyFriend v0.0.1 2012-05-15 14:01:28 [INFO] [CreepyFriend]0.0.1 is enabled! 2012-05-15 14:01:28 [INFO] [AdminNames] Enabling AdminNames v0.0.1 2012-05-15 14:01:28 [INFO] [AdminNames]0.0.1 is enabled! 2012-05-15 14:01:28 [INFO] [Multiverse-Core] Enabling Multiverse-Core v2.4-b527 2012-05-15 14:01:28 [INFO] [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main-- 2012-05-15 14:01:28 [INFO] [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527 2012-05-15 14:01:29 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -1582732288 2012-05-15 14:01:29 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -1582732288 2012-05-15 14:01:29 [INFO] [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -1582732288 2012-05-15 14:01:29 [INFO] [Multiverse-Core] Loading World & Settings - 'oden' - Env: NORMAL - Type: NORMAL & seed: 9283465923409 & generator: BananaNordic 2012-05-15 14:01:29 [INFO] Preparing start region for level 3 (Seed: 9283465923409) 2012-05-15 14:01:30 [INFO] [Multiverse-Core] Loading World & Settings - 'creative' - Env: NORMAL - Type: NORMAL & seed: -4108161995853691353 & generator: CleanroomGenerator 2012-05-15 14:01:30 [INFO] Preparing start region for level 4 (Seed: -4108161995853691353) 2012-05-15 14:01:31 [INFO] [Multiverse-Core] Loading World & Settings - 'ocean' - Env: NORMAL - Type: NORMAL & seed: 6181974877346858456 & generator: CleanroomGenerator:2,stone,20,water 2012-05-15 14:01:31 [INFO] Preparing start region for level 5 (Seed: 6181974877346858456) 2012-05-15 14:01:32 [INFO] [Multiverse-Core] Loading World & Settings - 'apocalypse' - Env: NORMAL - Type: NORMAL & seed: 29348598273405 & generator: Bananapocalypse 2012-05-15 14:01:32 [INFO] Preparing start region for level 6 (Seed: 29348598273405) 2012-05-15 14:01:32 [INFO] [Multiverse-Core] Loading World & Settings - 'city' - Env: NORMAL - Type: NORMAL & seed: 7423541920649611731 & generator: CityWorld 2012-05-15 14:01:32 [INFO] Preparing start region for level 7 (Seed: 7423541920649611731) 2012-05-15 14:01:33 [INFO] [Multiverse-Core] Loading World & Settings - 'bigland' - Env: NORMAL - Type: NORMAL & seed: 3060813067139209079 & generator: MaxiWorld 2012-05-15 14:01:33 [INFO] Preparing start region for level 8 (Seed: 3060813067139209079) 2012-05-15 14:01:34 [INFO] [Multiverse-Core] Loading World & Settings - 'skylands' - Env: NORMAL - Type: NORMAL & seed: 3584177374021798302 & generator: SkylandsPlus 2012-05-15 14:01:34 [INFO] SkylandsPlus 0.9.2: Changed the world type of 'skylands' to flat (this makes the void blue down to y = 0). 2012-05-15 14:01:34 [INFO] Preparing start region for level 9 (Seed: 3584177374021798302) 2012-05-15 14:01:34 [INFO] [Multiverse-Core] 10 - World(s) loaded. 2012-05-15 14:01:34 [INFO] [MobBountyReloaded] Enabling MobBountyReloaded v0.4.0 2012-05-15 14:01:34 [INFO] [MobBountyReloaded] Config loaded. 2012-05-15 14:01:34 [INFO] [MobBountyReloaded]: Spout function disabled. 2012-05-15 14:01:34 [INFO] [MobBountyReloaded]: MobArena support disabled. 2012-05-15 14:01:34 [INFO] [MobBountyReloaded] v0.4.0 enabled. 2012-05-15 14:01:34 [INFO] [UltraBan] Enabling UltraBan v0.2.7 2012-05-15 14:01:34 [INFO] [UltraBan] Configuration: config.yml Loaded! 2012-05-15 14:01:35 [INFO] [UltraBan] Initialized db connection 2012-05-15 14:01:35 [INFO] [UltraBan] Listeners enabled, Server is secured. 2012-05-15 14:01:35 [INFO] [UltraBan] version 0.2.7 has been initialized! 2012-05-15 14:01:35 [INFO] [MyHome] Enabling MyHome v2.2 2012-05-15 14:01:35 [INFO] [MyHome] 300 homes loaded 2012-05-15 14:01:35 [INFO] [MyHome] Using localization: English (en) 2012-05-15 14:01:35 [INFO] [MyHome] Access Control: Using SuperPerms 2012-05-15 14:01:35 [WARNING] [MyHome] Help plugin not detected. Only providing help via /home help. 2012-05-15 14:01:35 [INFO] [MyHome] MyHome 2.2 enabled 2012-05-15 14:01:35 [INFO] [RemoteToolkitPlugin] Enabling RemoteToolkitPlugin v0.6 2012-05-15 14:01:35 [INFO] Memory max: 7970951424 bytes 2012-05-15 14:01:35 [INFO] Memory total: 7970951424 bytes 2012-05-15 14:01:35 [INFO] Remote Toolkit Plugin V0.6 enabled! 2012-05-15 14:01:35 [INFO] [GeoIPTools] Enabling GeoIPTools v0.4 2012-05-15 14:01:35 [INFO] [BukkitSpeak] Enabling BukkitSpeak v0.0.4 2012-05-15 14:01:36 [INFO] [BukkitSpeak] Logged into Team Speak 3 Server! 2012-05-15 14:01:36 [INFO] [FlyBoy] Enabling FlyBoy v0.0.1 2012-05-15 14:01:36 [INFO] [FlyBoy]0.0.1 is enabled! 2012-05-15 14:01:36 [INFO] [milkAdmin] Enabling milkAdmin v1.7-03.03 2012-05-15 14:01:36 [INFO] [milkAdmin] Permission support enabled! 2012-05-15 14:01:36 [INFO] [milkAdmin] v1.7-03.03 is enabled! 2012-05-15 14:01:36 [INFO] [milkAdmin] Developed by: [Sharkiller] 2012-05-15 14:01:36 [INFO] [Votifier] Enabling Votifier v1.6 2012-05-15 14:01:36 [INFO] [milkAdmin] WebServer listening on /206.217.136.226:25000 2012-05-15 14:01:36 [INFO] Loaded vote listener: FlatfileVoteListener 2012-05-15 14:01:36 [INFO] Loaded vote listener: ModcraftingVotifierListener 2012-05-15 14:01:36 [INFO] Votifier enabled. 2012-05-15 14:01:36 [INFO] [BuyExp] Enabling BuyExp v0.6 2012-05-15 14:01:36 [INFO] [AdminSmoke] Enabling AdminSmoke v0.1 2012-05-15 14:01:36 [INFO] [AdminSmoke]0.1 is enabled! 2012-05-15 14:01:36 [INFO] [Welcome] Enabling Welcome v0.0.1 2012-05-15 14:01:36 [INFO] [CountryLoginMessage] Enabling CountryLoginMessage v1.5.5 2012-05-15 14:01:36 [INFO] [BetterShop] Enabling BetterShop v2.1.3 2012-05-15 14:01:36 [WARNING] Invalid item entries in itemsdb.yml categories: 5002 2012-05-15 14:01:36 [INFO] [BetterShop] Checking for updates... 2012-05-15 14:01:38 [INFO] [BetterShop] Newer Program version found on git (Tue Mar 13 12:56:28 EDT 2012) 2012-05-15 14:01:38 [INFO] [BetterShop] Using iConomy 6 (via Vault) for economy 2012-05-15 14:01:38 [INFO] [BetterShop] BetterShop.csv loaded. 2012-05-15 14:01:38 [INFO] [BetterShop] BetterShopItemStock.csv loaded. 2012-05-15 14:01:38 [INFO] [BetterShop] Attached to PermissionsEx via Vault. 2012-05-15 14:01:38 [INFO] [BetterShop] Spout Found! 2012-05-15 14:01:38 [INFO] [BetterShop] BetterShop version 2.1.3 is enabled! 2012-05-15 14:01:38 [INFO] [OpVerify] Enabling OpVerify v0.3 2012-05-15 14:01:38 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.1 2012-05-15 14:01:38 [INFO] [PermissionsEx] Superperms support enabled. 2012-05-15 14:01:39 [INFO] [PermissionsEx] v1.19.1 enabled 2012-05-15 14:01:39 [INFO] [Vault][Permission] PermissionsEx hooked. 2012-05-15 14:01:39 [INFO] [Vault][Chat] PermissionsEx_Chat hooked. 2012-05-15 14:01:39 [INFO] [PingMOTD] Enabling PingMOTD v0.0.5 2012-05-15 14:01:39 [INFO] [PingMOTD] version 0.0.5 is enabled! 2012-05-15 14:01:39 [INFO] [Achievement] Enabling Achievement v1.6 2012-05-15 14:01:39 [INFO] [Achievement] Initialized db connection 2012-05-15 14:01:39 [INFO] [Achievement] version 1.6 is enabled! 2012-05-15 14:01:39 [INFO] [MineTeller] Enabling MineTeller v0.3 2012-05-15 14:01:39 [INFO] [MineTeller] Loaded Master Listener 2012-05-15 14:01:39 [INFO] [MineTeller] 0.3 enabled. 2012-05-15 14:01:39 [INFO] [iConomy] Enabling iConomy v7.0 2012-05-15 14:01:39 [INFO] [iConomy - April Fools] Enabled (42 ms) 2012-05-15 14:01:39 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy - Rare Version! 2012-05-15 14:01:39 [INFO] [Vault][Economy] iConomy 6 hooked. 2012-05-15 14:01:39 [INFO] [TeleportSuite] Detected iConomy v7.0; attempting to hook... 2012-05-15 14:01:39 [INFO] [SimpleChestLock] Enabling SimpleChestLock v0.18 2012-05-15 14:01:39 [INFO] [iConomy - April Fools] Purged accounts with default balance. 2012-05-15 14:01:40 [INFO] [SimpleChestLock 0.18] Enabled! 2012-05-15 14:01:40 [INFO] [ScheduledAnnouncer2] Enabling ScheduledAnnouncer2 v2.3.1 - For 1.2.5 2012-05-15 14:01:40 [INFO] ScheduledAnnouncer2 v2.3.1 - For 1.2.5 is enabled! 2012-05-15 14:01:40 [INFO] [SignLink] Enabling SignLink v1.23 2012-05-15 14:01:41 [WARNING] [SignLink] Permission system not detected, defaulting to build-in permissions! 2012-05-15 14:01:41 [INFO] SignLink version 1.23 enabled! 2012-05-15 14:01:41 [INFO] [Identify] Enabling Identify v0.0.5 2012-05-15 14:01:41 [INFO] [Identify] version 0.0.5 is enabled! 2012-05-15 14:01:41 [INFO] [Modifyworld] Enabling Modifyworld v1.19 2012-05-15 14:01:41 [INFO] [Modifyworld] Modifyworld enabled! 2012-05-15 14:01:41 [INFO] [NoCheat] Enabling NoCheat v3.5.0 2012-05-15 14:01:41 [INFO] [NoCheat] version [3.5.0] is enabled. 2012-05-15 14:01:41 [INFO] [Herochat] Enabling Herochat v5.1.0 2012-05-15 14:01:41 [INFO] [Herochat] Version 5.1.0 is enabled. 2012-05-15 14:01:41 [INFO] [Herochat] Saving channels 2012-05-15 14:01:41 [INFO] [Herochat] Save complete 2012-05-15 14:01:41 [INFO] [MonsterBox] Enabling MonsterBox v0.8.1 2012-05-15 14:01:41 [INFO] [MonsterBox] Spout detected. Spout support enabled. 2012-05-15 14:01:41 [INFO] MonsterBox version 0.8.1 is enabled! 2012-05-15 14:01:41 [INFO] [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b546 2012-05-15 14:01:41 [INFO] [Multiverse-Portals] - Version 2.4-b546 Enabled - By Rigby and fernferret 2012-05-15 14:01:41 [INFO] [Multiverse-Portals] 14 - Portals(s) loaded 2012-05-15 14:01:41 [INFO] [NoLaggItemBuffer] Enabling NoLaggItemBuffer v1.03 2012-05-15 14:01:41 [INFO] NoLaggItemBuffer version 1.03 enabled! 2012-05-15 14:01:41 [INFO] [WorldEdit] Enabling WorldEdit v1138-dfefd47 2012-05-15 14:01:41 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions. 2012-05-15 14:01:41 [INFO] [Multiverse-Portals] Found WorldEdit. Using it for selections. 2012-05-15 14:01:41 [INFO] [LogBlock] Enabling LogBlock v1.52 2012-05-15 14:01:41 [INFO] [LogBlock] [LogBlock] Permissions plugin not found. Using Bukkit Permissions. 2012-05-15 14:01:41 [INFO] [LogBlock] [LogBlock] Using own chest access API 2012-05-15 14:01:41 [INFO] [LogBlock] [LogBlock] Scheduled consumer with bukkit scheduler. 2012-05-15 14:01:41 [INFO] [LogBlock] LogBlock v1.52 by DiddiZ enabled. 2012-05-15 14:01:41 [INFO] [WorldGuard] Enabling WorldGuard v5.5.2 2012-05-15 14:01:42 [INFO] [WorldGuard] (world) TNT ignition is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (world) Lighters are blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (world) Lava fire is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (world) All fire spread is disabled. 2012-05-15 14:01:42 [INFO] [WorldGuard] Loaded configuration for world 'world' 2012-05-15 14:01:42 [INFO] [WorldGuard] (world_nether) TNT ignition is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (world_nether) Lighters are blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (world_nether) Lava fire is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (world_nether) All fire spread is disabled. 2012-05-15 14:01:42 [INFO] [WorldGuard] Loaded configuration for world 'world_nether' 2012-05-15 14:01:42 [INFO] [WorldGuard] (world_the_end) TNT ignition is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (world_the_end) Lighters are blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (world_the_end) All fire spread is disabled. 2012-05-15 14:01:42 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end' 2012-05-15 14:01:42 [INFO] [WorldGuard] (oden) TNT ignition is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (oden) Lighters are blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (oden) Lava fire is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (oden) All fire spread is disabled. 2012-05-15 14:01:42 [INFO] [WorldGuard] Loaded configuration for world 'oden' 2012-05-15 14:01:42 [INFO] [WorldGuard] (creative) TNT ignition is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (creative) Lighters are blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (creative) Lava fire is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (creative) All fire spread is disabled. 2012-05-15 14:01:42 [INFO] [WorldGuard] Loaded configuration for world 'creative' 2012-05-15 14:01:42 [INFO] [WorldGuard] (ocean) TNT ignition is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (ocean) Lighters are blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (ocean) Lava fire is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (ocean) All fire spread is disabled. 2012-05-15 14:01:42 [INFO] [WorldGuard] Loaded configuration for world 'ocean' 2012-05-15 14:01:42 [INFO] [WorldGuard] (apocalypse) TNT ignition is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (apocalypse) Lighters are blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (apocalypse) Lava fire is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (apocalypse) All fire spread is disabled. 2012-05-15 14:01:42 [INFO] [WorldGuard] Loaded configuration for world 'apocalypse' 2012-05-15 14:01:42 [INFO] [WorldGuard] (city) TNT ignition is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (city) Lighters are blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (city) Lava fire is blocked. 2012-05-15 14:01:42 [INFO] [WorldGuard] (city) All fire spread is disabled. 2012-05-15 14:01:42 [INFO] [WorldGuard] Loaded configuration for world 'city' 2012-05-15 14:01:43 [INFO] [WorldGuard] (bigland) TNT ignition is blocked. 2012-05-15 14:01:43 [INFO] [WorldGuard] (bigland) Lighters are blocked. 2012-05-15 14:01:43 [INFO] [WorldGuard] (bigland) Lava fire is blocked. 2012-05-15 14:01:43 [INFO] [WorldGuard] (bigland) All fire spread is disabled. 2012-05-15 14:01:43 [INFO] [WorldGuard] Loaded configuration for world 'bigland' 2012-05-15 14:01:43 [INFO] [WorldGuard] (skylands) TNT ignition is blocked. 2012-05-15 14:01:43 [INFO] [WorldGuard] (skylands) Lighters are blocked. 2012-05-15 14:01:43 [INFO] [WorldGuard] (skylands) Lava fire is blocked. 2012-05-15 14:01:43 [INFO] [WorldGuard] (skylands) All fire spread is disabled. 2012-05-15 14:01:43 [INFO] [WorldGuard] Loaded configuration for world 'skylands' 2012-05-15 14:01:43 [INFO] [WorldGuard] 11 regions loaded for 'world' 2012-05-15 14:01:43 [INFO] [WorldGuard] 1 regions loaded for 'world_nether' 2012-05-15 14:01:43 [INFO] [WorldGuard] 1 regions loaded for 'world_the_end' 2012-05-15 14:01:43 [INFO] [WorldGuard] 1 regions loaded for 'oden' 2012-05-15 14:01:43 [INFO] [WorldGuard] 11 regions loaded for 'creative' 2012-05-15 14:01:43 [INFO] [WorldGuard] 3 regions loaded for 'ocean' 2012-05-15 14:01:43 [INFO] [WorldGuard] 5 regions loaded for 'apocalypse' 2012-05-15 14:01:43 [INFO] [WorldGuard] 0 regions loaded for 'city' 2012-05-15 14:01:43 [INFO] [WorldGuard] 1 regions loaded for 'bigland' 2012-05-15 14:01:43 [INFO] [WorldGuard] 5 regions loaded for 'skylands' 2012-05-15 14:01:43 [INFO] [Honeypot] Enabling Honeypot v1.3 2012-05-15 14:01:43 [INFO] [Honeypot] using Vault permissions 2012-05-15 14:01:43 [INFO] [Honeypot] UltraBan plugin found, using that. 2012-05-15 14:01:43 [INFO] [Honeypot] Honeypot version 1.3 loaded. 2012-05-15 14:01:43 [INFO] [Residence] Enabling Residence v2.5.8 2012-05-15 14:01:43 [INFO] [Residence] Found Vault using permissions pluginermissionsEx 2012-05-15 14:01:43 [INFO] [Residence] Scanning for economy systems... 2012-05-15 14:01:43 [INFO] [Residence] Found Vault using economy system: iConomy 6 2012-05-15 14:01:43 [INFO] [Residence] Found WorldEdit 2012-05-15 14:01:43 [INFO] [Residence] Enabled! Version 2.5.8 by bekvon 2012-05-15 14:01:43 [INFO] Server permissions file permissions.yml is empty, ignoring it 2012-05-15 14:01:43 [INFO] Done (17.537s)! For help, type "help" or "?" 2012-05-15 14:01:43 [INFO] Starting GS4 status listener 2012-05-15 14:01:43 [INFO] Query running on modcrafting.com:25565
That bit just comes from Bukkit. WorldGuard is pretty bad for this, but it does have an option to hide that output in the config.
I'm in. My plugins belong in the category of those which only print one line unless there are errors, that said I will add the option in (with default value false) so that people can get more verbose logging if they want it.