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 Jul 30, 2013@alanthya
I have opened a Ticket for this error as I am also experiencing it. http://dev.bukkit.org/bukkit-plugins/herobrineunleashed/tickets/80-java-lang-null-pointer-exception
-
View User Profile
-
Send Message
Posted Jul 30, 2013Thanks a lot for this plugin !
Can you add into config the apparition rate of each attack ? Like 25% for panels, 5% for a book, 10% for an thunder ect :D
-
View User Profile
-
Send Message
Posted Jul 30, 2013Does it shows the herobrine skin?
-
View User Profile
-
Send Message
Posted Jul 28, 2013/hb help command conflicts with /hb-ai plugin, is there any way around this? Can I get a list of actions without having to use /hb help?
-
View User Profile
-
Send Message
Posted Jul 27, 2013I guess its not updated for 1.6.2 because its certainly not working for me on my friends server.
-
View User Profile
-
Send Message
Posted Jul 27, 2013Herobrine is showing a sever error and I can't seem to resolve. Anyone know how to resolve the following error? I am on a mac with 1.6.2, but it was also happening with the recommended build (1.5.2?). I am seeing something similar with TheWalls as well. I am updated to the latest java.
11:09:04 [SEVERE] Could not load 'plugins/Herobrine.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/kreckin/herobrine/Herobrine : Unsupported major.minor version 51.0
-
View User Profile
-
Send Message
Posted Jul 26, 2013v7.2 startup error http://pastie.org/8179872
-
View User Profile
-
Send Message
Posted Jul 26, 2013help command doesn't work just keeps saying Please use /hb help! and i've had it installed a few days and nothing has happened
-
View User Profile
-
Send Message
Posted Jul 25, 2013@jenniferstrife
Thank you thank you thank you I have the same problem
-
View User Profile
-
Send Message
Posted Jul 25, 2013me: /hbu help Server: use hbu help me: /hbu help Server: use hbu help me: /hbu help Server: use hbu help me: /hbu help Server: use hbu help me: /hbu help Server: use hbu help me: /hbu help Server: use hbu help me: /hbu help Server: use hbu help
Basically it doesn't allow you to use the help command
-
View User Profile
-
Send Message
Posted Jul 25, 2013Plugin is disfunctional and does not support 1.6.2 as far as I can see.
This error, which is what I'm getting, is in reverse order:
25.07 17:52:30 [Server] INFO at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) 25.07 17:52:30 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:391) 25.07 17:52:30 [Server] INFO at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:151) 25.07 17:52:30 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.a(MinecraftServer.java:250) 25.07 17:52:30 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.f(MinecraftServer.java:290) 25.07 17:52:30 [Server] INFO at net.minecraft.server.v1_6_R2.MinecraftServer.l(MinecraftServer.java:313) 25.07 17:52:30 [Server] INFO at org.bukkit.craftbukkit.v1_6_R2.CraftServer.enablePlugins(CraftServer.java:264) 25.07 17:52:30 [Server] INFO at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugin(CraftServer.java:282) 25.07 17:52:30 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) 25.07 17:52:30 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) 25.07 17:52:30 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) 25.07 17:52:30 [Server] INFO at com.kreckin.herobrine.Herobrine.onEnable(Herobrine.java:42) 25.07 17:52:30 [Server] INFO at com.kreckin.herobrine.api.ActionManager.loadDefaultActions(ActionManager.java:51) 25.07 17:52:30 [Server] INFO java.lang.NullPointerException 25.07 17:52:30 [Server] SEVERE Error occurred while enabling Herobrine v7.2 (Is it up to date?) 25.07 17:52:30 [Server] INFO Enabling Herobrine v7.2
Running: CB Build #2820 1.6.2-R0.1
-
View User Profile
-
Send Message
Posted Jul 25, 2013Very good plugin, keep up the great work!
-
View User Profile
-
Send Message
Posted Jul 25, 2013Can you spawn him in directly or is it a natural spawn??? It would be helpful if I could spawn him in directly because some of my feinds are making a custom map on my server... If you could add that feature and give us an option for enabling and disabling natural spawning of herobrine (If that is what it is) I would be very grateful. Thx :)
-
View User Profile
-
Send Message
Posted Jul 24, 2013@dogglez7777
I don't think you can summon him?, seems like it would defeat the mysteriousness of Herobrine if you could just summon him.
-
View User Profile
-
Send Message
Posted Jul 24, 2013How am I supposed to summon him? I've tried the way that most players rumor to be how you summon him (3x3 square of gold blocks, mossy cobblestone in the middle with netherrack on top and redstone torches surrounding it) but nothing happens.
-
View User Profile
-
Send Message
Posted Jul 24, 2013I can't see the commands. It says "please use /hb help", but when I type it, it always says it again. Help?
-
View User Profile
-
Send Message
Posted Jul 22, 2013herobrine DEFINITELY HAUNTS MY GAME!!!
-
View User Profile
-
Send Message
Posted Jul 15, 2013We want update!
-
View User Profile
-
Send Message
Posted Jul 14, 2013@pluem13174
Exact same error.
-
View User Profile
-
Send Message
Posted Jul 13, 2013@DerBlockBuilder
The plugin loads on the server, yeah, but if you try and do anything with it it'll give an Internal Error.