Inactive [DEV] SpoutPlugin - Unleash the flow of endless possibilities [1.0-1.3.2]

Discussion in 'Inactive/Unsupported Plugins' started by SpoutDev, Aug 1, 2011.

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

    SpoutDev

    In order to centralize support of our legacy projects, we will no longer be providing support on Bukkit. Please use www.spout.org for support with our projects going forward.
     
  2. Offline

    Wulfspider

    No, similar Spoutcraft addons and Spout plugins will be able to be made that do the same. Adding support for a completely different system is not part of our goals.
     
  3. Offline

    Killgore32

    Thank you for your quick response.
     
  4. Offline

    xmagicx60

    How soon do you think custom blocks and mobs will be ready? Has development even started on that yet?
     
  5. Offline

    Wulfspider

    The custom blocks API is nearing release. People have already been utilizing it for their own plugins. If you search, I am sure you'll find a few that allow you to make custom blocks now.
     
    Samkio likes this.
  6. Offline

    xmagicx60

    Havent found any yet?
    Thanks for the speedy response!!! Can't wait, ima moderately good with javva, though I haven't made any plugins yet.
     
  7. Offline

    Wulfspider

    Valve, SpoutBlocks, etc.
     
    ZNickq likes this.
  8. Offline

    xmagicx60

    oh ok, didnt see them.

    EDIT: oh yea, thats why... they arent in the get-plugins search yet :facepalm

    hooray for google!
     
  9. Offline

    Rogach

    Hey, just one question. Is it possible to have one server with multiple worlds (with multiverse) and only have Spout plugins active on one world. So that only in one world players can use the spoutcraft stuff, but in other worlds it's unavalible.
     
  10. Offline

    ZNickq

    That's for the plugins to do...
     
  11. Offline

    Hendies

    Sometimes blocks I place glitch momentarily after placing or destroying, then return to their intended form. Also stone blocks don't have a placing animation or a destroying animation, and are also without a placing or destroying sound. Generally everything else is fine except for slight lag compared to running the normal minecraft launcher.

    Just wondering if this is a known bug and if it's going to be fixed in the next update?
     
  12. Offline

    Wulfspider

    I believe the stone issue was fixed in the dev builds.
     
  13. Offline

    Hendies

    Thanks a lot for the reply, is it safe to download the dev builds ahead of the next update?
     
  14. Offline

    andrewkm

    CB 1363 SPOUT 495
    Code:
    2011-10-25 12:05:27 [SEVERE] Could not pass event CHUNK_LOAD to Spout
    java.lang.NullPointerException
     at org.bukkit.craftbukkit.CraftChunk.getHandle(CraftChunk.java:39)
     at org.bukkit.craftbukkit.CraftChunk.<init>(CraftChunk.java:29)
     at org.getspout.spout.block.SpoutCraftChunk.<init>(SpoutCraftChunk.java:58)
     at org.getspout.spout.block.SpoutCraftChunk.replaceBukkitChunk(SpoutCraftChunk.java:232)
     at org.getspout.spout.SpoutWorldListener.onChunkLoad(SpoutWorldListener.java:36)
     at org.bukkit.plugin.java.JavaPluginLoader$52.execute(JavaPluginLoader.java:621)
     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
     at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:92)
     at org.bukkit.craftbukkit.CraftWorld.getChunkAt(CraftWorld.java:98)
     at org.bukkit.craftbukkit.CraftWorld.getBlockAt(CraftWorld.java:66)
     at net.minecraft.server.TileEntityFurnace.h_(TileEntityFurnace.java:143)
     at net.minecraft.server.World.tickEntities(World.java:1112)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:467)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  15. Offline

    Wulfspider

    I'd wait as the current dev builds have a couple major issues. We will be promoting new builds ASAP once we get to a stable point.
     
  16. Offline

    Pamelloes

    (WulfSpider, Friday at 4:15 AM)
    (WulfSpider, Today at 1:39 PM)
    [There was an even older quote from Afforess on the new recommended build which I couldn't find]

    ... My confidence isn't very high on a recommended build coming any time soon.


    They say patience is a virtue, but I am not very virtuous.... at all.
     
  17. Offline

    Wulfspider

    No promises were made. We like things to be stable before we recommend builds. ;)
     
  18. Offline

    Grammar Troll

    @Wulfspider
    Will the next recommended build allow us to make custom tools/wands? As of now Spout makes custom items render like flint, thus not showing like swords and other tools when holding in hand.
     
  19. Offline

    Wulfspider

    Custom items and blocks are not released features yet and won't be for the next RB either. They are set for Milestone 1 and 2.
    http://spout.in/milestones
     
  20. Offline

    funskill

    IT DON'T WORKS! STUPID PLUGIN! WARNINGS & WARNINGS! Plays my nervous!
     
  21. Offline

    Wulfspider

    ... and how does it not work? Logs would be useful.
     
  22. Offline

    funskill

    2011-10-20 18:23:08 [SEVERE] java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.server.Block
    2011-10-20 18:23:08 [SEVERE] at net.minecraft.server.BiomeBase.<init>(SourceFile:33)
    2011-10-20 18:23:08 [SEVERE] at net.minecraft.server.BiomeOcean.<init>(SourceFile:6)
    2011-10-20 18:23:08 [SEVERE] at net.minecraft.server.BiomeBase.<clinit>(SourceFile:17)
    2011-10-20 18:23:08 [SEVERE] at net.minecraft.server.WorldChunkManager.<init>(SourceFile:22)
    2011-10-20 18:23:08 [SEVERE] at net.minecraft.server.WorldChunkManager.<init>(SourceFile:28)
    2011-10-20 18:23:08 [SEVERE] at net.minecraft.server.WorldProvider.a(SourceFile:38)
    2011-10-20 18:23:08 [SEVERE] at net.minecraft.server.WorldProvider.a(SourceFile:25)
    2011-10-20 18:23:08 [SEVERE] at net.minecraft.server.World.<init>(World.java:147)
    2011-10-20 18:23:08 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2011-10-20 18:23:08 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    2011-10-20 18:23:08 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-10-20 18:23:08 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-10-20 18:23:08 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-20 18:23:08 [SEVERE] Unexpected exception
    java.lang.NoClassDefFoundError: Could not initialize class net.minecraft.server.Block
    at net.minecraft.server.BiomeBase.<init>(SourceFile:33)
    at net.minecraft.server.BiomeOcean.<init>(SourceFile:6)
    at net.minecraft.server.BiomeBase.<clinit>(SourceFile:17)
    at net.minecraft.server.WorldChunkManager.<init>(SourceFile:22)
    at net.minecraft.server.WorldChunkManager.<init>(SourceFile:28)
    at net.minecraft.server.WorldProvider.a(SourceFile:38)
    at net.minecraft.server.WorldProvider.a(SourceFile:25)
    at net.minecraft.server.World.<init>(World.java:147)
    at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)

    What is that?!?!

    Reply quickly please.
     
  23. Offline

    Wulfspider

    Are you using a GUI wrapper for the CraftBukkit jar or a modified CraftBukkit jar? Also, what build of Spout are you using?
     
  24. Offline

    funskill

    1.0.6 and 1.0.5 Don't works on Bukkit 1043[1.8.1]
    I want install a 1337 but all other plugins don't works
    Can you please tell me URL to don't modified 1060

    I bad know english... Please in international-english please
     
  25. Offline

    Rytharr

    pretty much all plugins work on 1337 I know all 50 I use work even if they havent been updated since 1060. Update to current rb.
     
  26. Offline

    RGadelha

    @Wulfspider @Afforess
    Anytime I want to hear and see rain I do have to reset to default.
    I think that's not normal, is it?
     
  27. Offline

    dogstar

    What is the best way to check for wether the player has spoutcraft client or not? Adding a listener to SpoutCraftEnableEvent?
    Trying to figure this out with the api docs at http://jddev.getspout.org/
    But it's not especially well explained. Any suggestions would be welcome.
     
  28. Offline

    Jdbye

    Spout causes issues on my server. It's somehow making "Can't keep up" messages appear every 2 seconds, but not only that, it also makes plugins such as LogBlock and JSONAPI not work properly. LogBlock queues rollbacks but doesn't perform them, JSONAPI doesn't respond to request but does log them. It doesn't happen all the time, but once it starts happening it doesn't stop until a server restart, and not neccessarily then either. It usually started happening within a minute of restarting.
    I had a hard time finding the culprit because sometimes the "Can't keep up" messages take a break (but the plugins still don't function properly), so it might seem like it stopped when I unloaded a plugin with PluginReloader but then come back 5 minutes later, but as soon as I removed Spout the problem was gone and has not come back since.
    I unloaded it yesterday, and JSONAPI started responding to requests again right away and I haven't had any frequent "Can't keep up" messages since, so I'm pretty positive it's the culprit.

    I'm on b1337, but it has happened since back when I installed it around b1185. It was kind of annoying because the dynamic signature and website use JSONAPI, so it was showing Server Offline all the time, not to mention being unable to rollback griefing.
     
  29. Offline

    Pomme72

    This plugin / mod is so awesome, thank you for making it and keeping it updated ! :)

    A french lover <3
     
  30. Offline

    Wulfspider

    I haven't encountered that yet. What build?

    You should try updating your plugins and get rid of ancient ones that no longer work properly.

    For 1060:
    http://ci.bukkit.org/job/dev-CraftBukkit/1060/artifact/target/craftbukkit-0.0.1-SNAPSHOT.jar

    For 1337 (Recommended):
    http://ci.bukkit.org/job/dev-CraftBukkit/1337/artifact/target/craftbukkit-0.0.1-SNAPSHOT.jar

    You should check with the JSONAPI dev to see why it may be breaking. Spout doesn't really do anything on its own, so likely LogBlock is the culprit when it's using Spout for its chest logging feature. Plugins like DynMap and LogBlock tend to gobble up resources and kill the server performance if they aren't configured properly.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2016
  31. Offline

    RGadelha

    CB #1363 / Spout #497 / SpoutCraft #684
     
Thread Status:
Not open for further replies.

Share This Page