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

    Common behavior of login.minecraft.net.

    This thread isn't for discussing Minecraft releases. ;)

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

    sayhisam1

    i cant connect to minecraft AT ALL. i can start up spoutcraft, but i cant connect to any server D:
     
  4. Offline

    Wulfspider

    Are you using a dev build of the client? You shouldn't be unless you are a developer.
     
  5. Offline

    sayhisam1

    no, i am using the normal spoutcraft.
     
  6. Offline

    unv_annihlator

    Sorry if this is a dumb question, or if it is answered somewhere in these 164 pages but search turned up nothing, and looking through about 10 gave me nothing. Anyways,

    How does someone go about developing things around Spout, like is there anyway I can go in and Mod the actual SpoutCraft, are there any developer src? Anyways thanks in advance and sorry if this is a silly question.

    -Annihilator
     
  7. Offline

    Wulfspider

    http://wiki.getspout.org/index.php?title=FAQ#Can_I_use_other_client_mods.3F
     
  8. Offline

    unv_annihlator

  9. Offline

    Wulfspider

    Also, you can view http://dev.bukkit.org/client-mods/spoutcraft/ to find links to the source and such.
     
  10. Offline

    unv_annihlator

    Alright yea I went there and grabbed myself the source to Spoutcraft so I could feed my nerdy self and delve into your coding to see what all y'all did. Using mcp4 to help decompile my original minecraft.jar and I put in the source of spoutcraft, but it seems to be missing some imports, for example in the World.java it's missing the spout imports (org.getspout and it.unimi.dsi.fastutil.ints.*) Where can I get these from, or did I just misplace them?

    EDIT: I think I just went full retard, 1 sec as I make sure that I did :p
     
  11. Offline

    Wulfspider

    They are on the repo under the libs folder. You'll also need the SpoutcraftAPI from it's repo or the latest compiled jar from Jenkins. All the libs and API classes need to go into Spoutcraft in the end.
     
  12. Offline

    rileyjo7

    I have set up some mods on my bukkit server and is their any way to get Spout to auto download them (industrial craft)
     
  13. Offline

    Wulfspider

    No, client addons are not available yet and Spoutcraft does not support non-Spoutcraft client mods. One the Spoutcraft client addon API is available, you will start seeing client addons for Spoutcraft that can be sent to the client from the server.
     
  14. Offline

    chrsquinn1

    why doesn't spoutcraft have ambient occlusion?
     
  15. Offline

    Subrosa20

    I'm always getting this error:

    Code:
    21:12:58 [SEVERE] Could not pass event PLAYER_MOVE to Spout
    java.lang.ClassCastException: org.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler
            at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:703)
            at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:131)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:174)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Spout seems to work, but this error keeps on spamming my console! There are no mods using spout installed!

    Plugins Installed:


    I don't know what to do now.
    [​IMG]
     
  16. Offline

    Raycrash

    Remove bukkitcontrib it wont work with spout
     
  17. Offline

    Subrosa20

    Deleted it and restarted the server. Still the same problem. Thanks anyways!

    Just installed the client mod for spout. After logging into my server, i'm in my world for about a second, then it says:
    Internal exception: java.net.SocketException: Connection reset

    ist this the same problem?
     
  18. Offline

    Raycrash

    You probably got another plugin which keeps downloading bukkit contrib
     
  19. Offline

    Wulfspider

    More than likely LogBlock is outdated and downloading BukkitContrib for its chest logging feature.
     
  20. Offline

    Marcos Cosmos

    ^I presume this is why you discourage auto-downloading your plugin xD

    Are you using the latest versions of logblock and spout? (the latest spout is a dev build, but recommended by logblock) if not, try that :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Dec 28, 2018
  21. Offline

    Wulfspider

    Yup, exactly.
     
  22. Offline

    Marcos Cosmos

    Heh, btw, what are spouts plans in relation to the new 1.8 stuff like experience and health?, are they going to be made moddable by default as part of your 1.8 conversion or will that stuff come later? :confused: (and btw, does/will the client api assist custom mob AI's much? :eek:)

    Thanks,
    Marcos Cosmos
     
  23. Offline

    Wulfspider

    I'm not sure right now, but I'm sure we will create API for as much as possible as we see fit.
     
  24. Offline

    Marcos Cosmos

    Hehe alright,
    Thanks

    Huh, things are really quite all of a sudden... I guess everyone is complaining futilely on the 1.8 bug thread instead :confused:.
    With the 1.1 and 1.2 releases, what is the primary gap between the two? I mean, will 1.1 be restricted to SP modding, or what exactly? And, if so, will SP plugins be easily converted to MP? Or will require major rewrites?

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

    Subrosa20

    So what exactly should i do? I dont want to delete logblock. Should i make it save logs as YAML?

    Do you guys think this would fix this "Internal exception: java.net.SocketException: Connection reset" error too?
     
  26. Offline

    Wulfspider

    Either upgrade to a Spout version of LogBlock or disable the chest logging feature of LogBlock and delete BukkitContrib.jar.
     
  27. Offline

    Subrosa20

    I already deleted BukkitContrib. So would disabling Chestlogging be enough? Or Logblock at all? (Normal blocks)
     
  28. Offline

    Wulfspider

    I believe the only feature that uses Spout is the chest logging. LogBlock will keep downloading BukkitContrib unless you disable that feature. If you are using Spout, you might as well just upgrade LogBlock.
     
  29. Offline

    Lord_Kimpton

    At the moment is it possible to create a new block, with the lastest version of spout and spoutcraft.

    SpoutCraft/Spout will be something very important to my server if i believe what it can do:

    Create new blocks, with custom properties
    Create new types of mobs, with different shapes (like a spider)
    Create a smooth elevator that moves smoothly
    Make cool gui for spells and attacks
    and make this downloadable when they join, so they dont have to download this off a site?

    Im aware of that people will need SpoutCraft Client, but is that possible...

    Please reply soon, i need an answer.. thankyou for your time.
     
  30. Offline

    olloth

    This isn't ready yet, but it's an up and coming feature. https://github.com/SpoutDev/Spout/issues/milestones
     
  31. Offline

    Sleegi

    SpoutCraft won't load for me for the past couple of days. I get to the log in screen, and see the text, my character, and a background perfectly fine. When I hit login it brings up a pop-up page that stays white forever. Help?
     
Thread Status:
Not open for further replies.

Share This Page