Inactive [FUN] SpoutEssentials v3.9.2 [SPLASH SCREENS, GUI commands, Music, Capes, Sky, and more!] [1.2.3-R0]

Discussion in 'Inactive/Unsupported Plugins' started by skawke, Aug 7, 2011.

  1. Offline

    skawke

    [​IMG]
    @rediem's Banner :)
    Version: v3.9.2
    Go here for download, commands, permission nodes, and more!
    http://dev.bukkit.org/server-mods/spoutessentials/

    OnScreenCommands:
    (If you would like to get a small taste, join my server @ play.thetaylormc.com:27965, and press ~)


    Splash Screens:


    Uses Spout's various features for a whole ton of fun!
    • Notifies when people join
    • Notifies when people leave
    • Displays a notification when people join the server
    • Allows the playing of music, both to themselves AND serverwide
    • A simple 'poke' feature
    • and TONS more! (Full list @ bukkitdev page)
    SpoutEssentials includes optimizations for these plugins:
    Want to test out the features before using it? Join my server @ play.thetaylormc.com

    I work quite hard to make the plugin, and I try to put everyone's requested feature into SpoutEssentials. Donate to help me buy food a better server :(:(!

    [​IMG]

    Credits:
    · @rediem for the banner :D:D:D:D:D:D
    · @tips48 for helping me with the poking feature (basic messaging)
    · @SwearWord from #bukkitdev for helping me with config stuff
    · #spout for helping me with SpoutCraftEnabledEvent
    · @Ninja Grinch for pointing out bugs in 2.7.2
     
    GameFAQsRolo, Kiste, Hopium and 8 others like this.
  2. Offline

    DeltaDevil

    no, linux, centos 5.6
     
  3. Read my above post. You'll need http://.

    Another note: with WorldGuard region support, I set a texturepack and music that both worked when I entered the area. When I left, the music stopped, but the texturepack stayed the same. It would be important that it changes to the default for that world. Thanks.
     
  4. Offline

    GmK

    I mean your spout client? Are you running on a mac?

    But I guess the same could apply for linux: You wont get any sound ingame when launching the jar directly, make sure to start it with a .sh script via terminal or such.
     
  5. Offline

    Sparky222B


    I also can't delete it.
     
  6. Offline

    GothikaGeist310

    I get this error
    Code:
    2011-08-27 14:42:33 [SEVERE] Error occurred while enabling SpoutEssentials v2.9.2 (Is it up to date?): null
    java.lang.NullPointerException
        at me.skawke.spoutessentials.SpoutEssentialsModuleConfig.JoinMessageStatus(SpoutEssentialsModuleConfig.java:59)
        at me.skawke.spoutessentials.SpoutEssentials.onEnable(SpoutEssentials.java:65)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Any clues?
     
  7. Offline

    Dyllon

    I typed "/spe title none" and my name said "none" :/
     
  8. Offline

    NinjaGrinch

    Try using the latest version? :) Let it regenerate a new configuration. Make sure you don't use any tabs either, just spaces. Keep messages that would display below 26 characters.
     
  9. Offline

    Meganperk

    would love a way to be able to sit where i want or lay where i want, and slowly regenerate health over time.
     
  10. Offline

    NinjaGrinch

    I believe at the time of me posting this, the ability to add custom animations such as sitting or laying is beyond the abilities of Spout/Spoutcraft. At least until the SpoutcraftAPI is finished.
     
  11. Offline

    Mikhos

    Is there any way to have SpoutEssentials use music located in a subfolder of SpoutEssentials?
     
  12. Offline

    NinjaGrinch

    I do not believe so but you can always try using the directory path for the music file in place of the URL and see if it works.
     
  13. Offline

    Mikhos

    I've tried that, and it doesn't seem to work. :(
     
  14. Offline

    GothikaGeist310

    Alright, I'll download the latest version and come back with some results.

    Edit: Ok this time I got an auto-update and switched to that version 2.9.3(?) and then I got these errors when joining (I got these before too as well).

    Code:
    2011-08-28 00:13:14 [SEVERE] Could not pass event PLAYER_TELEPORT to SpoutEssentials
    java.lang.NoClassDefFoundError: me/skawke/spoutessentials/SpoutEssentialsPlayerListener$1
        at me.skawke.spoutessentials.SpoutEssentialsPlayerListener.onPlayerTeleport(SpoutEssentialsPlayerListener.java:87)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:300)
        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:373)
        at org.getspout.spout.player.SpoutCraftPlayer.updateNetServerHandler(SpoutCraftPlayer.java:642)
        at org.getspout.spout.SpoutPlayerListener.onPlayerJoin(SpoutPlayerListener.java:29)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
        at net.minecraft.server.Packet1Login.a(SourceFile:43)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        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)
    Caused by: java.lang.ClassNotFoundException: me.skawke.spoutessentials.SpoutEssentialsPlayerListener$1
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 20 more
    2011-08-28 00:13:15 [SEVERE] Could not pass event PLAYER_JOIN to SpoutEssentials
    java.lang.NoClassDefFoundError: me/skawke/spoutessentials/SpoutEssentialsPlayerListener$3
        at me.skawke.spoutessentials.SpoutEssentialsPlayerListener.onPlayerJoin(SpoutEssentialsPlayerListener.java:234)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
        at net.minecraft.server.Packet1Login.a(SourceFile:43)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        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)
    Caused by: java.lang.ClassNotFoundException: me.skawke.spoutessentials.SpoutEssentialsPlayerListener$3
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 14 more
    2011-08-28 00:13:15 [SEVERE] Could not pass event PLAYER_TELEPORT to SpoutEssentials
    java.lang.NoClassDefFoundError: me/skawke/spoutessentials/SpoutEssentialsPlayerListener$1
        at me.skawke.spoutessentials.SpoutEssentialsPlayerListener.onPlayerTeleport(SpoutEssentialsPlayerListener.java:87)
        at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:300)
        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:373)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:98)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
        at net.minecraft.server.Packet1Login.a(SourceFile:43)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
        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)
    Edit2: I don't know what I did but it works now :confused: Oh, but how do you set the URL for player skins? Do I right-click the picture and copy url? And if its too big should I use TInyurl?
     
  15. Offline

    TheSmith

    Oh damn, didn't expect you to actually read and replay to other users. Ill try and be more clear. Its like a hit and miss when it comes to this problem. Seems to be when a play logs into the server, it restarts automatically. Then as soon as another player tries to join, does the same thing. Might just have been bad luck.
     
  16. Offline

    skawke

    I don't have a way to revert back... yet.
    http://dev.bukkit.org/server-mods/spoutessentials/tickets/
    Sorry, will fix.
    No. Actually, it's possible, if the music was located in a folder accessible to the public.
    Not sure what's causing this.
    http://dev.bukkit.org/server-mods/spoutessentials/tickets/
     
  17. Offline

    stkeroro

    Spout 1.0.5 released, update your plugin.
     
    HockeyMike24 likes this.
  18. Offline

    bastrian

    and mayby write in the topic what version of spout is supported (actual build 221)
     
  19. Offline

    skawke

    I know, relax. I just came home from a vacation.

    Version 2.9.4 released. Updated for Spout 1.0.5

    Version 2.9.5
    · Added options to change sun/moon textures
    - WG region leaving can now reset a player's texturepack
    - doing /spe title none will reset player title
    - added ability to change other people's title

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

    Meganperk

    sitting and laying arent custome animations... they already exist from boats, minecarts, riding animals, and laying in beds. There are a few other plug-ins without spout that use entities such as arrows or paintings to give off the sitting animation. If you could create an entity that is 1 pixel in size to sit on... you can essentially sit anywhere you want by creating that item with that property.
     
  21. Offline

    NinjaGrinch

    I suppose that is true though I think proper chairs when the SpoutcraftAPI is release would be the best thing over all. :)
     
  22. Offline

    Meganperk

    i just wanted a plugin so i can sit/lay anywhere i want for rp purposes... pass out, have a picnic on the grass... etc...
     
  23. Offline

    skawke

    Highly unlikely, since this plugin is mainly for spout's features.

    I'll see what I can do.
     
  24. Offline

    Dominic

    Hey guys, I run a private server for my friend and I and he can get the music working but the music never plays for me.
    When I try to type in the following command it just asks for an URL of some kind...
    Code:
    /spe playgmusic [URL]http://download762.mediafire.com/h356mh1ov6kg/z2p927tsn92t6rz/takemehome.ogg[/URL]
    But my friend can play/hear music and I SEE the files being downloaded to my client! Is there an issue with me being the server too?
     
  25. Offline

    skawke

    Don't use mediafire, it doesn't work properly.
     
  26. Offline

    Dominic

    Thanks! That was it!
     
  27. skawke that was pretty quick on the updates. This plugin is really starting to provide quite a toolset. Just dropping in to say thanks.

    EDIT: Feature Request

    For worlds, define a playlist rather than a set track. Same for WorldGuard regions. I'm planning on adding a custom adventure map soon that has two tracks as it's theme music. I'll leave it up to you as to how you'll do multiple playlists.
     
  28. Offline

    JamesS

    While I haven't tried the spout range yet, it would appear its throwing SO many plugins in my face that I have yearned for. NPC skins, music, Trade GUI and MMO type stuff. Holy hell, if this stuff works when I install it then I feel a big sloppy kiss coming somebody's way.
     
  29. Hey i got an idea ! Why wouldnt you add automatic newline system on chat ? It would be pretty cool :eek:
     
  30. Offline

    skawke

    Open a ticket and request the feature so I won't forget about it.

    http://dev.bukkit.org/server-mods/spoutessentials/tickets/
     
  31. Offline

    Lunar Delta

    Texture pack reset definitely isn't working. I have the newest SpoutEssentials, (with fresh config) Spout, and Spoutcraft.

    Edit: Oops. Next time I find a bug, I will use the ticket system.
     

Share This Page