[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

    LordDead1233

    I love this plugin everyone in my server is now scary for him.
    but what means redstone torches?? cuz I still getting it.
    my server log is spamming with spout how to fix it?...
    and sometimes the command gets an internal error when I want perform him to spawn (only at me)
     
  3. A)Thanks :p
    B)Redstone torches? The red torch thing that you can place?
    C)Update to the latest dev build of spout
    D)You have to type /Herobrine spawn <yourname>, /Herobrine spawn will fail, although it shouldn't give an error
     
  4. Offline

    LordDead1233

    thx for it but where to find the thing that he wont spawn at someone I can't find it...
    can you give me link of Dev build of spout cuz I downloaded at the link.
    anyway thx forthis great plugin
    edit: does the red torch means he comes?
     
  5. edit: lolwut?
    Everything else, yea:
    http://ci.getspout.org/view/SpoutDev/job/Spout/77/
     
  6. Offline

    LordDead1233

    the spam is still continueing...
    can you help me.
    I will reply in 1 day cuz I must go now.
    edit: the Error is still happening while trying command.
    now I even can't spawn him anyways
     
  7. paste the spam
     
  8. Offline

    TEH_1

    TEH plugin doesnt work:'(
    when i try commands the console get spammed with errors, also on startup, i noticed that spout was included in that error.
    i have craftbukkit #1000
    spout #27
    and 1.0_5 of your plugin

    the error may come from some of my other plugins, but i had Heroes installed which is a really big plugin. so i removed it and still got the same error :mad:

    startup error:
    Code:
    2011-08-11 00:06:39 [INFO] Starting minecraft server version Beta 1.7.2
    2011-08-11 00:06:39 [INFO] Loading properties
    2011-08-11 00:06:39 [INFO] Starting Minecraft server on 5.62.131.13:25565
    2011-08-11 00:06:39 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-904-g9277096-b953jnks (MC: 1.7.2)
    2011-08-11 00:06:40 [INFO] Preparing level "World"
    2011-08-11 00:06:40 [INFO] Preparing start region for level 0 (Seed: -1783665062)
    2011-08-11 00:06:41 [INFO] Preparing spawn area: 97%
    2011-08-11 00:06:41 [INFO] Preparing start region for level 1 (Seed: -1783665062)
    2011-08-11 00:06:42 [INFO] ChairCraft 1.2.4 is enabled.
    2011-08-11 00:06:42 [INFO] Loaded Essentials build 2.2.18 by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans and Xeology
    2011-08-11 00:06:42 [INFO] [Performance Tweaks] Version 0.08 enabled.
    2011-08-11 00:06:42 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "World"
    2011-08-11 00:06:42 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "World_nether"
    2011-08-11 00:06:42 [INFO] [Performance Tweaks] Chunk Life Time: 300000ms
    2011-08-11 00:06:42 [INFO] [Performance Tweaks] Chunk Prune Time: 5000ms
    2011-08-11 00:06:42 [INFO] [Performance Tweaks] Monster Limit set to 0
    2011-08-11 00:06:42 [INFO] [Performance Tweaks] Monster Limiter:
    2011-08-11 00:06:42 [INFO] [Performance Tweaks]      "World":
    2011-08-11 00:06:42 [INFO] [Performance Tweaks]          Max Monsters: 2500
    2011-08-11 00:06:42 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-08-11 00:06:42 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-08-11 00:06:42 [INFO] [Performance Tweaks]      "World_nether":
    2011-08-11 00:06:42 [INFO] [Performance Tweaks]          Max Monsters: 2500
    2011-08-11 00:06:42 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-08-11 00:06:42 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-08-11 00:06:42 [INFO] Spout 1.0.2.27 has been initialized
    2011-08-11 00:06:42 [INFO] [Herobrine] 1.0_5 is enabling.
    2011-08-11 00:06:42 [INFO] [Herobrine] Found Spout.
    2011-08-11 00:06:42 [INFO] [Herobrine] Loading configuration.
    2011-08-11 00:06:42 [INFO] [Herobrine] 1.0_5 was enabled.
    2011-08-11 00:06:42 [INFO] Done (0,269s)! For help, type "help" or "?"
    2011-08-11 00:06:43 [INFO] gifflæh [/5.217.58.26:50083] logged in with entity id 63 at ([World] -1.5, 64.0, 227.5)
    2011-08-11 00:06:43 [SEVERE] java.lang.NoSuchFieldException: perm
    2011-08-11 00:06:43 [SEVERE]     at java.lang.Class.getDeclaredField(Unknown Source)
    2011-08-11 00:06:43 [SEVERE]     at org.getspout.spout.player.SpoutCraftPlayer.<init>(SpoutCraftPlayer.java:82)
    2011-08-11 00:06:43 [SEVERE]     at org.getspout.spout.player.SpoutCraftPlayer.updateBukkitEntity(SpoutCraftPlayer.java:615)
    2011-08-11 00:06:43 [SEVERE]     at org.getspout.spout.player.SpoutCraftPlayer.getPlayer(SpoutCraftPlayer.java:647)
    2011-08-11 00:06:43 [SEVERE]     at org.getspout.spout.SpoutPlayerListener.updatePlayerEvent(SpoutPlayerListener.java:118)
    2011-08-11 00:06:43 [SEVERE]     at org.getspout.spout.SpoutPlayerListener.onPlayerTeleport(SpoutPlayerListener.java:39)
    2011-08-11 00:06:43 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$8.execute(JavaPluginLoader.java:293)
    2011-08-11 00:06:43 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-08-11 00:06:43 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-08-11 00:06:43 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:373)
    2011-08-11 00:06:43 [SEVERE]     at org.getspout.spout.player.SpoutCraftPlayer.updateNetServerHandler(SpoutCraftPlayer.java:594)
    2011-08-11 00:06:43 [SEVERE]     at org.getspout.spout.SpoutPlayerListener.onPlayerJoin(SpoutPlayerListener.java:29)
    2011-08-11 00:06:43 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    2011-08-11 00:06:43 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-08-11 00:06:43 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-08-11 00:06:43 [SEVERE]     at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    2011-08-11 00:06:43 [SEVERE]     at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    2011-08-11 00:06:43 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    2011-08-11 00:06:43 [SEVERE]     at net.minecraft.server.Packet1Login.a(SourceFile:43)
    2011-08-11 00:06:43 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-11 00:06:43 [SEVERE]     at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    2011-08-11 00:06:43 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    2011-08-11 00:06:43 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    2011-08-11 00:06:43 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    2011-08-11 00:06:43 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-11 00:06:47 [INFO] Stopping the server..
    2011-08-11 00:06:47 [INFO] Stopping server
    2011-08-11 00:06:47 [INFO] ChairCraft 1.2.4 is disabled.
    2011-08-11 00:06:47 [INFO] [Performance Tweaks] Version 0.08 disabled.
    2011-08-11 00:06:47 [SEVERE] java.lang.NoSuchFieldException: perm
    2011-08-11 00:06:47 [SEVERE]     at java.lang.Class.getDeclaredField(Unknown Source)
    2011-08-11 00:06:47 [SEVERE]     at org.getspout.spout.player.SpoutCraftPlayer.<init>(SpoutCraftPlayer.java:82)
    2011-08-11 00:06:47 [SEVERE]     at org.getspout.spout.player.SpoutCraftPlayer.updateBukkitEntity(SpoutCraftPlayer.java:615)
    2011-08-11 00:06:47 [SEVERE]     at org.getspout.spout.player.SpoutCraftPlayer.getPlayer(SpoutCraftPlayer.java:647)
    2011-08-11 00:06:47 [SEVERE]     at org.getspout.spout.SpoutPlayerListener.updatePlayerEvent(SpoutPlayerListener.java:118)
    2011-08-11 00:06:47 [SEVERE]     at org.getspout.spout.SpoutPlayerListener.onPlayerTeleport(SpoutPlayerListener.java:39)
    2011-08-11 00:06:47 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader$8.execute(JavaPluginLoader.java:293)
    2011-08-11 00:06:47 [SEVERE]     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    2011-08-11 00:06:47 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    2011-08-11 00:06:47 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:373)
    2011-08-11 00:06:47 [SEVERE]     at org.getspout.spout.player.SpoutCraftPlayer.resetNetServerHandler(SpoutCraftPlayer.java:580)
    2011-08-11 00:06:47 [SEVERE]     at org.getspout.spout.Spout.onDisable(Spout.java:81)
    2011-08-11 00:06:47 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
    2011-08-11 00:06:47 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:878)
    2011-08-11 00:06:47 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:280)
    2011-08-11 00:06:47 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:273)
    2011-08-11 00:06:47 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:146)
    2011-08-11 00:06:47 [SEVERE]     at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:312)
    2011-08-11 00:06:47 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:391)
    2011-08-11 00:06:47 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-11 00:06:47 [INFO] [Herobrine] disabling
    2011-08-11 00:06:47 [INFO] [Herobrine] was disabled.
    2011-08-11 00:06:47 [INFO] Saving chunks
    2011-08-11 00:06:48 [INFO] Stopping server
    
     
  9. Update to Bukkit build 1000. Its in the title for a reason :oops:
     
  10. Offline

    enkious

    @tips48

    Here is my Config

    Code:
    #Herobrine configuration file.  Generated at
    Herobrine:
        oneUseAltars: false
        timeBeforeSpawn: 8
        blocksCommands: true
        damage: 2
        placesFire: false
        chat:
            despawnChat:
                enabled: true
                messages:
                - I will return
                - You are lucky, for now.
                - I'll be back
            attackChat:
                enabled: true
                messages:
                - Gotcha!
                - Mwahaha
                - Face my wrath!
                - Boo!
            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
                - Thanks for letting me borrow your stuff.
            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:
        - normal
        - popo
        health: 100
        takesItems: false
        torches:
            enabled: true
            rate: 20
        timeBeforeDespawn: 2
        takesDamage: true
        items:
            enabled: true
            drops:
            - '267'
            - '262'
            - '265'
    And btw. My bum hurts, from all the kicks on irc.
     
  11. Offline

    LordDead1233

    2011-08-10 22:34:59 [SEVERE] Could not pass event PLAYER_MOVE to BukkitContrib
    java.lang.ClassCastException: org.getspout.spout.player.SpoutCraftPlayer cannot be cast to org.bukkitcontrib.player.ContribCraftPlayer
    at org.bukkitcontrib.ContribPlayerListener.onPlayerMove(ContribPlayerListener.java:117)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:164)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:526)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    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:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    ------------------------------------------------------------------------------------
    this is what I'm getting every second 10 times ...
    edit: Herobrine isn't even spawning in some minutes now
    Spout is lagging my server people..
    or is the lagg alone cuz the spam?
    altar isn't working?
     
  12. Offline

    SeeD419

    Looks just like the old tkelly mod....yet he's not credited?

    Does Herobrine spawn automatically like the old mod with random messages and quests?
     
  13. Offline

    Frinalal

    I have a Spanish server (so I have the chat messages in Spanish) but the houses of the players are made ​​of wood. Turn off the fire but this happens:
    Code:
    [SEVERE] Nag author: 'MineDev' of 'Herobrine' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin
    2011-08-11 14:58:48 [SEVERE] Could not load 'plugins\Herobrine.jar' in folder 'plugins':
    mapping values are not allowed here
    in "<reader>", line 6, column 30:
    damage: 0.5 placesFire: false
                                          ^
    
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:745)
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:307)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:228)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    at org.bukkit.util.config.Configuration.load(Configuration.java:82)
    at org.bukkit.plugin.java.JavaPlugin.initialize(JavaPlugin.java:157)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:175)
    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.reload(CraftServer.java:378)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:312)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Config:
    Code:
    ]#Herobrine configuration file. Generated at
    Herobrine:
    oneUseAltars: true
    timeBeforeSpawn: 10
    blocksCommands: true
    damage: 0.5 placesFire: false
    chat:
    despawnChat:
    enabled: true
    messages:
    - Me veras otra vez...
    - Continuara...
    - Volvere
    attackChat:
    enabled: true
    messages:
    - Te tengo!
    - Mwahaha
    - Prueba mi ira!
    - Boo!
    deathChat:
    enabled: true
    messages:
    - Habras ganado la batalla, pero no la guerra...
    - Te estare vigilando...
    - La proxima vez sera diferente...
    altarChat:
    enabled: true
    messages:
    - Estoy aqui.
    - Me has llamado?
    - Asustate...
    blockCommandChat:
    enabled: true
    messages:
    - No pruebes eso!
    - Pedir... Quien ha pedido algo?
    - Buen intento, pero no funciona...
    stealChat:
    enabled: true
    messages:
    - Tengo tus cosas!
    - Toma lo tuyo.
    - Quieres tus cosas? attackedChat:
    enabled: true
    messages:
    - Me estas atacando?
    - No eres nada para mi.
    - Soy invencible, que intentas?
    - No lo creo!
    worlds:
    - Mapa
    - Mapa_nether
    health: 10
    takesItems: true
    torches:
    enabled: true
    rate: 50
    timeBeforeDespawn: 2
    takesDamage: true
    items:
    enabled: true
    drops:
    - '259:2'
    - '278:2'
    Build 1000
    I download spout from your link.
     
  14. Please delete BukkitContrib
    @SeeD419 I could theoretically give him credit, but we didn't use ANY of his source, as it wasn't usable.
    @Frinalal Put each of these on a seperate line instead of on the same line:
    damage: 0.5 placesFire: false
    @enkious Weird, i'll look into it. and LOL You were my test subject :D
     
  15. Offline

    LordDead1233

    that everything is blue Idk how
     
  16. What? Just delete the plugin called "BukkitContrib"
     
  17. Offline

    LordDead1233

    I did....
    or must I delete "BaseBukkitPlugin.jar" too?
     
  18. Err, no clue what BaseBukkitPlugin is. Does the problem continue?
     
  19. Offline

    LordDead1233

    the problem is continueing but only can't spawn him with command or altar on anybody :(
     
  20. Uhh, paste the error?
     
  21. Offline

    LordDead1233

    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:320)

    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 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(HerobrineCommand.java:96)

    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)

    ... 12 more
    -----------------------------------------
    thats it
     
  22. Do you have spout?
     
  23. Offline

    LordDead1233

    yes I have spout
     
  24. Uhhh. I don't know. likely 1.0_6 will fix your problem, it'll be out soon
     
  25. Offline

    LordDead1233

    ok thx do you precisely know when??
    anyway thx for this plugin and yourtime
     
  26. No, i don't :/ And your welcome
     
  27. Offline

    LordDead1233

    I can't wait for it!!!
    Good luck
     
    tips48 likes this.
  28. Offline

    brolymaximum

    Just gonna say that this is AMAZING <3 Way better than the other Herobrine plugin. But I have a question. Is there a way to set it so that Herobrine ONLY attacks you if you attack him? For instance..

    Herobrine spawns and follows the player around. IF the player hits him, he will attack back.

    I think that could be a nice option (if it's in there, i'm sorry for my durrness, I couldn't find that anywhere) as well as a lot scarier to turn around and just see herobrine standing there.
     
  29. That isn't there (yet) but will be
     
  30. Offline

    brolymaximum

    Awesome, can't wait for it :)
     
    tips48 likes this.
  31. Offline

    SubLexx

    error.png

    get always the same error

    "Coud not load 'Herobrine.jar' in folder 'plugins': unacceptable character #FFFD special characters not allowed in "<reader>", position 308 at ...."

    Minecraft Beta 1.7.3
    Build #1000
    try it with Spout #27, 28 and with the new #81

    but always the same Meassage .___.'''
     

Share This Page