[MECH] GloWool v0.4 - It Makes Wool Glow [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Jacek, Jul 25, 2011.

  1. Offline

    Jacek

    GloWool - It Makes Wool Glow !
    Version: 0.4


    This is now here: http://dev.bukkit.org/server-mods/glowool/


    Description

    This plugin adds a new redstone mechanic to the game, which makes powered wool glow in the dark (but not emit light). The block at each face of any powered wool block that is not solid is given a light level of 15, the effect of this is that the wool block is visibly lit up while it does not light up the area.

    This allows for the creation of cool glow in the dark pixel art and even complicated animations if you have the time to work around all the lighting bugs in the game.


    Download

    http://bukkit.jacekk.co.uk/GloWool/GloWool.jar


    Chat Commands

    /glowool count - Tells you the total number of blocks currently being lit.
    /glowool reset - Resets all lit blocks, they will need to be toggled to be re-lit. This is for use in an emergency if for some reason your server lags if someone tries to light a million blocks for example.
    /glowool relight - Re-lights all blocks that should be lit.
    /glowool show - Shows you which blocks are being lit by changing them to planks for 5 seconds.


    Permissions Nodes

    glowool.* - Gives all permissions.

    glowool.admin.count - Allows the use of the count command.
    glowool.admin.reset - Allows the use of the reset command.
    glowool.admin.relight - Allows the use of the relight command.
    glowool.admin.show - Allows the use of the show command.

    If no permissions plugin is found glowool.admin.* will default to true for ops and false for everyone else.


    Config Options

    relight-freq - How often the blocks are checked to make sure they are lit, this is a number in seconds and defaults to 2.
    block-ids - A list of the blocks ids to be lit if powered, the default is just 35 which is wool.


    Images

    [​IMG]

    [​IMG]

    Note: The dark blocks on the balloon are only there because I was too lazy to work out how to power them.


    Videos





    Planned Changes
    • Permissions node for creating glowing blocks (not sure if this will be possible)
    • Try to work around some of the lighting bugs.
    • Add more efficiency.
    • Configurable blocks.
    • Add different modes:
      • Redstone (powered blocks are lit).
      • Area Selection (clicked on or selected blocks can be linked to a lever, button, etc).
      • Torch Click (clicking on a block with a torch will light it up).
    Know Limitations / Bugs
    • Sometimes when a player places a block near the lit area the light will be reset for their client, the server will reset the light level for other players but the one that placed the block will not see it for a while. Doing somethign that will change the light level of the area (like placing a torch or repeater close enough for the light to overlap) also causes this, an easy work around it to use levers as a power source.
    • Some shapes will not light if not all of the blocks are powered, this seems to be a quirk of the way Minecraft blends the light.
    • The client will not process lighting updates that happen far away, this is visible in the video where the animating "Bukkit" appears to be frozen but when approaching it starts working.
    Changelog

    Version 0.4
    • Blocks removed with WorldEdit will now be removed from the block list (not straight away).
    • Code re-organised a bit.
    • Source code is now included in the .jar file.
    Version 0.3.2
    • Will no longer add light for cancelled events.
    • Forgot what I changed in 0.3.1, it was something small though.
    Version 0.3
    • Added two config options, relight-freq and block-ids.
    Version 0.2
    • Added /glowool relight and /glowool show.
    • Fixed a bug with the way blocks are saved when the server shuts down, meaning blocks will now still be lit after a server re-start.
    Version 0.1.2
    • Fixed a bug that stopped wool being lit after changing the server time with /time
    Version 0.1.1
    • Fixed the two commands and permissions.
    Version 0.1
    • Initial buggy testing version.
     
    niugnip and Woolcity like this.
  2. Offline

    jeffadkins51

    Def. going to try this out.
     
  3. Offline

    Jacek

    Awesome :) Let me know how you get on. It may be a bit dodgy at the moment but I am pretty sure it can work well with enough tweaking ;)
     
  4. Offline

    nisovin

    Weird optical illusion in the first image.
     
  5. Offline

    Woolcity

    This plugin. I have been waiting for it for centuries. In my mind. Thankyou. So much.

    btw- for simplicity (on the user end) would you ever consider doing something similar to controller blocks? By that I mean where you can turn the glowing blocks on and off as opposed to making it so they need to be turned on with redstone? If not I might just try putting levers on all the blocks I need lit.

    error. hmm. it worked in my test server but not online. I wonder why.

    Code:
    2011-07-25 17:33:13 [INFO] [Builder§f] loganpl: k
    2011-07-25 17:33:14 [INFO] [§4Admin§f§f] T: k?
    2011-07-25 17:33:18 [INFO] [Builder§f] icewick77: k
    2011-07-25 17:33:25 [INFO] Starting minecraft server version Beta 1.7.2
    2011-07-25 17:33:25 [INFO] Loading properties
    2011-07-25 17:33:25 [INFO] Starting Minecraft server on 50.23.67.132:25638
    2011-07-25 17:33:25 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-25 17:33:25 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-25 17:33:25 [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-25 17:33:25 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-25 17:33:25 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    2011-07-25 17:33:25 [SEVERE] Could not load 'plugins\BukkitContrib_Installer.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:199)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:89)
        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-25 17:33:25 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-07-25 17:33:25 [INFO] DataSourcePool [SimpleWarp] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-25 17:33:26 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-25 17:33:26 [INFO] Entities enhanced[0] subclassed[1]
    2011-07-25 17:33:26 [INFO] LWC: Loading shared objects
    2011-07-25 17:33:26 [INFO] Need to download 1 file(s)
    2011-07-25 17:33:26 [INFO]  - Downloading file: core.yml
    2011-07-25 17:33:48 [INFO] LWC: Protection cache: 0/10000
    2011-07-25 17:33:48 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/amd64/sqlitejdbc.dll
    2011-07-25 17:33:48 [WARNING] No Entities found in ClassPath using ClassPathReader [com.avaje.ebeaninternal.server.util.DefaultClassPathReader@38178991] Classpath Searched[[file:/D:/UserFiles/TAYLORL1/GameServers/TC68401360185604030333166/craftbukkit.jar]]
    2011-07-25 17:33:48 [INFO] Classpath search hits in jars[] pkgs[]  searchTime[4]
    2011-07-25 17:33:48 [INFO] DataSourcePool [MarioAuth] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-25 17:33:48 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-25 17:33:48 [INFO] Entities enhanced[0] subclassed[0]
    2011-07-25 17:33:48 [INFO] ControllerBlock: 1.18 by Hell_Fire
    2011-07-25 17:33:48 [INFO] ControllerBlock: Using COBBLESTONE (4) as ControllerBlock, loaded 0 disallowed types from config
    2011-07-25 17:33:57 [INFO] Read timed out
    2011-07-25 17:34:09 [INFO] [LogBlock] Version check: Can't connect to server
    2011-07-25 17:34:09 [INFO] [LogBlock] Connecting to TAYLORL1@jdbc:mysql://mysqlhost:3306/TC68401360185604030333166...
    2011-07-25 17:34:09 [INFO] Preparing level "Creative"
    2011-07-25 17:34:09 [INFO] Preparing start region for level 0 (Seed: 4032005875748431672)
    2011-07-25 17:34:10 [INFO] Preparing start region for level 1 (Seed: 3330152374987580164)
    2011-07-25 17:34:10 [INFO] Preparing spawn area: 40%
    2011-07-25 17:34:11 [INFO] [Permissions] version [2.7.4] (Phoenix)  loaded
    2011-07-25 17:34:11 [INFO] [AssignPermissions] Plugin enabled! (version1.1)
    2011-07-25 17:34:11 [INFO] AutoKick Running
    2011-07-25 17:34:11 [INFO] [AutoMessage] version [1.5] loaded
    2011-07-25 17:34:11 [INFO] [BlockHat] Found Permissions plugin. Using Permissions now.
    2011-07-25 17:34:11 [INFO] BlockHat version 1.2 by nmc94 is enabled!
    2011-07-25 17:34:11 [INFO] BukkitContrib 0.1.3 has been initialized
    2011-07-25 17:34:11 [INFO] CommandBook 1.5.2-customized enabled.
    2011-07-25 17:34:11 [INFO] CommandBook: Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
    2011-07-25 17:34:11 [INFO] CommandBook: 20 banned name(s) loaded.
    2011-07-25 17:34:11 [INFO] CommandBook: 3 kit(s) loaded.
    2011-07-25 17:34:11 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:34:11 [INFO] ControllerBlock: Enabling 'quick' redstone check - this mode of operation is depreciated and may be removed later
    2011-07-25 17:34:11 [INFO] ControllerBlock: Events registered
    2011-07-25 17:34:11 [INFO] GloWool 0.1: Failed to load lit blocks from disk, this is normal for first run.
    2011-07-25 17:34:11 [INFO] GloWool 0.1: Enabled, 0 blocks lit.
    2011-07-25 17:34:11 [INFO] [HeroicDeath] 1.8.1.156 enabled.
    2011-07-25 17:34:11 [INFO] Honeypot: Permissions plugin found, using that.
    2011-07-25 17:34:11 [INFO] Honeypot: Didn't find MCBans plugin, using default.
    2011-07-25 17:34:11 [INFO] Honeypot revision 0.7.1 by Argomirr,morganm succesfully loaded.
    2011-07-25 17:34:11 [INFO] [InstantArmor] version [1.2] is Enabled.
    2011-07-25 17:34:11 [INFO] [Moo][LivingBuilding] Has Hooked into Permissions.
    2011-07-25 17:34:11 [INFO] [Moo]LivingBuilding 3 Enabled
    2011-07-25 17:34:11 [INFO] LogBlockQuestioner v0.02 enabled
    2011-07-25 17:34:11 [INFO] [MagicCarpet] MagicCarpet version 1.5.6 is enabled!
    2011-07-25 17:34:11 [INFO] [MagicCarpet] Take yourself wonder by wonder, using /magiccarpet or /mc.
    2011-07-25 17:34:11 [INFO] [MagicCarpet] Using Permissions.
    2011-07-25 17:34:11 [INFO] MagicSpells v0.7.1 loaded!
    2011-07-25 17:34:11 [INFO] [MarioPManager] Permissions detected.
    2011-07-25 17:34:11 [INFO] [MarioPManager 0.2] started up.
    2011-07-25 17:34:11 [INFO] MobRider 0.39 enabled.
    2011-07-25 17:34:11 [INFO] MobRider: Integrated with Permissions
    2011-07-25 17:34:11 [INFO] MonsterBox version 0.1 is enabled!
    2011-07-25 17:34:11 [INFO] MoveCraft 0.6.9 Final Beta plugin enabled
    2011-07-25 17:34:11 [INFO] [MultiVerse] Permissions Found
    2011-07-25 17:34:11 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    2011-07-25 17:34:11 [INFO] [MultiVerse] Loading World & Settings - 'Creative_nether' - NETHER
    2011-07-25 17:34:11 [INFO] [MultiVerse] Loading World & Settings - 'Creative' - NORMAL
    2011-07-25 17:34:11 [INFO] [MultiVerse] Loading World & Settings - 'Aether' - SKYLANDS
    2011-07-25 17:34:11 [INFO] Preparing start region for level 2 (Seed: 5821507967561836512)
    2011-07-25 17:34:11 [INFO] [MultiVerse] Loading World & Settings - 'Survival' - NORMAL
    2011-07-25 17:34:11 [INFO] Preparing start region for level 3 (Seed: -1623774494)
    2011-07-25 17:34:12 [INFO] [MultiVerse] Loading World & Settings - 'Ocean' - SKYLANDS
    2011-07-25 17:34:12 [INFO] Preparing start region for level 4 (Seed: -896224871824012566)
    2011-07-25 17:34:12 [INFO] [MultiVerse] Loading World & Settings - 'space' - NORMAL
    2011-07-25 17:34:12 [INFO] Preparing start region for level 5 (Seed: -7250978011075145726)
    2011-07-25 17:34:13 [INFO] [MultiVerse] 6 - World(s) loaded.
    2011-07-25 17:34:13 [INFO] [MultiVerse] Loading Portals
    2011-07-25 17:34:13 [INFO] [MultiVerse] 21 - Portal(s) loaded.
    2011-07-25 17:34:13 [INFO] nChat version 0.4 is enabled!
    2011-07-25 17:34:13 [INFO] NoWeather version 1.4 is enabled!
    2011-07-25 17:34:13 [INFO] [nSpleef] Hooked into Permissions 2.7.4
    2011-07-25 17:34:13 [INFO] [nSpleef] No economy plugin found.
    2011-07-25 17:34:13 [INFO] nSpleef version 0.4.1 is enabled!
    2011-07-25 17:34:13 [INFO] [SetSpeed] Permissions found hooking in.
    2011-07-25 17:34:13 [INFO] [SetSpeed] version 1.7.1 is enabled!
    2011-07-25 17:34:13 [INFO] SignReadMore version 3.3 is enabled!
    2011-07-25 17:34:13 [INFO] SimpleHome: Loading homelist...
    2011-07-25 17:34:13 [INFO] done.
    2011-07-25 17:34:13 [INFO] SimpleHome version 1.5 is enabled!
    2011-07-25 17:34:13 [INFO] SimpleWarp v1.1.0 has been enabled
    2011-07-25 17:34:13 [INFO] Found permissions. Using them for SpyerAdmin.
    2011-07-25 17:34:34 [SEVERE] java.net.ConnectException: Connection timed out: connect
    2011-07-25 17:34:34 [SEVERE]     at java.net.PlainSocketImpl.socketConnect(Native Method)
    2011-07-25 17:34:34 [SEVERE]     at java.net.PlainSocketImpl.doConnect(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at java.net.PlainSocketImpl.connect(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at java.net.SocksSocketImpl.connect(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at sun.net.NetworkClient.doConnect(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at sun.net.www.http.HttpClient.<init>(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at nickguletskii200.SpyerAdmin.Updater.download(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at nickguletskii200.SpyerAdmin.SpyerAdmin.onEnable(Unknown Source)
    2011-07-25 17:34:34 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    2011-07-25 17:34:34 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
    2011-07-25 17:34:34 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    2011-07-25 17:34:34 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    2011-07-25 17:34:34 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    2011-07-25 17:34:34 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    2011-07-25 17:34:34 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    2011-07-25 17:34:34 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    2011-07-25 17:34:34 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    2011-07-25 17:34:34 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-25 17:34:34 [INFO] SpyerAdmin has completed updating the script successfully.
    2011-07-25 17:34:34 [INFO] SpyerAdmin module version 1.2 stable, a spying utility for administrators and moderators, is active. Part of the Spyer package by [nickguletskii200]
    2011-07-25 17:34:34 [INFO] [StyxSpace] Found and will use plugin Permissions v2.7.4
    2011-07-25 17:34:34 [INFO] [StyxSpace] Enabled version 1.0 [Graduation]
    2011-07-25 17:34:34 [INFO] Superpickaxe v0.3 by DiddiZ enabled
    2011-07-25 17:34:34 [INFO] TieDyeSheep version 0.1.1 is enabled!
    2011-07-25 17:34:34 [INFO] Vanilla version 0.1 is enabled!
    2011-07-25 17:34:34 [INFO] [VoxelSniper] Config loaded
    2011-07-25 17:34:34 [INFO] VoxelSniper version 4.748c is enabled! Snipe away.
    2011-07-25 17:34:34 [INFO] Wool_Color_Spawner: Wool Color Giver version 0.2.1 is enabled!
    2011-07-25 17:34:34 [INFO] Wool_Color_Spawner: Permissions plugin found, switching to its permissions
    2011-07-25 17:34:34 [INFO] WorldEdit 4.6 enabled.
    2011-07-25 17:34:34 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:34:34 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-25 17:34:34 [INFO] WorldGuard: Blacklist loaded.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Creative) Single session is enforced.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Creative) TNT ignition is blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Creative) Lighters are blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Creative) Lava fire is blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Creative) All fire spread is disabled.
    2011-07-25 17:34:34 [INFO] WorldGuard: Loaded configuration for world 'Creative"
    2011-07-25 17:34:34 [INFO] WorldGuard: (Creative_nether) Single session is enforced.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Creative_nether) TNT ignition is blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Creative_nether) Lighters are blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Creative_nether) Lava fire is blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Creative_nether) All fire spread is disabled.
    2011-07-25 17:34:34 [INFO] WorldGuard: Loaded configuration for world 'Creative_nether"
    2011-07-25 17:34:34 [INFO] WorldGuard: (Aether) Single session is enforced.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Aether) TNT ignition is blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Aether) Lighters are blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Aether) Lava fire is blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Aether) All fire spread is disabled.
    2011-07-25 17:34:34 [INFO] WorldGuard: Loaded configuration for world 'Aether"
    2011-07-25 17:34:34 [INFO] WorldGuard: (Survival) Single session is enforced.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Survival) TNT ignition is PERMITTED.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Survival) Lighters are PERMITTED.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Survival) Lava fire is PERMITTED.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Survival) Fire spread is UNRESTRICTED.
    2011-07-25 17:34:34 [INFO] WorldGuard: Loaded configuration for world 'Survival"
    2011-07-25 17:34:34 [INFO] WorldGuard: (Ocean) Single session is enforced.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Ocean) TNT ignition is blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Ocean) Lighters are blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Ocean) Lava fire is blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (Ocean) All fire spread is disabled.
    2011-07-25 17:34:34 [INFO] WorldGuard: Loaded configuration for world 'Ocean"
    2011-07-25 17:34:34 [INFO] WorldGuard: (space) Single session is enforced.
    2011-07-25 17:34:34 [INFO] WorldGuard: (space) TNT ignition is blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (space) Lighters are blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (space) Lava fire is blocked.
    2011-07-25 17:34:34 [INFO] WorldGuard: (space) All fire spread is disabled.
    2011-07-25 17:34:34 [INFO] WorldGuard: Loaded configuration for world 'space"
    2011-07-25 17:34:34 [INFO] WorldGuard: 19 regions loaded for 'Creative'
    2011-07-25 17:34:34 [INFO] WorldGuard: 10 regions loaded for 'Aether'
    2011-07-25 17:34:34 [INFO] WorldGuard 5.2.2 enabled.
    2011-07-25 17:34:34 [INFO] XSigns info: 20 XSigns loaded
    2011-07-25 17:34:34 [INFO] XSigns version 0.7 is enabled!
    2011-07-25 17:34:34 [INFO] [LogBlock] Permissions found.
    2011-07-25 17:34:34 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    2011-07-25 17:34:34 [INFO] Logblock v1.10 enabled.
    2011-07-25 17:34:34 [SEVERE] Error occurred while enabling LWC v3.3 (Is it up to date?): null
    java.lang.NullPointerException
        at java.util.Locale.toLowerCase(Unknown Source)
        at java.util.Locale.convertOldISOCodes(Unknown Source)
        at java.util.Locale.<init>(Unknown Source)
        at java.util.Locale.<init>(Unknown Source)
        at com.griefcraft.lwc.LWCPlugin.onEnable(LWCPlugin.java:287)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:857)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-25 17:34:34 [INFO] [MarioAuth 3.0.2] Shifting the server security to the next level!
    2011-07-25 17:34:34 [INFO] [MarioAuth 3.0.2] (c) 2011 mario182
    2011-07-25 17:34:34 [INFO] [MarioAuth 3.0.2] Starting up...
    2011-07-25 17:34:37 [INFO] [MarioAuth] Permissions detected.
    2011-07-25 17:34:37 [INFO] [MarioAuth] Connecting to database...
    2011-07-25 17:34:37 [INFO] jdbc:mysql://mysqlhost/TC68401360185604030333166?user=TAYLORL1&password=*****
    2011-07-25 17:34:37 [INFO] [MarioAuth] 287 users in Auth DB detected.
    2011-07-25 17:34:37 [INFO] [MarioAuth] Version 3.0.2 enabled!
    2011-07-25 17:34:37 [INFO] Done (2.742s)! For help, type "help" or "?"
    2011-07-25 17:34:37 [INFO] [nSpleef] Arenas loaded!
    2011-07-25 17:34:37 [INFO] ControllerBlock: Loaded v4 data - 170 ControllerBlocks loaded
    2011-07-25 17:34:37 [INFO] /24.23.47.131:64602 lost connection
    2011-07-25 17:34:37 [INFO] /98.217.139.192:56459 lost connection
    2011-07-25 17:34:37 [INFO] /24.16.0.122:62944 lost connection
    2011-07-25 17:34:37 [INFO] /98.217.139.192:56474 lost connection
    2011-07-25 17:34:37 [INFO] /24.23.47.131:64603 lost connection
    2011-07-25 17:34:37 [INFO] /98.217.139.192:56477 lost connection
    2011-07-25 17:34:37 [INFO] /98.217.139.192:56480 lost connection
    2011-07-25 17:34:37 [INFO] /24.23.47.131:64614 lost connection
    2011-07-25 17:34:37 [INFO] T [/24.16.0.122:62981] logged in with entity id 637 at ([space]
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  6. Offline

    Jacek

    I started looking for one when I first made the balloon in the image, fairly surprised when there was not one really.

    I hope to be able to add all kinds of configuration options and cool stuff. I was thinking of having three modes, redstone, selection (the one you asked for) and a tool (left click with a torch lights a block). But we will have to see if the basics can be made to work well enough first.

    Looks okay to me :? You have a load of other plugins that fail to load though, maybe try updating to #1000 ?

    Wow ! I didn't even notice that, now I cant un-see it, thanks ! ;)

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

    Woolcity

    left clicking with a torch? that's a much better (and probably easier) way to do it than what I suggested.

    just checked the brohoster console... turns out that, yeah! We haven;t updated to 1000 yet. so let me give it a go.
    ...
    ...

    ...
    success. good call. can't believe I missed that. well I look forward to seeing your future updates good sir. =D

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

    Jacek

    Yeah, but that only works for pixel art, you need the other ways for animation ;) To be honest though, animations are just going to cause client bugs.

    Ah good news, I have some more boring stuff to do but I really want to get this finished within a few days.
     
  9. Offline

    DrBowe

    Oh hell. Now I can't 'un-see' the hot air balloon that is inverted.
     
  10. Offline

    Woolcity

    could not pass physics_event or something. anyways, my server log gained 40mb since the install.
    proof of concept is good though. It works. in the name of science. lol.
     
  11. Offline

    Jacek

    Can you post the full error, not the 40MB log just one will do. I guess it is a conflict with another plugin though.

    Can you also try v0.1.1 which I just uploaded and am about to update the first post for.

    This is a bit unrelated, but how do I edit the topic title ? :confused:

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
    Woolcity likes this.
  12. Offline

    Woolcity

    perhaos you edit your previous post? xD
    also hang on. let me get the log.

    ..... idk what happened. but it isn't spamming anymore. multiverse (after importing space world) ends up generating new terrain though. any way to fix this? I'm willing to scrap multiverse as it kind of sucks right now. >___< 2011-07-25_15.55.52.png 2011-07-27_10.56.55.png

    ah! we updated. you already fixed the problem, good job. :)
     

    Attached Files:

    Last edited by a moderator: May 18, 2016
  13. Offline

    Jacek


    There is no title box :s

    I have no idea about multiverse as I don't use it, I was planning to add a creative world to my server at some point but haven't got around to it yet. Most problems can be fixed by updating, make sure you are using the most recent version of everything, including the Minecraft client.



    I guess I fixed it by accident ;)

    Finally, Buy the game !
     
  14. Offline

    Woolcity

    I have bou
    I've purchased the game fair and square. xD my name is Pangamma. I'm just too lazy to type things like /give pangamma 20 500 all the time.
    much easier to use /give T 20 500.

    (though I suppose thanks to autocomplete maybe I could use pangamma now. ) hmm
     
  15. This, is full of win ! :)
     
  16. Offline

    Jacek

    That's fair enough then ;)

    you can also do /i 20 500 which will do the same as /give your_name 20 500 if you have one of the plugins that provides that command, or ge the client mod "Too Many Items"

    Thanks !
     
  17. Offline

    superbomb17

    Would ou mind PMig me source code? I'm interested in going through this :)
     
  18. Offline

    Jacek

    Will do :)
     
  19. Offline

    matthayez011

    can you make a config which allows any block to glow?
     
  20. Offline

    Jacek

    I can, although that would make the name kind of wrong.

    I will add it to the list of planned things, might be a little while coming though.
     
  21. Offline

    matthayez011

    thats alright, you should also make a config for not needing redstone if you like an op you can just use a command
     
  22. Offline

    Jacek

    Read the list of planned changes that is already on the list ;)
     
  23. Offline

    Jacek

    Done now, if your config file already exists you will need to manually change it to look like this

    Code:
    relight-freq: 2
    block-ids:
    - 35
    
     
  24. Offline

    Tauryuu

    Can you make them glow command-based in addition to redstone?
     
  25. Offline

    Jacek

  26. Offline

    Woolcity

    but wait! What about <Thing you already explained> and <issue that is already on your todo list>?? D:
     
  27. Offline

    Jacek

    That was my point ;)
     
  28. Offline

    Woolcity

    Very good sir. xD
    so what have you been working on, can I come on your server and see your newest advances? =]
     
  29. Offline

    Jacek

    Today I have been attempting to make a custom map generator which has been fun ! I am a bit stuck with GloWool so an leaving it for a bit to have a second go in the hope that all the problems solve themselves ;)

    You can join my server (anyone can its public) but the public world is pretty much brand new so don't expect any cool stuff, the IP is "sv2.xhcp.co.uk" if you want to come on.
     
  30. Offline

    Plague

    I came upon this by accident, but is this ready to be released? since there is a donwload link... no need to be here in WIP section then
     

Share This Page