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

    alta189

    Possibly later one
     
    Aortal likes this.
  3. Offline

    Aortal

    Would be great. Would make things much simpler for the users, a simple try before you download :)
     
  4. Offline

    jasonsj10

    Wow. I wish i could use mods with this. This thing is awesome. Epesully the IP saver
     
  5. Offline

    dark_hunter

    The more Devs get into this and spread the word, the more your favorite mod will be added in no time.
     
  6. Offline

    jasonsj10

    So no mods work? not even zombe fly mod?
     
  7. Offline

    dark_hunter

    That's right, none.
     
  8. Offline

    Imaginarydud

    I'm getting errors when I start my server with Spout installed. I'm using the one from the link on the OP "Download the server plugin". I don't know what's going on.
    Code:
    2011-08-08 18:36:02 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-08 18:36:02 [INFO] Loading properties
    2011-08-08 18:36:02 [INFO] Starting Minecraft server on *:25565
    2011-08-08 18:36:02 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-08-08 18:36:02 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-08-08 18:36:02 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-08-08 18:36:02 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-08-08 18:36:02 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-08 18:36:02 [INFO] [Permissions] (Yeti) was initialized.
    2011-08-08 18:36:02 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-08-08 18:36:02 [INFO] Preparing level "world"
    2011-08-08 18:36:03 [INFO] Preparing start region for level 0 (Seed: 4225756883738800604)
    2011-08-08 18:36:03 [INFO] creaturebox version 0.7.6 is enabled!
    2011-08-08 18:36:03 [INFO] [CrouchJump v0.2] Hooked into Permissions
    2011-08-08 18:36:03 [INFO] [CrouchJump v0.2] Enabled
    2011-08-08 18:36:04 [INFO] Loaded Essentials build 2.5.6 by [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
    2011-08-08 18:36:04 [INFO] Loaded EssentialsChat build 2.5.6 by essentials team
    2011-08-08 18:36:04 [INFO] Loaded EssentialsSpawn build 2.5.6 by essentials team
    2011-08-08 18:36:04 [INFO] HigherExplosives: Using Permissions plugin that looks like version 3.1.6
    2011-08-08 18:36:04 [INFO] HigherExplosives 2.0 primed and ready
    2011-08-08 18:36:04 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.0)
    2011-08-08 18:36:04 [INFO] Lockette: Detected craftbukkit build [1000] ok.
    2011-08-08 18:36:04 [INFO] Lockette: Linked to Permissions plugin version 3.1.6
    2011-08-08 18:36:04 [INFO] Lockette: Using ops file for admin permissions.
    2011-08-08 18:36:04 [INFO] Lockette: Ready to protect your containers.
    2011-08-08 18:36:04 [INFO] [mcMMO] Permissions version 3.1.6 found, using Permissions.
    2011-08-08 18:36:04 [INFO] Loading Config File...
    2011-08-08 18:36:04 [INFO] [mcMMO] Permissions version 3.1.6 found, using Permissions.
    2011-08-08 18:36:04 [INFO] mcMMO version 1.0.50 is enabled!
    2011-08-08 18:36:04 [INFO] [NoCivilSpawns] world - Enabled options:  QuickTest
    2011-08-08 18:36:04 [INFO] [NoCivilSpawns] - 1.4.7 by Sleaker is enabled!
    2011-08-08 18:36:05 [SEVERE] Error occurred while enabling Spout v1.0.2.27 (Is it up to date?): tried to access class org.getspout.spout.Spout$1 from class org.getspout.spout.Spout
    java.lang.IllegalAccessError: tried to access class org.getspout.spout.Spout$1 from class org.getspout.spout.Spout
        at org.getspout.spout.Spout.onEnable(Spout.java:111)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-08 18:36:05 [SEVERE] Error occurred while enabling Spout v1.0.1 (Is it up to date?): org/getspout/spout/Spout$1
    java.lang.IllegalAccessError: org/getspout/spout/Spout$1
        at org.getspout.spout.Spout.onEnable(Spout.java:111)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-08 18:36:05 [INFO] Stargate v.0.5.5 is enabled.
    2011-08-08 18:36:05 [INFO] [Stargate] Loaded 1 gate layouts
    2011-08-08 18:36:05 [INFO] [Stargate] {world} Loaded 33 stargates with 1 set as always-on
    2011-08-08 18:36:05 [INFO] [Stargate] Found Permissions (v3.1.6)
    2011-08-08 18:36:05 [INFO] SuperPowers v0.8 loaded!
    2011-08-08 18:36:05 [INFO] Tombstone v.1.3.5 is enabled.
    2011-08-08 18:36:05 [INFO] [Tombstone] Using Permissions (v3.1.6)
    2011-08-08 18:36:05 [INFO] [Citizens] Loaded 0 quests.
    2011-08-08 18:36:05 [INFO] [Citizens] Permissions enabled.
    2011-08-08 18:36:05 [INFO] [Citizens] version [1.0.9d] (Odyssey) loaded
    2011-08-08 18:36:05 [INFO] [Citizens] Payment method found (EssentialsEco version: 2.2)
    2011-08-08 18:36:05 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-08 18:36:05 [INFO] Done (0.246s)! For help, type "help" or "?"
    2011-08-08 18:36:05 [INFO] [Citizens] Loaded 0 NPCs.
    2011-08-08 18:36:10 [INFO] Stopping the server..
    2011-08-08 18:36:10 [INFO] Stopping server
    2011-08-08 18:36:10 [INFO] creaturebox 0.7.6: saving spawners
    2011-08-08 18:36:10 [INFO] creaturebox version 0.7.6 is disabled.
    2011-08-08 18:36:10 [INFO] [CrouchJump v0.2] Disabled
    2011-08-08 18:36:10 [INFO] [Citizens] Payment method disabled.
    2011-08-08 18:36:10 [INFO] HigherExplosives 2.0 defused and disabled
    2011-08-08 18:36:10 [INFO] Lockette: Closing all automatic doors.
    2011-08-08 18:36:10 [INFO] mcMMO was disabled.
    2011-08-08 18:36:10 [INFO] [NoCivilSpawns] Disabled
    2011-08-08 18:36:10 [INFO] [Permissions] (Yeti) saving data...
    2011-08-08 18:36:10 [INFO] [Permissions] (Yeti) saved all data.
    2011-08-08 18:36:10 [INFO] [Permissions] (Yeti) disabled successfully.
    2011-08-08 18:36:10 [INFO] [Stargate] Permissions plugin lost.
    2011-08-08 18:36:10 [INFO] [Tombstone] Permissions plugin lost.
    2011-08-08 18:36:10 [SEVERE] Error occurred while disabling Spout v1.0.2.27 (Is it up to date?): null
    java.lang.NullPointerException
        at org.getspout.spout.MapChunkThread.endThread(MapChunkThread.java:53)
        at org.getspout.spout.Spout.onDisable(Spout.java:104)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:899)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:281)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:391)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-08 18:36:10 [SEVERE] Error occurred while disabling Spout v1.0.1 (Is it up to date?): null
    java.lang.NullPointerException
        at org.getspout.spout.MapChunkThread.endThread(MapChunkThread.java:53)
        at org.getspout.spout.Spout.onDisable(Spout.java:104)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:899)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:288)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:281)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:391)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-08 18:36:10 [INFO] Closing all stargates.
    2011-08-08 18:36:10 [INFO] [Citizens] version [1.0.9d] (Odyssey) disabled
    2011-08-08 18:36:10 [INFO] Saving chunks
    
    Nevermind, I realized I had a dev build or something in my plugins as well.

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

    maxi1134

    Can we install the client directly in the launcher ?
     
  10. Offline

    YukonAppleGeek

    Can you kick players with a message that are not running Spout?
    EDIT: Never mind i found it.
     
  11. Offline

    dark_hunter

    No.
     
  12. Offline

    Cosban

    I have installed spout from the server link above, which in turn downloaded bukkitContrib. Previously we were getting errors because of the bad relationship the plugin has with the oreObfuscation plugin, but we fixed them. Now we are getting other errors as follows:
    Code:
    02:17:39 [SEVERE] Could not pass event PLAYER_INTERACT to BukkitContrib
    java.lang.ClassCastException: org.getspout.spout.SpoutNetServerHandler cannot be cast to org.bukkitcontrib.ContribNetServerHandler
            at org.bukkitcontrib.player.ContribCraftPlayer.getNetServerHandler(ContribCraftPlayer.java:494)
            at org.bukkitcontrib.ContribPlayerListener.onPlayerInteract(ContribPlayerListener.java:69)
            at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:307)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:210)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    We have also started getting login update errors from:
    Code:
    [SEVERE] Player: Player was not properly updated during login!
    I am running bukkit build 1000 on
    Linux ip-10-36-35-102 2.6.35.11-83.9.amzn1.i686 #1 SMP Sat Feb 19 23:41:56 UTC 2011 i686 i686 i386 GNU/Linux
    java version "1.6.0_20"
    OpenJDK Runtime Environment (IcedTea6 1.9.8) (amazon-52.1.9.8.34.amzn1-i386)
    OpenJDK Client VM (build 19.0-b09, mixed mode)

    Is there a configuration setting which I am missing or have erroneously added, or is this an issue with the plugin its self?
     
  13. Offline

    alta189

    You are running spout and bukkitcontrib, you can't do that
     
  14. Offline

    Cosban

    Spout downloaded bukkitcontrib when I enabled it. There is no way I can see about getting around this.
     
  15. Offline

    alta189

    Spout didn't download it, a plugin you had downloaded it, can I see a plugin list?
     
  16. Offline

    RGadelha

    SH*T!
    Minecraft.net is down :mad:
     
  17. Offline

    Cosban

    Amazon is having issues I guess... My ec2 instance just quit and minecraft.net is down. I'll give you the info when I can.
     
  18. Offline

    alta189

    I know, makes it hard to test for me
     
  19. Offline

    parker_digg

    "I'll try out the client version."

    "Cannot connect..."

    At first I thought it was Spout. Can't wait to see all the doors this opens for MC.
     
  20. Offline

    alta189

    Yah -.- They need better servers IMHO
     
  21. Offline

    Stephen304

    Yet all the players on my server are still playing... This is why offline mode rocks...
     
    DerpinLlama likes this.
  22. Offline

    alta189

    I am asking you to stop posting about offline/cracked clients/servers
     
    BPOtacon and parker_digg like this.
  23. Offline

    RGadelha

    And that's why we need Launcher offline mode ASAP :rolleyes:
    Edit:
    In offline mode we are all "Player", how is it in a server? :oops:
     
  24. Offline

    RustyDagger

    if i was you i would of removed the stinking over loaded pile of crap called essentials months ago but that's just me. far better systems around.
     
  25. Offline

    Slayer9x9

    You know you could just download the source and compile your own version of the launcher right?
     
  26. Offline

    RGadelha

    Please, name one?

    Well, not me :'(
    minecraft.net is up now :D

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

    chuiby

    Still waiting for a reply...
     
  28. Offline

    Cosban

    Plugins:
    CraftBookVehicles, Minequery, iConomy, MobBounty, Showcase, LogBlockQuestioner, rTriggers, BukkitContrib, Lockette, Warpz0r, CraftBookCircuits, SpyerAdminCommands, SpyerAdmin, MultiVerse, WorldEdit, ColoredSigns, OpenInv, Honeypot, Spout, MagicCarpet, IceGeoIP, MCStats2, ChopTree, CommandBook, NarrowtuxLib, CraftBookMechanisms, LazyRoad, BukkitCompat, CraftBukkitUpToDate, RawcriticsOreObfuscationPluginSpout, SpyerFun, mcbans, SimpleGodMode, WorldGuard, MinecraftViewer, DCReason, MinecartManiaCore, GroupManager, CraftBookCommon, CommandHelper, MinecartManiaChestControl, MinecartManiaAutomations, Permissions, MinecartManiaSignCommands, MinecartManiaTeleport, LogBlock, AntiBuild, Citizens, iChat, NoSpawn, dynmap, NoCheat

    Everytime I delete BukkitContrib, it re-downloads its self.
     
  29. Offline

    Michael Murphy

    One of those plugins you have in that list is using it then.
     
  30. Offline

    mugabuga

    I find CommandBook far better.
     
  31. Offline

    Cosban

    Well yeah.... that doesn't help me right now though.
     
Thread Status:
Not open for further replies.

Share This Page