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

    morizuki

    Code:
    #REMEMBER, Make sure everything is under 26 characters, else your messages will not show
    NotificationServerMessage: Welcome to Otaku Server!
    NotificationSubMessage: Register if you're new!
    EnablePlayerLeaveNotifications: true
    EnablePlayerJoinNotifications: true
    systemOp: One player only.
    pokedNotificationIcon: DIAMOND_BLOCK
    loginNotificationIcon: GOLDEN_APPLE
    LeaveNotificationIcon: RED_APPLE
    texturepack:
        world: www.texturepack.com/bleh.zip
        world_nether: www.texturepack.com/bleh.zip
        default: LOOK AT THE THREAD FOR MORE INFO. DO NOT CHANGE THIS
    forceTexturePack: false
    OnScreenHelp:
        line1: §bType §d/hide§b to hide this message, type §d/poke <playername>§b to poke someone.
        line3: §bIf you're new here, kindly register by typing §d/register <password>
        line2: §cRemember to always consult §d/help§c if you wanna know something..
        line4: §bWelcome to §eOtaku MMORPG Server
    disableOnScreenHelpGlobally?: false
    defaultWorld: world
    playerOptions:
        skawke:
            cape: http://dl.dropbox.com/u/12784661/TaylorJAR/Mojang.png
        player_name:
            cape: do not delete this line. it's an example.
        do-not-delete-this-line: SKIN URL HERE
    defaultCloudHeight: 128
    defaultSunSize: 50
    defaultMoonSize: 50
    WorldGuardEnabled: true
    WorldGuardRegions:
        underground:
            music: http://dl.dropbox.com/u/36577078/music/mining.mid
            message: Ores of Wanders..
        town_park:
            music: http://dl.dropbox.com/u/36577078/music/park.mid
            message: Players Gathering..
        town:
            music: http://dl.dropbox.com/u/36577078/music/town.mid
            message: Otaku Town..
        town_square:
            music: http://dl.dropbox.com/u/36577078/music/square.mid
            message: A busy area..
        mining:
            music: http://dl.dropbox.com/u/36577078/music/mining.mid
            message: Ores of Wanders..
        pyramid:
            music: http://dl.dropbox.com/u/36577078/music/pyramid.mid
            message: Creepers hideout..
        otaku:
            music: http://dl.dropbox.com/u/36577078/music/outside.mid
            message: Mobs field..
        dungeon04:
            music: http://dl.dropbox.com/u/36577078/music/oldroyal.mid
            message: Abandon Royal Island..
        old_dungeon:
            music: http://dl.dropbox.com/u/36577078/music/olddungeon.mid
            message: Abandon Dungeon..
        island:
            music: http://dl.dropbox.com/u/36577078/music/global.mid
            message: Otaku Island..
        noob:
            music: http://dl.dropbox.com/u/36577078/music/noob.mid
            message: Newbie Training..
        exampleName:
            music: www.music.com/music.ogg
            message: exampleMessage
    SpoutEssentials: skawke
    
    It's working perfectly fine(except the player_quit) before the update..
     
  3. Offline

    skawke

    the line: LeaveNotificationIcon: RED_APPLE
    Change it to LeaveNotificationIcon: ARROW
    red_apple doesn't work, it was a mistake I made in an older version of the plugin

     
  4. Offline

    morizuki

    also.. Some players when they type /spout help hide.. it won't hide the message. but others can..
     
  5. Offline

    skawke

    Tell them to restart their clients as a temporary fix. I'm still figuring out how I'm going to solve that bug.
     
  6. Offline

    morizuki

    and another thing is, the music is gone also..
     
  7. Offline

    skawke

    What do you mean?
     
  8. Offline

    morizuki

    when I move to a certain region.. the error Player_Move is showing in console, and no music..

    but before I update.. it's working fine..
     
  9. Offline

    RugRats

    Thanks for adding custom titles bro :)
     
  10. Offline

    skawke

    What region are you moving into?
     
  11. Offline

    Cosmic Break

    spout essentials 2.6
    bukkit 1060
    spout 121

    Code:
    21:49:17 [SEVERE] Could not pass event PLAYER_QUIT to PermissionsBukkit
    java.lang.IllegalArgumentException: Given attachment is not part of Permissible
    object org.bukkit.permissions.PermissibleBase@4dde4dff
            at org.bukkit.permissions.PermissibleBase.removeAttachment(PermissibleBa
    se.java:147)
            at org.getspout.spout.player.SpoutCraftPlayer.removeAttachment(SpoutCraf
    tPlayer.java:138)
            at com.platymuus.bukkit.permissions.PermissionsPlugin.unregisterPlayer(P
    ermissionsPlugin.java:137)
            at com.platymuus.bukkit.permissions.PlayerListener.onPlayerQuit(PlayerLi
    stener.java:24)
            at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.ja
    va:251)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
            at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConf
    igurationManager.java:146)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:628)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
            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)
    21:49:17 [SEVERE] Could not pass event PLAYER_QUIT to SpoutEssentials
    java.lang.NullPointerException
            at org.getspout.spout.player.SpoutCraftPlayer.sendNotification(SpoutCraf
    tPlayer.java:402)
            at me.skawke.spoutessentials.SpoutEssentialsPlayerListener.onPlayerQuit(
    SpoutEssentialsPlayerListener.java:60)
            at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.ja
    va:251)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
            at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConf
    igurationManager.java:146)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:628)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
            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)
    
     
  12. Offline

    ewized

    can you make is so users can change only there capes with a permission node
     
  13. Offline

    skawke

    First part happens when they get removed from the server by unknown means.

    As for the second part, can you PM me your config?

    Sure thing.

    Version 2.7 is released!
    Notably: Fixes WG region music not playing properly
    NEW config format, make sure to look it over
    NEW options.

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

    Mougwi


    You made an empty quote D:
     
  15. Offline

    mtbnunu

    jar only version and zip version have differnt .jar files... im confused!
    edit: nvm! idk what happened there lol
     
  16. Offline

    Stefenatefun

    First error of this version!

    Whenever I die, my cape disappears.
     
  17. Offline

    Mougwi

    Sad face, I wanna know your texture pack):
     
  18. Offline

    skawke

    Oops! It's SimpleCraft
     
  19. Offline

    MrMontor

    Cant download the new version - link broken???

    //Edit: Downlaod works now.
     
  20. Offline

    Devboi

    For some reason this plugin seriously laggs out the spout client on my server...
    Running CB 1060

    EDIT- It only seems to happen when I force a texture pack...
     
  21. Offline

    MrMontor

    For some reason, bukkit build 1060 doesn't work for me - it keeps telling me "lost connection - end of stream"
    Is it necessary to have the newest build? Currently my server runs with #1000 . . .

    Btw: At bukkit build #1000 it still doesn't work :(
     
  22. Offline

    skawke

    Try turning off EnableTexturePackSwitchingBetweenWorlds by setting it to false.
    That's not the plugin's problem =/
     
  23. Offline

    MrMontor

    No way xD
    What i would like to know is: is it necessary to have the newest bukkit build or should it work with 1060 too?
     
  24. Offline

    Lunar Delta

    What is the command for changing others' titles?
     
  25. Offline

    MrMontor

    i got this error :
    Show Spoiler

    Code:
    2011-08-19 09:19:40 [SEVERE] Could not pass event PLAYER_JOIN to SpoutEssentials
    java.lang.NoSuchMethodError: org.getspout.spoutapi.gui.InGameHUD.attachWidget(Lorg/bukkit/plugin/Plugin;Lorg/getspout/spoutapi/gui/Widget;)Lorg/getspout/spoutapi/gui/Screen;
        at me.skawke.spoutessentials.SpoutEssentialsPlayerListener.playerInit(SpoutEssentialsPlayerListener.java:253)
        at me.skawke.spoutessentials.SpoutEssentialsPlayerListener.onPlayerJoin(SpoutEssentialsPlayerListener.java:202)
        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)
    2011-08-19 09:19:40 [INFO] Montor lost connection: disconnect.genericReason
     
  26. Offline

    skawke

    Try disabling ONScreenHElp in modules.yml
    No command yet.
     
  27. Offline

    Lunar Delta

  28. Offline

    MrMontor

    Currently im having problems with the whole bukkit build - maybe your plugin works after fixing my NullPointerException ^^
     
  29. Offline

    NinjaGrinch

    I get this when one of my users use does a quickrun/fly with Zombe.


    Code:
    03:32:23 [SEVERE] Could not pass event PLAYER_MOVE to SpoutEssentials
    java.lang.NullPointerException
            at org.getspout.spout.player.SpoutCraftPlayer.sendNotification(SpoutCraf
    tPlayer.java:398)
            at me.skawke.spoutessentials.SpoutEssentialsPlayerListener.onPlayerMove(
    SpoutEssentialsPlayerListener.java:174)
            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
    :528)
            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
    :436)
            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)
     
  30. Offline

    skawke

    I'm doing a clean install (remove all the plugins) of bukkit, then putting plugins one by one into it.
     
  31. is it possible to add regions commands and/or reload ingame ?
     

Share This Page