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

    Hwo

    Ok. But when i use CB 1000 + spout 1.0.2 84 plugin + last dev client = can't connect
    When i use CB 1000 + spout 1.0.1 plugin + last dev client = i can connect to server, but spout client and spout plugin don't meet both and no one feature work

    And when i use CB 1000 + spout 1.0.2 77 plugin + last client = can connect, spout client meet spout server, PE works, but there is a lot of Exceptions in console like End of stream, Null Pointer Exception, Read timed out, and i forget others about packts.

    Just say me stable client version without memory leak and plugin version without exceptions, if exist

    thx and excurse for bad english
     
  3. Offline

    Raphfrk

    What version of client and server?

    This info is essential to replicating a bug.

    Generally, you should either use the RB of both server and client or the latest dev build of both server and client. A mix and match approach may not work due to some differences in packet format.

    I would say that the latest version of both is your best bet at any time.

    Dev builds are going to be potentially unstable though.

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

    Hwo

  5. Offline

    skeletonofchaos

    With the spoutcraft launcher on osx lion I cannot log onto servers it say connection failed: bad login
     
  6. Offline

    DurtyFree

    @SpoutDev Nice plugin, but i will hope for a function to only allow players which use the SpoutLauncher to play on my server. With a config, to enable/disable this feature + configurable kick message. <-That were awesome =o
     
  7. Offline

    ACStache

    you can make it so your players are required to use the launcher. as of yet I don't think there's a customizable kick message though.

    in the Spout config.yml set the "ForceSinglePlayerClient: " to "true"
     
  8. Offline

    D347HxD

    Great work on this, I love it. Any news on the .exe?
     
  9. Offline

    Raphfrk

  10. Offline

    marvinbek

    You can buy one

    Any way to install Zombe's flymod and TooManyItems on Spoutcraft (Works by putting everything in the .spoutcraft/bin/minecraft.jar? Don't want to break anything)? I need those for my creative/freebuild server.

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

    Gabriel333

    Hi Im trying to make a window where I want to be able to enter a pincode. I am open to open a "GenericPopup" and enter a label and som text. But I do something wrong when I try to make a textfield. Can anyone tell me what Im doing wrong???

    Here is my code:
    Code:
     
                private static GenericTextField input2 = null;
        private static GenericTextField inputlabel2 = null;
        private static Button saveButton, cancelButton;
        private static GenericTexture iconTexture, background;
        private static String iconurl="";
        private static int marginLeft, marginTop, marginBottom, marginRight, width, height;
        //private static GenericWidget widget;
        private static GenericScreen screen;
        private static TextField inputfield;
     
        public static void SetupSafetyWindow(String title, SpoutPlayer sPlayer) {
    
            background = new GenericTexture("http://dl.dropbox.com/u/36067670/Safety/Textures/messageBox2.png");
            //background.setUrl("");
            width = sPlayer.getMainScreen().getWidth();
            sPlayer.sendMessage("Width:"+width);
            height = sPlayer.getMainScreen().getHeight();
            sPlayer.sendMessage("Heigth:"+height);
            background.setHeight(200).setWidth(400).setX((width-400)/2).setY((height-200)/2);
            screen=(GenericScreen) sPlayer.getMainScreen();
            screen.attachWidget(background);
    
            marginLeft = (width-360)/2;
            marginTop = (background.getY())+10;
            marginBottom = background.getHeight()+background.getX()-10;
            marginRight = background.getX()+background.getWidth();
    
            //title
            Label lbl = new GenericLabel(ChatColor.WHITE+title);
            lbl.setX(getMarginLeft()).setY(getMarginTop()+5).setWidth(background.getWidth()-20).setHeight(20);
            screen.attachWidget(lbl);
    
            //field no. 1
            GenericLabel inputlabel = new GenericLabel(ChatColor.WHITE+"Enter pincode:");
            inputlabel.setX(getMarginLeft()).setY(getMarginTop()+60).setWidth(background.getWidth()-20).setHeight(20);
            screen.attachWidget(inputlabel);
    
            inputfield = new GenericTextField();
            inputfield.setX(getMarginLeft()+15).setY(getMarginTop()+60).setWidth(background.getWidth()-20).setHeight(20);
            inputfield.setMaximumCharacters(10);
            screen.attachWidget(inputfield);
            inputfield.setText("0000");
            inputfield.setDirty(true);
     
  12. Offline

    Wulfspider

    We can't support you if you use other client mods. Most of them will have conflicting classes.

    Soon. :)

    That requires them to use the client. The launcher is not forced upon you as you are still able to mod your client manually.

    When you use a build above what we recommend, then errors are bound to happen.

    Are you using a CraftBukkit build newer that 1000?

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

    marvinbek

    I'll try :D There's always Options/Force Update
    EDIT: Wait, no... Anyways, if i get any issues, i'll delete .spoutcraft and try again :p
     
  14. Offline

    ACStache

    oh, I misinterpreted that then. whoops! :eek:
     
  15. Offline

    oleg

    is it update the users client if not, there anyway to auto update when they just login in download to they client the mods of spout or BukkitContrib
     
  16. Offline

    Wulfspider

    Yup, we are working on it, but they were the only ones with a usable format.

    We are a dev plugin that is in development. We fix things by users reporting errors properly. Versions being used are very useful to determine why you are receiving an error as well as logs of your client console and server.

    Nobody is forcing you to use anything. The dev builds have fixed a lot and we will have a new recommended build for Spout and Spoutcraft soon.

    What CraftBukkit build are you using? If above 1000 and no dev builds of Spout, then I believe that is the cause.

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

    The PC Tech Guy

    Is there any plan to include a program that will automatically extract and modify the minecraft.jar file, similar to what Raphfrk had in his client patcher for Serverport?
     
  18. Offline

    Wulfspider

    Spout is the CraftBukkit sever plugin, Spoutcraft is the client mod. Spoutcraft Launcher is just a custom launcher for keeping Spoutcraft up-to-date.

    Tutorials are coming soon.

    The launcher updates the jar automatically.

    You need to check with the plugin developers as they are the ones who make their plugins automatically download Spout or not. I personally do not like it when they do.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 10, 2018
  19. Offline

    The PC Tech Guy

    No, I don't want the launcher though...
    It also makes it easier for some of my users, since I just have them do something once. I also use other client-side stuff like CustomMusic, so this makes it easier to distribute to my users in one file when needed.
    Update: Nvm, found out how to do so via the JDK, but it's terribly slow... So I'd still appreciate an automatic patcher, command line compatible, if possible, to minimize needed interaction.
     
  20. Offline

    Wulfspider

    The Spoutcraft Launcher auto updates Spoutcraft only. It will overwrite any other client mods being used. We will have a good method later for keeping other client mods updated when they are client plugins.

    Then for right now, all you can do is manually install the client mod. I believe @alta189 was working on a way to use the vanilla launcher though.

    That only works if they have 32-bit Java installed if they are on a 64-bit system. ;)

    Could you get a log by launching through the command method?

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

    xpresas

    Guys where I can look how to make Spout server ?:]
     
  22. Offline

    Wulfspider

    It's already an issue on our tracker. Launching through a web page is also something we've talked about.

    Make plugins that use Spout? Tutorials are coming. You can look at other plugins made for Spout for now and the Javadoc.

    or

    Setup CraftBukkit with Spout? Spout you just drop into the plugins folder with any other plugins that use Spout that you want to use.

    You are welcome to contribute "good" code if you'd like to help.

    What builds are you using for Spout, Spoutcraft, and CraftBukkit?

    Spout doesn't download on it's own. If you list what plugins you have, we can look and see what plugin may be downloading it.

    What version of CraftBukkit are you using?

    What versions/builds are you using for Spout, Spoutcraft, and CraftBukkit?

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

    alta189

    Its not poorly coded, it is very similar to what bukkit was like in its early stages of development.
     
  24. Offline

    BeerDone

    I'm pretty sure MY config has a line "OnKickSinglePlayerClient" or something like that, which says a message and a link to the Bukkitcontrib page. I don't know if it actually works, but it's there.

    In other news, great mod, the plugins on it are incredible, I freaked a few players on my server up disguising as a creeper :p
    However, I think the client Spoutcraft doesn't ever unload chunks, it results in a constantly rising memory usage and eventually the game starts stuttering way too hard to be playable. Is that a bug, intended, or a Minecraft bug overall?
     
  25. Offline

    Hwo

    Thx for quick answer. What about packets in last dev version of Spout plugin?


    P.S.

    Guys, I watch all of your commits to git. 10 builds per day! Excellent!

    I code a anticheat chek TP on transparency and I can share if you wish.
    You have great ideas and I believe that the CB and the spout will be synonymous.

    But please, give less time for the interface and more stability.
     
  26. Offline

    Wren

    I see a lot of negative comments here. I just wanted to share that my friends and I have been running CraftBukkit 1000, Spout and Spoutcraft, and it's been rock solid for us. We're loving the new possibilities it's opened up. Keep up the great work!
     
  27. Offline

    Hwo

    Greatest possibilities is nothing when u meet NPE or other server exceptions :D
     
  28. Offline

    Slayer9x9

    On the contrary, these exceptions pave the way to success for the Spout dev team as finding these exceptions helps remove bugs from the software.

    Have you ever programmed anything in your life??
     
  29. Offline

    pherce

    We've been trying to merge from PEX to PermissionsBukkit for the past few hours and I have a weird problem: every time we reload we lose our prefixes. At first I blamed Permissions, then mChat, then every other plugin that handled names in any way. We run a good 30 plugins and I removed every single one except Superperms, mChat and PermissionsBukkit; everything works fine.

    Once I toss on LogBlock (which auto dls Spout) the issue occurs. I've tried dev builds of PermissionsBukkit and Spout as well as CB 1000 and 1046 and I cannot fix this problem. Have you guys seen this yet? Hopefully it is something stupid on my end and a quick fix.
     
  30. Offline

    Wulfspider

    Error logs would be useful.
     
  31. Offline

    pherce

    Code:
    2011-08-12 13:38:19 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-12 13:38:19 [INFO] Loading properties
    2011-08-12 13:38:19 [INFO] Starting Minecraft server on 10.1.10.10:25567
    2011-08-12 13:38:19 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-12 13:38:19 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    2011-08-12 13:38:20 [INFO] [LogBlock] Version check: Your version is up to date
    2011-08-12 13:38:20 [INFO] [LogBlock] Connecting to removed
    2011-08-12 13:38:20 [INFO] Preparing level "removed"
    2011-08-12 13:38:21 [INFO] Preparing start region for level 0 (Seed: -removed)
    2011-08-12 13:38:21 [INFO] Preparing start region for level 1 (Seed: removed)
    2011-08-12 13:38:21 [INFO] PermissionsBukkit v1.1 is now enabled
    2011-08-12 13:38:21 [INFO] LogBlockQuestioner v0.02 enabled
    2011-08-12 13:38:22 [INFO] Spout 1.0.1 has been initialized
    2011-08-12 13:38:22 [INFO] [SuperpermBridge] Superperm/Permissions bridge enabled
    2011-08-12 13:38:22 [INFO] [Questioner] v0.4 - Enabled
    2011-08-12 13:38:22 [INFO] [mChat] Permissions not found, Checking for GroupManager.
    2011-08-12 13:38:22 [INFO] [mChat] GroupManager not found, using superperms.
    2011-08-12 13:38:22 [INFO] [mChat] version 1.7.10_3 is enabled![0m
    2011-08-12 13:38:22 [INFO] [LogBlock] Permissions plugin found.
    2011-08-12 13:38:22 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    2011-08-12 13:38:22 [INFO] LogBlock v1.25 by DiddiZ enabled.
    2011-08-12 13:38:22 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-12 13:38:22 [INFO] Done (0.112s)! For help, type "help" or "?"
    2011-08-12 13:38:22 [INFO] Cleared out table lb-removed. Deleted 102 entries.
    2011-08-12 13:38:22 [INFO] Cleared out table lb-removed-chest. Deleted 44 entries.
    2011-08-12 13:38:28 [INFO] pherce [/removed:18202] logged in with entity id 73 at ([removed] -705.46875, 86.0, 1822.3125)
    2011-08-12 13:38:37 [INFO] [[35mDemigod][35mpherce[37m: prefix test[0m
    2011-08-12 13:38:41 [INFO] PermissionsBukkit v1.1 is now disabled
    2011-08-12 13:38:41 [INFO] LogBlockQuestioner disabled
    2011-08-12 13:38:41 [INFO] [Questioner] v0.4 - Disabled
    2011-08-12 13:38:41 [INFO] [mChat] version 1.7.10_3 is disabled![0m
    2011-08-12 13:38:41 [INFO] LogBlock disabled.
    2011-08-12 13:38:41 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    2011-08-12 13:38:41 [INFO] [LogBlock] Version check: Your version is up to date
    2011-08-12 13:38:41 [INFO] [LogBlock] Connecting to removed
    2011-08-12 13:38:41 [INFO] PermissionsBukkit v1.1 is now enabled
    2011-08-12 13:38:41 [INFO] LogBlockQuestioner v0.02 enabled
    2011-08-12 13:38:42 [INFO] Spout 1.0.1 has been initialized
    2011-08-12 13:38:42 [INFO] [SuperpermBridge] Superperm/Permissions bridge enabled
    2011-08-12 13:38:42 [INFO] [Questioner] v0.4 - Enabled
    2011-08-12 13:38:42 [INFO] [mChat] Permissions not found, Checking for GroupManager.
    2011-08-12 13:38:42 [INFO] [mChat] GroupManager not found, using superperms.
    2011-08-12 13:38:42 [INFO] [mChat] version 1.7.10_3 is enabled![0m
    2011-08-12 13:38:42 [INFO] [LogBlock] Permissions plugin found.
    2011-08-12 13:38:42 [INFO] [LogBlock] Scheduled consumer with bukkit scheduler.
    2011-08-12 13:38:42 [INFO] LogBlock v1.25 by DiddiZ enabled.
    2011-08-12 13:38:42 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-12 13:38:42 [INFO] Cleared out table lb-removed. Deleted 61 entries.
    2011-08-12 13:38:42 [INFO] Cleared out table lb-removed-chest. Deleted 12 entries.
    2011-08-12 13:38:46 [INFO] pherce[37m: prefix test[0m
    
    As you can see at 13:38:37 I have the prefix of Demigod, but at 13:38:46 after the reload there is nothing. I still have functioning permissions though.

    Here is the log with just PermissionsBukkit, mChat, and Superperms running:

    Code:
    2011-08-12 13:51:07 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-12 13:51:07 [INFO] Loading properties
    2011-08-12 13:51:07 [INFO] Starting Minecraft server on 10.1.10.10:25567
    2011-08-12 13:51:07 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-12 13:51:08 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    2011-08-12 13:51:08 [INFO] Preparing level "removed"
    2011-08-12 13:51:08 [INFO] Preparing start region for level 0 (Seed: -removed)
    2011-08-12 13:51:09 [INFO] Preparing start region for level 1 (Seed: removed)
    2011-08-12 13:51:09 [INFO] Preparing spawn area: 48%
    2011-08-12 13:51:09 [INFO] PermissionsBukkit v1.1 is now enabled
    2011-08-12 13:51:09 [INFO] [SuperpermBridge] Superperm/Permissions bridge enabled
    2011-08-12 13:51:09 [INFO] [mChat] Permissions not found, Checking for GroupManager.
    2011-08-12 13:51:09 [INFO] [mChat] GroupManager not found, using superperms.
    2011-08-12 13:51:09 [INFO] [mChat] version 1.7.10_3 is enabled![0m
    2011-08-12 13:51:09 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-12 13:51:09 [INFO] Done (0.133s)! For help, type "help" or "?"
    2011-08-12 13:51:14 [INFO] pherce [/removed:18280] logged in with entity id 73 at ([removed] -705.625, 86.0, 1824.65625)
    2011-08-12 13:51:18 [INFO] [[35mDemigod][35mpherce[37m: testing[0m
    2011-08-12 13:51:25 [INFO] PermissionsBukkit v1.1 is now disabled
    2011-08-12 13:51:25 [INFO] [mChat] version 1.7.10_3 is disabled![0m
    2011-08-12 13:51:25 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    2011-08-12 13:51:25 [INFO] PermissionsBukkit v1.1 is now enabled
    2011-08-12 13:51:25 [INFO] [SuperpermBridge] Superperm/Permissions bridge enabled
    2011-08-12 13:51:25 [INFO] [mChat] Permissions not found, Checking for GroupManager.
    2011-08-12 13:51:25 [INFO] [mChat] GroupManager not found, using superperms.
    2011-08-12 13:51:25 [INFO] [mChat] version 1.7.10_3 is enabled![0m
    2011-08-12 13:51:25 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-12 13:51:25 [INFO] [32mReload complete.[0m
    2011-08-12 13:51:29 [INFO] [[35mDemigod][35mpherce[37m: testing[0m
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 13, 2016
Thread Status:
Not open for further replies.

Share This Page