[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. awesome, thanks. will be in 1.1, which is close...
     
  3. Offline

    Rsccman

    voice brodcasted, and had a live voice system

    oh so it isnt compattable with mobdesicise and herobrine

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  4. whoa :D
    Can i get a recording or something? :p And thanks! Alot! :p
    @Rsccman i'll be fixing that by 1.0
     
    SneakyBeaver189 likes this.
  5. Offline

    Rsccman

    sure, ill have people on my server do updates and video of my serever
     
    tips48 likes this.
  6. Offline

    enkious

    When a friend lit the altar, i got this.

    00:34:27 [WARNING] Task of 'Herobrine' generated an exception
    java.lang.NullPointerException
    at net.minedev.herobrine.listeners.HerobrineCustomListener$1.run(Herobri
    neCustomListener.java:125)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
    raftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:439)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:362)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    When we killed him...

    Code:
    00:39:39 [SEVERE] Could not pass event CUSTOM_EVENT to Herobrine
    java.lang.ArrayIndexOutOfBoundsException: 1
            at net.minedev.herobrine.listeners.HerobrineCustomListener.onCustomEvent
    (HerobrineCustomListener.java:79)
            at org.bukkit.plugin.java.JavaPluginLoader$87.execute(JavaPluginLoader.j
    ava:855)
            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.HerobrineEntityListener.onEntityDeath
    (HerobrineEntityListener.java:39)
            at org.bukkit.plugin.java.JavaPluginLoader$59.execute(JavaPluginLoader.j
    ava:656)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
            at net.minecraft.server.EntityPlayer.die(EntityPlayer.java:141)
            at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:391)
    
            at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:441)
            at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:179)
    
            at net.minecraft.server.EntityHuman.d(EntityHuman.java:566)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:860)
            at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:362)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    >
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  7. Offline

    SneakyBeaver189

    It okay thx for responding anyways
     
  8. Offline

    divinatory

    Uhm, Thanks for the mod. But I was trying to make him stronger, etc, etc, I made his damage 8. His health 50. And I changed some of the sentences that he said. And it didn't work.
    any ideas ?
     
  9. Offline

    SzymekPL

    Yay! It works on 1.7.3 on Spout #28
    It doesn't work with #27 :/
     
  10. Weird, anyway, good! :p
    @divinatory please follow the bug reporting template in the OP
    @SneakyBeaver189 Currently, its not possible to make spout a soft depend. I tried last night, conferred with the spout dev team, its not possible due to what i'm doing :/
    @enkious follow the bug reporting template in the OP
     
  11. Offline

    eagle198

    @tips48
    1.When are you fixing altar?
    2.Sometimes when I spawn him with commands he just spawns and despawns.
     
  12. 1.Next update, or two.
    2.Any errors? That shouldn't happen :O
     
  13. Offline

    eagle198

    Nope.No errors.
     
  14. weirdo!
     
  15. Offline

    greenbaydude

    did alta help with this:)
     
  16. when he could, yes
     
  17. Offline

    greenbaydude

    cool
     
  18. Offline

    qazz42

    This is the single most awesome plugin I have for me server


    thank you
     
  19. your welcome :)
     
  20. Offline

    OverSizedRabbit

    you should make it so we can add a song that plays when herobrine spawns lol
     
  21. Offline

    kingcole436

    I have one request, stop Herobrine from spawning and practicly killing you instantly once you light his alter or spawn him. It was Waaaayyy to fast. Needs to be more like the hMod one. :)
     
  22. Offline

    enkious

    @tips48
    Did you see my errors?
    I did not get a response from you.
     
  23. Offline

    EmanuxJade

    finally this is fantastic, work great.

    can add on configuration file % of spawn?

    And make the possibility for he don't get damage at another player!

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

    Exxter

    I cant kill herobrine? My config:

    Code:
    #Herobrine configuration file.  Generated at ^M
    Herobrine:
        oneUseAltars: true
        timeBeforeSpawn: 100
        blocksCommands: true
        damage: 1
        placesFire: true
        chat:
            despawnChat:
                enabled: true
                messages:
    [...]
            attackChat:
                enabled: true
                messages:
    [...]
            deathChat:
                enabled: true
                messages:
    [...]
            altarChat:
                enabled: true
                messages:
     [...]
            blockCommandChat:
                enabled: true
                messages:
    [...]
            stealChat:
                enabled: true
               messages:
    [...]
            attackedChat:
                enabled: true
                messages:
    [...]
        worlds:
        - world_nether
        - jagen
        - neu
        - erste-mp-karte
        health: 20
        takesItems: false
        torches:
            enabled: true
            rate: 50
        timeBeforeDespawn: 1
        takesDamage: true
        items:
            enabled: true
            drops:
            - '259:2'
            - '278:2'
    
    Any ideas why?
     
  25. thanks
    @enkious i didn't, can you send again?
    @kingcole436 thats on the way
    @OverSizedRabbit lol

    Hmm, weird. is PVP on? It shouldn't have to be, but... Maybe?

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

    enkious

    When a friend lit the altar, i got this.
    Code:
    00:34:27 [WARNING] Task of 'Herobrine' generated an exception
    java.lang.NullPointerException
    at net.minedev.herobrine.listeners.HerobrineCustomListener$1.run(Herobri
    neCustomListener.java:125)
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
    raftScheduler.java:137)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:439)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:362)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    When we killed him...

    Code:
    00:39:39 [SEVERE] Could not pass event CUSTOM_EVENT to Herobrine
    java.lang.ArrayIndexOutOfBoundsException: 1
            at net.minedev.herobrine.listeners.HerobrineCustomListener.onCustomEvent
    (HerobrineCustomListener.java:79)
            at org.bukkit.plugin.java.JavaPluginLoader$87.execute(JavaPluginLoader.j
    ava:855)
            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.HerobrineEntityListener.onEntityDeath
    (HerobrineEntityListener.java:39)
            at org.bukkit.plugin.java.JavaPluginLoader$59.execute(JavaPluginLoader.j
    ava:656)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
            at net.minecraft.server.EntityPlayer.die(EntityPlayer.java:141)
            at net.minecraft.server.EntityLiving.damageEntity(EntityLiving.java:391)
    
            at net.minecraft.server.EntityHuman.damageEntity(EntityHuman.java:441)
            at net.minecraft.server.EntityPlayer.damageEntity(EntityPlayer.java:179)
    
            at net.minecraft.server.EntityHuman.d(EntityHuman.java:566)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:860)
            at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:452)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:362)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  27. Interresting. can you paste your config?
     
  28. Offline

    Exxter

    oh yes, this was disabled, now i can kill him. but thats not so great, that I must have turned on pvp ...
     
  29. weird...
    @Everyone
    2000 downloads! Thanks guys :)
     
  30. Offline

    Molecyle

    the bottom layer should have one mossy block in the center
     
  31. It will :p
     

Share This Page