[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. Offline

    h8no1

    update to 1.0_6!! spout 1.0.2 is out! i want thissssss
     
  3. Offline

    otinsh8

    The same problem as Diablo and Yaul. Help please.
     
  4. Offline

    morizuki

    Code:
    2011-08-17 04:54:48 [WARNING] Task of 'Herobrine' generated an exception
    java.lang.NoSuchMethodError: org.getspout.spoutapi.player.SpoutPlayer.getRenderDistance()Lorg/getspout/spoutapi/event/input/RenderDistance;
        at net.minedev.herobrine.spout.SpoutHelper.setFog(SpoutHelper.java:43)
        at net.minedev.herobrine.HerobrineNPC.spawn(HerobrineNPC.java:66)
        at net.minedev.herobrine.ScheduleHandlerMutual$spawn.run(ScheduleHandlerMutual.java:52)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:428)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  5. Offline

    Parlez

    same problem as diablo and yaul, you have probably heard that a million times
     
  6. Sorry for neglecting this, the notification service hasn't been working for some reason >.<
    As for a update:
    Should be out soon. Will fix/add:
    Residence support
    Worldguard support <- Possibly
    Fix with Spout 1.0_2
    Towny support <- Possibly
     
  7. Offline

    user_43347

  8. 1.0_6 should be out soon :3
    EDIT:
    Heads up, made mossy cobblestone required.

    Big bugfix
    Fix a npe if you type /herobrine spawn thisPlayerIsntOnline

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

    Comp_uter15776

  10. Offline

    tootybob

    @tips48 Every time I try to use /herobrine, my server breaks. The console says:
    Code:
    2011-08-19 17:08:33 [SEVERE] java.lang.NoSuchFieldException: perm
    2011-08-19 17:08:33 [SEVERE] at java.lang.Class.getDeclaredField(Unknown Source)
    2011-08-19 17:08:33 [SEVERE] at org.getspout.spout.player.SpoutCraftPlayer.<init>(SpoutCraftPlayer.java:82)
    2011-08-19 17:08:33 [SEVERE] at org.getspout.spout.player.SpoutCraftPlayer.updateBukkitEntity(SpoutCraftPlayer.java:615)
    2011-08-19 17:08:33 [SEVERE] at org.getspout.spout.player.SpoutCraftPlayer.getPlayer(SpoutCraftPlayer.java:647)
    2011-08-19 17:08:33 [SEVERE] at org.getspout.spout.SpoutPlayerListener.updatePlayerEvent(SpoutPlayerListener.java:118)
    2011-08-19 17:08:33 [SEVERE] at org.getspout.spout.SpoutPlayerListener.onPlayerTeleport(SpoutPlayerListener.java:39)
    2011-08-19 17:08:33 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$8.execute(JavaPluginLoader.java:293)
    2011-08-19 17:08:33 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-08-19 17:08:33 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-08-19 17:08:33 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:373)
    2011-08-19 17:08:33 [SEVERE] at org.getspout.spout.player.SpoutCraftPlayer.updateNetServerHandler(SpoutCraftPlayer.java:594)
    2011-08-19 17:08:33 [SEVERE] at org.getspout.spout.SpoutPlayerListener.onPlayerJoin(SpoutPlayerListener.java:29)
    2011-08-19 17:08:33 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    2011-08-19 17:08:33 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-08-19 17:08:33 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-08-19 17:08:33 [SEVERE] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    2011-08-19 17:08:33 [SEVERE] at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    2011-08-19 17:08:33 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    2011-08-19 17:08:33 [SEVERE] at net.minecraft.server.Packet1Login.a(SourceFile:43)
    2011-08-19 17:08:33 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-19 17:08:33 [SEVERE] at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    2011-08-19 17:08:33 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-08-19 17:08:33 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-08-19 17:08:33 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-08-19 17:08:33 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-19 17:08:44 [INFO] [xAuth] Player 'tootybob' has authenticated
    2011-08-19 17:08:53 [INFO] /173.70.209.5:57397 lost connection
    2011-08-19 17:08:56 [SEVERE] java.lang.NoClassDefFoundError: org/bukkit/permissions/Permission
    2011-08-19 17:08:56 [SEVERE] at java.lang.Class.getDeclaredMethods0(Native Method)
    2011-08-19 17:08:56 [SEVERE] at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    2011-08-19 17:08:56 [SEVERE] at java.lang.Class.getMethod0(Unknown Source)
    2011-08-19 17:08:56 [SEVERE] at java.lang.Class.getMethod(Unknown Source)
    2011-08-19 17:08:56 [SEVERE] at org.bukkit.craftbukkit.command.ServerCommandListener.getName(ServerCommandListener.java:29)
    2011-08-19 17:08:56 [SEVERE] at net.minecraft.server.ConsoleCommandHandler.handle(ConsoleCommandHandler.java:25)
    2011-08-19 17:08:56 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:307)
    2011-08-19 17:08:56 [SEVERE] at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    2011-08-19 17:08:56 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    2011-08-19 17:08:56 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    2011-08-19 17:08:56 [SEVERE] at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-08-19 17:08:56 [SEVERE] at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-19 17:08:56 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    2011-08-19 17:08:56 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-08-19 17:08:56 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-08-19 17:08:56 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-08-19 17:08:56 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-19 17:08:56 [SEVERE] Caused by: java.lang.ClassNotFoundException: org.bukkit.permissions.Permission
    2011-08-19 17:08:56 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source)
    2011-08-19 17:08:56 [SEVERE] at java.security.AccessController.doPrivileged(Native Method)
    2011-08-19 17:08:56 [SEVERE] at java.net.URLClassLoader.findClass(Unknown Source)
    2011-08-19 17:08:56 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    2011-08-19 17:08:56 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    2011-08-19 17:08:56 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-08-19 17:08:56 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Source)
    2011-08-19 17:08:56 [SEVERE] ... 17 more
    2011-08-19 17:08:56 [SEVERE] Unexpected exception
    java.lang.NoClassDefFoundError: org/bukkit/permissions/Permission
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.getMethod0(Unknown Source)
    at java.lang.Class.getMethod(Unknown Source)
    at org.bukkit.craftbukkit.command.ServerCommandListener.getName(ServerCommandListener.java:29)
    at net.minecraft.server.ConsoleCommandHandler.handle(ConsoleCommandHandler.java:25)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:307)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    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:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.permissions.Permission
    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)
    ... 17 more
     
  11. Offline

    qazz42

    I can no longer find the link to the 27 build of spout... is it possible you can update the plugin to use the newer one?
     
  12. Offline

    withmorten

    Everytime I build an altar and light it, it just disapears. Bukkit 1060, the newest spout build, this is what the server reports:
    Code:
    Could not pass event CUSTOM_EVENT to Herobrine
    java.lang.NoSuchMethodError: org.getspout.spoutapi.player.SpoutPlayer.getRenderDistance()Lorg/getspout/spoutapi/event/input/RenderDistance;
    	at net.minedev.herobrine.spout.SpoutHelper.setFog(SpoutHelper.java:43)
    	at net.minedev.herobrine.HerobrineNPC.spawn(HerobrineNPC.java:66)
    	at net.minedev.herobrine.listeners.HerobrineCustomListener.onCustomEvent(HerobrineCustomListener.java:112)
    	at org.bukkit.plugin.java.JavaPluginLoader$88.execute(JavaPluginLoader.java:862)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    	at net.minedev.herobrine.listeners.HerobrineBlockListener.onBlockPlace(HerobrineBlockListener.java:47)
    	at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:441)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    	at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:90)
    	at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:74)
    	at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:70)
    	at net.minecraft.server.ItemFlintAndSteel.a(ItemFlintAndSteel.java:68)
    	at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    	at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:223)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:573)
    	at net.minecraft.server.Packet15Place.a(SourceFile:57)
    	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)
    Hope you can figure something out :/
     
  13. Fixed in 1.0_6
    @qazz42 its compatiable with everything not 1.0_2 and greater than 27, will be updated for 1.0_2 soon.
    @tootybob fixed in next update
    @Comp_uter15776 fixed in next update
     
  14. Offline

    zebras

    You mean that it will be fixed in 1.0_6? Because I don't see any download and changelog of it :D
     
  15. Offline

    Comp_uter15776

    That's generally how some people say it. It's basically shortened for "Will be fixed in 1.0_6"... Because, it is. It IS fixed in 1.0_6, it's just not out yet.
     
    tips48 likes this.
  16. Offline

    bobio1029

    Can someone help me find the download link for spout thing i have to download?

    Thanks
     
  17. Offline

    zebras

  18. Offline

    bobio1029

  19. Offline

    xDeath97

    Hi i install all, but don't work... when i build the altar i have the error below... what to do?


    151 recipes
    16 achievements
    05:45:21 [INFO] Starting minecraft server version Beta 1.7.3
    05:45:21 [INFO] Loading properties
    05:45:21 [INFO] Starting Minecraft server on *:25565
    05:45:21 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    05:45:21 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    05:45:21 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    05:45:21 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    05:45:21 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-980-
    g4ed23b1-b1060jnks (MC: 1.7.3)
    05:45:21 [INFO] Preparing level "world"
    05:45:21 [INFO] Preparing start region for level 0 (Seed: 9087695886568068753)
    05:45:22 [INFO] Preparing start region for level 1 (Seed: 7727594271733132662)
    05:45:22 [INFO] Preparing spawn area: 36%
    05:45:23 [INFO] Spout 1.0.2.146 has been initialized
    05:45:23 [INFO] [Herobrine] 1.0_5 is enabling.
    05:45:23 [INFO] [Herobrine] Found Spout.
    05:45:23 [INFO] [Herobrine] Loading configuration.
    05:45:23 [INFO] [Herobrine] 1.0_5 was enabled.
    05:45:23 [INFO] Server permissions file permissions.yml is empty, ignoring it
    05:45:23 [INFO] Done (0.184s)! For help, type "help" or "?"
    05:45:28 [INFO] xDeath [/192.168.1.2:52335] logged in with entity id 101 at ([wo
    rld] 54.6875, 64.0, 124.6875)
    05:46:07 [SEVERE] Could not pass event CUSTOM_EVENT to Herobrine
    java.lang.NoSuchMethodError: org.getspout.spoutapi.player.SpoutPlayer.getRenderD
    istance()Lorg/getspout/spoutapi/event/input/RenderDistance;
    at net.minedev.herobrine.spout.SpoutHelper.setFog(SpoutHelper.java:43)
    at net.minedev.herobrine.HerobrineNPC.spawn(HerobrineNPC.java:66)
    at net.minedev.herobrine.listeners.HerobrineCustomListener.onCustomEvent
    (HerobrineCustomListener.java:112)
    at org.bukkit.plugin.java.JavaPluginLoader$88.execute(JavaPluginLoader.j
    ava:862)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at net.minedev.herobrine.listeners.HerobrineBlockListener.onBlockPlace(H
    erobrineBlockListener.java:47)
    at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.j
    ava:441)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:90)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:74)
    at net.minecraft.server.ItemBlock.a(ItemBlock.java:85)
    at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:223)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:573)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    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)
    >
     
  20. fixed in 1.0_6, release today or tomorrow.
     
  21. Offline

    xDeath97

    Thank you very much :)
     
    tips48 likes this.
  22. Offline

    shaggy2010

    Code:
    2011-08-21 17:45:02 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'herobrine' in plugin Herobrine v1.05
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    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: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)
    Caused by: java.lang.NoSuchMethodError: org.getspout.spoutapi.player.SpoutPlayer.getRenderDistance()Lorg/getspout/spoutapi/event/input/RenderDistance;
    at net.minedev.herobrine.spout.SpoutHelper.setFog(SpoutHelper.java:43)
    at net.minedev.herobrine.HerobrineNPC.spawn(HerobrineNPC.java:66)
    at net.minedev.herobrine.commands.HerobrineCommand.onCommand(HerobrineCommand.java:96)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 13 more
    This is error I'm getting in console when I try to spawn Herobrine on myself.
    When trying to call him to me using the alter, it just vanishes and nothing happens.
     
  23. Also fixed. Really sorry guys, I know this bug is plaguing everyone... :/
     
  24. Offline

    DevinXXL

    can you make a non-spoud version please?
     
  25. Not with the way its setup :/
     
  26. Offline

    user_43347

    I don't think he can because of how Herobrine works, I would just recommend installing Spout (even though it's a dev build).
     
  27. Can you please not advertise in this thread?
    ALSO:
    The way Herobrine is setup, it requires spout.. It will be updated to 1.0.2 spout with the 1.0_6 update. Spout will be optional as soon as i write a pull request for it.
     
  28. Offline

    winter4w

    i get this when i try to spawn them
    Code:
    21:59:59 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'hero
    brine' in plugin Herobrine v1.05
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    20)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:713)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
            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:85)
            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:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.getspout.spoutapi.player.SpoutPlayer
    .getRenderDistance()Lorg/getspout/spoutapi/event/input/RenderDistance;
            at net.minedev.herobrine.spout.SpoutHelper.setFog(SpoutHelper.java:43)
            at net.minedev.herobrine.HerobrineNPC.spawn(HerobrineNPC.java:66)
            at net.minedev.herobrine.commands.HerobrineCommand.onCommand(HerobrineCo
    mmand.java:96)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 13 more
    >
     
  29. fixed in next update.
     
  30. Offline

    xDeath97

    I can't wait for 1.0_6 !! :(
     
    miss_natcula and tips48 like this.

Share This Page