What causes this? light blue screen -> black screen -> end of stream.

Discussion in 'Bukkit Help' started by Semirotta, Jul 31, 2011.

Thread Status:
Not open for further replies.
  1. Code:
    2011-07-31 22:40:21 [INFO] Starting minecraft server version Beta 1.7.3
    2011-07-31 22:40:21 [INFO] Loading properties
    2011-07-31 22:40:21 [INFO] Starting Minecraft server on 5.199.229.112:25565
    2011-07-31 22:40:21 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-31 22:40:21 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-31 22:40:21 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-07-31 22:40:21 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-31 22:40:21 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-07-31 22:40:21 [SEVERE] ebean.properties not found
    2011-07-31 22:40:21 [INFO] DataSourcePool [DimensionDoor] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-31 22:40:21 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-31 22:40:22 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-31 22:40:22 [SEVERE] Could not load 'plugins\MinecraftRestartController.jar' in folder 'plugins':
    java.io.FileNotFoundException: Jar does not contain plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:64)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-31 22:40:22 [INFO] DataSourcePool [NiftyWarp] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-31 22:40:22 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-31 22:40:22 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-31 22:40:22 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-07-31 22:40:22 [INFO] [ElixirMod] - Version 1.00 Started.
    2011-07-31 22:40:22 [INFO] Preparing level "world"
    2011-07-31 22:40:23 [INFO] Preparing start region for level 0 (Seed: -469693181)
    2011-07-31 22:40:23 [INFO] [AdminsCanFly] Version 1.2.0 - By Lappy
    2011-07-31 22:40:23 [INFO] [AdminsCanFly] Starting up...
    2011-07-31 22:40:23 [INFO] [AdminsCanFly] Registering event listeners...
    2011-07-31 22:40:23 [INFO] [AdminsCanFly] Started up successfully
    2011-07-31 22:40:23 [INFO] [AdminsCanFly] Permissions v2.7.4 support is enabled!
    2011-07-31 22:40:23 [INFO] Bedtime: Will use Permissions v2.7.4 for permissions.
    2011-07-31 22:40:23 [INFO] Bedtime 1.1.1 enabled!
    2011-07-31 22:40:23 [INFO] [BBROTHER] ------------------------------------
    2011-07-31 22:40:23 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    2011-07-31 22:40:23 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    2011-07-31 22:40:23 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    2011-07-31 22:40:23 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    2011-07-31 22:40:23 [INFO] [BBROTHER] ------------------------------------
    2011-07-31 22:40:24 [INFO] [BBROTHER] Building `bbdata` table...
    2011-07-31 22:40:24 [INFO] [BBROTHER] BBData H2 Driver r1 loaded!
    2011-07-31 22:40:24 [INFO] [BBROTHER] Building `bbworlds` table...
    2011-07-31 22:40:24 [INFO] [BBROTHER] Building `bbactions` table...
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #1 - BrokenBlock
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #2 - PlacedBlock
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #3 - DestroySignText
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #4 - Teleport
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #5 - DeltaChest
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #6 - Command
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #7 - Chat
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #8 - Disconnect
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #9 - Login
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #10 - DoorOpen
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #11 - ButtonPress
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #12 - LeverSwitch
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #13 - CreateSignText
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #14 - LeafDecay
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #15 - FlintAndSteel
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #16 - TNTExplosion
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #17 - CreeperExplosion
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #18 - MiscExplosion
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #19 - ChestOpen
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #20 - BlockBurn
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #21 - Flow
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #22 - DropItem
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #23 - PickupItem
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #24 - SignDestroyed
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #25 - Heartbeat
    2011-07-31 22:40:24 [INFO] [BBROTHER] Action #26 - BlockPistoned
    2011-07-31 22:40:24 [INFO] [BBROTHER] Building `bbusers` table...
    2011-07-31 22:40:24 [INFO] [BBROTHER] Permissions plugin found but disabled. Enabling 'Permissions' (v2.7.4).
    2011-07-31 22:40:24 [INFO] [Permissions] version [2.7.4] (Phoenix)  loaded
    2011-07-31 22:40:24 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.7.4
    2011-07-31 22:40:24 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    2011-07-31 22:40:24 [INFO] [BBROTHER] BigBrother 1.10.1-SNAPSHOT (build #648) enabled!
    2011-07-31 22:40:24 [INFO] BlackLung version 2.0 loaded.
    2011-07-31 22:40:24 [INFO] BleedingMobs Version: 2.0 by Perdog has been Enabled!
    2011-07-31 22:40:24 [INFO] BukkitContrib dev-SNAPSHOT has been initialized
    2011-07-31 22:40:24 [INFO] [ClearInv]Initiating auto-update...
    2011-07-31 22:40:24 [INFO] [ClearInv]You already have the latest version of ClearInv.
    2011-07-31 22:40:24 [INFO] [ClearInv] Now updating customItems.dat
    2011-07-31 22:40:24 [INFO] [ClearInv] Finished updating customItems.dat
    2011-07-31 22:40:24 [INFO] [ClearInv] Permission system detected
    2011-07-31 22:40:24 [INFO] [ClearInv] clear inventory version 1.5.0 enabled
    2011-07-31 22:40:24 [INFO] CraftBukkitUpToDate version 2.5.9 is enabled!
    2011-07-31 22:40:24 [INFO] CButD: CraftBukkit is up to Date
    2011-07-31 22:40:24 [INFO] [DimensionDoor] External permissions system found (Permissions v2.7.4)
    2011-07-31 22:40:25 [INFO] [DimensionDoor] Registering and loading worlds...
    2011-07-31 22:40:25 [INFO] [DimensionDoor] Applying world configuration: world
    2011-07-31 22:40:25 [INFO] Preparing start region for level 1 (Seed: 6681394825451870685)
    2011-07-31 22:40:25 [INFO] [DimensionDoor] Applying world configuration: hell
    2011-07-31 22:40:25 [INFO] Preparing start region for level 2 (Seed: -5507789237695467551)
    2011-07-31 22:40:26 [INFO] [DimensionDoor] Applying world configuration: mobworld
    2011-07-31 22:40:26 [INFO] [DimensionDoor] 3 worlds configured!
    2011-07-31 22:40:26 [INFO] [DimensionDoor] DimensionDoor v1.5.0 is enabled!
    2011-07-31 22:40:26 [INFO] Duels version 0.7.0 ENABLED (Using permissions)
    2011-07-31 22:40:26 [INFO] [Duels] Payment method found (iConomy version: 5)
    2011-07-31 22:40:26 [INFO] [FalseBook Block] 3100 Books loaded!
    2011-07-31 22:40:26 [INFO] FalseBookBlock v0.87alpha DEV#3 by GeMo enabled
    2011-07-31 22:40:26 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    2011-07-31 22:40:26 [INFO] FalseBookCart v0.87alpha DEV#3 by GeMo enabled
    2011-07-31 22:40:26 [INFO] [FalseBook Chat] 0 ChatRooms loaded.
    2011-07-31 22:40:26 [INFO] FalseBookChat v0.87alpha DEV#2 by GeMo enabled
    2011-07-31 22:40:26 [INFO] [FalseBook Core] FalseBookCore v0.87alpha DEV#3 by GeMo enabled!
    2011-07-31 22:40:26 [INFO] FalseBookExtra v0.87alpha DEV#3 by GeMo enabled
    2011-07-31 22:40:26 [INFO] FalseBookIC v0.87alpha DEV#3 by GeMo enabled
    2011-07-31 22:40:26 [INFO] FenceDoor By Ashour version 2.5 enabled.
    2011-07-31 22:40:26 [INFO] [Flight] Enabled!
    2011-07-31 22:40:26 [INFO] HigherExplosives: Using Permissions plugin that looks like version 2.7.4
    2011-07-31 22:40:26 [INFO] HigherExplosives: There is no default config for Creeper. Those explosions will be left unaffected unless they have a world specific configuration.
    2011-07-31 22:40:26 [INFO] HigherExplosives: Default config for TNTPrimed is:
    Conf(
      activeBounds=Bounds(),
      radiusMultiplier={
        (chance:1.0, value:2.0)
      },
      playerDamageMultiplier=no multiplier configured. will leave unaffected,
      creatureDamageMultiplier=no multiplier configured. will leave unaffected,
      itemDamageMultiplier=no multiplier configured. will leave unaffected,
      tntFuseMultiplier=no multiplier configured. will leave unaffected,
      preventTerrainDamage=not configured, will be left unaffected,
      fire=not configured, will be left unaffected,
      yield=100.0,
      yieldSpecific=no specific block yields configured,
      tntPrimePrevented=not configured, will be left unaffected,
      tntPrimeByHand=no sub-configuration specified,
      tntPrimeByFire=no sub-configuration specified,
      tntPrimeByRedstone=no sub-configuration specified,
      tntPrimeByExplosion=no sub-configuration specified,
      creeperCharged=no sub-configuration specified,
    )
    2011-07-31 22:40:26 [INFO] HigherExplosives: Default config for Fireball is:
    Conf(
      activeBounds=Bounds(),
      radiusMultiplier=no multiplier configured. will leave unaffected,
      playerDamageMultiplier=no multiplier configured. will leave unaffected,
      creatureDamageMultiplier=no multiplier configured. will leave unaffected,
      itemDamageMultiplier=no multiplier configured. will leave unaffected,
      tntFuseMultiplier=no multiplier configured. will leave unaffected,
      preventTerrainDamage=true,
      fire=false,
      yield=not configured, will be left unaffected,
      yieldSpecific=no specific block yields configured,
      tntPrimePrevented=not configured, will be left unaffected,
      tntPrimeByHand=no sub-configuration specified,
      tntPrimeByFire=no sub-configuration specified,
      tntPrimeByRedstone=no sub-configuration specified,
      tntPrimeByExplosion=no sub-configuration specified,
      creeperCharged=no sub-configuration specified,
    )
    2011-07-31 22:40:26 [INFO] HigherExplosives 2.0 primed and ready
    2011-07-31 22:40:26 [INFO] Found and will use plugin Permissions v2.7.4
    2011-07-31 22:40:26 [INFO] HomeX enabled.
    2011-07-31 22:40:26 [INFO] [iConomy] Logging is currently disabled.
    2011-07-31 22:40:26 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-31 22:40:26 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-31 22:40:26 [INFO] [iConomy] hooked into Permissions.
    2011-07-31 22:40:26 [INFO] [Jail] Loaded 0 jail zones.
    2011-07-31 22:40:26 [INFO] [Jail] Loaded 0 prisoners.
    2011-07-31 22:40:26 [INFO] [Jail] Loaded 0 cells.
    2011-07-31 22:40:26 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-07-31 22:40:26 [INFO] Lockette: Detected craftbukkit build [1000] ok.
    2011-07-31 22:40:26 [INFO] Lockette: Linked to Permissions plugin version 2.7.4
    2011-07-31 22:40:26 [INFO] Lockette: Ready to protect your containers.
    2011-07-31 22:40:26 [INFO] LPMCNavigator V0.31 by [Mentioum] is enabled
    2011-07-31 22:40:26 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    2011-07-31 22:40:26 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-07-31 22:40:26 [INFO] [MagicCarpet] Using Permissions.
    2011-07-31 22:40:26 [INFO] mobchange 0.3 by Edfake is enabled
    2011-07-31 22:40:26 [INFO] [mcMMO] Permissions version 2.7.4 found, using Permissions.
    2011-07-31 22:40:26 [INFO] Loading Config File...
    2011-07-31 22:40:27 [INFO] [mcMMO] Permissions version 2.7.4 found, using Permissions.
    2011-07-31 22:40:27 [INFO] mcMMO version 1.0.49 is enabled!
    2011-07-31 22:40:27 [INFO] Memory max: 1037959168 bytes
    2011-07-31 22:40:27 [INFO] Memory total: 1037959168 bytes
    2011-07-31 22:40:27 [INFO] Remote Toolkit Plugin V0.45b enabled!
    2011-07-31 22:40:27 [INFO] [MobBounty] v4.05 (Oxygen) enabled.
    2011-07-31 22:40:27 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    2011-07-31 22:40:27 [INFO] [MobBounty] Special Thanks to: nijikokun for the Register API.
    2011-07-31 22:40:27 [INFO] [MobBounty] Config loaded.
    2011-07-31 22:40:27 [INFO] [MobBounty] Permission plugin was found (Permissions v2.7.4).
    2011-07-31 22:40:27 [INFO] [MobBounty] Payment plugin was found (iConomy v5).
    2011-07-31 22:40:27 [INFO] [MobDisguise] by desmin88 version 1.11 enabled.
    2011-07-31 22:40:27 [INFO] [ModDamage] 0.9.4.2 enabled [Permissions v2.7.4 active]
    2011-07-31 22:40:27 [INFO] [ModDamage] Debugging active.
    2011-07-31 22:40:27 [INFO] -Offensive:worlds:mobworld:mob:Creeper[set.1, roll.2]
    2011-07-31 22:40:27 [INFO] -Offensive:worlds:mobworld:mob:Skeleton[set.1, roll.2]
    2011-07-31 22:40:27 [INFO] -Offensive:worlds:mobworld:mob:Slime[set.1, roll.2]
    2011-07-31 22:40:27 [INFO] -Offensive:worlds:mobworld:mob:Spider[set.1, roll.2]
    2011-07-31 22:40:27 [INFO] -Offensive:worlds:mobworld:mob:Zombie[set.1, roll.2]
    2011-07-31 22:40:27 [INFO] [NarrowtuxLib] v0.3.2 by [narrowtux] enabled.
    2011-07-31 22:40:27 [INFO] [NarrowtuxLib] Payment method found (iConomy version: 5)
    2011-07-31 22:40:27 [INFO] [NiftyWarp] - Integrated with Permissions v2.7.4
    2011-07-31 22:40:27 [INFO] [NiftyWarp] - NiftyWarp v1.0 has been enabled
    2011-07-31 22:40:27 [INFO] NoSnow version 1.0 is enabled!
    2011-07-31 22:40:27 [INFO] Version: 32
    2011-07-31 22:40:27 [INFO] Pigasus: Permissions 2.7.4 found
    2011-07-31 22:40:27 [INFO] Pigasus v0.1 is enabled for worlds: [world]
    2011-07-31 22:40:27 [INFO] properTime reading from config at C:\Users\Jani\Desktop\NewWorld\plugins\properTime\properTime.conf
    2011-07-31 22:40:27 [INFO] properTime 1.8.9 initialized
    2011-07-31 22:40:28 [INFO] [Regios] - v3.6_1.0 - Permissions support enabled
    2011-07-31 22:40:28 [INFO] [Regios] - v3.6_1.0 - Initialising SQL tables...
    2011-07-31 22:40:28 [INFO] [Regios] - v3.6_1.0 - [5] Regions loaded from database
    2011-07-31 22:40:28 [INFO] [AU][Regios] You are running the latest version of Regios.
    2011-07-31 22:40:28 [INFO] [Regios] Loaded world configuration and protection for 3 worlds successfully!
    2011-07-31 22:40:28 [INFO] [Regios] iConomy support enabled!
    2011-07-31 22:40:28 [INFO] ScheduledAnnouncer v1.7.0 is enabled!
    
    2011-07-31 22:40:28 [INFO] Shattered version 1.0 loaded.
    2011-07-31 22:40:28 [INFO] Stackable: Configuration file loaded.
    2011-07-31 22:40:28 [INFO] Stackable: Version 0.5.1 enable.
    2011-07-31 22:40:28 [INFO] SupplySign: ShowErrorsInClient=true
    2011-07-31 22:40:28 [INFO] SupplySign: FixSignOnSignGlitch=SupplySignOnly
    2011-07-31 22:40:28 [INFO] SupplySign loaded 1123 items.
    2011-07-31 22:40:28 [INFO] SupplySign loaded 13 kits from kits.yml.
    2011-07-31 22:40:28 [INFO] SupplySign version 1.7.0 is enabled!
    2011-07-31 22:40:28 [INFO] StickyHelp v0.3 enabled!
    2011-07-31 22:40:28 [INFO] VehicleExit started.
    2011-07-31 22:40:28 [INFO] Vote, build 0.2 enabled
    2011-07-31 22:40:28 [INFO] [WaterproofRedstone] Enabled.
    2011-07-31 22:40:28 [INFO] WorldBorder version 1.3.1 loading
    2011-07-31 22:40:28 [INFO] [WorldBorder] [CONFIG] Using square border, knockback of 3.0 blocks, and timer delay of 5.[0m
    2011-07-31 22:40:28 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.[0m
    2011-07-31 22:40:28 [INFO] [WorldBorder] [CONFIG] World "mobworld" has border radius 500 at X: -10.6 Z: 54.5[0m
    2011-07-31 22:40:28 [INFO] [WorldBorder] [CONFIG] World "world" has border radius 1000 at X: -24.5 Z: 52.4[0m
    2011-07-31 22:40:28 [INFO] [WorldBorder] [CONFIG] Will use plugin for permissions: Permissions v2.7.4[0m
    2011-07-31 22:40:28 [INFO] For reference, the main world's spawn location is at X: -25 Y: 70 Z: 51
    2011-07-31 22:40:28 [INFO] WorldEdit 4.6 enabled.
    2011-07-31 22:40:28 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-31 22:40:28 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-31 22:40:28 [INFO] WorldGuard: (world) Single session is enforced.
    2011-07-31 22:40:28 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-07-31 22:40:28 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-07-31 22:40:28 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-07-31 22:40:28 [INFO] WorldGuard: (world) All fire spread is disabled.
    2011-07-31 22:40:28 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-07-31 22:40:28 [INFO] WorldGuard: (hell) Single session is enforced.
    2011-07-31 22:40:28 [INFO] WorldGuard: (hell) TNT ignition is PERMITTED.
    2011-07-31 22:40:28 [INFO] WorldGuard: (hell) Lighters are PERMITTED.
    2011-07-31 22:40:28 [INFO] WorldGuard: (hell) Lava fire is blocked.
    2011-07-31 22:40:28 [INFO] WorldGuard: (hell) All fire spread is disabled.
    2011-07-31 22:40:28 [INFO] WorldGuard: Loaded configuration for world 'hell"
    2011-07-31 22:40:28 [INFO] WorldGuard: (mobworld) Single session is enforced.
    2011-07-31 22:40:28 [INFO] WorldGuard: (mobworld) TNT ignition is PERMITTED.
    2011-07-31 22:40:28 [INFO] WorldGuard: (mobworld) Lighters are PERMITTED.
    2011-07-31 22:40:28 [INFO] WorldGuard: (mobworld) Lava fire is blocked.
    2011-07-31 22:40:28 [INFO] WorldGuard: (mobworld) All fire spread is disabled.
    2011-07-31 22:40:28 [INFO] WorldGuard: Loaded configuration for world 'mobworld"
    2011-07-31 22:40:28 [INFO] WorldGuard: 17 regions loaded for 'world'
    2011-07-31 22:40:28 [INFO] WorldGuard: 1 regions loaded for 'hell'
    2011-07-31 22:40:28 [INFO] WorldGuard: 1 regions loaded for 'mobworld'
    2011-07-31 22:40:29 [INFO] WorldGuard 5.2.2 enabled.
    2011-07-31 22:40:29 [INFO] [AdminCmd] Plugin Enabled. (version 5.6.3)
    2011-07-31 22:40:29 [INFO] [AdminCmd] Disabled Alias(es) for bal_playerheal : heal,
    2011-07-31 22:40:29 [INFO] [AdminCmd] Disabled Alias(es) for bal_repair : repair,
    2011-07-31 22:40:29 [INFO] [AdminCmd] Disabled Alias(es) for bal_tphere : s,
    2011-07-31 22:40:29 [INFO] [AdminCmd] Disabled Alias(es) for bal_pclear : clear,
    2011-07-31 22:40:29 [INFO] [AdminCmd] Disabled Alias(es) for bal_god : god,
    2011-07-31 22:40:29 [INFO] [AdminCmd] Disabled Alias(es) for bal_kickall : kickall,
    2011-07-31 22:40:29 [INFO] [AdminCmd] Disabled Alias(es) for bal_home : home,
    2011-07-31 22:40:29 [INFO] [AdminCmd] Disabled Alias(es) for bal_sethome : sethome,
    2011-07-31 22:40:29 [INFO] [AdminCmd] Successfully linked with Permissions.
    2011-07-31 22:40:29 [INFO] (NoCheat) Did you know? NoCheat now supports the new Bukkit-Permission system. You can activate it in the config file.
    2011-07-31 22:40:29 [INFO] (NoCheat) Did you know? There will be a change in the near future to how movement in CraftBukkit works, which will break NoCheats moving-check(s) completely, causing tons of false positives. Be careful if you tend to run bleeding edge builds of CraftBukkit.
    2011-07-31 22:40:29 [INFO] (NoCheat) Did you know? This version of NoCheat was written for CraftBukkit RB 1000, but may still work for some older or newer versions.
    2011-07-31 22:40:29 [INFO] (NoCheat) Did you know? You can find detailed information about all configuration options of NoCheat in the file "descriptions.txt" in your "plugins/NoCheat" folder
    2011-07-31 22:40:29 [INFO] (NoCheat) Did you know? You can deactivate these Messages in the config file, if they annoy you.
    2011-07-31 22:40:29 [INFO] [NoCheat] version [1.11b] couldn't find CrafTIRC plugin. Disabling logging to IRC.
    2011-07-31 22:40:29 [INFO] [NoCheat] version [1.11b] is enabled with the following checks: moving speedhack flying fastswim
    2011-07-31 22:40:29 [INFO] PC: Loading PluginControl Version 1.1
    2011-07-31 22:40:29 [INFO] PC: Using Nijikokun's Permission plugin
    2011-07-31 22:40:29 [INFO] Read level-name: world
    2011-07-31 22:40:29 [INFO] PC: PluginControl started
    2011-07-31 22:40:29 [INFO] Done (0.645s)! For help, type "help" or "?"
    2011-07-31 22:40:29 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-07-31 22:40:29 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-07-31 22:40:29 [INFO] [FalseBook Block] 112 protected gateblocks successfully loaded.
    2011-07-31 22:40:31 [INFO] [BBROTHER] Removed 0 records older than 168h00m00s in 0h00m00s.
    2011-07-31 22:40:32 [INFO] [FalseBook IC] Loaded selftriggered ICs: 0 done
    2011-07-31 22:40:32 [INFO] [FalseBook IC] Loaded selftriggered ICs: 0 failed
    2011-07-31 22:40:32 [INFO] semirotta [/5.199.229.112:59298] logged in with entity id 1 at ([world] 6.5, 68.0, 460.8125)
    2011-07-31 22:40:32 [INFO] Player teleport
    2011-07-31 22:40:33 [INFO] Player teleport
    2011-07-31 22:40:34 [INFO] The automatic update-Check only work every 6 hours, the last check was 19 minutes ago.
    
    Any1 could tell me what the fuck is the proplem? :O
    me n my friend started to get odd blueish screen and then black screen then end of stream which continues even if i restart server.
    :( wtf?

    EDIT:

    Both have bought minecraft version 1.7.3 and bukkit server 1000.

    plugins list:
    Admincmd
    Adminscanfly
    bedtime
    bigbrother
    blacklung
    bleedingmobs
    bukkitcontrib
    clear
    craftbukkituptodate
    dimensiondoor
    duels
    elixirmod
    falsebook
    fencedoorv2.5
    flight
    higherexplosives
    homex
    iconomy
    jail
    lockette
    lmpcnavigator
    magiccarpet
    mchange
    mcmmo
    minecraftrestartcontroller
    minecraftRkitplugin
    mobbounty
    mobdisguise
    moddamage
    narrowtuxlib
    niftywarp-1.2
    nocheat
    nosnow
    permissions (2.7.4)
    pigasus
    plugincontrol
    propertime
    regios
    scheduledannouncer
    shattered
    stackable
    supplysign
    v0-3
    waterproofredstone
    vehicleexit
    worldborder
    worldedit
    worldguard
    vote
    Everytime i get close to 5 trees -> it starts crashing. WTF? the area used to have a lot snow which i THAW comanded away. and nosnow prevents snow coming back.

    anybody? any1 can help? there is nothing in server log :((

    EDIT:

    Its the trees which are causing it!
    it was snow area so big trees around, removed snow and got the nosnow plugin -> causes end of stream if i go near those trees WTF?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  2. Offline

    nala3

    Code:
    2011-07-31 22:40:21 [SEVERE] ebean.properties not found
    2011-07-31 22:40:21 [INFO] DataSourcePool [DimensionDoor] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-31 22:40:21 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-31 22:40:22 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-31 22:40:22 [SEVERE] Could not load 'plugins\MinecraftRestartController.jar' in folder 'plugins':
    java.io.FileNotFoundException: Jar does not contain plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:64)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    ok I want you to do 2 things,
    1. Create a file called ebeans.properties if it does not exist already. Inside of that file place this
      Code:
      # General logging level: (none, explicit, all)
      ebean.logging=none
    2. Then delete the plugin MinecraftRestartController.jar seeing as it does not contain a plugin.yml its useless

    Also if it is the Snow removel plugin just get rid of that plugin! You can turn weather off in the WorldGuard config

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  3. but if i want to keep rain and storms?
    and i did those what u asked me to, i removed trees around the area we got that damn endo f stream, all works ... planted new trees which arent the same and we'll see if it works with them

    ok now i got the thing again after new trees were grown. its the leafs or something which cause it....

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  4. Offline

    nala3

    ohh I has idea! using WorldGuard add the item ID of snow blocks to the blacklist :) might work lol

    forgot to quote so it gives you an alert lol

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  5. hey good idea the snow block id blocking^^ ILL TRY :D


    EDIT:

    wait , how? :O where i put it?
    this is my worldedit:
    Code:
    iconomy:
        buy-on-claim-price: 1.0
        enable: false
        buy-on-claim: false
    protection:
        enforce-single-session: true
        item-durability: true
        remove-infinite-stacks: false
    chest-protection:
        enable: true
    physics:
        allow-portal-anywhere: false
        no-physics-sand: false
        no-physics-gravel: false
        disable-water-damage-blocks: []
    ignition:
        block-tnt: false
        block-lighter: false
    regions:
        max-region-count-per-player: 7
        claim-only-inside-existing-regions: false
        max-claim-volume: 30000
        high-frequency-flags: false
        enable: true
        use-scheduler: true
        wand: 287
    simulation:
        sponge:
            redstone: false
            enable: true
            radius: 3
        classic-water: false
    fire:
        disable-lava-fire-spread: true
        lava-spread-blocks: []
        disable-fire-spread-blocks: []
        disable-all-fire-spread: true
    suppress-tick-sync-warnings: false
    spawn:
        login-protection: 3
        exact-respawn: false
        teleport-to-home-on-death: false
        kick-on-death: false
        spawn-protection: 0
    default:
        disable-health-regain: false
    mobs:
        anti-wolf-dumbness: false
        block-creature-spawn: []
        block-creeper-block-damage: true
        block-creeper-explosions: false
    dynamics:
        disable-ice-melting: false
        disable-snow-formation: false
        disable-mushroom-spread: false
        disable-snow-melting: false
        disable-leaf-decay: false
        disable-ice-formation: false
    blacklist:
        use-as-whitelist: false
        logging:
            console:
                enable: true
            file:
                path: worldguard/logs/%Y-%m-%d.log
                enable: false
                open-files: 10
            database:
                dsn: jdbc:mysql://localhost:3306/minecraft
                enable: false
                table: blacklist_events
                user: root
                pass: ''
    summary-on-start: true
    weather:
        always-raining: false
        disable-powered-creepers: false
        disable-weather: false
        disable-lightning-strike-fire: false
        always-thundering: false
        prevent-lightning-strike-blocks: []
        disable-thunderstorm: false
        disable-pig-zombification: false
    crops:
        disable-creature-trampling: false
        disable-player-trampling: false
    op-permissions: true
    player-damage:
        teleport-on-void-falling: false
        disable-drowning-damage: false
        disable-mob-damage: false
        disable-explosion-damage: false
        disable-void-damage: false
        disable-fall-damage: false
        disable-fire-damage: false
        disable-contact-damage: false
        disable-suffocation-damage: false
        disable-lightning-damage: false
        disable-lava-damage: false
        teleport-on-suffocation: false
    pumpkin-scuba: false
    auto-invincible-permission: false
    
    i DID change these
    Code:
    dynamics:
        disable-ice-melting: false
        disable-snow-formation: true
        disable-mushroom-spread: false
        disable-snow-melting: false
        disable-leaf-decay: false
        disable-ice-formation: true
    
     
  6. Offline

    nala3

    well that should stop any new snow forming so if you have world edit just //thaw the world? XD
     
  7. hmm //thaw world <-- works? :D
     
  8. Offline

    nala3

    no but //thaw 1000 does :p
     
  9. true, its 1000 blocks my world border LOL :D

    it was the Choptree plugin.. lol

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
Thread Status:
Not open for further replies.

Share This Page