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

    Julianoz1224

    I don't really know how to do it with dropbox :S can you help?
     
  3. Offline

    NinjaGrinch

    Certainly, I will contact you in PM.
     
  4. Offline

    Julianoz1224

    Thanks :D
     
  5. Offline

    MadcowD

    Does this not work with the developer build of spout plugin?
     
  6. Offline

    skawke

    I don't test it out with the dev spout plugins, so I can't offer any support for that.
    PM me all your configs please.
     
  7. Offline

    mnopjh

    i dont get it, can you type like /spout playmusic ?

    and do we need clinet side mods for this :/

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

    NinjaGrinch

  9. Offline

    mnopjh

    :/ can u give me an example of the config.yml ?
     
  10. Offline

    Madness

    Skawke is there a guide on the configuration values? I'm trying it but it seems a bit random.
     
  11. Offline

    mnopjh

    and ya, this too ^

    and whenever i start it..
    Code:
    22:30:01 [SEVERE] Error occurred while enabling SpoutEssentials v2.7.1 (Is it up to date?): org/getspout/spoutapi/sound/Music
    java.lang.NoClassDefFoundError: org/getspout/spoutapi/sound/Music
        at me.skawke.spoutessentials.SpoutEssentialsCommandManager.<clinit>(SpoutEssentialsCommandManager.java:46)
        at me.skawke.spoutessentials.SpoutEssentials.onEnable(SpoutEssentials.java:38)
        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)
    Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.sound.Music
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        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(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 12 more
    
    i have cb 1000, and i tried 1060
     
  12. Offline

    NinjaGrinch

    Do you have Spout (the server-side) plugin?
     
  13. Offline

    mnopjh

    o.. xD lol
     
  14. Offline

    NinjaGrinch

    I swear to you installing the server-side Spout plugin will help. :) You will need the Spoutcraft Client in order to hear any sounds also.
     
  15. thank's for the region icon add :), they work fine but i can't find a /reload or ingame commands to configure regions. it will be very usefull !
     
  16. Offline

    Madness

    Btw, whenever I try to use /spout capeadmin I get
    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'spout' in plugin SpoutEssentials v2.7.1
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            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:435)
            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)
    Caused by: java.lang.NullPointerException
            at me.skawke.spoutessentials.SpoutEssentialsPlayerConfig.setPlayerCape(SpoutEssentialsPlayerConfig.java:55)
            at me.skawke.spoutessentials.SpoutEssentialsCommandManager.onCommand(SpoutEssentialsCommandManager.java:238)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 13 more
    
     
  17. Offline

    mnopjh

    it sucks how clients have to download T^T
     
  18. Offline

    skawke

    I'll provide a documentation..soon.
    What's the URL you're trying to use?
     
  19. Offline

    Madness

  20. Offline

    skawke

    Ninja Grinch likes this.
  21. Offline

    QQCucumber

    I would really like confirmation if texture pack switching based on WG region is going to make it in, if not I'm going to have to configure Towny which I'm not looking forward to.
     
  22. Offline

    Madness

    I just remove the whole thing (plugin and config) :oops:

    I did it because I noticed it can't change the skin of Citizens PNG, will this ever be implemented? Because that's like the only reason I'm interested in this plugin.
     
  23. Offline

    skawke

    It'll be in the next release ^^

    Possibly in the future.

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

    rediem

    Hello, can you make that I can set player skin based on the group he's in? Like Group-Skin.
     
  25. Offline

    NinjaGrinch

    I'd just like to say thank you to @Skawke, who put up with me while I tried to help him figure out the PLAYER_MOVE error. I'm glad there are developers such as yourself who are willing to work with people to fix issues that pop up. :)
     
  26. Offline

    skawke

    Maybe.

    No problemo!

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

    rediem

    That would be great, I'm in search of that kind of plugin. :)
     
  28. Offline

    BSF

    ok so once i put a midi file in dropbox.....then what do i do to get a url that i can use with this plugin?
     
  29. Offline

    RustyDagger

    Most plugins support the plugin.* node meaning you only need 1 node per plugin stop ur bitching and stop being lazy if you cant handle YML dont run a server Simple.

    Example is world edit it has tons of nodes for normal permissions but its super permissions has just as many nodes and u can do all the same things. there is no need for super perms to support the * node its upto the plugin devs There is no holy grail of permission any more and to be honest Letting any 1 on the server have the * node beiseds owners is stupid because using * on a super perms system would give admins acess to Op and Deop them self stop the server and much much more it gives them full console access may as well just use an Op only system and no permissions plugin and just make them an op...

    Bukkit now has built in permission nodes for the default minecraft server console commands be careful with * in any case.
     
  30. Offline

    rediem

    [​IMG]

    I made a banner for spout essentials, since it doesn't have one. You can use if you like. :)
     
  31. Offline

    skawke

    DEV build released, may contain some bugs, but features the latest requests!

    DEV 2.7.3 - Added /spout reload feature.

    Thanks man! Using this for the main thread.

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

Share This Page