[INACTIVE, PAGE 15][FUN/GEN/MECH] Herobrine v1.0_5 - Bringing the legend back! [1000 - 1060]

Discussion in 'Inactive/Unsupported Plugins' started by tips48, Aug 3, 2011.

  1. [​IMG]
    Herobrine -- Bringing the legend back! [​IMG]
    Version: v1.0_5

    Herobrine is a plugin developed by MineDev, in collaboration with @tips48. It has been a long WIP, but is finally done. Its first and only purpose is to add Herobrine to the game. Herobrine is a "legend" who was either Notch created, or doesn't even exist. Google searches for "Herobrine" yield many a result, as this legend is deep and complex. Its my pleasure to present to you, Herobrine!

    Features:
    • Brings the NPC Herobrine back into the game!
    • In-Game commands, listed below!
    • Bukkit-Permissions support!
    • Configurable!
    • Requires Spout!
    • Adds features using the Spout client mod(Not required)!
    • Features complete per-player time, weather, and chat when Herobrine is spawned to provide the complete experience to the player Herobrine is chasing without disrupting the rest of the server!
    • Feature rich API(Not yet working ;))!
    Download
    Source code
    Spout -- REQUIRED
    REQUIRES SPOUT DEV BUILD #27


    DO NOT BUG THE SPOUT TEAM WITH ERRORS UNLESS I SAY TO!



    [​IMG] <- If Herobrine approves, so should you!

    Installation
    1)Download Spout Dev build 27 at the link above.(NOT the crossed out link)
    2)Download Herobrine at the link above.
    3)Navigate to %serverdir%/plugins
    4)If spout.jar exists, delete it
    5)Copy the downloaded spout-dev-SNAPSHOT.jar to the plugins folder
    6)Rename spout-dev-SNAPSHOT.jar to spout.jar
    7)Copy the downloaded Herobrine.jar to the plugins folder
    8)Run server to generate configuration
    9)Edit configuration
    10)Your done!


    How to build an altar
    There are two ways to make Herobrine spawn:
    1)Let him spawn naturally every x minutes(Defined in the configuration)
    2)Build his altar!
    To build his altar, place 9 gold blocks.

    [​IMG]

    Then, place a nether stone in the middle.

    [​IMG]

    Now, place redstone torches around the nether stone

    [​IMG]

    Light the nether stone on fire and your done!

    Commands and Permissions
    Code:
    /Herobrine spawn <player> and Herobrine.spawn
    /Herobrine despawn and Herobrine.despawn
    /Herobrine reload and Herobrine.reload
    /build altar and Herobrine.buildAltar
    Herobrine.* gives access to all permissions
    Herobrine.avoid prohibits Herobrine from spawning on your
    What happens when Herobrine spawns?
    When Herobrine spawns, alot of things happen! Here is what happens, in no particular order
    A)The players time is set to night(NOT the servers)
    B)The players weather is set to stormy(NOT the servers)
    C)The players fog is set to TINY(Requires Spout Client Mod)
    D)Herobrine spawns and starts chasing the player.
    E)When Herobrine is spawned, the player cannot send chat with the words:
    • "Help"
    • "Herobrine"
    • "Him"
    All of these things are reset when Herobrine despawns




    Configuration
    Code:
    #Herobrine configuration file.
    Herobrine:
    #If alters disappear after one use
        oneUseAltars: true
    #Time between Herobrine spawning. in minutes
        timeBeforeSpawn: 10
    #If Herobrine blocks commands when chasing a player
        blocksCommands: true
    #How much damage Herobrine deals. Remember, the player has 20 health
        damage: 2
    #If Herobrine will catch the player on fire if the player runs away
        placesFire: true
        chat:
    #Chat when Herobrine despawns
            despawnChat:
    #If Herobrine chats on despawn
                enabled: true
    #Things Herobrine might say on despawn
                messages:
                - I will return
                - To be continued
                - I'll be back
    #Chat when Herobrine attacks a player
            attackChat:
    #If Herobrine chats on attack
                enabled: true
    #Things Herobrine might say on chat
                messages:
                - Gotcha!
                - Mwahaha
                - Face my wrath!
                - Boo!
    #Same template as above
            deathChat:
                enabled: true
                messages:
                - You may have won the battle, but not the war
                - I'll be watching
                - Next time will be different
            altarChat:
                enabled: true
                messages:
                - I am here
                - You called?
                - Be afraid
            blockCommandChat:
                enabled: true
                messages:
                - Don't try those commands!
                - Commands? What commands!
                - Good try, but that won't fly
            stealChat:
                enabled: true
                messages:
                - Gotcha items!
                - There goes your stuff
                - Try getting your stuff back
            attackedChat:
                enabled: true
                messages:
                - How dare you attack me
                - You are no match for me
                - I am invincible, why do you try?
                - I don't think so!
    #Worlds Herobrine can spawn in
        worlds:
        - myWorld
    #Herobrine's health. must be above 20
        health: 20
    #If Herobrine steals the players inventory
        takesItems: true
        torches:
    #If Herobrine places torches
            enabled: true
    #The percentage that Herobrine will place a torch. Warning, this run every second or so!
            rate: 50
    #Time before Herobrine despawns. In minutes
        timeBeforeDespawn: 2
    #If Herobrine takes damage
        takesDamage: true
        items:
    #If Herobrine drops Item's on death
            enabled: true
    #Item's Herobrine drops on death. Format: id:amount
            drops:
            - '259:2'
            - '278:2'
    
    How to post an error report
    There are three ways to report an error report. IN ORDER from best to least, here are the steps you can take:
    1) Go to #48 on irc.esper.net for almost immediate help if im there
    2) Start an issue on github
    3) Post here with the syntax
    Code:
    Error title
    Error description
    CB Version
    Spout Version
    Configuration
    Stacktrace(That little error message in the console)
    
    Anything else will not be excepted

    If you have a feature request, PLEASE post it here!


    Changelog:
    • Version 1.0
      • Official release
    • Version 1.0_1
      • Adds a new configuration option, Herobrine.talks
    • Version 1.0_2
      • New permissions node, Herobrine.avoid which makes Herobrine not spawn on you
      • /build altar command which automatically builds Herobrine's altar (Thanks @Adamki11s)
      • Configurable health and damage
      • Herobrine now steals your items when you get to close(configurable)
    • Version 1.0_3
      • Remove Herobrine.avoid from Herobrine.*, you now must Explicitly define Herobrine.avoid
      • Revert the plugin.yml changes to fix configuration issues
      • Grammer fixes
    • Version 1.0_4
      • Add /Herobrine reload to reload configuration
    • Version 1.0_5
      • Completely refactor configuration to allow more control
      • When Herobrine steals an inventory, he will now drop it if he dies
      • Various code cleanup
    Credits (open)


    Main dev - @tips48
    Asst. dev - @alta189
    Beta testers - @MikeyWheeler and @illusion9
    NPC Lib - @Top_Cat and @Kekec852
    NPC functions - @desmin88
    Checking if a players inventory is empty- @garbagemule
    Spout - @Afforess and the rest of the Spout gang. It's an amazing plugin
    Bukkit - All the amazing Bukkit developers :D
    Making me finish this plugin - any of the great people on the request thread or #bukkitdev
     
  2. Update to 1.0_3:
    Fixes any configuration issues
    Removes Herobrine.avoid from Herobrine.*, you must explicitly define it now
    Grammer fixes
     
  3. Offline

    Pythros

    Ummm.... how can I tell if he is actually taking damage? I was expecting some hurt sound and him flash red.
     
  4. Offline

    Cool-Guy

    Nothing acctually works right now cuz when i put the Herobrine.jar into the plugin folder, i keeps getting this error:
    2011-08-04 16:42:34 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-04 16:42:34 [INFO] Loading properties
    2011-08-04 16:42:34 [INFO] Starting Minecraft server on *:25565
    2011-08-04 16:42:34 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-04 16:42:34 [SEVERE] Could not load 'plugins\Herobrine.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: org/getspout/spoutapi/packet/listener/PacketListener
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:207)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:130)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    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.packet.listener.PacketListener
    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-08-04 16:42:34 [INFO] MLog clients using java 1.4+ standard logging.
    2011-08-04 16:42:34 [INFO] Preparing level "world"
    2011-08-04 16:42:34 [INFO] Preparing start region for level 0 (Seed: -3257289531959470358)
    2011-08-04 16:42:35 [INFO] Preparing spawn area: 89%
    2011-08-04 16:42:36 [INFO] Preparing start region for level 1 (Seed: -3257289531959470358)
    2011-08-04 16:42:36 [INFO] Preparing spawn area: 65%
    2011-08-04 16:42:37 [INFO] Indlæste Essentials byg 2.5.6 af [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
    2011-08-04 16:42:37 [INFO] Indlæste EssentialsChat byg 2.5.6 af essentials team
    2011-08-04 16:42:37 [INFO] Indlæste EssentialsGeoIP byg 2.5.6 af essentials team
    2011-08-04 16:42:37 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-08-04 16:42:37 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2011-08-04 16:42:37 [INFO] Indlæste EssentialsProtect byg 2.5.6 af essentials team
    2011-08-04 16:42:37 [INFO] Indlæste EssentialsSpawn byg 2.5.6 af essentials team
    2011-08-04 16:42:38 [INFO] Spout 1.0.1 has been initialized
    2011-08-04 16:42:38 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-04 16:42:38 [INFO] Done (0,333s)! For help, type "help" or "?"
    2011-08-04 16:42:38 [INFO] Stopping the server..
    2011-08-04 16:42:38 [INFO] Stopping server
    2011-08-04 16:42:38 [INFO] Saving chunks
    2011-08-04 16:42:38 [INFO] Stopping server
    2011-08-04 16:42:38 [INFO] Saving chunks
    :)
     
  5. Make sure Herobrine.damage = true in the configuration

    oh yea, sorry, i forgot to mention you need the newest DEV build of spout

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

    Cool-Guy

    Okay :)

    You mean 1.0_1 i already have that :(

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

    Cool-Guy

    Thanks :)

    Where am i supposed to put that .jar ? :)"spout-dev-SNAPSHOT.jar

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

    Pythros

    ?
    Code:
    #Herobrine configuration file.  Generated at 149170080066296
    Herobrine:
        oneUseAltars: true
        timeBeforeDespawn: 2
        torches:
            enabled: true
            rate: 50
        takesDamage: true
        items:
            enabled: true
            drops: '259:2'
        timeBeforeSpawn: 10
        damage: 3
        placesFire: true
        talks: true
        health: 20
        takesItems: true
    
     
  9. delete spout.jar and put it where spout.jar was

    My bad, wrong setting :D i meant takesDamage:
    I think i know why, expect a hotfix in a couple of minutes

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

    Cool-Guy

    Now im getting this error:
    2011-08-04 16:59:14 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-04 16:59:14 [INFO] Loading properties
    2011-08-04 16:59:14 [INFO] Starting Minecraft server on *:25565
    2011-08-04 16:59:14 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-04 16:59:14 [INFO] MLog clients using java 1.4+ standard logging.
    2011-08-04 16:59:14 [INFO] Preparing level "world"
    2011-08-04 16:59:14 [INFO] Preparing start region for level 0 (Seed: -3257289531959470358)
    2011-08-04 16:59:15 [INFO] Preparing spawn area: 93%
    2011-08-04 16:59:15 [INFO] Preparing start region for level 1 (Seed: -3257289531959470358)
    2011-08-04 16:59:16 [INFO] Preparing spawn area: 93%
    2011-08-04 16:59:17 [INFO] Indlæste Essentials byg 2.5.6 af [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
    2011-08-04 16:59:17 [INFO] Indlæste EssentialsChat byg 2.5.6 af essentials team
    2011-08-04 16:59:17 [INFO] Indlæste EssentialsGeoIP byg 2.5.6 af essentials team
    2011-08-04 16:59:17 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-08-04 16:59:17 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2011-08-04 16:59:17 [INFO] Indlæste EssentialsProtect byg 2.5.6 af essentials team
    2011-08-04 16:59:17 [INFO] Indlæste EssentialsSpawn byg 2.5.6 af essentials team
    2011-08-04 16:59:17 [INFO] Spout 1.0.2.22 has been initialized
    2011-08-04 16:59:18 [INFO] [Herobrine] 1.0_2 is enabling.
    2011-08-04 16:59:18 [INFO] [Herobrine] Found Spout.
    2011-08-04 16:59:18 [INFO] [Herobrine] Loading configuration.
    2011-08-04 16:59:18 [SEVERE] Error occurred while enabling Herobrine v1.0.2 (Is it up to date?): null
    java.lang.NullPointerException
    at net.minedev.herobrine.ConfigurationHandler.loadkeys(ConfigurationHandler.java:92)
    at net.minedev.herobrine.ConfigurationHandler.configCheck(ConfigurationHandler.java:36)
    at net.minedev.herobrine.Core.onEnable(Core.java:82)
    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)
    2011-08-04 16:59:18 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-04 16:59:18 [INFO] Done (0,351s)! For help, type "help" or "?"
    2011-08-04 16:59:26 [INFO] Stopping the server..
    2011-08-04 16:59:26 [INFO] Stopping server
    2011-08-04 16:59:26 [INFO] [Herobrine] disabling
    2011-08-04 16:59:26 [INFO] [Herobrine] was disabled.
    2011-08-04 16:59:26 [INFO] Saving chunks
     
  11. Silent update, redownload

    update Herobrine to v1.0.3
    EDIT: also, delete configuration

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

    Cool-Guy

    Now i have updated to 1.0.3, and delete configuration. But the config allways generates it self, and when i try to do the /Herobrine spawn [player] it says the "Lucky" thing.
     
  13. Are you OP? What permissions do you have?
     
  14. Offline

    Cool-Guy

    How do i see my Permissions :) And i'm OP (Sorry for bein' stupid) :p
     
  15. Ahh, thats your problem. I need to fix it, but for now you can't be op and have him spawn on you :O
    EDIT:
    The way my plugin checks permissions:
    Do you have the bukkit permission?
    Are you op?
    If your neither, you don't have permission... I'll be sure to remove the OP check
     
  16. Offline

    Pythros

    You said use Spout Dev 22?
    I get this:

    Code:
    
    11:22:39 [INFO] [Herobrine] 1.0_3 is enabling.
    11:22:39 [INFO] [Herobrine] Found Spout.
    11:22:39 [INFO] [Herobrine] Loading configuration.
    11:22:39 [SEVERE] Error occurred while enabling Herobrine v1.0.3 (Is it up to da
    te?): null
    java.lang.NullPointerException
            at net.minedev.herobrine.ConfigurationHandler.loadkeys(ConfigurationHand
    ler.java:92)
            at net.minedev.herobrine.ConfigurationHandler.configCheck(ConfigurationH
    andler.java:36)
            at net.minedev.herobrine.Core.onEnable(Core.java:82)
            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(SimplePluginManage
    r.java:278)
            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)
    
    then Spout crashes my server with this
    Code:
    2011-08-04 11:24:03 [SEVERE] java.lang.NullPointerException
    2011-08-04 11:24:03 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.sendPacket3(SpoutNetServerHandler.java:436)
    2011-08-04 11:24:03 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.sendPacket2(SpoutNetServerHandler.java:422)
    2011-08-04 11:24:03 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.sendPacket(SpoutNetServerHandler.java:411)
    2011-08-04 11:24:03 [SEVERE]     at net.minecraft.server.EntityTrackerEntry.a(EntityTrackerEntry.java:162)
    2011-08-04 11:24:03 [SEVERE]     at net.minecraft.server.EntityTrackerEntry.track(EntityTrackerEntry.java:108)
    2011-08-04 11:24:03 [SEVERE]     at net.minecraft.server.EntityTracker.updatePlayers(EntityTracker.java:116)
    2011-08-04 11:24:03 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:456)
    2011-08-04 11:24:03 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-08-04 11:24:03 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-04 11:24:03 [SEVERE] Unexpected exception
    java.lang.NullPointerException
        at org.getspout.spout.SpoutNetServerHandler.sendPacket3(SpoutNetServerHandler.java:436)
        at org.getspout.spout.SpoutNetServerHandler.sendPacket2(SpoutNetServerHandler.java:422)
        at org.getspout.spout.SpoutNetServerHandler.sendPacket(SpoutNetServerHandler.java:411)
        at net.minecraft.server.EntityTrackerEntry.a(EntityTrackerEntry.java:162)
        at net.minecraft.server.EntityTrackerEntry.track(EntityTrackerEntry.java:108)
        at net.minecraft.server.EntityTracker.updatePlayers(EntityTracker.java:116)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:456)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  17. Offline

    Cool-Guy

    Damn!
     
  18. Delete configuration

    Fixed.

    SILENT UPDATE:
    OP's no longer have Herobrine.avoid

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

    Cool-Guy

    The Bukkit Permission, you mean my "Permissions.yml?
    I'm OP.
    :)
     
  20. Yep. And i fixed your problem, redownload
     
  21. Offline

    Pythros

    There isn't one for me to delete because I already deleted it prior to updating to the dev Spout and your silent fix.
     
  22. Offline

    Cool-Guy

    YES! It Worked thanks :)
    Edit: Now i get a new error:
    2011-08-04 17:33:56 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-04 17:33:56 [INFO] Loading properties
    2011-08-04 17:33:56 [INFO] Starting Minecraft server on *:25565
    2011-08-04 17:33:57 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-04 17:33:57 [INFO] MLog clients using java 1.4+ standard logging.
    2011-08-04 17:33:57 [INFO] Preparing level "world"
    2011-08-04 17:33:57 [INFO] Preparing start region for level 0 (Seed: -3257289531959470358)
    2011-08-04 17:33:58 [INFO] Preparing spawn area: 69%
    2011-08-04 17:33:58 [INFO] Preparing start region for level 1 (Seed: -3257289531959470358)
    2011-08-04 17:33:59 [INFO] Preparing spawn area: 73%
    2011-08-04 17:33:59 [INFO] Indlæste Essentials byg 2.5.6 af [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
    2011-08-04 17:33:59 [INFO] Indlæste EssentialsChat byg 2.5.6 af essentials team
    2011-08-04 17:33:59 [INFO] Indlæste EssentialsGeoIP byg 2.5.6 af essentials team
    2011-08-04 17:33:59 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-08-04 17:34:00 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2011-08-04 17:34:00 [INFO] Indlæste EssentialsProtect byg 2.5.6 af essentials team
    2011-08-04 17:34:00 [INFO] Indlæste EssentialsSpawn byg 2.5.6 af essentials team
    2011-08-04 17:34:00 [INFO] Spout 1.0.2.22 has been initialized
    2011-08-04 17:34:00 [INFO] [Herobrine] 1.0_3 is enabling.
    2011-08-04 17:34:00 [INFO] [Herobrine] Found Spout.
    2011-08-04 17:34:00 [INFO] [Herobrine] Loading configuration.
    2011-08-04 17:34:00 [SEVERE] Error occurred while enabling Herobrine v1.0.3 (Is it up to date?): null
    java.lang.NullPointerException
    at net.minedev.herobrine.ConfigurationHandler.loadkeys(ConfigurationHandler.java:92)
    at net.minedev.herobrine.ConfigurationHandler.configCheck(ConfigurationHandler.java:36)
    at net.minedev.herobrine.Core.onEnable(Core.java:82)
    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)
    2011-08-04 17:34:00 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-04 17:34:00 [INFO] Done (0,333s)! For help, type "help" or "?"
    2011-08-04 17:34:02 [INFO] Stopping the server..
    2011-08-04 17:34:02 [INFO] Stopping server
    2011-08-04 17:34:02 [INFO] [Herobrine] disabling
    2011-08-04 17:34:02 [INFO] [Herobrine] was disabled.
    2011-08-04 17:34:02 [INFO] Saving chunks
    And then it just crashes
     
  23. Make sure you also delete the folder MyCoolPlugin or something like that ;) Should fix it

    Your welcome, have fun :D

    EDIT: Did some research, thats a spout problem, i'm looking into it

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

    Pythros

    No dice... Creates a null config 0 byte size

    http://pastebin.com/6DRM6Qb1



    Does it have to use the dev build of Spout? I didn't get any errors with the release.
     
  25. Offline

    Cool-Guy

    Now i get a new error:
    2011-08-04 17:33:56 [INFO] Starting minecraft server version Beta 1.7.3
    2011-08-04 17:33:56 [INFO] Loading properties
    2011-08-04 17:33:56 [INFO] Starting Minecraft server on *:25565
    2011-08-04 17:33:57 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-g73697a4-b1000jnks (MC: 1.7.3)
    2011-08-04 17:33:57 [INFO] MLog clients using java 1.4+ standard logging.
    2011-08-04 17:33:57 [INFO] Preparing level "world"
    2011-08-04 17:33:57 [INFO] Preparing start region for level 0 (Seed: -3257289531959470358)
    2011-08-04 17:33:58 [INFO] Preparing spawn area: 69%
    2011-08-04 17:33:58 [INFO] Preparing start region for level 1 (Seed: -3257289531959470358)
    2011-08-04 17:33:59 [INFO] Preparing spawn area: 73%
    2011-08-04 17:33:59 [INFO] Indlæste Essentials byg 2.5.6 af [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology]
    2011-08-04 17:33:59 [INFO] Indlæste EssentialsChat byg 2.5.6 af essentials team
    2011-08-04 17:33:59 [INFO] Indlæste EssentialsGeoIP byg 2.5.6 af essentials team
    2011-08-04 17:33:59 [INFO] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
    2011-08-04 17:34:00 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2011-08-04 17:34:00 [INFO] Indlæste EssentialsProtect byg 2.5.6 af essentials team
    2011-08-04 17:34:00 [INFO] Indlæste EssentialsSpawn byg 2.5.6 af essentials team
    2011-08-04 17:34:00 [INFO] Spout 1.0.2.22 has been initialized
    2011-08-04 17:34:00 [INFO] [Herobrine] 1.0_3 is enabling.
    2011-08-04 17:34:00 [INFO] [Herobrine] Found Spout.
    2011-08-04 17:34:00 [INFO] [Herobrine] Loading configuration.
    2011-08-04 17:34:00 [SEVERE] Error occurred while enabling Herobrine v1.0.3 (Is it up to date?): null
    java.lang.NullPointerException
    at net.minedev.herobrine.ConfigurationHandler.loadkeys(ConfigurationHandler.java:92)
    at net.minedev.herobrine.ConfigurationHandler.configCheck(ConfigurationHandler.java:36)
    at net.minedev.herobrine.Core.onEnable(Core.java:82)
    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)
    2011-08-04 17:34:00 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-08-04 17:34:00 [INFO] Done (0,333s)! For help, type "help" or "?"
    2011-08-04 17:34:02 [INFO] Stopping the server..
    2011-08-04 17:34:02 [INFO] Stopping server
    2011-08-04 17:34:02 [INFO] [Herobrine] disabling
    2011-08-04 17:34:02 [INFO] [Herobrine] was disabled.
    2011-08-04 17:34:02 [INFO] Saving chunks
    And then it just crashes
     
  26. @Cool-Guy @Pythros There is a issue with spout, please wait a couple minutes
     
  27. Offline

    Cool-Guy

    Okay :) I Totally like how Herobrine Creates a redstonelight somewhere :)
     
  28. Offline

    Outcast61

    Not to be a downer but, I have latest version of spout for server and I put the Herobrine plugin in and, it gives me like 13 errors. It didn't make the config either. I'll post a bit of the error. Anyway i chose not to post the log because it was very big. No errors without the plugin then, when I put the plugin on, permissions crap up and all my other plugins? Please help.
     
  29. @Everyone
    Herobrine is on hold till Spout gets fixed. Me and 7 other people are working in #spoutdev to resolve the problem. please hold
     
  30. Offline

    Outcast61

    Ok, so we download the server plugin spout or #22 on jenkins of spout dev? I'm confused.
     

Share This Page