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

    40540057

  3. Offline

    ZeroZX4

    this show BEFORE i even touch any option
    i just put it in the plugin folder and join the server

    and non of SE feature works


    what i did wrong ?

    [​IMG]
     
  4. Offline

    Jdbye

    I have the same error. Weird because CraftPlayer is supposed to be able to be cast to SpoutPlayer.
    SpoutEssentials 3.8, Bukkit b1597 and Spout b644.
     
  5. Offline

    shanko

    I get player teleport errors too
     
  6. Offline

    skawke

    Fixing the teleport errors right now, forgot about that when fixing the cape errors xD
     
  7. Offline

    shanko

    thanks lol, hopefully thats the cause of the lag im getting :p
     
  8. Offline

    Morsackra

    The GUI screen does not pop up when i press the hotkey.
    Is there anything I have to download or what?
     
  9. Offline

    skawke

    Do you have spoutCraft?
     
  10. Offline

    Wiinick

    After hours of testing i have figured out that to get sound areas to work, there must be NO caps, worldguard de-caps everything so even if you have X2Tap it has to be x2tap not x2Tap or any other variation.
    HOPE THIS HELPS PEOPLE!!!
     
  11. Offline

    skawke

    SpoutEssentials 3.9 is released!

    - Fixed teleport errors
    - Cleaned up messages + various spout code.
     
  12. Offline

    Morsackra

    Yes and spout.
    I know that it should work cause the commands work!
     
  13. Offline

    Darcion

  14. Offline

    skawke

    SpoutEssentials is updated to 3.9.1
    (Probably can't download it yet on BukkitDev, wait a few hours)

    Version 3.9.1
    - Fixed onJoinerrors
    - Helped Spout find player.
     
  15. Offline

    Darcion

  16. Offline

    maks2204

    Code:
    2011-12-29 16:43:09 [INFO] Starting minecraft server version 1.0.1
    2011-12-29 16:43:09 [INFO] Loading properties
    2011-12-29 16:43:09 [INFO] Starting Minecraft server on *:25565
    2011-12-29 16:43:09 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-12-29 16:43:09 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-12-29 16:43:09 [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-12-29 16:43:09 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
    2011-12-29 16:43:09 [INFO] This server is running Craftbukkit version git-Bukkit-1.0.1-R1-b1597jnks (MC: 1.0.1) (Implementing API version 1.0.1-R1)
    2011-12-29 16:43:10 [INFO] Preparing level "world"
    2011-12-29 16:43:10 [INFO] Default game type: 0
    2011-12-29 16:43:10 [INFO] Preparing start region for level 0 (Seed: -485251293082364202)
    2011-12-29 16:43:10 [INFO] Preparing start region for level 1 (Seed: -485251293082364202)
    2011-12-29 16:43:11 [INFO] Preparing spawn area: 93%
    2011-12-29 16:43:11 [INFO] Preparing start region for level 2 (Seed: -485251293082364202)
    2011-12-29 16:43:11 [SEVERE] Error occurred while enabling SpoutEssentials v3.9.1 (Is it up to date?): org/getspout/spoutapi/SpoutManager
    java.lang.NoClassDefFoundError: org/getspout/spoutapi/SpoutManager
        at me.skawke.spoutessentials.SpoutEssentials.onEnable(SpoutEssentials.java:56)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.SpoutManager
        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)
        ... 11 more
    2011-12-29 16:43:11 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-12-29 16:43:11 [INFO] Done (0,156s)! For help, type "help" or "?"
    
    please help
     
  17. Offline

    Sparky222B

    What are the image requirements for a cape? 16x16 PNG only or can it be larger? No idea how this works.
     
  18. Offline

    Dogdark123

    How do i do when my ~ symbol is placed in a different place at my keyboard? doesnt seem to work on the test server.

    [​IMG]
     
  19. Offline

    Danielzxzx

    Is it possible to have capes for groups instead of individual players? If it is, how do i do it?
     
  20. Offline

    Lying_Cake

    its true... I am. :/

    I get that if I turn my music volume bar up while its downloading. Make sure its all the way up.

    Mine work okay (Also 2-3 minute dubstep songs). I always convert them at the lowest possible quality, and they all still work (and sound) fine. Maybe the quality is too high on yours?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  21. Offline

    Fredb555

    My config doesn't load... I've read all BukkitDev pages on SpourEssentials but I found nothing... Someone can help me? It's been 2 hours that I try to fix that :/
     
  22. Offline

    Egg

    Hey I got an annoying error with music. When I want to play a song with /spe music (song), it says that the song is not in the config. But my song is in the config! And something else when want to play a song with /spe playgmusic (url), I see the URL in the chat, and nothing else. So if someone knows a solution.....;)
     
  23. Offline

    skawke

    Is there an error of any sort?
     
  24. Offline

    xeNium

    @skawke can you make standalone version that include capes only? Thanks

    Capes Configuration

    Commands:
    /capes url (Change your cape in-game) (spoutessentials.capes)
    /capes name url (Change someone elses cape in game) (spoutessentials.admin.capes)

    Note: I prefer capes than cape (Looks more cool with 's :D)

    Config.yml:
    None

    Oh ya a little question, How spoutessentials load a capes pitcure? Did we just need write the url with skin+capes? And the system will just crop the capes?
     
  25. Offline

    ccrock4t

    Hey, can someone post a series of pastebin links that shows their working music for worldguard regions? I am about to explode, as I've been looking for tutorials but the bukkitdev has no such examples. I don't know whether to paste the URL, or the name of the song or what. Please post all of the config files. Thanks.
     
  26. Offline

    TheIsl4nder

    Hi,
    The plugin works well but I have a little problem : the LoginNotificationIcon displayed on screen is always a golden apple even if I change the line "loginNotificationIcon: GOLDEN_APPLE" by "loginNotificationIcon: EGG".

    I don't understand why it's doing that.

    Thanks for the help.
     
  27. Offline

    skawke

    Can I see a link that you've been using?

    Will fix next update.
     
  28. Offline

    Datenkralle

    Any commands are not work. :( And you're plugin is the only one wich use screen buttons on my server. I try spe textures - so he says: "A error...." So i try spe help, also error. And when i hit TAB - Nothing. And when i hit ~ or a other configurated button - also nothing.

    And the Splashscreen works, but when i hit any button, he turn in a dark screen and says: "Downloading Terrain". So i can wait one hour, also "Downloading Terrain". :(
     
  29. Offline

    ccrock4t

    Nevermind, I got it! I'm just wondering if it's possible to loop songs...
     
  30. Offline

    skawke

    A
    ATM, no.

    This is still working in the latest DEV build of Bukkit, as well as the latest DEV build of SpoutPlugin. Official update will come out once Bukkit releases an RB.
     
  31. Offline

    xUK_legendx

    I appear to be getting this error when firing up the server.

    03:36 PM [SEVERE] Error occurred while enabling SpoutEssentials v3.9 (Is it up to date?): org/getspout/spoutapi/SpoutManager

    Am I doing something wrong?
     

Share This Page