[MECH] Redstone Mania v0.05 - I Need testers! :D

Discussion in 'WIP and Development Status' started by bergerkiller, Oct 18, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    bergerkiller

    Junrall mmh I'll look into it tomorrow :)
     
  2. Offline

    Junrall

    @bergerkiller
    Any luck with this?
    My guys are itching to try this and I'm itching to remove some of their laggy circuits... :p
     
  3. Offline

    Lynxdragon

    Hello,

    Is it possible to load circuits? eg. If I made a Circuit that was a digital clock, then saved it. Would it be possible to easily give that to other people? So that they could download a file and simply add it to there server?

    If this sort of Circuit sharing was easy and possible, I would gladly host the database of peoples creations. I would also not mind hosting a wiki/website for you on my existing domain. This is a really awesome project, and I would gladly support it.

    Regards Aedan.
     
  4. Offline

    bergerkiller

    Lynxdragon yup you can share the .circuit files created when someone saves a circuit. It is in the Plugins' folder. (circuits and instances folder)
     
    Lynxdragon likes this.
  5. Offline

    Lynxdragon

    @bergerkiller Awesome, I can't seem to get this plugin to even start however. Its in my servers Plugins directory, but it doesn't load. Im running Beta 1.2.3-r0.1 currently, with the beta builds of Commandbook, Worldedit and Worldguard.

    Any ideas?

    Edit: Found the error
    Show Spoiler
    Code:
    2012-03-15 23:24:18 [INFO] Starting minecraft server version 1.2.3
    2012-03-15 23:24:18 [WARNING] **** NOT ENOUGH RAM!
    2012-03-15 23:24:18 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2012-03-15 23:24:18 [INFO] Loading properties
    2012-03-15 23:24:18 [INFO] Starting Minecraft server on 0.0.0.0:25588
    2012-03-15 23:24:18 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-33-gb66156b-b2034jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.1)
    2012-03-15 23:24:18 [SEVERE] Could not load 'plugins\RedstoneMania.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    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:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.bergerkiller.bukkit.rm.RedstoneMania.<init>(RedstoneMania.java:28)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144)
    ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
    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:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 27 more
    2012-03-15 23:24:18 [INFO] [WorldEdit] Loading WorldEdit v5.3-SNAPSHOT
    2012-03-15 23:24:18 [INFO] [CommandBook] Loading CommandBook v2.1-SNAPSHOT
    2012-03-15 23:24:18 [INFO] [WorldGuard] Loading WorldGuard v5.5.2-SNAPSHOT
    2012-03-15 23:24:18 [INFO] Preparing level "world"
    2012-03-15 23:24:18 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-15 23:24:18 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-15 23:24:18 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:18 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.WorldLoader.b(SourceFile:52)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:82)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:221)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-15 23:24:18 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-15 23:24:18 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-15 23:24:18 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:18 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.WorldLoader.b(SourceFile:63)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:82)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:221)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-15 23:24:18 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-15 23:24:18 [INFO] Default game type: 0
    2012-03-15 23:24:19 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldNBTStorage.getWorldData(WorldNBTStorage.java:89)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.World.<init>(World.java:141)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:263)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-15 23:24:19 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldNBTStorage.getWorldData(WorldNBTStorage.java:100)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.World.<init>(World.java:141)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:263)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-15 23:24:19 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldLoader.b(SourceFile:52)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:82)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:293)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-15 23:24:19 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldLoader.b(SourceFile:63)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:82)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:293)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-15 23:24:19 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldNBTStorage.getWorldData(WorldNBTStorage.java:89)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.World.<init>(World.java:141)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.SecondaryWorldServer.<init>(SecondaryWorldServer.java:8)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:298)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-15 23:24:19 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldNBTStorage.getWorldData(WorldNBTStorage.java:100)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.World.<init>(World.java:141)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.SecondaryWorldServer.<init>(SecondaryWorldServer.java:8)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:298)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-15 23:24:19 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldLoader.b(SourceFile:52)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:82)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:293)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-15 23:24:19 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldLoader.b(SourceFile:63)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:82)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:293)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-15 23:24:19 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldNBTStorage.getWorldData(WorldNBTStorage.java:89)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.World.<init>(World.java:141)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.SecondaryWorldServer.<init>(SecondaryWorldServer.java:8)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:298)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-15 23:24:19 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldNBTStorage.getWorldData(WorldNBTStorage.java:100)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.World.<init>(World.java:141)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.SecondaryWorldServer.<init>(SecondaryWorldServer.java:8)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:298)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-15 23:24:19 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-15 23:24:19 [INFO] Preparing start region for level 0 (Seed: -504967109510479226)
    2012-03-15 23:24:20 [INFO] Preparing spawn area: 48%
    2012-03-15 23:24:21 [INFO] Preparing spawn area: 89%
    2012-03-15 23:24:22 [INFO] Preparing start region for level 1 (Seed: -504967109510479226)
    2012-03-15 23:24:22 [INFO] Preparing spawn area: 0%
    2012-03-15 23:24:22 [INFO] Preparing start region for level 2 (Seed: -504967109510479226)
    2012-03-15 23:24:23 [INFO] [WorldEdit] Enabling WorldEdit v5.3-SNAPSHOT
    2012-03-15 23:24:23 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-03-15 23:24:23 [INFO] [CommandBook] Enabling CommandBook v2.1-SNAPSHOT
    2012-03-15 23:24:23 [INFO] [CommandBook] Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Sessions successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Bans successfully enabled!
    2012-03-15 23:24:23 [INFO] [CommandBook] 0 Homes(s) loaded
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Homes successfully enabled!
    2012-03-15 23:24:23 [INFO] [CommandBook] 0 Warps(s) loaded
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Warps successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Messaging successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Teleports successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Inventory successfully enabled!
    2012-03-15 23:24:23 [INFO] [CommandBook] 1 kit(s) loaded.
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Kits successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component JingleNote successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Time Control successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Name Verification successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Fun successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Debug successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Thor successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Online List successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Stored Messages successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Spawn Locations successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Info successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component World Tools successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component Player Commands successfully enabled!
    2012-03-15 23:24:23 [FINEST] [CommandBook] Component God successfully enabled!
    2012-03-15 23:24:23 [INFO] [WorldGuard] Enabling WorldGuard v5.5.2-SNAPSHOT
    2012-03-15 23:24:23 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
    2012-03-15 23:24:23 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
    2012-03-15 23:24:23 [INFO] [WorldGuard] (world) Lava fire is blocked.
    2012-03-15 23:24:23 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
    2012-03-15 23:24:23 [INFO] [WorldGuard] Loaded configuration for world 'world'
    2012-03-15 23:24:23 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
    2012-03-15 23:24:23 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
    2012-03-15 23:24:23 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
    2012-03-15 23:24:23 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
    2012-03-15 23:24:23 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
    2012-03-15 23:24:23 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
    2012-03-15 23:24:23 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
    2012-03-15 23:24:23 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
    2012-03-15 23:24:23 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
    2012-03-15 23:24:23 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
    2012-03-15 23:24:23 [INFO] [WorldGuard] 6 regions loaded for 'world'
    2012-03-15 23:24:23 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
    2012-03-15 23:24:23 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
    2012-03-15 23:24:23 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-03-15 23:24:23 [INFO] Done (4,583s)! For help, type "help" or "?"


    Would probably be worth setting up a website where people can share there circuits. Would you like some webspace and a subdomain? I could setup a forum there, or a wiki or whatever you felt you needed.

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

    bergerkiller

    Lynxdragon nah I don't work on this plugin THAT much anymore. :)
    Maybe when all the school stuff is over I can spend more time on this, but for now I keep it supported and that is that...

    Did you use v0.04? The player listener is only used in 0.03 AFAIK this got fixed in 0.04.
     
  7. Offline

    Lynxdragon

    Your link points directly to 0.02, Maybe you could update this :)

    Hmm, Managed to get 0.04 by editing the link. New Error.
    Show Spoiler
    Code:
    2012-03-16 00:05:36 [INFO] Starting minecraft server version 1.2.3
    2012-03-16 00:05:36 [WARNING] **** NOT ENOUGH RAM!
    2012-03-16 00:05:36 [WARNING] To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2012-03-16 00:05:36 [INFO] Loading properties
    2012-03-16 00:05:36 [INFO] Starting Minecraft server on 0.0.0.0:25588
    2012-03-16 00:05:36 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-33-gb66156b-b2034jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.1)
    2012-03-16 00:05:36 [INFO] [BKCommonLib] Loading BKCommonLib v1.14
    2012-03-16 00:05:36 [INFO] [WorldEdit] Loading WorldEdit v5.3-SNAPSHOT
    2012-03-16 00:05:36 [INFO] [Redstone Mania] Loading Redstone Mania v0.05
    2012-03-16 00:05:36 [INFO] [CommandBook] Loading CommandBook v2.1-SNAPSHOT
    2012-03-16 00:05:36 [INFO] [WorldGuard] Loading WorldGuard v5.5.2-SNAPSHOT
    2012-03-16 00:05:36 [INFO] [BKCommonLib] Enabling BKCommonLib v1.14
    2012-03-16 00:05:36 [INFO] BKCommonLib version 1.14 enabled!
    2012-03-16 00:05:36 [INFO] Preparing level "world"
    2012-03-16 00:05:36 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldLoader.b(SourceFile:52)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:82)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:221)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-16 00:05:36 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldLoader.b(SourceFile:63)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:82)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:221)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-16 00:05:36 [INFO] Default game type: 0
    2012-03-16 00:05:36 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldNBTStorage.getWorldData(WorldNBTStorage.java:89)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.World.<init>(World.java:141)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:263)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-16 00:05:36 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldNBTStorage.getWorldData(WorldNBTStorage.java:100)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.World.<init>(World.java:141)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:263)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-16 00:05:36 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldLoader.b(SourceFile:52)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:82)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:293)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-16 00:05:36 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldLoader.b(SourceFile:63)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:82)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:293)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-16 00:05:36 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldNBTStorage.getWorldData(WorldNBTStorage.java:89)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.World.<init>(World.java:141)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.SecondaryWorldServer.<init>(SecondaryWorldServer.java:8)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:298)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-16 00:05:36 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldNBTStorage.getWorldData(WorldNBTStorage.java:100)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.World.<init>(World.java:141)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.SecondaryWorldServer.<init>(SecondaryWorldServer.java:8)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:298)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-16 00:05:36 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldLoader.b(SourceFile:52)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:82)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:293)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-16 00:05:36 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldLoader.b(SourceFile:63)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldLoaderServer.isConvertable(SourceFile:82)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:293)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-16 00:05:36 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldNBTStorage.getWorldData(WorldNBTStorage.java:89)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.World.<init>(World.java:141)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.SecondaryWorldServer.<init>(SecondaryWorldServer.java:8)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:298)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-16 00:05:36 [SEVERE] java.io.IOException: Not in GZIP format
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.NBTCompressedStreamTools.a(SourceFile:9)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldNBTStorage.getWorldData(WorldNBTStorage.java:100)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.World.<init>(World.java:141)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.SecondaryWorldServer.<init>(SecondaryWorldServer.java:8)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:298)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    2012-03-16 00:05:36 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-03-16 00:05:36 [INFO] Preparing start region for level 0 (Seed: -3515879957411406459)
    2012-03-16 00:05:37 [INFO] Preparing start region for level 1 (Seed: -3515879957411406459)
    2012-03-16 00:05:37 [INFO] Preparing start region for level 2 (Seed: -3515879957411406459)
    2012-03-16 00:05:37 [INFO] Preparing spawn area: 0%
    2012-03-16 00:05:37 [INFO] [WorldEdit] Enabling WorldEdit v5.3-SNAPSHOT
    2012-03-16 00:05:37 [INFO] WEPIF: Using the Bukkit Permissions API.
    2012-03-16 00:05:37 [INFO] [Redstone Mania] Enabling Redstone Mania v0.05
    2012-03-16 00:05:37 [INFO] Redstone Mania version 0.05 enabled!
    2012-03-16 00:05:37 [INFO] [CommandBook] Enabling CommandBook v2.1-SNAPSHOT
    2012-03-16 00:05:37 [INFO] [CommandBook] Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Sessions successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Bans successfully enabled!
    2012-03-16 00:05:37 [INFO] [CommandBook] 0 Homes(s) loaded
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Homes successfully enabled!
    2012-03-16 00:05:37 [INFO] [CommandBook] 0 Warps(s) loaded
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Warps successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Messaging successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Teleports successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Inventory successfully enabled!
    2012-03-16 00:05:37 [INFO] [CommandBook] 1 kit(s) loaded.
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Kits successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component JingleNote successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Time Control successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Name Verification successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Fun successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Debug successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Thor successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Online List successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Stored Messages successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Spawn Locations successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Info successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component World Tools successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component Player Commands successfully enabled!
    2012-03-16 00:05:37 [FINEST] [CommandBook] Component God successfully enabled!
    2012-03-16 00:05:37 [INFO] [WorldGuard] Enabling WorldGuard v5.5.2-SNAPSHOT
    2012-03-16 00:05:38 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
    2012-03-16 00:05:38 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
    2012-03-16 00:05:38 [INFO] [WorldGuard] (world) Lava fire is blocked.
    2012-03-16 00:05:38 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
    2012-03-16 00:05:38 [INFO] [WorldGuard] Loaded configuration for world 'world'
    2012-03-16 00:05:38 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
    2012-03-16 00:05:38 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
    2012-03-16 00:05:38 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
    2012-03-16 00:05:38 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
    2012-03-16 00:05:38 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
    2012-03-16 00:05:38 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
    2012-03-16 00:05:38 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
    2012-03-16 00:05:38 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
    2012-03-16 00:05:38 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
    2012-03-16 00:05:38 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
    2012-03-16 00:05:38 [INFO] [WorldGuard] 6 regions loaded for 'world'
    2012-03-16 00:05:38 [INFO] [WorldGuard] 0 regions loaded for 'world_nether'
    2012-03-16 00:05:38 [INFO] [WorldGuard] 0 regions loaded for 'world_the_end'
    2012-03-16 00:05:38 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2012-03-16 00:05:38 [INFO] Done (1,711s)! For help, type "help" or "?"
    

    And my ram usage seems to be through the roof with no players online. Will have a fiddle and see if it improves.

    EDIT: 0.04 Seems to be using about 1gb of ram on idle, This could be a show stopper for me.

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

    bergerkiller

    Lynxdragon looks to me like your world is corrupted...download 'Chunkster' and let it repair the world for you.
     
  9. Offline

    Lynxdragon

    Ill try it on a brand new world, I only made the world yesterday.

    @bergerkiller Unfortunately not, Still using 60% of my ram on idle. 3 New worlds, No errors this time. So its still using about 1gb of ram on idle.

    @bergerkiller Hey when you got time, could you come look at this circuit?

    It doesn't seem to be working at all, even tho i'm sure I made it right.

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

    bergerkiller

    Uploaded a new version (0.05) which is updated for use with the newest BKCommonLib. (it had some disable issues...)
     
  11. Offline

    Junrall

    Still having problems trying to get this to work. As mentioned above... I have watch the video and followed it to the "T" and still it does not work. Is it broken, or what?
     
  12. Offline

    bergerkiller

    Junrall yet again, it all seems to work fine, including the INVERTER, DELAY, XOR and more complicated circuits...are you sure you cleared the ports before setting the new ports? (/redstone clearports)
     
  13. Offline

    Junrall

    Haha... Not sure what you meant by "yet again"... this is the first reply saying there is nothing wrong the plugin. You did, however, reply with:
    But you never got back to me ;)

    Clearing the ports worked. Had no idea that this was needed to be done... there is no documentation on when to use /redstone clearports or any of the other commands

    Sorry, I'm just trying to figure this out and am not trying to be a pest. If I don't understand something or can't find the information... I ask questions.
     
  14. Downloaded 005 and the BKCommonLib this afternoon, and it seems to work.
    However, the cleanup does not seem to properly work.. When trying to /rm reload, it shows all history circuits and fails them, in console:

    20:29:56 [WARNING] [Redstone Mania] Circuit instances of 'delay' are not loaded, because the circuit doesn't exist!
    20:29:56 [WARNING] [Redstone Mania] Circuit instances of 'invert' are not loaded, because the circuit doesn't exist!
    20:29:56 [WARNING] [Redstone Mania] Circuit instances of 'io' are not loaded, because the circuit doesn't exist!
    20:29:56 [WARNING] [Redstone Mania] Circuit instances of 'p' are not loaded, because the circuit doesn't exist!
    20:29:56 [WARNING] [Redstone Mania] Circuit instances of 'wire' are not loaded, because the circuit doesn't exist!
    20:29:56 [WARNING] [Redstone Mania] Circuit instances of 'xor' are not loaded, because the circuit doesn't exist!


    Another bug: After reloading, none of the circuits work anymore..
    Have to restart the server to get it to work
     
  15. Offline

    S.L.P.Major

    Heck, all I have to do to get that delay in single player is turn normal render distance on, walk into a forest with fancy graphics, start using a 32 texture pack, then use redstone. Easy.
     
  16. Offline

    Crast

    This is brilliant.

    Gonna get on testing it tomorrow.

    [Edit] If I do find a bug, do you want pull requests or just a bug report?
     
  17. Offline

    CommanderGizmo

    So do I understand this correctly? If I create a circuit and save it, then setup the ports as in your video, does the original circuit I built and saved not update? Does it even still need to exist, or is it now fully virtualized?
     
  18. Offline

    Junrall

    Nope, you don't need the original circuit... it is fully virtualized... and works without the lag ;)
     
  19. Offline

    CommanderGizmo

    Ah, I see. The thing is that most of the folks on my server prefer not to use the console in game. It tends to mess with the immersion. Is there any chance you could give an in game alternative to the commands, such as a sign to do the same thing?

    Also, is there any way for other players to discover your saved circuits or make use of them without your knowledge? For example, if you build a secret door of some sort, could they discover the port it is using through trial and error easily?

    And a third: I think the fully virtualized circuits are awesome! However, they may take all the difficulty out of hiding your inner workings for secret stuff. Can you look at a config option to require the original circuit still exist somewhere, or perhaps require some sort of cost for storing circuits or creating connection signs?

    I can't wait to see this mod finished. The virtualized feature alone is an awesome improvement for complex circuits!
     
  20. Offline

    samuelvisser

    @bergerkiller
    Thanks for this great plugin!!
    Everything works perfect
    But I have a suggestion for a new type of portal.
    Can you make a portal with a 'Transmitter' and a 'Receiver' and that a Transmitter will not give any signal to another Transmitter on the same port, instance, and circuit.
    It will only give a signal to the Receiver.
    That would be awesome
     
  21. Offline

    Furanku

    I hope this gets updated to 1.3 :)
     
  22. Offline

    bergerkiller

    Furanku well this plugin runs almost exclusively on Bukkit calls, so it will most likely require just a few tweaks to get it working for 1.3.
     
  23. Offline

    Furanku

    bergerkiller I am eagerly awaiting it, the applications it holds is quiet good esp for team based trap doors and dungeon layouts.
     
  24. Offline

    bergerkiller

Thread Status:
Not open for further replies.

Share This Page