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

    Afforess

    It's in the config for the server plugin.

    /plugins/Spout/config.yml.

    Turn visual cheats to true

    I just connected fine with vanilla on build 200.

    No. The point of Spout is to give control TO servers, not take it away. If your admins don't want cheaters, then tough.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2016
  3. @Afforess when i join my fave server me and the other mods are ghosts?!?! whats happening? and how i fix?
     
  4. Offline

    turqmelon

    Everything is working well and fine for me...but the strangest bug. Whenever I go to change the sound/music volume (which are defaulted to "off") in Spoutcraft, the client freezes and I have to force quit it. I've also tried changing their options in options.txt, but when it starts they are still off. Any ideas?
     
  5. Offline

    Afforess

    It can be for hardcore servers. Anyway, it's up to your admins to decide, not us. ;)

    Can you be more specific? "Ghosts"?

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

    VeryInsane

    So wait.. the members of my server also have to have this to see the server mods?
     
  7. Offline

    Polyurethan

    When i add this to sputtest:

    aContainer = new GenericContainer();
    aContainer.addChild(new GenericItemWidget(new ItemStack(Material.STONE)).setX(0)); //stone not visible
    aContainer.addChild(new GenericItemWidget().setTypeId(1).setX(25)); //stone not visible
    aContainer.addChild(new GenericItemWidget().setTypeId(10).setX(50)); //lava *visible*
    aContainer.addChild(new GenericItemWidget().setTypeId(2) .setX(75)); //grass not visible aContainer.addChild(new GenericItemWidget().setTypeId(96).setX(100)); //trapdoor *visible*
    aContainer.addChild(new GenericItemWidget().setTypeId(3).setX(125)); //dirt not visible
    aContainer.addChild(new GenericItemWidget(new ItemStack(Material.DIRT)).setX(150)); //dirt not visible
    aContainer.addChild(new GenericItemWidget().setTypeId(8).setX(175)); //water *visible*
    aContainer.addChild(new GenericItemWidget(new ItemStack(Material.WATER)).setX(200));//water *visible*
    popup.attachWidget(plugin, aContainer);


    My Project View:
    [​IMG]
    first 10 id's : 8,9,3,4,5,7,8,9,10,11
    Testing long time now. What i make wrong?
    Spout #199
    Launcher #123
    Spoutcraft#237
    SpoutApi#119
     
  8. @Afforess well all the players are literal ghosts, we can use anyhting and cant hurt anyone and have the prefix ghost
     
  9. Offline

    Rycochet

    @Polyurethan

    Very strange - that was the effect that happened with the RB builds of Spout, and was fixed quite a while ago... I'm wondering if it's something else... Do you have any Stack Traces from the client or server?

    Btw, you can nest your creation to make it more readable -

    Code:
    new GenericContainer(
      new GenericItemWidget(),
      new GenericItemWidget()
      ...etc
    );
    You can also let the container itself handle all the layout just by setting the width and height - though it's not essential.

    The added benefit of that is that it fails and thrown an exception if your Spout on the server isn't the right version...
     
  10. Offline

    Afforess

    That sounds a plugin doing that - Spout doesn't do anything like it.
     
  11. Offline

    Polyurethan

    No errors or something , in my project i load all items with hasNext() via yml. File. All Items are in the Container , with correct ItemWidget ID, the buttons use the same ID. Buttons are no problem with latest Dev-Version. (in RB i have the error you mentioned with Items and buttons). The GenericItemWidget have a problem with view.
    Only some Items dont show , my view is always the same.
     
  12. Offline

    Afforess

    Oh, so the issue is that some items are not displaying? Hm.
     
  13. Offline

    Polyurethan

    Correct.
    Stone for example , never shows.

    You can test ist: Pastie.org Link
     
  14. Offline

    Swadon

  15. @Swadon

    'Minecraft.net' is down.. I would expect it's related.
     
  16. Offline

    Swadon

    Ohhh ok, sorry hum ... ><
     
  17. @Swadon
    No worries, not your fault. /shake fist @ Minecraft
     
  18. Offline

    Rothens

    updated, but still got that problem. ("java.lang.NoSuchFieldException: perm") :( I use my own permissions. Could that be a problem?
     
  19. Offline

    Afforess

    No, you're not at Bukkit 1k or higher if you have that error.
     
  20. Offline

    Rothens

    ahh.. Okay, problem solved. My server host automatic check thought, I *accidentally* replaced my old jar, and it replaced the new. -.-"
     
  21. Offline

    fairus_zero

    I don't know whether this been asked before but.. I am having trouble launching spoutcraft on my ubuntu.. ran perfectly on windows platform.. here are the error message..

     
  22. Offline

    stkeroro

    mmm tested on a clean installation of bukkit and launcher says internal exception: java.lang.nullpointerexception and console says lost connection: disconect.endofstream.

    EDIT: Only the dev spoutcraft builds run, the vanilla launcher and RB spoutcraft fails
     
  23. Offline

    Mikhos

    Show Spoiler

    2011-08-28 01:32:47 [INFO] Mikhos [/71.181.56.201:60986] logged in with entity id 178 at ([World7] -194.23963684409148, 99.0, -280.73681582224333) 2011-08-28 01:32:47 [WARNING] Task of 'Spout' generated an exception java.lang.ClassCastException: org.bukkitcontrib.ContribNetServerHandler cannot be cast to org.getspout.spout.SpoutNetServerHandler at org.getspout.spout.player.SpoutCraftPlayer.getNetServerHandler(SpoutCraftPlayer.java:511) at org.getspout.spout.player.SpoutCraftPlayer.onTick(SpoutCraftPlayer.java:572) at org.getspout.spout.ServerTickTask.run(ServerTickTask.java:17) at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137) at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:428) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363) at net.minecraft.server.ThreadServerApplication.run(SourceFile:422) 2011-08-28 01:32:47 [SEVERE] Player: Mikhos was not properly updated during login! 2011-08-28 01:32:48 [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:511) at org.getspout.spout.SpoutPlayerListener.onPlayerMove(SpoutPlayerListener.java:113) 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:436) 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) 2011-08-28 01:32:50 [SEVERE] java.lang.NullPointerException 2011-08-28 01:32:50 [SEVERE] at org.bukkitcontrib.packet.CustomPacket.a(CustomPacket.java:37) 2011-08-28 01:32:50 [SEVERE] at net.minecraft.server.Packet.a(Packet.java:81) 2011-08-28 01:32:50 [SEVERE] at net.minecraft.server.NetworkManager.g(NetworkManager.java:149) 2011-08-28 01:32:50 [SEVERE] at net.minecraft.server.NetworkManager.c(NetworkManager.java:259) 2011-08-28 01:32:50 [SEVERE] at net.minecraft.server.NetworkReaderThread.run(SourceFile:84) 2011-08-28 01:32:50 [SEVERE] java.lang.NullPointerException 2011-08-28 01:32:50 [SEVERE] at org.bukkitcontrib.packet.CustomPacket.a(CustomPacket.java:27) 2011-08-28 01:32:50 [SEVERE] at net.minecraft.server.Packet.a(Packet.java:104) 2011-08-28 01:32:50 [SEVERE] at net.minecraft.server.NetworkManager.g(NetworkManager.java:149) 2011-08-28 01:32:50 [SEVERE] at net.minecraft.server.NetworkManager.c(NetworkManager.java:259) 2011-08-28 01:32:50 [SEVERE] at net.minecraft.server.NetworkReaderThread.run(SourceFile:84) 2011-08-28 01:32:50 [SEVERE] java.net.SocketException: Socket closed 2011-08-28 01:32:50 [SEVERE] at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:116) 2011-08-28 01:32:50 [SEVERE] at java.net.SocketOutputStream.write(SocketOutputStream.java:153) 2011-08-28 01:32:50 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) 2011-08-28 01:32:50 [SEVERE] at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) 2011-08-28 01:32:50 [SEVERE] at java.io.DataOutputStream.flush(DataOutputStream.java:123) 2011-08-28 01:32:50 [SEVERE] at net.minecraft.server.NetworkWriterThread.run(SourceFile:116)


    I recently introduced Spout to my server and everyone with the Spout launcher seems to be getting disconnected immediately because
    of this error. What can I do to remedy this?

    Thanks for your help. I'm excited to see how much better my server is with it working.

    Using cb 1060
     
  24. Offline

    SpoutDev

    Remove BukkitContrib from your plugins and update any plugin that may be downloading it such as LogBlock, Showcase, etc.

    - Wulfspider
     
    Mikhos likes this.
  25. Offline

    Mikhos

    Ah thank you sir! That seems to have remedied my problems entirely.

    Now we're all getting failed to login: bad login, which I'm hoping is just minecraft.net being a trollop.
    edit:
    Ah, I have just recieved word that she was/is being a pain. Shucks.
     
  26. Offline

    Jessy1237

    Nice, I've Used this it brings severs to life but I would like to ask of you one thing. Could you make the launcher compatible with people who haven't bought the game but have a minecraft account because my server has a few of the non premium users. If you don't want to its fine I was just giving a suggestion.
     
  27. Offline

    RGadelha

  28. Offline

    SpoutDev

    Are you using a dev version/build of Spout AND Spoutcraft or RB for one and dev for the other? You need to be either using all dev builds or the latest recommended build for both Spout (server plugin) and Spoutcraft (client mod).

    - Wulfspider

    We do not and will not support non-premium users with pirated clients.

    - Wulfspider

    Host issues. It appears to be back online for now.

    - Wulfspider

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

    RGadelha

    Thanks.
    Edit:
    Yes, it is :)
     
  30. Offline

    rockxz2135

    Will there be a spout plugin that allows you to download zombie flymod and config upon joining the server? It would be nice to share improved chat mod and the flymod with all my users
     
  31. Offline

    Camren

    Is there any way to change how it installs .spoutcraft in appdata? Like, I would like to make it install a T-Pac reccomended for my server :)
     
Thread Status:
Not open for further replies.

Share This Page