[FUN] RaveBlox v1.3b - Tired of boring old wool blocks? Turn them into RaveBlox [803]

Discussion in 'Inactive/Unsupported Plugins' started by dv90, Mar 12, 2011.

  1. Offline

    dv90

    RaveBlox
    Fun, customizable, color changing wool blocks.
    Now With Persistence!

    [DEAD]
    Source: <Edit by Moderator: Redacted mediafire url>

    <font color="#ff0000">This plugin is dead and I will no longer develop for it. If you want to continue the work, go right ahead.</font>

    RaveBlox gives you the ability to place wool blocks that change colors according to custom patterns defined by the /rave command.

    Note about server reloads/restarts:
    After reloads/restarts, players may lose their patterns list, but blocks will still change colors. Just use the set command to recreate the lost patterns. This should be fixed in the next update.

    Redstone:
    The redstone option allows the blocks to change color all the time unless they have a redstone current.
    The redstone-only option allows blocks to only change when they have a redstone current.

    Colored wool:
    Set the drop-colored-wool option to false if you are using this on a survival server or don't want the blocks to drop colored wool.


    Show Spoiler



    Features:
    * Supports all colors of wool
    * Customizable delay time (in milliseconds; by server admin in a properties file)
    * Fully customizable color patterns
    * Saves recent patterns for easy selection later
    * View all recent patterns in a simple list
    * Easily manage patterns with set, use, list, and del
    * Ability to sync one or all patterns
    * Easily return to normal wool blocks with a simple command
    * Can be powered directly and indirectly by redstone.
    * Supports Permissions

    Commands:
    * /rave set color1 color2 color3 - Sets the current color pattern; unlimited number of colors
    * /rave list - Shows all patterns with the pattern number in [ ]'s and corresponding colors
    * /rave use # - Selects the pattern with the specified id; use list to find the id
    * /rave del # - Deletes the specified pattern
    * /rave sync [#] - Syncs all patterns. If you specify a pattern id, it will sync only that one. This starts the pattern over so all blocks in the pattern are the same color.
    * /rave clear - Stops using the current pattern and allows you to place normal wool blocks again.

    Tutorial:
    1. Type /rave set red blue green
    2. Place wool anywhere
    3. ???
    4. Profit!

    Permissions Info:
    * raveblox.set
    * raveblox.clear
    * raveblox.sync
    * raveblox.del
    * raveblox.use
    * raveblox.list


    To Do:
    * /rave stop [#] - Stop all or certain patterns from changing colors.
    * /rave start [#] - Start all or certain patterns.
    * Add support for stopping/syncing of multiple patterns instead of all or one.
    * Fix a couple minor bugs.


    Changelog:
    v1.3_01b - Current
    * Fixed permissions support

    v1.3b
    * Added persistence and fixed a couple bugs.
    * Redstone/Redstone-Only and Drop-Colored-Wool are now configurable options.
     
    Last edited by a moderator: Dec 14, 2016
    BLOWUPFISH, EarlyLegend and Treyzania like this.
  2. Offline

    noahwhygodwhy

    do you have essentials? if you could post the startup of your server, i could maybe find the problem plugin, cause that's what it usually is.
     
  3. Offline

    kmccmk9

    I do not have essentials. I wish I could post startup but there's no way to copy and paste all that text before its gone. I could record the window and make a short quick video?
     
  4. Offline

    noahwhygodwhy

    that many plugins? wow, yea, a video would be useful in figuring out which is the problem.
     
  5. Offline

    kmccmk9

    Unless the server log file would list them all?
     
  6. Offline

    noahwhygodwhy

    The server log would have them all, that would be useful to post
     
  7. Offline

    mrkillit

    Hi, I have been getting the below error consistantly. I have tracked it down to RaveBlox by disabling plugins one at a time. The error does not always come up right away but always appears within an hour of restarting the server, the example below shows it throwing the error immediatly after the server finishes starting. There are no other errors in the log file. I have also included a list of other plugins I have installed. I tried disabling the Essentials plugins just to see if there was a conflict but I still received the error with all Essentials plugins disabled.

    Thanks

    Code:
    011-05-24 19:39:41 [INFO] Done (0.757s)! For help, type "help" or "?"
    2011-05-24 19:40:11 [SEVERE] java.lang.IllegalStateException: TickNextTick list out of synch
    2011-05-24 19:40:11 [SEVERE]    at net.minecraft.server.World.a(World.java:1702)
    2011-05-24 19:40:11 [SEVERE]    at net.minecraft.server.World.doTick(World.java:1467)
    2011-05-24 19:40:11 [SEVERE]    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    2011-05-24 19:40:11 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    2011-05-24 19:40:11 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    2011-05-24 19:40:11 [SEVERE] Unexpected exception
    java.lang.IllegalStateException: TickNextTick list out of synch
            at net.minecraft.server.World.a(World.java:1702)
            at net.minecraft.server.World.doTick(World.java:1467)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
    BigBrother - 1.8-SNAPSHOT
    BigCatch - 0.7
    BlocksOnGlass - 0.11
    CraftIRC - 2.0 Preview 11
    dynmap - 0.16.1
    Essentials - 2.2.21
    EssentialsChat - 2.2.21
    EssentialsGeoIP - 2.2.21
    FenceStack - 1.13
    MinecartManiaCore - 1.2.4
    Permissions - 2.6
    PluginInfo - 0.1.3
    PorteCoulissante - 1.2.1
    RetractableBridge - 1.3.6
    Sprint - 0.7
    Stargate - 0.4.3
    Vanish - 1.5.2
    Wings - 1.2
    WorldEdit - 4.5
    WorldGuard - 5.0-alpha10
    WormholeXTreme - 0.854
     
  8. Offline

    noahwhygodwhy

    if you could post the plugin start up that would be good, thats where it tells which plugin is causing it
     
  9. Offline

    kmccmk9

    I will edit this post with all information I can provide. Takes a little time for me to attempt to get information off server since I access it through a terminal
     
  10. Offline

    noahwhygodwhy

    truthfully what you could do is delete one, test it, reinstall it and delete the next and repeat. It's kinda slow, but it works
     
  11. Offline

    mrkillit

    Here is my complete startup:
    The first is without RaveBlox and the second is with RaveBlox. Notice with RaveBlox it throws the error almost immediately, and without RaveBlox it remains stable. Could it be a conflict with one of my other plugins? I have added a few more and removed Essentials.

    Code:
    146 recipes
    16 achievements
    22:38:41 [INFO] Starting minecraft server version Beta 1.5_02
    22:38:41 [INFO] Loading properties
    22:38:41 [INFO] Starting Minecraft server on *:25570
    22:38:41 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-753-g34e310c-b803jnks (MC: 1.5_02)
    22:38:42 [INFO] Preparing level "world"
    22:38:42 [INFO] Preparing start region
    22:38:43 [INFO] Preparing spawn area: 77%
    22:38:43 [INFO] [Permissions] (Phoenix) was Initialized.
    22:38:43 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    22:38:43 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    22:38:44 [INFO] Entities enhanced[0] subclassed[2]
    22:38:44 [INFO] [WormholeXTreme][v0.854] Load Beginning.
    22:38:45 [INFO] [WormholeXTreme][v0.854] Wormhole Worlds support disabled in settings.txt, loading stargates and worlds ourself.
    22:38:45 [WARNING] [WormholeXTreme] Unable to get sign for stargate: Home and will be unable to change dial target.
    22:38:45 [INFO] [WormholeXTreme] 2 Wormholes loaded from WormholeDB.
    22:38:45 [INFO] [WormholeXTreme][v0.854] Load Completed.
    22:38:45 [INFO] [Permissions] version [2.6] (Phoenix)  loaded
    22:38:45 [INFO] [Sprint] v0.7 is enabled!
    22:38:45 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled
    22:38:45 [INFO] [InvinciWolf] Permissions found hooking in.
    22:38:45 [INFO] [InvinciWolf] version 1.5.1 is enabled!
    22:38:46 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    22:38:46 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.4 is enabled!
    22:38:46 [INFO] [BBROTHER] ------------------------------------
    22:38:46 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    22:38:46 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    22:38:46 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    22:38:46 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    22:38:46 [INFO] [BBROTHER] ------------------------------------
    22:38:46 [INFO] All items will be kept
    22:38:46 [INFO] [BBROTHER] BBData MySQL Driver r1 loaded!
    22:38:46 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.6
    22:38:46 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    22:38:46 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #443) enabled!
    22:38:46 [INFO] CommandBook 1.5.1 enabled.
    22:38:46 [INFO] CommandBook: 0 banned name(s) loaded.
    22:38:46 [INFO] CommandBook: 1 kit(s) loaded.
    22:38:46 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    22:38:46 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    22:38:46 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    22:38:46 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    22:38:46 [INFO] Loading renderer 'org.dynmap.kzedmap.CaveTileRenderer'...
    22:38:46 [INFO] Activated world 'world' in Dynmap.
    22:38:46 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    22:38:46 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    22:38:46 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    22:38:46 [INFO] Activated world 'nether' in Dynmap.
    22:38:46 [INFO] Dynmap WebServer started on null:8123
    22:38:46 [INFO] [dynmap] version 0.16.1 is enabled
    22:38:46 [INFO] [Wings] Wings (6): 1.2 loaded.
    22:38:46 [INFO] Stargate v.0.4.3 is enabled.
    22:38:46 [INFO] [Stargate] Loaded 1 gate layouts
    22:38:46 [INFO] [Stargate] {world} No stargates for world
    22:38:46 [INFO] [Stargate] {nether} No stargates for world
    22:38:46 [INFO] [Stargate] Found Permissions (v2.6)
    22:38:46 [INFO] Permissions detected by CraftIRC.
    22:38:46 [INFO] CraftIRC Enabled.
    22:38:46 [INFO] CraftIRC DEBUG [OFF]
    22:38:46 [INFO] FenceStack version 1.13 loaded.
    22:38:46 [INFO] Vanish 1.5.2 loaded.
    22:38:46 [INFO] ChairCraft 1.2.2 is enabled.
    22:38:46 [INFO] [PluginInfo] Permissions plugin detected.
    22:38:46 [INFO] [PluginInfo] 'Help' isn't detected. No /help support.
    22:38:46 [INFO] [PluginInfo] PluginInfo 0.1.3 enabled
    22:38:46 [INFO] [PluginInfo] Saving data into file: /usr/local/bukkit/v1.5_02_b803/plugins/PluginInfo/plugins.xml
    22:38:47 [INFO] [PluginInfo] §2XML export succesful
    22:38:47 [INFO] [RetractableBridge] plugin version 1.3.6 by Captain_Chaos enabled
    22:38:47 [INFO] WorldEdit 4.5 enabled.
    22:38:47 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    22:38:47 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    22:38:47 [INFO] WorldGuard: (world) Single session is enforced.
    22:38:47 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    22:38:47 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    22:38:47 [INFO] WorldGuard: (world) Lava fire is PERMITTED.
    22:38:47 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    22:38:47 [INFO] WorldGuard: Loaded configuration for world 'world"
    22:38:47 [INFO] WorldGuard: (nether) Single session is enforced.
    22:38:47 [INFO] WorldGuard: (nether) TNT ignition is PERMITTED.
    22:38:47 [INFO] WorldGuard: (nether) Lighters are PERMITTED.
    22:38:47 [INFO] WorldGuard: (nether) Lava fire is blocked.
    22:38:47 [INFO] WorldGuard: (nether) Fire spread is UNRESTRICTED.
    22:38:47 [INFO] WorldGuard: Loaded configuration for world 'nether"
    22:38:47 [INFO] WorldGuard: 7 regions loaded for 'world'
    22:38:47 [INFO] WorldGuard 5.0-alpha10 enabled.
    22:38:47 [INFO] BlocksOnGlass version 0.11 is enabled!
    22:38:47 [INFO] Big Catch version 0.7 is enabled.
    22:38:47 [INFO] [MYWARP]: 1 warps loaded
    22:38:47 [INFO] [MYWARP] Permissions enabled using: Permissions v2.6
    22:38:47 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    22:38:47 [INFO] MyWarp 1.10.7 enabled
    22:38:47 [INFO] [WormholeXTreme][v0.854] Enable Beginning.
    22:38:47 [INFO] [WormholeXTreme] Attached to Permissions version 2.6
    22:38:47 [INFO] [WormholeXTreme] Complex Permissions Enabled
    22:38:47 [INFO] [WormholeXTreme] Help Plugin not yet available - there will be no Help integration until loaded.
    22:38:47 [INFO] [WormholeXTreme][v0.854] Enable Completed.
    22:38:47 [INFO] Done (0.548s)! For help, type "help" or "?"
    >list
    22:57:02 [INFO] 0 players are online.

    Code:
    146 recipes
    16 achievements
    22:37:18 [INFO] Starting minecraft server version Beta 1.5_02
    22:37:18 [INFO] Loading properties
    22:37:18 [INFO] Starting Minecraft server on *:25570
    22:37:18 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-753-g34e310c-b803jnks (MC: 1.5_02)
    22:37:18 [INFO] Preparing level "world"
    22:37:18 [INFO] Preparing start region
    22:37:19 [INFO] Preparing spawn area: 89%
    22:37:19 [INFO] [Permissions] (Phoenix) was Initialized.
    22:37:19 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    22:37:20 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    22:37:20 [INFO] Entities enhanced[0] subclassed[2]
    22:37:21 [INFO] [WormholeXTreme][v0.854] Load Beginning.
    22:37:21 [INFO] [WormholeXTreme][v0.854] Wormhole Worlds support disabled in settings.txt, loading stargates and worlds ourself.
    22:37:21 [WARNING] [WormholeXTreme] Unable to get sign for stargate: Home and will be unable to change dial target.
    22:37:22 [INFO] [WormholeXTreme] 2 Wormholes loaded from WormholeDB.
    22:37:22 [INFO] [WormholeXTreme][v0.854] Load Completed.
    22:37:22 [INFO] [Permissions] version [2.6] (Phoenix)  loaded
    22:37:22 [INFO] [Sprint] v0.7 is enabled!
    22:37:22 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled
    22:37:22 [INFO] [InvinciWolf] Permissions found hooking in.
    22:37:22 [INFO] [InvinciWolf] version 1.5.1 is enabled!
    22:37:22 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    22:37:22 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.4 is enabled!
    22:37:22 [INFO] [BBROTHER] ------------------------------------
    22:37:22 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    22:37:22 [INFO] [BBROTHER] Please note that, since this is far from complete, there will be many bugs.
    22:37:22 [INFO] [BBROTHER] IF YOU FIND ANY BUGS, PLEASE REPORT THEM ON http://bugs.nexisonline.net/bb
    22:37:22 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for updates and build notifications.
    22:37:22 [INFO] [BBROTHER] ------------------------------------
    22:37:22 [INFO] All items will be kept
    22:37:23 [INFO] [BBROTHER] BBData MySQL Driver r1 loaded!
    22:37:23 [INFO] [BBROTHER] Permissions enabled using: Permissions v2.6
    22:37:23 [WARNING] [BBROTHER] 'Help' isn't detected. No /help support
    22:37:23 [INFO] [BBROTHER] BigBrother 1.8-SNAPSHOT (build #443) enabled!
    22:37:23 [INFO] CommandBook 1.5.1 enabled.
    22:37:23 [INFO] CommandBook: 0 banned name(s) loaded.
    22:37:23 [INFO] CommandBook: 1 kit(s) loaded.
    22:37:23 [INFO] CommandBook: Permissions plugin detected! Using Permissions plugin for permissions.
    22:37:23 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    22:37:23 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    22:37:23 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    22:37:23 [INFO] Loading renderer 'org.dynmap.kzedmap.CaveTileRenderer'...
    22:37:23 [INFO] Activated world 'world' in Dynmap.
    22:37:23 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    22:37:23 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    22:37:23 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    22:37:23 [INFO] Activated world 'nether' in Dynmap.
    22:37:23 [INFO] Dynmap WebServer started on null:8123
    22:37:23 [INFO] [dynmap] version 0.16.1 is enabled
    22:37:23 [INFO] [Wings] Wings (6): 1.2 loaded.
    22:37:23 [INFO] Stargate v.0.4.3 is enabled.
    22:37:23 [INFO] [Stargate] Loaded 1 gate layouts
    22:37:23 [INFO] [Stargate] {world} No stargates for world
    22:37:23 [INFO] [Stargate] {nether} No stargates for world
    22:37:23 [INFO] [Stargate] Found Permissions (v2.6)
    22:37:23 [INFO] Permissions detected by CraftIRC.
    22:37:23 [INFO] CraftIRC Enabled.
    22:37:23 [INFO] CraftIRC DEBUG [OFF]
    22:37:23 [INFO] [RaveBlox] Permissions 2.6 enabled for use.
    22:37:23 [INFO] [RaveBlox] Loaded 1082 blocks.
    22:37:23 [INFO] RaveBlox 1.3a enabled
    22:37:23 [INFO] FenceStack version 1.13 loaded.
    22:37:23 [INFO] Vanish 1.5.2 loaded.
    22:37:23 [INFO] ChairCraft 1.2.2 is enabled.
    22:37:23 [INFO] [PluginInfo] Permissions plugin detected.
    22:37:23 [INFO] [PluginInfo] 'Help' isn't detected. No /help support.
    22:37:23 [INFO] [PluginInfo] PluginInfo 0.1.3 enabled
    22:37:24 [INFO] [PluginInfo] Saving data into file: /usr/local/bukkit/v1.5_02_b803/plugins/PluginInfo/plugins.xml
    22:37:24 [INFO] [PluginInfo] §2XML export succesful
    22:37:24 [INFO] [RetractableBridge] plugin version 1.3.6 by Captain_Chaos enabled
    22:37:24 [INFO] WorldEdit 4.5 enabled.
    22:37:24 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    22:37:24 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    22:37:24 [INFO] WorldGuard: (world) Single session is enforced.
    22:37:24 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    22:37:24 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    22:37:24 [INFO] WorldGuard: (world) Lava fire is PERMITTED.
    22:37:24 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    22:37:24 [INFO] WorldGuard: Loaded configuration for world 'world"
    22:37:24 [INFO] WorldGuard: (nether) Single session is enforced.
    22:37:24 [INFO] WorldGuard: (nether) TNT ignition is PERMITTED.
    22:37:24 [INFO] WorldGuard: (nether) Lighters are PERMITTED.
    22:37:24 [INFO] WorldGuard: (nether) Lava fire is blocked.
    22:37:24 [INFO] WorldGuard: (nether) Fire spread is UNRESTRICTED.
    22:37:24 [INFO] WorldGuard: Loaded configuration for world 'nether"
    22:37:24 [INFO] WorldGuard: 7 regions loaded for 'world'
    22:37:24 [INFO] WorldGuard 5.0-alpha10 enabled.
    22:37:24 [INFO] BlocksOnGlass version 0.11 is enabled!
    22:37:24 [INFO] Big Catch version 0.7 is enabled.
    22:37:24 [INFO] [MYWARP]: 1 warps loaded
    22:37:24 [INFO] [MYWARP] Permissions enabled using: Permissions v2.6
    22:37:24 [WARNING] [MYWARP] 'Help' isn't detected. No /help support.
    22:37:24 [INFO] MyWarp 1.10.7 enabled
    22:37:24 [INFO] [WormholeXTreme][v0.854] Enable Beginning.
    22:37:24 [INFO] [WormholeXTreme] Attached to Permissions version 2.6
    22:37:24 [INFO] [WormholeXTreme] Complex Permissions Enabled
    22:37:24 [INFO] [WormholeXTreme] Help Plugin not yet available - there will be no Help integration until loaded.
    22:37:24 [INFO] [WormholeXTreme][v0.854] Enable Completed.
    22:37:24 [INFO] Done (0.588s)! For help, type "help" or "?"
    22:37:28 [SEVERE] java.lang.IllegalStateException: TickNextTick list out of synch
    22:37:28 [SEVERE]       at net.minecraft.server.World.a(World.java:1702)
    22:37:28 [SEVERE]       at net.minecraft.server.World.doTick(World.java:1467)
    22:37:28 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    22:37:28 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    22:37:28 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    22:37:28 [SEVERE] Unexpected exception
    java.lang.IllegalStateException: TickNextTick list out of synch
            at net.minecraft.server.World.a(World.java:1702)
            at net.minecraft.server.World.doTick(World.java:1467)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  12. Offline

    kmccmk9

    Ok I swear I posted the link to a paste bin file. Anyone see it?

    Edit: found it in another thread.

    Ok here is a link to my server log which contains startup and error.

    Pastebin Link
     
  13. Offline

    noahwhygodwhy

    item craft looks like its outdated, try updating it.
     
  14. Offline

    kmccmk9

    Ok, with ItemCraft completely gone, I still get this error

    Code:
    23:30:58 [SEVERE] java.lang.IllegalStateException: TickNextTick list out of synch
    23:30:58 [SEVERE]       at net.minecraft.server.World.a(World.java:1702)
    23:30:58 [SEVERE]       at net.minecraft.server.World.doTick(World.java:1467)
    23:30:58 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    23:30:58 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    23:30:58 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    23:30:58 [SEVERE] Unexpected exception
    java.lang.IllegalStateException: TickNextTick list out of synch
            at net.minecraft.server.World.a(World.java:1702)
            at net.minecraft.server.World.doTick(World.java:1467)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    
     
  15. Offline

    Tulips

    um........ the whole idea is to have it on SMP ... what where you thinking making a "PLUGIN" that isnt made for SMP? lol plugins dont work as mods unless you make it a mod it only works for SMP
     
  16. Offline

    kmccmk9

    Just for the record I fixed the tick exception by removing the plugin. It appears this plugin was causing it
     
  17. Offline

    IEpiclyOwn

    does this work with 1.5 servers
     
  18. Offline

    Lehran

    the /rave command wasn't working for me (gave unknown console command), and I noticed when looking as to why that you don't have a commands: section in your plugin.yml. Once I added that to mine and re-made the jar, the command worked fine.

    You might also want to add a softdepend: Permissions (or however that directive is formatted) in your plugin.yml to ensure that Permissions, if it exists, gets loaded before RaveBlox
     
  19. Offline

    noahwhygodwhy

    cough cough server overload cough cough, but great plugin, we've crashed our server at least 5 times with this, but it's just so cool i can't get rid of it.
     
  20. Offline

    svict4

    Several issues with this plugin atm :(

    Other than the commands saying that this command doesn't exist...
    when trying to place signs, it deletes the text every time the wool ticks :( making it impossible to do
    of course i haven't tried place when rave has stopped, mainly because the command doesn't work either :(

    Other than that, it works great :D looks stunning but just needs to work on it abit more
     
  21. Offline

    noahwhygodwhy

    love it.
    [​IMG]
    gave everyone a headache though.
     
  22. Offline

    kingmike9

    will this be updated for 818? because i love the idea of this mod and want to try it out
     
  23. Offline

    noahwhygodwhy

    it's a cool mod, as you can see in my pic above, but what about 860?
     
  24. Offline

    Cooliosperosous

    Dude, I love your plugin so much! But as soon as 1.6 came out, now all it does is crash my server. I'm so sad :(
     
  25. Offline

    noahwhygodwhy

    did you update?
     
  26. Offline

    Cooliosperosous

    Yes, I have updated. Still completely crashes my server
     
  27. Offline

    noahwhygodwhy

    hmm...don't suppose any errors, you would of posted them. I don't really know, can you post your startup?
     
  28. Offline

    Cooliosperosous

    So when I don't have your plugin installed, it's a completely normal startup, no problems. When I start it up with your plugin, it's fine for awhile, until this error appears:

    10:30:48 [SEVERE] java.lang.NullPointerException
    10:30:48 [SEVERE] at net.minecraft.server.World.doLighting(World.java:1524)
    10:30:48 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:443)
    10:30:48 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    10:30:48 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    10:30:48 [SEVERE] Unexpected exception
    java.lang.NullPointerException
    at net.minecraft.server.World.doLighting(World.java:1524)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:443)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    10:30:48 [SEVERE] Exception in thread "Thread-21"
    10:30:48 [SEVERE] java.lang.NullPointerException
    10:30:48 [SEVERE] at net.minecraft.server.World.a(World.java:1572)
    10:30:48 [SEVERE] at net.minecraft.server.World.a(World.java:1537)
    10:30:48 [SEVERE] at net.minecraft.server.Chunk.a(Chunk.java:263)
    10:30:48 [SEVERE] at net.minecraft.server.World.setRawTypeIdAndData(World.java:288)
    10:30:48 [SEVERE] at net.minecraft.server.BlockStationary.i(BlockStationary.java:34)
    10:30:48 [SEVERE] at net.minecraft.server.BlockStationary.doPhysics(BlockStationary.java:26)
    10:30:48 [SEVERE] at net.minecraft.server.World.k(World.java:450)
    10:30:48 [SEVERE] at net.minecraft.server.World.applyPhysics(World.java:429)
    10:30:48 [SEVERE] at net.minecraft.server.World.update(World.java:398)
    10:30:48 [SEVERE] at net.minecraft.server.World.setData(World.java:340)
    10:30:48 [SEVERE] at org.bukkit.craftbukkit.block.CraftBlock.setData(CraftBlock.java:91)
    10:30:48 [SEVERE] at net.dv90.raveblox.rbBlock.nextColor(rbBlock.java:74)
    10:30:48 [SEVERE] at net.dv90.raveblox.rbLoop.run(rbLoop.java:37)
    10:30:48 [SEVERE] at java.lang.Thread.run(Thread.java:680)
     
  29. Offline

    hatninja

    i was gonna get this until i read
    Requirements: permissions
    plz make this for non permission servers too
     
  30. Offline

    Cooliosperosous

    or you can drag the permissions plugin to your plugins folder, and just leave it at that. It should automatically let everyone use it
     
  31. Offline

    Bronski

    Got this when I put a block down at one point today and all the blocks stopped working:

    00:41:53 [SEVERE] Exception in thread "Thread-26"
    00:41:53 [SEVERE] java.util.ConcurrentModificationException
    00:41:53 [SEVERE] at java.util.AbstractList$Itr.checkForComodification(Unknown Source)
    00:41:53 [SEVERE] at java.util.AbstractList$Itr.next(Unknown Source)
    00:41:53 [SEVERE] at net.dv90.raveblox.rbLoop.run(rbLoop.java:25)
    00:41:53 [SEVERE] at java.lang.Thread.run(Unknown Source)

    Between this and the lack of saving between restarts I think I'm going to have to uninstall for now. It's a good idea but it just needs a bit more love to make it sing :D
     

Share This Page