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

    Harley16

    look i did what you told me to do its not working :(
    http://dl.dropbox.com/u/40091783/Nuts-And-Bolts.wav
    not working do i need to add it in the config or what?
    please come on my server and see if you can get it work please ip: login.redstonehosting.net:20081 im sorry for advertising my server
     
  3. Offline

    WoWHazzard

    Oh, I think I see your problem. http://dl.dropbox.com/ is more of a 'Download' website. Try getting Nuts-And-Bolts.wav onto a a normal website, for example I use XAMPP. So I will just put Nuts-And-Bolts.wav into my htdocs folder, and link the URL.
     
  4. Offline

    paully104

    How do i get the configurations i do for the textures and star frequency's as a admin to save? I noticed if i do a server restart for any reason all settings are lost :\
     
  5. Offline

    bloonacho

    Would you help me setup the my server with mcmmo and all of the custom pics and sounds and messages for $?
     
  6. Offline

    Harley16

    nope not working
     
  7. Offline

    Ubermatik

    Yeah, I'm on a Mac - thought it may have something to dow with it! The two folders problem is strange, though - I don't have two folders. There is just SpoutEssentials. I'll do a complete clear out and try again, however. I've opened a ticket too, so you can see my whole setup there!

    (just thinking, if there is two config files, one with my texture in and the other blank, then that could be why it's not loading, but everything else is? Such as the notifications etc.?)

    Ooooh, just saw that the plugin was called "spoutEssentials" and the folder with the config in was called "SpoutEssentials"... changing the plugin name to have a capital S now, see if that works...

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

    WoWHazzard

    Well then, you will have to be more specific.
    Is this music a music whereby you use the '/spe playmusic http://dl.dropbox.com/u/40091783/Nuts-And-Bolts.wav' command?

    Or is this music a music whereby it is executed automatically by the server? Please give more details. And to what
    @RGadelha said. Was this music downloading, but not playing? And please check your console for any errors. Once you have the info, we can finally help you to solve it.
     
  9. Offline

    Ubermatik

    Okay, no luck. I'm officially stumped now, I can't see what's going wrong! If the info in the ticket doesn't solve anything, would it help if I just sent you my entire plugins folder as a zip?
     
  10. Offline

    RGadelha

    I've fixed your config files :D

    config.yml (your "texturepack" lines was wrong):
    Code:
    #REMEMBER, Make sure everything is under 26 characters, else your messages will not show
    NotificationServerMessage: Welcome to Questcraft!
    defaultMoonSize: 100
    pokedNotificationIcon: DIAMOND_ORE
    defaultCloudHeight: 128
    onPlayerJoinMusic: www.music.com/welcome.ogg
    WorldGuardRegions:
        exampleName:
            music: www.music.com/music.ogg
            message: exampleMessage
            icon: ARROW
            resetTextureOnPlayerLeave: false
            subMessage: 26 char MAX
            texturepack: www.texturepack.com
    systemOp: Ubermatik
    NotificationSubMessage: Have a good time!
    loginNotificationIcon: GOLDEN_APPLE
    LeaveNotificationIcon: ARROW
    defaultSunSize: 100
    SpoutEssentials: skawke
    OnScreenHelp:
        line4: This is the fourth line
        line1: This is the first line
        line3: This is the third line
        line2: This is the second line
    texturepack:
        default: LOOK AT THE THREAD FOR MORE INFO. DO NOT CHANGE THIS
        world: http://dl.dropbox.com/u/38622432/johnsmith_v74.zip
        world_nether: http://dl.dropbox.com/u/38622432/johnsmith_v74.zip
    splashScreenURL: http://www.google.com/logo.png
    
    If you want to use a splash screen, in modules.yml set "enableSplashScreen: true"
    "splashScreenURL: http://www.google.com/logo.png" is not a valid URL, use dropbox and an image file .png with 854x480 pixels

    playerOptions.yml (your playerOptions lines was wrong):
    Code:
    #REMEMBER, Make sure everything is under 26 characters, else your messages will not show
    playerOptions:
          Gate_Guard:
                title: a display name here
                cape: example cape url
            skin: SKIN URL HERE
          player_name:
                title: a display name here
                cape: example cape url
                skin: SKIN URL HERE
    group3:
          skin: URL HERE
    group4:
          skin: URL HERE
    group1:
          skin: URL HERE
    group2:
          skin: URL HERE
    
    For the indentation use 4 or 8 spaces, don't use TAB, use Notepad++ to edit your yml files, it's free, and configure it to use 4 spaces instead of TABs.

    If you prefer I can upload the files to my dropbox :p

    I'll upload the files to my dropbox, forum's BBCode's awful :mad:

    Get the configs here and edit them to your liking, use Notepad++, configure it to do 4 spaces instead of TAB.
     
  11. Offline

    Ubermatik

    Thank-you so so much! To be honest with you, I've been using Notepad++, using 4 spaces for indentation and everything - yet it didn't work? :S

    Ah well, who cares! It works now! Thank-you so very much, huge help, and hope I didn't spam the forum TOO much with all my error logs and stuff.

    Cheers!
     
  12. Offline

    RGadelha

    No problem, we all are here to help and get helped ;)
     
  13. Offline

    bularax

    BukkitDev isnt working for me, can someone please copy the download link here?
     
  14. Offline

    RGadelha

    This?
     
  15. Offline

    skawke

    Glad you got everything sorted out :)
    Thanks for helping :)
     
  16. Offline

    Ubermatik

    Working like a charm! Thank-you too, skawke, for your patience!
     
  17. Offline

    RGadelha

    NP, you've got a great plug-in here so thank you too :cool:
     
  18. Offline

    skawke

    Version 3.4.4.1
    • Fixed a PLAYER_MOVE error from last update
    • Added in fog level in WG regions.
     
  19. Offline

    paully104

    @skawke How can i get the plugin to save the moon texture / star frequency / cloud height so each time a server is reset i do not have to re-enter the commands?
     
  20. Offline

    skawke

    Moon texture + star freq can be saved in the next update.
    Cloud height can be saved already in the config.
     
  21. Offline

    paully104

    Alright thank you, i love setting the cloud height to 5 then using 15000 star frequency so night is beautiful so people don't just skip to /time day. Any estimated time till the next version is released?
     
  22. Offline

    NinjaGrinch

    *sniff* You told me today's update. :(

    Don't forget the sun! :)
     
  23. Offline

    RGadelha

    @skawke
    Hey, I have to enableAutoUpdate: to true in modules.yml to get the new version, your link's not working.
    Returned enableAutoUpdate: to false, I want it like that :D
     
  24. Offline

    Gamebito

    I'm having an error.

    My Error (open)

    2011-09-05 00:36:27 [SEVERE] Error occurred while enabling SpoutEssentials v3.4.4.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:40)
    at me.skawke.spoutessentials.SpoutEssentials.onEnable(SpoutEssentials.java:47)
    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)
    Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.sound.Music
    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)
    ... 12 more


    If anyone needs my config files, please ask!
     
  25. Offline

    Montpelier

    Hi. I'm trying to find a way to stop Minecraft's random background musics from playing without disabling the ability to use custom music, and as I hadn't seen a plugin do this yet I assumed the feature wasn't in Spout yet. But I've requested it on Spout's Github and apparently the feature is already in. Any ideas how to make this happen?
     
  26. Offline

    angel0fmars

    I'm really looking forward to having clients download mods from the server. Many of my players aren't tech-savvy so that is really handy. I imagine that would be hard to do though.
     
  27. Offline

    skawke

    Open a bukkitdev Support ticket :)
    I'll see what I can do.
    Sorry, had to go out

    Files on bukkitdev also have to be manually approved.
    Within this week. Since school is starting, I have to balance my time between classes, work and this.
     
  28. Offline

    NinjaGrinch

    Any chance I can have it so it doesn't force a fog level on unspecified WorldGuard regions? That kind of irks me that it forces something by default. :S Reverting to an older version until that is fixed.
     
    Ziszek likes this.
  29. Offline

    mattdh

    Nice, except - what about this, always getting Internal Error:
    Code:
    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)
    18:23:50 [SEVERE] Could not pass event PLAYER_MOVE to SpoutEssentials
    java.lang.IllegalAccessError: tried to access method me.skawke.spoutessentials.S
    poutEssentialsModuleConfig.WorldGuardStatus()Z from class me.skawke.spoutessenti
    als.SpoutEssentialsPlayerListener
    at me.skawke.spoutessentials.SpoutEssentialsPlayerListener.onPlayerMove(
    SpoutEssentialsPlayerListener.java:122)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:286)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:174)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :592)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    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
    :478)
    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)
    18:23:50 [SEVERE] Could not pass event PLAYER_MOVE to NightLight
    java.lang.NullPointerException
    at couk.Adamki11s.NightLight.NightLightPlayerListener.onPlayerMove(Night
    LightPlayerListener.java:40)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:286)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:174)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :592)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    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
    :478)
    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)
    18:23:50 [SEVERE] Could not pass event PLAYER_MOVE to SpoutEssentials
    java.lang.IllegalAccessError: tried to access method me.skawke.spoutessentials.S
    poutEssentialsModuleConfig.WorldGuardStatus()Z from class me.skawke.spoutessenti
    als.SpoutEssentialsPlayerListener
    at me.skawke.spoutessentials.SpoutEssentialsPlayerListener.onPlayerMove(
    SpoutEssentialsPlayerListener.java:122)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:286)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:174)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :592)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    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
    :478)
    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)
    18:23:50 [SEVERE] Could not pass event PLAYER_MOVE to SpoutEssentials
    java.lang.IllegalAccessError: tried to access method me.skawke.spoutessentials.S
    poutEssentialsModuleConfig.WorldGuardStatus()Z from class me.skawke.spoutessenti
    als.SpoutEssentialsPlayerListener
    at me.skawke.spoutessentials.SpoutEssentialsPlayerListener.onPlayerMove(
    SpoutEssentialsPlayerListener.java:122)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.ja
    va:286)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:174)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :592)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    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
    :478)
    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)
    18:32:51 [INFO] [Regios] Writing region logs to log files...
    18:32:51 [INFO] [Regios] Log files saved & closed.
     
  30. Offline

    Joeyderijk

    How many pixel must the splash screen be?
     
  31. Offline

    Ziszek

    Signed!
    Im reverting too and waiting for fix.
     

Share This Page