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

    QBcrusher

    I am on the latest RB for minecraft 1.0 and the build of SpoutPlugin that you posted for me to install
     
  3. Offline

    Wulfspider

    You would not be getting that error if that were the case. Please double check the build/version of Craftbukkit you are using by typing version in the server console and the build of SpoutPlugin by typing spout in the server console.
     
  4. Offline

    QBcrusher

    ok i think im using the wrong CB build (R2 instead of R1) i downloaded R1 and it says cannot access jar file craftbukkit R2 blablabla. I know this isnt the right place to ask, but how do I get it to recognize the other build that i placed in the folder?
     
  5. Offline

    Mike111177

    craftbukkit-1.1-R1-SNAPSHOT.jar
    spoutplugin-dev-SNAPSHOT.jar
     
  6. Offline

    cidiantoby

    Wulfspider Afforess @ (the rest of the dev team)

    Ok just so you know.. The void fog WAS NOT REMOVED FOR SURVIVAL. So turn that options function back on! Even the patch notes said it was removed for CREATIVE not survival mode.
     
  7. Offline

    Stephen304

    Hi, I was looking through the source to take a peek at the login code to prove to my friend that it's safe to use, but I couldn't find where it logs in with minecraft.net. Could anyone point me in the right direction? Thanks!
     
  8. Offline

    BeeT

    Can you fix these errors?:

    Code:
    2012-01-23 22:10:01 [INFO] [Spout] Unloading Spout v707.
    2012-01-23 22:10:01 [SEVERE] Error occurred while disabling Spout v707 (Is it up to date?): tried to access method gnu.trove.map.hash.TLongObjectHashMap$ValueView.<init>(Lgnu/trove/map/hash/TLongObjectHashMap;)V from class gnu.trove.map.hash.TLongObjectHashMap
    java.lang.IllegalAccessError: tried to access method gnu.trove.map.hash.TLongObjectHashMap$ValueView.<init>(Lgnu/trove/map/hash/TLongObjectHashMap;)V from class gnu.trove.map.hash.TLongObjectHashMap
    at gnu.trove.map.hash.TLongObjectHashMap.valueCollection(TLongObjectHashMap.java:345)
    at org.getspout.spoutapi.chunkstore.SimpleChunkDataManager.saveWorldChunks(SimpleChunkDataManager.java:119)
    at org.getspout.spoutapi.chunkstore.SimpleChunkDataManager.unloadWorldChunks(SimpleChunkDataManager.java:103)
    at org.getspout.spoutapi.chunkstore.SimpleChunkDataManager.unloadAllChunks(SimpleChunkDataManager.java:136)
    at org.getspout.spout.Spout.onDisable(Spout.java:147)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:233)
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:1085)
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:271)
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:186)
    at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:384)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:464)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    

    Code:
    2012-01-23 21:57:23 [SEVERE] java.lang.IllegalAccessError: tried to access class gnu.trove.map.hash.TLongObjectHashMap$TLongObjectHashIterator from class gnu.trove.map.hash.TLongObjectHashMap
    2012-01-23 21:57:24 [SEVERE]at gnu.trove.map.hash.TLongObjectHashMap.iterator(TLongObjectHashMap.java:387)
    2012-01-23 21:57:24 [SEVERE]at org.getspout.commons.util.map.TIntPairObjectHashMap.iterator(TIntPairObjectHashMap.java:52)
    2012-01-23 21:57:24 [SEVERE]at org.getspout.spout.inventory.AbstractBlockManager.onPlayerJoin(AbstractBlockManager.java:70)
    2012-01-23 21:57:24 [SEVERE]at org.getspout.spout.inventory.SimpleMaterialManager.onPlayerJoin(SimpleMaterialManager.java:73)
    2012-01-23 21:57:24 [SEVERE]at org.getspout.spout.PlayerManager.onSpoutcraftEnable(PlayerManager.java:79)
    2012-01-23 21:57:24 [SEVERE]at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:187)
    2012-01-23 21:57:24 [SEVERE]at net.minecraft.server.Packet18ArmAnimation.handle(SourceFile:38)
    2012-01-23 21:57:24 [SEVERE]at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2012-01-23 21:57:24 [SEVERE]at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    2012-01-23 21:57:24 [SEVERE]at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:587)
    2012-01-23 21:57:24 [SEVERE]at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    2012-01-23 21:57:24 [SEVERE]at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:536)
    2012-01-23 21:57:24 [SEVERE]at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    2012-01-23 21:57:24 [SEVERE]at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-23 21:57:24 [SEVERE] Unexpected exception
    java.lang.IllegalAccessError: tried to access class gnu.trove.map.hash.TLongObjectHashMap$TLongObjectHashIterator from class gnu.trove.map.hash.TLongObjectHashMap
    at gnu.trove.map.hash.TLongObjectHashMap.iterator(TLongObjectHashMap.java:387)
    at org.getspout.commons.util.map.TIntPairObjectHashMap.iterator(TIntPairObjectHashMap.java:52)
    at org.getspout.spout.inventory.AbstractBlockManager.onPlayerJoin(AbstractBlockManager.java:70)
    at org.getspout.spout.inventory.SimpleMaterialManager.onPlayerJoin(SimpleMaterialManager.java:73)
    at org.getspout.spout.PlayerManager.onSpoutcraftEnable(PlayerManager.java:79)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:187)
    at net.minecraft.server.Packet18ArmAnimation.handle(SourceFile:38)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:587)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:536)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-23 21:57:24 [INFO] Reading data
    
     
  9. Offline

    Wulfspider

  10. Offline

    Grifhell

    error after closing the server
    Code:
    174 recipes
    27 achievements
    2012-01-25 12:48:39 [INFO] Starting minecraft server version 1.1
    2012-01-25 12:48:39 [INFO] Loading properties
    2012-01-25 12:48:39 [INFO] Starting Minecraft server on *:25566
    2012-01-25 12:48:39 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2012-01-25 12:48:39 [WARNING] The server will make no attempt to authenticate us
    ernames. Beware.
    2012-01-25 12:48:39 [WARNING] While this makes the game possible to play without
    internet access, it also opens up the ability for hackers to connect with any u
    sername they choose.
    2012-01-25 12:48:39 [WARNING] To change this, set "online-mode" to "true" in the
    server.properties file.
    2012-01-25 12:48:39 [INFO] This server is running Craftbukkit version git-Bukkit
    -1.0.1-R1-103-gb0999f2-b1797jnks (MC: 1.1) (Implementing API version 1.1-R1-SNAP
    SHOT)
    2012-01-25 12:48:40 [INFO] [PermissionsEx] sql backend registered!
    2012-01-25 12:48:40 [INFO] [PermissionsEx] file backend registered!
    2012-01-25 12:48:40 [INFO] [PermissionsEx] PermissionEx plugin initialized.
    2012-01-25 12:48:40 [INFO] [PermissionsEx] p2compat backend registered!
    2012-01-25 12:48:40 [INFO] [PermissionsCompat] Compatibility Layer Initalized!
    2012-01-25 12:48:40 [INFO] [PermissionsEx] Initializing file backend
    2012-01-25 12:48:40 [INFO] [Spout] Loading Spout v719.
    2012-01-25 12:48:40 [INFO] [Spout] Spout 719 has been initialized
    2012-01-25 12:48:40 [INFO] [Orebfuscator] Loading Orebfuscator v1.3.1-test4.
    2012-01-25 12:48:40 [INFO] [Orebfuscator] Integrated ChunkScrambled enabled!
    2012-01-25 12:48:40 [INFO] [Orebfuscator] Spout found, using Spout.
    2012-01-25 12:48:45 [INFO] [Orebfuscator] Version 1.3.1-test4 enabled!
    2012-01-25 12:48:45 [INFO] Preparing level "world"
    2012-01-25 12:48:45 [INFO] Default game type: 0
    2012-01-25 12:48:45 [INFO] Preparing start region for level 0 (Seed: -2830525048
    467102341)
    2012-01-25 12:48:46 [INFO] Preparing start region for level 1 (Seed: -2830525048
    467102341)
    2012-01-25 12:48:46 [INFO] Preparing spawn area: 44%
    2012-01-25 12:48:47 [INFO] Preparing start region for level 2 (Seed: -2830525048
    467102341)
    2012-01-25 12:48:47 [INFO] [DungeonBuilder] Loading DungeonBuilder v0.9.0.
    2012-01-25 12:48:47 [INFO] DungeonBuilder (v.0.9.0) Enabled
    2012-01-25 12:48:47 [INFO] [Log] Loading Log v0.8.
    2012-01-25 12:48:47 [INFO] Log version 0.8: Loaded.
    2012-01-25 12:48:47 [INFO] Log version 0.8: Events initialised successfully.
    2012-01-25 12:48:47 [INFO] Log version 0.8: Data loaded successfully.
    2012-01-25 12:48:47 [INFO] Log version 0.8: Loaded properties file.
    2012-01-25 12:48:47 [INFO] [NoCheat] Loading NoCheat v2.24b.
    2012-01-25 12:48:47 [INFO] [NoCheat] version [2.24b] is enabled.
    2012-01-25 12:48:47 [INFO] [PermissionsEx] Loading PermissionsEx v1.17.
    2012-01-25 12:48:47 [INFO] [PermissionsEx] Superperms support enabled.
    2012-01-25 12:48:47 [INFO] [PermissionsEx] v1.17 enabled
    2012-01-25 12:48:47 [INFO] [ServerLogSaver] Loading ServerLogSaver v2.0.
    2012-01-25 12:48:47 [INFO] [ServerLogSaver] Version 2.0 Is Enabled!
    2012-01-25 12:48:47 [INFO] [WorldEdit] Loading WorldEdit v5.1.
    2012-01-25 12:48:47 [INFO] WorldEdit 5.1 enabled.
    2012-01-25 12:48:47 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx fo
    r permissions.
    2012-01-25 12:48:48 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx fo
    r permissions.
    2012-01-25 12:48:48 [INFO] [WorldGuard] Loading WorldGuard v5.4.
    2012-01-25 12:48:48 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx fo
    r permissions.
    2012-01-25 12:48:48 [INFO] WorldGuard: (world) Single session is enforced.
    2012-01-25 12:48:48 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2012-01-25 12:48:48 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2012-01-25 12:48:48 [INFO] WorldGuard: (world) Lava fire is blocked.
    2012-01-25 12:48:48 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2012-01-25 12:48:48 [INFO] WorldGuard: Loaded configuration for world 'world"
    2012-01-25 12:48:48 [INFO] WorldGuard: (world_nether) Single session is enforced
    .
    2012-01-25 12:48:48 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
     
    2012-01-25 12:48:48 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2012-01-25 12:48:48 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2012-01-25 12:48:48 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTE
    D.
    2012-01-25 12:48:48 [INFO] WorldGuard: Loaded configuration for world 'world_net
    her"
    2012-01-25 12:48:48 [INFO] WorldGuard: (world_the_end) Single session is enforce
    d.
    2012-01-25 12:48:48 [INFO] WorldGuard: (world_the_end) TNT ignition is PERMITTED
    .
    2012-01-25 12:48:48 [INFO] WorldGuard: (world_the_end) Lighters are PERMITTED.
    2012-01-25 12:48:48 [INFO] WorldGuard: (world_the_end) Lava fire is blocked.
    2012-01-25 12:48:48 [INFO] WorldGuard: (world_the_end) Fire spread is UNRESTRICT
    ED.
    2012-01-25 12:48:48 [INFO] WorldGuard: Loaded configuration for world 'world_the
    _end"
    2012-01-25 12:48:48 [INFO] WorldGuard: 0 regions loaded for 'world'
    2012-01-25 12:48:48 [INFO] WorldGuard: 0 regions loaded for 'world_nether'
    2012-01-25 12:48:48 [INFO] WorldGuard: 0 regions loaded for 'world_the_end'
    2012-01-25 12:48:48 [INFO] WorldGuard 5.4 enabled.
    2012-01-25 12:48:48 [INFO] [xAuth] Loading xAuth v3.0.
    2012-01-25 12:48:48 [INFO] [xAuth] 'Permissions' v2.7.7 support enabled!
    2012-01-25 12:48:49 [INFO] [xAuth] Connection to database established!
    2012-01-25 12:48:49 [INFO] [xAuth] Accounts: 1, Sessions: 1
    2012-01-25 12:48:49 [INFO] [xAuth] v3.0 Enabled!
    2012-01-25 12:48:49 [INFO] [BookWorm] Loading BookWorm v1.9.
    2012-01-25 12:48:49 [INFO] BookWorm 'Spout' support enabled.
    2012-01-25 12:48:49 [INFO] BookWorm v1.9 loaded!
    2012-01-25 12:48:49 [INFO] [ChatManager] Loading ChatManager v1.15.
    2012-01-25 12:48:49 [INFO] [ChatManager] ChatManager enabled!
    2012-01-25 12:48:49 [INFO] [CommandBook] Loading CommandBook v1.7.
    2012-01-25 12:48:49 [INFO] CommandBook 1.7 enabled.
    2012-01-25 12:48:49 [INFO] CommandBook: 0 Warps(s) loaded
    2012-01-25 12:48:49 [INFO] CommandBook: 0 Homes(s) loaded
    2012-01-25 12:48:49 [INFO] CommandBook: Maximum wrapper compatibility is enabled
    . Some features have been disabled to be compatible with poorly written server w
    rappers.
    2012-01-25 12:48:49 [INFO] CommandBook: 0 banned name(s) loaded.
    2012-01-25 12:48:49 [INFO] CommandBook: 1 kit(s) loaded.
    2012-01-25 12:48:49 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx fo
    r permissions.
    2012-01-25 12:48:49 [INFO] [Modifyworld] Loading Modifyworld v1.16.
    2012-01-25 12:48:49 [INFO] [Modifyworld] Modifyworld disabled. Check config.yml!
     
    2012-01-25 12:48:49 [INFO] [Modifyworld] Unloading Modifyworld v1.16.
    2012-01-25 12:48:49 [INFO] [Modifyworld] Modifyworld disabled!
    2012-01-25 12:48:49 [INFO] [Permissions] Loading Permissions v2.7.7.
    2012-01-25 12:48:49 [INFO] [PermissionsCompat] Compatibility layer enabled.
    2012-01-25 12:48:49 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx fo
    r permissions.
    2012-01-25 12:48:49 [INFO] [Factions] Loading Factions v1.4.7.
    2012-01-25 12:48:49 [INFO] [Factions v1.4.7] === ENABLE START ===
    2012-01-25 12:48:49 [INFO] [Factions v1.4.7] Loading conf from disk
    2012-01-25 12:48:49 [INFO] [Factions v1.4.7] Loading players from disk
    2012-01-25 12:48:49 [INFO] [Factions v1.4.7] Loading factions from disk
    2012-01-25 12:48:49 [INFO] [Factions v1.4.7] Loading board from disk
    2012-01-25 12:48:49 [INFO] [Factions v1.4.7] Found and will use Permissions v2.7
    .7 for permissions
    2012-01-25 12:48:49 [INFO] [Factions v1.4.7] Found and will use features of Spou
    t v719
    2012-01-25 12:48:49 [INFO] [Factions v1.4.7] === ENABLE DONE (Took 125ms) ===
    2012-01-25 12:48:49 [INFO] [WorldBorder] Loading WorldBorder v1.5.0.
    2012-01-25 12:48:49 [INFO] WorldBorder version 1.5.0 loading
    2012-01-25 12:48:49 [INFO] [WorldBorder] [CONFIG] Using square border, knockback
    of 3.0 blocks, and timer delay of 5.
    2012-01-25 12:48:49 [INFO] [WorldBorder] [CONFIG] Border-checking timed task sta
    rted.
    2012-01-25 12:48:49 [INFO] [WorldBorder] [CONFIG] World "world" has border radiu
    s 2500 at X: -232,5 Z: 364,5
    2012-01-25 12:48:49 [INFO] [WorldBorder] [CONFIG] Will use plugin for permission
    s: Permissions v2.7.7
    2012-01-25 12:48:49 [INFO] For reference, the main world's spawn location is at
    X: -233 Y: 64 Z: 364
    2012-01-25 12:48:49 [INFO] Server permissions file permissions.yml is empty, ign
    oring it
    2012-01-25 12:48:49 [INFO] Done (3,729s)! For help, type "help" or "?"
    stop
    2012-01-25 12:51:37 [INFO] Unknown command. Type "help" for help.←[0m
    2012-01-25 12:51:37 [INFO] Unknown command. Type "help" for help.←[0m
    stop
    2012-01-25 12:51:39 [INFO] CONSOLE: Stopping the server..←[0m
    2012-01-25 12:51:39 [INFO] Unknown command. Type "help" for help.←[0m
    2012-01-25 12:51:39 [INFO] Stopping server
    2012-01-25 12:51:39 [INFO] [DungeonBuilder] Unloading DungeonBuilder v0.9.0.
    2012-01-25 12:51:39 [INFO] DungeonBuilder - Teleporting players out of dungeons
    2012-01-25 12:51:39 [INFO] DungeonBuilder Disabled
    2012-01-25 12:51:39 [INFO] [Log] Unloading Log v0.8.
    2012-01-25 12:51:39 [INFO] Log version 0.8: Shutting down.
    2012-01-25 12:51:39 [INFO] Log version 0.8: Unloaded.
    2012-01-25 12:51:39 [INFO] [NoCheat] Unloading NoCheat v2.24b.
    2012-01-25 12:51:39 [INFO] [NoCheat] version [2.24b] is disabled.
    2012-01-25 12:51:39 [INFO] [PermissionsEx] Unloading PermissionsEx v1.17.
    2012-01-25 12:51:39 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx fo
    r permissions.
    2012-01-25 12:51:39 [INFO] [PermissionsEx] v1.17 disabled successfully.
    2012-01-25 12:51:39 [INFO] [ServerLogSaver] Unloading ServerLogSaver v2.0.
    2012-01-25 12:51:39 [INFO] [Spout] Unloading Spout v719.
    2012-01-25 12:51:39 [SEVERE] Error occurred while disabling Spout v719 (Is it up
    to date?): tried to access method gnu.trove.map.hash.TLongObjectHashMap$ValueVi
    ew.<init>(Lgnu/trove/map/hash/TLongObjectHashMap;)V from class gnu.trove.map.has
    h.TLongObjectHashMap
    java.lang.IllegalAccessError: tried to access method gnu.trove.map.hash.TLongObj
    ectHashMap$ValueView.<init>(Lgnu/trove/map/hash/TLongObjectHashMap;)V from class
    gnu.trove.map.hash.TLongObjectHashMap
            at gnu.trove.map.hash.TLongObjectHashMap.valueCollection(TLongObjectHash
    Map.java:345)
            at org.getspout.spoutapi.chunkstore.SimpleChunkDataManager.saveWorldChun
    ks(SimpleChunkDataManager.java:119)
            at org.getspout.spoutapi.chunkstore.SimpleChunkDataManager.unloadWorldCh
    unks(SimpleChunkDataManager.java:103)
            at org.getspout.spoutapi.chunkstore.SimpleChunkDataManager.unloadAllChun
    ks(SimpleChunkDataManager.java:136)
            at org.getspout.spout.Spout.onDisable(Spout.java:147)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:233)
            at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoade
    r.java:1085)
            at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManag
    er.java:271)
            at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginMana
    ger.java:264)
            at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:18
    6)
            at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:384)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:464)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    2012-01-25 12:51:39 [INFO] [WorldEdit] Unloading WorldEdit v5.1.
    2012-01-25 12:51:39 [INFO] [WorldGuard] Unloading WorldGuard v5.4.
    2012-01-25 12:51:39 [INFO] WorldGuard 5.4 disabled.
    2012-01-25 12:51:39 [INFO] [xAuth] Unloading xAuth v3.0.
    2012-01-25 12:51:39 [INFO] [xAuth] v3.0 Disabled!
    2012-01-25 12:51:39 [INFO] [BookWorm] Unloading BookWorm v1.9.
    2012-01-25 12:51:39 [INFO] [ChatManager] Unloading ChatManager v1.15.
    2012-01-25 12:51:39 [INFO] [ChatManager] ChatManager disabled!
    2012-01-25 12:51:39 [INFO] [CommandBook] Unloading CommandBook v1.7.
    2012-01-25 12:51:39 [INFO] [Permissions] Unloading Permissions v2.7.7.
    2012-01-25 12:51:39 [INFO] [Factions] Unloading Factions v1.4.7.
    2012-01-25 12:51:40 [INFO] [Orebfuscator] Unloading Orebfuscator v1.3.1-test4.
    2012-01-25 12:51:40 [INFO] [Orebfuscator] Version 1.3.1-test4 disabled!
    2012-01-25 12:51:40 [INFO] [WorldBorder] Unloading WorldBorder v1.5.0.
    2012-01-25 12:51:40 [INFO] WorldBorder version 1.5.0 shutting down
    2012-01-25 12:51:40 [INFO] [WorldBorder] [CONFIG] Border-checking timed task sto
    pped.
    2012-01-25 12:51:40 [INFO] Saving chunks
    Для продолжения нажмите любую клавишу . . .
     
  11. Offline

    Muffin89

    Spout questions:
    Is it possible to build things over the clouds with spout or is it the same build height as normal?
    Is it possible to change the build height with spout if so how?
    Is there a working plugin for spout to change the height of building?

    I have not found any plugin or a howto. But i read that it should be possible. Could someone be kind to explain :)
     
  12. Offline

    goodoletom

    Crashing everyones server. Please update with a fix.
     
  13. Offline

    RoyAwesome

  14. Offline

    AronAtVW

    gotcha thanks for the info
     
  15. Offline

    Wulfspider

    We can't fix something when we have no logs or details as to why you think it is.
    Please provide EXACT build numbers of CraftBukkit and SpoutPlugin being used and post any error logs via pastie.org or pastebin.com

    No working plugins that I know of, but the Spoutcraft client does support heights above the normal and can be generated up to 2048 in singleplayer. The Spout server will support custom build heights though.

    Are you using WorldEdit 5.1?

    Open an issue on http://spout.in/issues please.

    Are you using WorldEdit 5.1?

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

    BeeT

    With newest wolredit.snapshot it works.
    5.1 have errors with spout.
     
  17. Offline

    Grifhell


    YES!
    Give me pls worldedit.snapshot


     
  18. Offline

    Dreamskiller

    Hi,
    Just some questions :

    1. What is the policy of spout today ? I mean, a lot of incredible features are possible only thanks to Spout (adding new items/blocks/mobs), but if no partnership is clearly made between bukkit and spout, i'm afraid that a lot of Dev won't add a spout functionality. Moreover, spout policy is still to have a online client only ? We all know that a lot of people are playing with hacked client, maybe a reason that stops a lot of admin to use spout.

    2. Speaking about those features, I'm quite surprised that no one has (atm) created any mod with new mobs. It seems that a mod with custom blocs have been launched, but that is all. The API is not quite ready for it ?

    Thanks a lot.
     
  19. Offline

    Grifhell

    wolredit.snapshot
    Where he?!?!!
    I can not find!

    Oh, all is ok, I've found. The author does not keep track of your subjects, do notleave links.
     
  20. In response to your first question, Spout is breaking off from Bukkit and going a solo route. They're currently working on making their own server variant but will maintain a bukkit compatibility framework to allow bukkit plugins to work on the Spout server. For more information, please see the related post on Spout's own forums: http://forums.spout.org/threads/new-years-resolutions.487/
     
  21. Offline

    spider219

    Spoutcraft.png i keep getting an message saying "unknown host" every time i try and join this specific survival server. i've played on this server once b4 in spoutcraft and it still work on defualt minecraft. any solution?
     
  22. Offline

    Grifhell

    all bad ((
    Commandbook do not want to work. a lot of errors in the console. better let it be a mistake to spout (of a worldedit) than a lot of many other
     
  23. Offline

    Aetherspawn

    Just a quick question; Please tag me back when replying.


    I'm developing a Factions type plugin and thought I might add the ability to use faction-specific capes. I've never worked with spout before though (and personally I don't like running the spout client). Is there an example somewhere on how to change player capes to a URL?
     
  24. Offline

    Wulfspider

    You'd have to make a client mod and update it for each Minecraft version with a custom URL for them if you don't want to use the Spoutcraft client. Not very fun or easy for your players.

    For examples on how to do it with Spout's API and such, take a look at other plugins that use it such as SpoutEssentials, Heroes, etc. You can also look at our Javadoc on http://jd.spout.org/plugin/latest.

    You can name it anything you want, just do not have multiple versions/namings of it in there at the same time.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Feb 15, 2019
  25. Offline

    Aetherspawn

    Oh, I'm perfectly fine with using Spout. I worded that poorly, sorry. I was looking for an example changing capes with spout :)

    Thanks for the link to the docs, I'll figure it out.

    setPlayerCloak is perfect, thanks. Looks like it also supports cloaks on NPC's, since they extend HumanEntity :D

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

    Wulfspider

    Probably because the server is offline and unreachable at the time.
     
  27. Offline

    spider219

    its not that because i can still play it on normal minecraft
     
  28. Offline

    Wulfspider

    I just added the server to my favorites on both, and it shows as offline. So unless I am getting the address wrong... :/

    Build 721 of SpoutPlugin is the first recommend build for CraftBukkit 1.1!
    Download from http://get.spout.org
    Spoutcraft to follow soon!

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

    Julianoz1224

    Do I just put spoutplugin-dev-SNAPSHOT.jar in my plugins folder?
    and can I rename it to Spout.jar and replace my old one?

    Also, where can I find a change log?
     
  30. Offline

    Julianoz1224

    ok thanks :D
     
  31. Offline

    Muffin89

    Is there a way atm to change the height?
    Its good that spout support it and all, but there is no spout plugin for it right now?
    And if i understood correctly someone needs to make such plugin for spout so the server owner can change the height?
     
Thread Status:
Not open for further replies.

Share This Page