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

    skawke

    It's not tab, it's ~

    Don't put in the name of the texture pack :)

    Code:
    texturepack:
        default: LOOK AT THE THREAD FOR MORE INFO. DO NOT CHANGE THIS
        world: http://dl.dropbox.com/u/7144901/LB%20Photo%20Realism%20x64%206.6.8.zip
    And I'll pm you with more details about the SpoutEssentials project soon!


    Version 3.7.4:
    - Fixed playerOptions title
    - Cleanup code
    - Built and rewritten to latest bukkit
    - Built on latest SpoutAPI

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

    lulatsch70

    Thats AWESOME!!!
    only the splashscreen wont work
    edit: i think i found a bug: When i edit the guiconfig.yml it wont show new button labels. but i can edit the column labels.
    Screen: Link
     
  4. Offline

    rudedoggx

    I got this error when trying to start SPE. I know it's a YAML error, but I can't figure out what I did wrong.

    Code:
    2011-10-15 22:15:20 [SEVERE] Caused by: while parsing a block mapping
     in "<string>", line 19, column 2:
         exampleName:
         ^
    expected <block end>, but found BlockMappingStart
     in "<string>", line 27, column 3:
          rudyshouse:
          ^
    
    2011-10-15 22:15:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:575)
    2011-10-15 22:15:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    2011-10-15 22:15:20 [SEVERE]     at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    2011-10-15 22:15:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    2011-10-15 22:15:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-10-15 22:15:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237)
    2011-10-15 22:15:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    2011-10-15 22:15:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123)
    2011-10-15 22:15:20 [SEVERE]     at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)
    2011-10-15 22:15:20 [SEVERE]     at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121)
    2011-10-15 22:15:20 [SEVERE]     at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    2011-10-15 22:15:20 [SEVERE]     at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
    2011-10-15 22:15:20 [SEVERE]     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59)
    2011-10-15 22:15:20 [SEVERE]     ... 18 more
    2011-10-15 22:16:27 [SEVERE] org.bukkit.configuration.InvalidConfigurationException: Specified contents is not a valid Configuration
    2011-10-15 22:16:27 [SEVERE]     at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:61)
    2011-10-15 22:16:27 [SEVERE]     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:143)
    2011-10-15 22:16:27 [SEVERE]     at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:109)
    2011-10-15 22:16:27 [SEVERE]     at me.skawke.spoutessentials.config.SpoutEssentialsConfig.LoadConfig(SpoutEssentialsConfig.java:33)
    2011-10-15 22:16:27 [SEVERE]     at me.skawke.spoutessentials.SpoutEssentialsCommandManager.onCommand(SpoutEssentialsCommandManager.java:301)
    2011-10-15 22:16:27 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    2011-10-15 22:16:27 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    2011-10-15 22:16:27 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
    2011-10-15 22:16:27 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
    2011-10-15 22:16:27 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    2011-10-15 22:16:27 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
    2011-10-15 22:16:27 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-10-15 22:16:27 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-10-15 22:16:27 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
    2011-10-15 22:16:27 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
    2011-10-15 22:16:27 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    2011-10-15 22:16:27 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    2011-10-15 22:16:27 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-10-15 22:16:27 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-15 22:16:27 [SEVERE] Caused by: while parsing a block mapping
     in "<string>", line 19, column 2:
         exampleName:
         ^
    expected <block end>, but found BlockMappingStart
     in "<string>", line 27, column 3:
          rudyshouse:
    Here is my config file.

    Code:
    NotificationServerMessage: Welcome to RetroWorld
    guiCommandKey: '~'
    texturepack:
      default: LOOK AT THE THREAD FOR MORE INFO. DO NOT CHANGE THIS
    NotificationSubMessage: Have a good time!
    pokedNotificationIcon: DIAMOND_ORE
    loginNotificationIcon: GOLDEN_APPLE
    OnScreenHelp:
      line1: This is the first line
      line2: This is the second line
      line3: This is the third line
      line4: This is the fourth line
    splashScreenURL: http://www.google.com/logo.png
    defaultCloudHeight: 128
    defaultSunSize: 100
    defaultMoonSize: 100
    systemOp: One player only.
    WorldGuardRegions:
     exampleName:
        message: exampleMessage
        music: www.music.com/music.ogg
        subMessage: 26 char MAX
        icon: ARROW
        texturepack: www.texturepack.com
        resetTextureOnPlayerLeave: false
        fog: NORMAL
      rudyshouse:
        music: http://dl.dropbox.com/u/40626324/music/summertimelove.ogg
        message: Rudy's House
        icon: DIAMOND
        fog: NORMAL
        subMessage: Take 'em down.
      joseshouse:
        music: http://dl.dropbox.com/u/40626324/music/renee.ogg
        message: Jose's House
        icon: GOLD_INGOT
        fog: NORMAL
        subMessage: Are you slow, kid?
      animalfarm:
        music: http://dl.dropbox.com/u/40626324/music/ccendoflevel.ogg
        message: Animal Farm
        icon: COOKED_CHICKEN
        fog: NORMAL
        subMessage: FEED THE ANIMALS!
      slimetown1:
        music: http://dl.dropbox.com/u/40626324/music/contaminationdark.ogg
        message: Slime Rooms
        icon: SLIME_BALL
        fog: NORMAL
        subMessage: Slimes can spawn here.
      kyleshouse:
        music: http://dl.dropbox.com/u/40626324/music/diaryofjane.ogg
        message: Kyle's House
        icon: ARROW
        fog: NORMAL
        subMessage: Hold this for me!
      steveshouse:
        music: http://dl.dropbox.com/u/40626324/music/liketheangel.ogg
        message: Steve's House
        icon: DIAMOND
        fog: NORMAL
        subMessage: Sup, bitches?
      darianshouse:
        music: http://dl.dropbox.com/u/40626324/music/simpleandclean.ogg
        message: Darian's House
        icon: GOLD_INGOT
        fog: NORMAL
        resetTextureOnPlayerLeave: true
        subMessage: HOLD YOUR TITTIES!
        texturepack: http://dl.dropbox.com/u/40626324/texturepacks/runecraft.zip
      darianshouse2:
        music: http://dl.dropbox.com/u/40626324/music/closer.ogg
        message: Second Floor
        icon: GOLD_INGOT
        fog: NORMAL
        resetTextureOnPlayerLeave: true
        subMessage: CLEARLY!
        texturepack: http://dl.dropbox.com/u/40626324/texturepacks/mineeffect.zip
      kevinshouse:
        music: http://dl.dropbox.com/u/40626324/music/langarts.ogg
        message: Kevin's House
        icon: CAKE
        fog: NORMAL
        resetTextureOnPlayerLeave: false
        subMessage: Turn your hacks off!
        texturepack: www.texturepack.com
      eldale:
        music: http://dl.dropbox.com/u/40626324/music/gerudovalley.ogg
        message: Eldale
        icon: DIAMOND_PICKAXE
        fog: NORMAL
        subMessage: The Town of Peace
      hiddenzone1:
        music: http://dl.dropbox.com/u/40626324/music/clownman.ogg
        message: Hidden Zone 1
        icon: ARROW
        fog: NORMAL
        subMessage: Aint you clever?
      porttown:
        music: http://dl.dropbox.com/u/40626324/music/stillnight.ogg
        message: Larapool
        icon: ARROW
        fog: NORMAL
        resetTextureOnPlayerLeave: false
        subMessage: The Water City
      josshouse:
        music: http://dl.dropbox.com/u/40626324/music/greenforest.ogg
        message: Joss' House
        icon: ARROW
        fog: NORMAL
        resetTextureOnPlayerLeave: true
        subMessage: Insert funny quote!
        texturepack: http://dl.dropbox.com/u/40626324/texturepacks/sonicvintage.zip
      eldalehub:
        music: http://dl.dropbox.com/u/40626324/music/harmony.ogg
        message: Eldale Hub
        icon: ARROW
        fog: NORMAL
        subMessage: Under construction.
      subway1:
        music: http://dl.dropbox.com/u/40626324/music/goldsaucer.ogg
        message: The Subway
        icon: MINECART
        fog: NORMAL
        subMessage: Enjoy your trip!
      ryantrain:
        music: http://dl.dropbox.com/u/40626324/music/dontstopbelieving.ogg
        message: Train
        icon: MINECART
        fog: NORMAL
        subMessage: It's a train!
      kyle2shouse:
        music: http://dl.dropbox.com/u/40626324/music/barret.ogg
        message: Kyle's House
        icon: ARROW
        fog: NORMAL
        subMessage: He's a cool dude.
      hotel1:
        music: http://dl.dropbox.com/u/40626324/music/ijustsmile.ogg
        message: Sakura Hotel
        icon: CAKE
        fog: NORMAL
        subMessage: Rest up!
      ryanscastle:
        music: http://dl.dropbox.com/u/40626324/music/queenofrose.ogg
        message: Ryan's Castle
        icon: DIAMOND
        fog: NORMAL
        subMessage: It is EPIC!
      subway2:
        music: http://dl.dropbox.com/u/40626324/music/sfriddim.ogg
        message: The Subway
        icon: MINECART
        fog: NORMAL
        subMessage: Enjoy your trip!
      blacksmith:
        music: http://dl.dropbox.com/u/40626324/music/gscmulticity.ogg
        message: Blacksmith
        icon: IRON_BLOCK
        fog: NORMAL
        subMessage: Repair tools here!
      eldalebank:
        music: http://dl.dropbox.com/u/40626324/music/rc3lobby.ogg
        message: Eldale Bank
        icon: GOLD_INGOT
        fog: NORMAL
        subMessage: Trust us ;)
    onPlayerJoinMusic: www.music.com/welcome.ogg
    '#REMEMBER, Make sure everything is under 26 characters, else your messages will not show': -skawke
    

     
  5. Offline

    bludud101

    I don't know why, but I always get this error when trying to load Spout.

    161 recipes
    17 achievements
    00:09:19 [INFO] Starting minecraft server version Beta 1.8.1
    00:09:19 [INFO] Loading properties
    00:09:19 [INFO] Starting Minecraft server on *:25565
    00:09:19 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067
    -g6301507-b1185jnks (MC: 1.8.1)
    00:09:19 [INFO] Preparing level "world"
    00:09:19 [INFO] Default game type: 0
    00:09:20 [INFO] Preparing start region for level 0 (Seed: 7135786974667877001)
    00:09:20 [INFO] Preparing start region for level 1 (Seed: 7135786974667877001)
    00:09:21 [INFO] Preparing spawn area: 3%
    00:09:21 [SEVERE] Error occurred while enabling SpoutEssentials v3.7.4 (Is it up
    to date?): org/bukkit/configuration/file/YamlConfiguration
    java.lang.NoClassDefFoundError: org/bukkit/configuration/file/YamlConfiguration
    at me.skawke.spoutessentials.config.SpoutEssentialsConfig.<clinit>(Spout
    EssentialsConfig.java:17)
    at me.skawke.spoutessentials.SpoutEssentials.onEnable(SpoutEssentials.ja
    va:41)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:920)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:278)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.configuration.file.YamlC
    onfiguration
    at java.net.URLClassLoader$1.run(Unknown Source)
    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
    00:09:21 [INFO] Server permissions file permissions.yml is empty, ignoring it
    00:09:21 [INFO] Done (0.187s)! For help, type "help" or "?"
    00:09:23 [INFO] Connection reset
    >
     
  6. Offline

    noisebox

    Since spoutessentials did an autoupdate today im getting the same error as bludud101
    some YAML error and spe fails to load.

    EDIT: Turns out 3.7.4 REQUIRES CraftBukkit RB:1317 after upgrading CB to the latest RB error has stopped.
    I feel as though SPE should do a version check on CB before autoupdating. No doubt there are people who do not want to upgrade to 1317 for some reason or another, and they will be force to manually downgrade spe and disable updates in the future.
     
  7. Offline

    skawke

    What version of bukkit do you have?
    Does this happen with the default configs?
     
  8. Offline

    noisebox

    I was running CB 1240 with SPE 3.7.1. When SPE updated to 3.7.4 errors started, updating CB to 1317 suppressed the errors.

    EDIT: Oddly now the GUI commands panel show my custom column names but shows all the default buttons. I've checked the GUIconfig.yml, even rewrote a new one. But still shows the default buttons.
     
  9. Offline

    skawke

    I'll look into the GUI bug then.
     
  10. Offline

    rudedoggx

    No. If I have delete the config and let it regenerate, it works fine. I just don't wanna have to re-add all of the region info and urls again.
     
  11. Ok then:



    WTF ?
     
  12. Offline

    Crisssss

    3.7.4 break everything for me ...
    No more music, no more capes ... i'm on bukkit 1317 by the way.
    reinstalling 3.7.1 all work fine
     
  13. Have that problem, too. I can't use capes, skins and I can't play any music.

    Any solution out there?
     
  14. Offline

    themaxou

    whats is the ~ key ? (I have a Mac keyboard)
     
  15. I have now the old version, but how to play music? There's only an it is downloading popup window. And can't hear anything. Why?
     
  16. Offline

    Jtmzac

    Hi, I've been trying to make your wonderful plugin work for most of a day now and I've been having a few problems.
    .
    First the GUI just refuses to appear.
    .
    I tried changing the key binding which didn't make any difference and I've re-downloaded both spout essentials and spout and reset the config files but nothing helped.
    .
    I did briefly get the GUI working but I have no idea how and even then I couldn’t change the names of the buttons or the commands using GUIConfig.yml and it stopped working shortly after.
    .
    I'm not getting any errors in the server console it just doesn't work.
    .
    The on-screen help has also been causing problems.
    .
    I tried turning it off in modules.yml and removing the text in config.yml but nothing changed.
    .
    I finally found that I could hide the text using the /spe help command.
    .
    As I was still trying to get the GUI to work I reset the config files again and now the help can be disabled from the config files but not by the command.
    .
    The only things that have just worked are the welcome message and the /sky commands..
    .It seems like sometime parts of the config files are simply ignored but other parts in the same config file are working fine.
    .
    Here is the error I'm currently getting from "/spe help" in the server console:
    Show Spoiler
    Code:
    2011-10-16 23:28:43 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'spe' in plugin SpoutEssentials v3.7.4
     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
     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:92)
     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
     at me.skawke.spoutessentials.SpoutEssentialsCommandManager.onCommand(SpoutEssentialsCommandManager.java:68)
     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
     ... 13 more

    I'm sure I have the latest bukkit, spout and spoutcraft and I wish I was getting more errors to help diagnose the problem.
    .
    I really want to use the plugin because the features it has to offer are amazing but I just can't get it to work.
    .
    Can you please see if there's anything you can think of that would help fix these problems?
     
  17. Offline

    Bhikku

    Slawke, you told us you gonna remove this damn ~ standard key, well its 3.7.4 still no remove ^^

    Just wanna say: no one with german keyboard gonna use this plugin, cause we cant use ~ in MC, even Mac Users has the same problems, please more priority in adding a config to change this damn stupid ~!
     
  18. Offline

    rudedoggx

    Glad to hear that the update broke my music and stuff. I've been pulling my hair out trying to figure out whether or not I messed something up in the config.
     
  19. Offline

    Jtmzac

    Why don't you just change it in the config.yml?
     
  20. The problem is, I play the music and a friend can hear it with another client version as I, and I don't hear and I have the newest.

    Can someone help?

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

    MCCity

    Nevermind, it's fixed.
    my apologies for that.
     
  22. Offline

    lulatsch70

    i have a german keyboard and i can open the gui with Ö
     
  23. Offline

    Massimo1993

    @skawke

    can you add the possibility to save inventory of player ex: when he die he don't lose inventory
     
  24. Offline

    Zombiemold

    Skawke, I know you have a lot on your plate, and I definitely couldn't be doing what you are doing but..

    This plugin needs a lot of work to get working right. Older versions of the plugin absolutely floods the console with errors. Newest version doesn't sync, or even using the configs in the config folder. I feel the older version errors possibly have to do with a few popular plugins, but I can't be sure. Splash screens are down of course, I can't get the console to work, help info simply won't go away, no music and or sounds at all, skins and capes are completely defunct, and the configs don't refresh if you reload the plugin or make changes.

    I love this plugin, and it has been a staple on the server for weeks now, however I have to drop it now, it simply doesn't work anymore.

    Would love to see a few new builds that might fix any number of these issues.
     
  25. Offline

    Cilerba

    For those of you that are getting the same error as bludud101: Try removing Essentials if it's installed. I removed it and it's working perfectly fine now.
     
  26. Offline

    skawke

    Essentials conflicts with a crap load of plugins. Don't use it unless you have to.

    Maybe.

    Interesting. I'm guessing this didn't happen with the last version.

    Try removing essentials, and see if the error occurs.

    I believe a german user found out how to activate the key.
    Do you have essentials?
     
  27. Offline

    Kiste

    Using a german keyboard and neither ~ or Ö opens the GUI.

    Nvm, spoutessentials stopped working:
    Code:
    2011-10-16 23:14:14 [SEVERE] Error occurred while enabling SpoutEssentials v3.7.4 (Is it up to date?): org/bukkit/configuration/file/YamlConfiguration
    java.lang.NoClassDefFoundError: org/bukkit/configuration/file/YamlConfiguration
        at me.skawke.spoutessentials.config.SpoutEssentialsConfig.<clinit>(SpoutEssentialsConfig.java:17)
        at me.skawke.spoutessentials.SpoutEssentials.onEnable(SpoutEssentials.java:41)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:941)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.configuration.file.YamlConfiguration
        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
    Looks like the "v3.7.4 breaks everything" issue. :p

    And no, im not using essentials.
     
  28. Offline

    bludud101

     
  29. Offline

    Crisssss

    Yes i'm using Essentials too ... but i need it ^^^
    I will stay waiting with old version for the moment...
    Spoutessentials is a must have for me ;)
     
  30. Offline

    rudedoggx

    No essentials, just SpoutEssentials.
     
  31. Offline

    skawke

    You need the latest version of Bukkit.
     

Share This Page