Herobrine

Who is Herobrine?
Herobrine is a legend of a lost miner who is supposed to exist in Minecraft, although he doesn't and was just some rumor made up. However, he is said to haunt the player and the game, the other Herobrine plugins acted although we was a mugger, disobeying the legends. But this plugin aims to set things straight and bring back the legend that is Herobrine.
For more information, check out this article: http://minecraftwiki.net/wiki/Herobrine
Donators (who I cannot thank enough): Deanfvjr and cadester177
What can I do?
You can configure just about everything, what he says, what he can do, who he is, and more. This includes Herobrine's name, messages, and abilities.
- The Github for Herobrine can be found at https://github.com/nkrecklow/Herobrine.
- For the list of commands, type: "/hb" (alias: "/hbu") (requires OP or "herobrine.commands").
- Ignore players with the permission "herobrine.ignore".
What can he do?
Following the legends, Herobrine is able to do many things, growing with each update.
- Randomly place signs with creepy messages.
- Randomly place torches around players.
- Play sounds of footsteps and creepy noises.
- Steal from chests and inventories.
- Targets alone players, and is more active at night.
- The ability to create and build pyramids.
- The ability to create and build TNT traps.
- "Possession" where the player looses all control.
- Spawn a random amount of bats when he spawns.
- Ability to enable and disable everything he does.
- Destroy torches near players.
- Spawn random (and angry) wolves near players.
- Create rings of fire.
- Create graves.
- Rearrange chests or inventories.
- Give players books with custom messages.
- Cause random explosions or lightning.
- Launch the player into the air.
- Put your head on a pike.
- Randomly spin and rotate the player.
- Destroy chests and drop their contents.
- Randomly set the player on fire.
- Creates nether infections, where hell meets Earth.
- Can decay nearby flowers, turning them into mushrooms.
- Randomly generates "hotspots", where actions are more likely to occur.
- And more, I'm always expanding the plugin!
Did somebody say custom mobs/items?
There are three mobs currently, you can check them out on the images page:
- Unknown Demon drops a Blood Gem.
- Fallen Angel drops a Greed Gem.
- Hell's Guardian drops a Midnight Gem.
- Religious Follower drops a Satanic Book.
- Together the three gems can be combined to create Herobrine's Sword.
A = Blood Gem, B = Midnight Gem, C = Greed Gem
A B A
B C B
A B A
Can I use an API?
There is a built-in API. It allows developers to register their own actions and commands. Simply import the latest version of Herobrine as a library, and code away.
Plugin plugin = getServer().getPluginManager().getPlugin("Herobrine"); if (plugin != null) { Herobrine.getActionManager().addAction(myAction); }
Example action: Here
-
View User Profile
-
Send Message
Posted Nov 26, 2012It says something like Severe Could not pass event BlockIgniteEvent to Herobrine v4.7 why?
-
View User Profile
-
Send Message
Posted Nov 26, 2012Sorry for my bad english
-
View User Profile
-
Send Message
Posted Nov 26, 2012Hi i did everything you said and what i just readed i changed That world to my worlds name + i did allow alter = true and i made a altar in survival mode and it doesnt even explode or say something so i think i use /hb forceunleash i did that and i tried /hb appear myname it worked but if i say /hb teleport myname it says Herobrine isnt currently alive?!? so i checked in the folder if there is living.yml and yeah it is there i installed the Plugin 100 times but i need to know how to enable the plugin i think thats the problem.
-
View User Profile
-
Send Message
Posted Nov 25, 2012hey steak i am getting a few errors
SEVERE] Could not pass event BlockIgniteEvent to Herobrine v4.8 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at net.minecraft.server.ItemFlintAndSteel.interactWith(ItemFlintAndSteel.java:56) at net.minecraft.server.ItemStack.placeItem(ItemStack.java:87) at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:392) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:662) at net.minecraftserverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:94) at net.minecraft.server.Packet15Place.handle(SourceFile:58) at net.minecraft.server.NetworkManager.b(NetworkManager.java:290) at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:113) at net.minecraft.server.ServerConnection.b(SourceFile:39) at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595) at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426) at net.minecraft.server.ThreadServerApplication.run(SourceFile:856) Caused by: java.lang.NullPointerException at com.nkrecklow.herobrine.mob.MobListener.onBlockIgnite(MobListener.java:47) at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339) ... 18 more
and when i used the /kill
[SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'hb' in plugin Herobrine v4.8 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:502) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:985) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:903) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:858) at net.minecraftserverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:124) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.NetworkManager.b(NetworkManager.java:290) at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:113) at net.minecraft.server.ServerConnection.b(SourceFile:39) at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595) at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426) at net.minecraft.server.ThreadServerApplication.run(SourceFile:856) Caused by: java.lang.NullPointerException at com.nkrecklow.herobrine.mob.MobController.despawnMob(MobController.java:28) at com.nkrecklow.herobrine.Commands.onCommand(Commands.java:53) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 16 more
-
View User Profile
-
Send Message
Posted Nov 25, 2012@steaks4uce
How far along is 4.8? Those new features will really spook my server's players. >:)
-
View User Profile
-
Send Message
Posted Nov 25, 2012The plugin doesn´t work the Altar does anything and the living.yml too.
But anyway I love your mod since MC 1.81. ^^
btw: Could be there an option to let Herobrine change all blocks cause I don´t want to fill all these 300 blocknumbers in the config
-
View User Profile
-
Send Message
Posted Nov 25, 2012altar don't work when I light it
-
View User Profile
-
Send Message
Posted Nov 24, 2012Does he make ghast noises hen he appears yet?
-
View User Profile
-
Send Message
Posted Nov 24, 2012@steaks4uce
Ahh
-
View User Profile
-
Send Message
Posted Nov 24, 2012@bw1119
It's been modified since, but haven't pushed it to the beta repo.
-
View User Profile
-
Send Message
Posted Nov 24, 2012How does the 'Possession' command make the player loose control? All i does with me is make their screen go blurry :(
-
View User Profile
-
Send Message
Posted Nov 24, 2012@steaks4uce
Yes, I understand. I asked the HerobrineAI author to remove those aliases.
-
View User Profile
-
Send Message
Posted Nov 23, 2012@LeeTheENTP
This one has /hb commands since it's birth, so I can't really change that or a risk breaking everyone's experience, sorry!
Also, I feel really flattered you love this plugin! :3
-
View User Profile
-
Send Message
Posted Nov 23, 2012Im pretty sure the beta build is not working for me i just now tried it and none of the commands do anything it says unknown command.... when do you think you will have an update for it will the new features i REALLY like this plugin :D
-
View User Profile
-
Send Message
Posted Nov 23, 2012@Aldox3
Thank you! :)
-
View User Profile
-
Send Message
Posted Nov 23, 2012@steaks4uce
I prefer this one if I had to choose, but HerobrineAI would be a nice addition.
-
View User Profile
-
Send Message
Posted Nov 23, 2012@steaks4uce
I like this plugin a lot, as well as the HerobrineAI plugin, but I cannot run them side-by-side because all of the Herobrine commands are recognized as HerobrineAI commands...
So, I am going to ask the author for HerobrineAI to change the commands to only be recognized as /hb-ai instead of /hb as well.
-
View User Profile
-
Send Message
Posted Nov 23, 2012@steaks4uce
Thanks.
-
View User Profile
-
Send Message
Posted Nov 23, 2012@LeeTheENTP
Holy Sword:
-
View User Profile
-
Send Message
Posted Nov 23, 2012@yurikoma
I got it. It's a gold sword with no enchantments, but the one you spawn with the plugin prevents Herobrine from appearing to you.