[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

    Harry_Corp

  3. Herobrine v1.2
    @Harry_Corp lol

    I'm ading towny support. you also want residence support?

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

    Pythros

    Hey, maybe have Herobrine NOT take ALL your items at once? That is getting annoying. Maybe a few here and there when he is close enough?

    How about WorldGuard region support too :3

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

    Teomas

    When i try to spawn herobrine i get a error and my server crashes.
    21:48:10 [SCHWERWIEGEND] java.lang.NoSuchFieldException: perm
    21:48:10 [SCHWERWIEGEND] at java.lang.Class.getDeclaredField(Unknown Sour
    ce)
    21:48:10 [SCHWERWIEGEND] at org.getspout.spout.player.SpoutCraftPlayer.<i
    nit>(SpoutCraftPlayer.java:82)
    21:48:10 [SCHWERWIEGEND] at org.getspout.spout.player.SpoutCraftPlayer.up
    dateBukkitEntity(SpoutCraftPlayer.java:615)
    21:48:10 [SCHWERWIEGEND] at org.getspout.spout.player.SpoutCraftPlayer.ge
    tPlayer(SpoutCraftPlayer.java:647)
    21:48:10 [SCHWERWIEGEND] at org.getspout.spout.SpoutPlayerListener.update
    PlayerEvent(SpoutPlayerListener.java:118)
    21:48:10 [SCHWERWIEGEND] at org.getspout.spout.SpoutPlayerListener.onPlay
    erTeleport(SpoutPlayerListener.java:39)
    21:48:10 [SCHWERWIEGEND] at org.bukkit.plugin.java.JavaPluginLoader$8.exe
    cute(JavaPluginLoader.java:293)
    21:48:10 [SCHWERWIEGEND] at org.bukkit.plugin.RegisteredListener.callEven
    t(RegisteredListener.java:58)
    21:48:10 [SCHWERWIEGEND] at org.bukkit.plugin.SimplePluginManager.callEve
    nt(SimplePluginManager.java:321)
    21:48:10 [SCHWERWIEGEND] at net.minecraft.server.NetServerHandler.a(NetSe
    rverHandler.java:373)
    21:48:10 [SCHWERWIEGEND] at org.getspout.spout.player.SpoutCraftPlayer.up
    dateNetServerHandler(SpoutCraftPlayer.java:594)
    21:48:10 [SCHWERWIEGEND] at org.getspout.spout.SpoutPlayerListener.onPlay
    erJoin(SpoutPlayerListener.java:29)
    21:48:10 [SCHWERWIEGEND] at org.bukkit.plugin.java.JavaPluginLoader$1.exe
    cute(JavaPluginLoader.java:244)
    21:48:10 [SCHWERWIEGEND] at org.bukkit.plugin.RegisteredListener.callEven
    t(RegisteredListener.java:58)
    21:48:10 [SCHWERWIEGEND] at org.bukkit.plugin.SimplePluginManager.callEve
    nt(SimplePluginManager.java:321)
    21:48:10 [SCHWERWIEGEND] at net.minecraft.server.ServerConfigurationManag
    er.c(ServerConfigurationManager.java:124)
    21:48:10 [SCHWERWIEGEND] at net.minecraft.server.NetLoginHandler.b(NetLog
    inHandler.java:97)
    21:48:10 [SCHWERWIEGEND] at net.minecraft.server.NetLoginHandler.a(NetLog
    inHandler.java:74)
    21:48:10 [SCHWERWIEGEND] at net.minecraft.server.Packet1Login.a(SourceFil
    e:43)
    21:48:10 [SCHWERWIEGEND] at net.minecraft.server.NetworkManager.b(Network
    Manager.java:226)
    21:48:10 [SCHWERWIEGEND] at net.minecraft.server.NetLoginHandler.a(NetLog
    inHandler.java:40)
    21:48:10 [SCHWERWIEGEND] at net.minecraft.server.NetworkListenThread.a(So
    urceFile:91)
    21:48:10 [SCHWERWIEGEND] at net.minecraft.server.MinecraftServer.h(Minecr
    aftServer.java:451)
    21:48:10 [SCHWERWIEGEND] at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:361)
    21:48:10 [SCHWERWIEGEND] at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:422)
    21:48:20 [SCHWERWIEGEND] java.lang.NoClassDefFoundError: org/bukkit/permissions/
    Permission
    21:48:20 [SCHWERWIEGEND] at java.lang.Class.getDeclaredMethods0(Native Me
    thod)
    21:48:20 [SCHWERWIEGEND] at java.lang.Class.privateGetDeclaredMethods(Unk
    nown Source)
    21:48:20 [SCHWERWIEGEND] at java.lang.Class.getMethod0(Unknown Source)
    21:48:20 [SCHWERWIEGEND] at java.lang.Class.getMethod(Unknown Source)
    21:48:20 [SCHWERWIEGEND] at org.bukkit.craftbukkit.command.ServerCommandL
    istener.getName(ServerCommandListener.java:29)
    21:48:20 [SCHWERWIEGEND] at net.minecraft.server.ConsoleCommandHandler.ha
    ndle(ConsoleCommandHandler.java:25)
    21:48:20 [SCHWERWIEGEND] at org.bukkit.craftbukkit.CraftServer.dispatchCo
    mmand(CraftServer.java:307)
    21:48:20 [SCHWERWIEGEND] at net.minecraft.server.NetServerHandler.handleC
    ommand(NetServerHandler.java:711)
    21:48:20 [SCHWERWIEGEND] at net.minecraft.server.NetServerHandler.chat(Ne
    tServerHandler.java:676)
    21:48:20 [SCHWERWIEGEND] at net.minecraft.server.NetServerHandler.a(NetSe
    rverHandler.java:669)
    21:48:20 [SCHWERWIEGEND] at net.minecraft.server.Packet3Chat.a(Packet3Cha
    t.java:33)
    21:48:20 [SCHWERWIEGEND] at net.minecraft.server.NetworkManager.b(Network
    Manager.java:226)
    21:48:20 [SCHWERWIEGEND] at net.minecraft.server.NetServerHandler.a(NetSe
    rverHandler.java:84)
    21:48:20 [SCHWERWIEGEND] at net.minecraft.server.NetworkListenThread.a(So
    urceFile:105)
    21:48:20 [SCHWERWIEGEND] at net.minecraft.server.MinecraftServer.h(Minecr
    aftServer.java:451)
    21:48:20 [SCHWERWIEGEND] at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:361)
    21:48:20 [SCHWERWIEGEND] at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:422)
    21:48:20 [SCHWERWIEGEND] Caused by: java.lang.ClassNotFoundException: org.bukkit
    .permissions.Permission
    21:48:20 [SCHWERWIEGEND] at java.net.URLClassLoader$1.run(Unknown Source)
    21:48:20 [SCHWERWIEGEND] at java.security.AccessController.doPrivileged(N
    ative Method)
    21:48:20 [SCHWERWIEGEND] at java.net.URLClassLoader.findClass(Unknown Sou
    rce)
    21:48:20 [SCHWERWIEGEND] at org.bukkit.plugin.java.PluginClassLoader.find
    Class(PluginClassLoader.java:36)
    21:48:20 [SCHWERWIEGEND] at org.bukkit.plugin.java.PluginClassLoader.find
    Class(PluginClassLoader.java:24)
    21:48:20 [SCHWERWIEGEND] at java.lang.ClassLoader.loadClass(Unknown Sourc
    e)
    21:48:20 [SCHWERWIEGEND] at java.lang.ClassLoader.loadClass(Unknown Sourc
    e)
    21:48:20 [SCHWERWIEGEND] ... 17 more
    21:48:20 [SCHWERWIEGEND] 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(ServerCo
    mmandListener.java:29)
    at net.minecraft.server.ConsoleCommandHandler.handle(ConsoleCommandHandl
    er.java:25)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    07)
    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
    I´m sorry for my bad english.
     
  6. A)This doesn't look like my error
    B)Update to bukkit 1000
    C)Make sure your on spout dev build 27

    There is no API, although eventually i could write a "fake" one using its configurations. did you get Herobrine to work?

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

    morizuki

    hmm yeah.. residence and if u can also put like in a residence(he can spawn) and in the subzone(he can't spawn).. if u can also put a where HE can only spawn block.. like let say he can only spawn in grass cobblestone..
     
  8. Offline

    shadydeath999

  9. morizuki likes this.
  10. Offline

    Pythros

    There is this plugin that use WG regions to warp. So it should be possible?

    Yup. I've been using it all day. Ironically.. I think Herobrine had some rage in him... this JUST happen when he died..
    I had to force shut down my server twice and remove the config file. I can give you all the in between of the server log if you like later.

    Code:
    2011-08-05 16:58:00 [WARNING] Task of 'Herobrine' generated an exception
    java.lang.IllegalArgumentException: Cannot measure distance between worlds or to null
        at org.bukkit.Location.distanceSquared(Location.java:343)
        at net.minedev.herobrine.AI.AIHelper.checkPlayerDistance(AIHelper.java:177)
        at net.minedev.herobrine.SchedulerHandler$mainAI.run(SchedulerHandler.java:95)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-05 16:58:00 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-05 16:58:03 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-08-05 16:58:03 [INFO] [HeroicDeath] Herobrine suffocated.
    2011-08-05 16:58:39 [INFO] Read timed out
    2011-08-05 16:58:44 [INFO] Read timed out
    2011-08-05 16:58:51 [INFO] Read timed out
    2011-08-05 16:58:54 [INFO] Stopping server
     
  11. Offline

    shadydeath999

  12. as long as its 27 or newer it should be fine

    does that happen every time he dies?

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

    shadydeath999

    it sometimes happens for me when herobrine spawns
     
  14. I have no clue why that would happen :O

    Took a look at that plugin. i'll...do it...fine :D

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

    Jerry2215

    I love it! :D

    I have a suggestion from one of my players: Let Herobrine drop different items, with different chances. Like, 100% (always) a feather, but in 5% of the cases, a diamond or something. This would make it more fun to spawn Herobrine because you can get more valuable items :)
     
  16. Offline

    Smixi

    I've the same log error when I try to spawn Herobrine, but I 've Spout dev 27 and the last version of herobrine.
     
  17. Thats a TODO

    Can you open a issue on github? And the rest of him comment with any other info.

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

    Zalastri

    Okay, I have an awesome idea. Sorry I didnt read the thread, I hope this isnt redudant. How about, if herobrine could steal someone online's skin and name and sneak up on you, slowly and deliberately. Impersonation of other people would make people freak out! That or he could morph in to an animal and would unmorph when close enough. COuld you imagine the paranoia?
     
    Muyloco1 likes this.
  19. Offline

    Pythros

    I only noticed it once since I had it on. I turned it off while I was a way just in case. I'll spawn him with god mode on and a diamond sword to find out :p[creeper]
     
    tips48 likes this.
  20. Offline

    RchGrav

    Sorry if this has been mentioned.... but can you add an option in the config to customize the way Herobrine's name is displayed in chat so I can make it match everyone else.
     
  21. Offline

    shadydeath999

    @tips48 with herobrine installed only like 1 player gets attacked by him every 5 minutes any reason?
     
  22. Offline

    (infected)

    Have you considered making a ZIP download with Herobrine and Spout Dev for those who don't do 2 step processes well?
     
  23. Offline

    Sovereign98

    Any chance of Herobrine building stuff like the mine lit by redstone torches in a future update?
     
  24. Offline

    Smixi

    Ho sorry, Its because I've Spout and the devsSPout, that walk now.

    I've that now when Herobrine go back :
    Code:
    151 recipes
    
    16 achievements
    
    14:27:29 [INFO] Starting minecraft server version Beta 1.7.3
    
    14:27:29 [INFO] Loading properties
    
    14:27:29 [INFO] Starting Minecraft server on *:25565
    
    14:27:29 [ATTENTION] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    
    14:27:29 [ATTENTION] The server will make no attempt to authenticate usernames.
    
    Beware.
    
    14:27:29 [ATTENTION] While this makes the game possible to play without internet
    
    access, it also opens up the ability for hackers to connect with any username t
    
    hey choose.
    
    14:27:29 [ATTENTION] To change this, set "online-mode" to "true" in the server.s
    
    ettings file.
    
    14:27:29 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    
    g73697a4-b1000jnks (MC: 1.7.3)
    
    14:27:29 [INFO] MLog clients using java 1.4+ standard logging.
    
    14:27:29 [INFO] Preparing level "world"
    
    14:27:29 [INFO] Preparing start region for level 0 (Seed: 1125902114812798976)
    
    14:27:30 [INFO] Preparing start region for level 1 (Seed: 1125902114812798976)
    
    14:27:30 [INFO] Preparing spawn area: 97%
    
    14:27:31 [INFO] Essentials version 2.5.5 par [Zenexer, ementalo, Aelux, Brettfla
    
    n, KimKandor, snowleo, ceulemans, Xeology] a ÚtÚ chargÚ
    
    14:27:31 [INFO] EssentialsChat version 2.5.5 par essentials team a ÚtÚ chargÚ
    
    14:27:31 [INFO] EssentialsGeoIP version 2.5.5 par essentials team a ÚtÚ chargÚ
    
    14:27:31 [INFO] This product includes GeoLite data created by MaxMind, available
    
    from http://www.maxmind.com/.
    
    14:27:31 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10
    
    minutes!
    
    14:27:31 [INFO] GroupManager version 1.0(alpha-5) [Zombie-Version, please switch
    
    to Permissions 3] is enabled!
    
    14:27:31 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? tr
    
    ue; trace: 10]
    
    14:27:31 [INFO] EssentialsProtect version 2.5.5 par essentials team a ÚtÚ chargÚ
    
    14:27:31 [INFO] EssentialsSpawn version 2.5.5 par essentials team a ÚtÚ chargÚ
    
    14:27:31 [INFO] [FalseBook Block] 3100 Books loaded!
    
    14:27:31 [INFO] FalseBookBlock v0.87alpha DEV#3 by GeMo enabled
    
    14:27:31 [INFO] [FalseBook Block] 2 Cauldrons successfully loaded.
    
    14:27:31 [INFO] [FalseBook Core] FalseBookCore v0.87alpha DEV#3 by GeMo enabled!
    
    14:27:31 [INFO] FalseBookExtra v0.87alpha DEV#3 by GeMo enabled
    
    14:27:31 [INFO] Spout 1.0.2.27 has been initialized
    
    14:27:31 [INFO] [Sprint] v1.3 is enabled!
    
    14:27:31 [INFO] SuperPowers v0.8 loaded!
    
    14:27:31 [INFO] WorldEdit 4.4 enabled.
    
    14:27:31 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
    
    for permissions.
    
    14:27:32 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    
    n for permissions.
    
    14:27:32 [INFO] WorldGuard: (world) Single session is enforced.
    
    14:27:32 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    
    14:27:32 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    
    14:27:32 [INFO] WorldGuard: (world) Lava fire is blocked.
    
    14:27:32 [INFO] WorldGuard: (world) All fire spread is disabled.
    
    14:27:32 [INFO] WorldGuard: Loaded configuration for world 'world"
    
    14:27:32 [INFO] WorldGuard: (world_nether) Single session is enforced.
    
    14:27:32 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    
    14:27:32 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    
    14:27:32 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    
    14:27:32 [INFO] WorldGuard: (world_nether) All fire spread is disabled.
    
    14:27:32 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    
    14:27:32 [INFO] WorldGuard: 3 regions loaded for 'world'
    
    14:27:32 [INFO] WorldGuard: 1 regions loaded for 'world_nether'
    
    14:27:32 [INFO] WorldGuard 5.2.2 enabled.
    
    14:27:32 [INFO] Fake Permissions version 2.7.2 is enabled!
    
    14:27:32 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
    
    for permissions.
    
    14:27:32 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    
    n for permissions.
    
    14:27:32 [INFO] [Herobrine] 1.0_4 is enabling.
    
    14:27:32 [INFO] [Herobrine] Found Spout.
    
    14:27:32 [INFO] [Herobrine] Generating configuration.
    
    14:27:32 [INFO] [Herobrine] 1.0_4 was enabled.
    
    14:27:32 [INFO] [VanishNoPickup] Essentials detected and hooked.
    
    14:27:32 [INFO] [VanishNoPickup] 1.9.12+essentials2 enabled.
    
    14:27:32 [INFO] [Citizens] Loaded 0 quests.
    
    14:27:32 [INFO] [Citizens] Permissions enabled.
    
    14:27:32 [INFO] [Citizens] version [1.0.9d] (Odyssey) loaded
    
    14:27:32 [INFO] [Citizens] Payment method found (EssentialsEco version: 2.2)
    
    14:27:32 [INFO] Server permissions file permissions.yml is empty, ignoring it
    
    14:27:32 [INFO] Done (0,259s)! For help, type "help" or "?"
    
    14:27:32 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    
    14:27:32 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    
    14:27:32 [INFO] [FalseBook Block] 0 protected gateblocks successfully loaded.
    
    14:27:32 [INFO] [Citizens] Loaded 7 NPCs.
    
    14:27:37 [INFO] Smixi [/127.0.0.1:50571] logged in with entity id 140 at ([world
    
    ] 56.5, 81.62000000476837, -10.5)
    
    14:27:41 [INFO] [PLAYER_COMMAND] Smixi: /i goldblock
    
    14:27:45 [INFO] [PLAYER_COMMAND] Smixi: /i netherrack
    
    14:27:48 [INFO] [PLAYER_COMMAND] Smixi: /i flintandsteel
    
    14:27:53 [INFO] [PLAYER_COMMAND] Smixi: /i redstonetorch
    
    14:28:13 [INFO] 2
    
    14:28:19 [INFO] CrÚation d'une configuration vierge : C:\Users\Sami et Yassine\D
    
    esktop\1\Serveur - Copie\plugins\Essentials\userdata\herobrine.yml
    
    14:30:38 [INFO] [Citizens] Creating new config file at plugins/Citizens/Player P
    
    rofiles/Smix.yml.
    
    14:30:38 [INFO] CrÚation d'une configuration vierge : C:\Users\Sami et Yassine\D
    
    esktop\1\Serveur - Copie\plugins\Essentials\userdata\smix.yml
    
    14:30:38 [INFO] Smix [/127.0.0.1:51495] logged in with entity id 3077 at ([world
    
    ] 70.5, 66.62000000476837, -17.5)
    
    14:31:36 [ATTENTION] Task of 'Herobrine' generated an exception
    
    java.lang.NullPointerException
    
    at net.minedev.herobrine.SchedulerHandler$mainAI.run(SchedulerHandler.ja
    
    va:115)
    
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
    
    raftScheduler.java:137)
    
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
    
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    14:31:37 [INFO] [PLAYER_COMMAND] Smix: /god
    
    14:32:02 [INFO] <Smix> Et
    
    14:32:06 [INFO] <Smix> Y'a hero
    
    14:32:09 [INFO] <Smix> brine
    
    14:32:14 [INFO] [PLAYER_COMMAND] Smix: /tpo Smix
    
    14:32:19 [INFO] [PLAYER_COMMAND] Smix: /tpo Smixi
    
    14:32:39 [INFO] Connection reset
    
    14:32:39 [INFO] Smix lost connection: disconnect.endOfStream
    
    14:32:39 [GRAVE] java.net.SocketException: Socket closed
    
    14:32:39 [GRAVE] at java.net.SocketOutputStream.socketWrite(Unknown Sourc
    
    e)
    
    14:32:39 [GRAVE] at java.net.SocketOutputStream.write(Unknown Source)
    
    14:32:39 [GRAVE] at java.io.BufferedOutputStream.flushBuffer(Unknown Sour
    
    ce)
    
    14:32:39 [GRAVE] at java.io.BufferedOutputStream.flush(Unknown Source)
    
    14:32:39 [GRAVE] at java.io.DataOutputStream.flush(Unknown Source)
    
    14:32:39 [GRAVE] at net.minecraft.server.NetworkWriterThread.run(SourceFi
    
    le:116)
    
    14:32:58 [INFO] [PLAYER_COMMAND] Smixi: /time day
    
    14:33:08 [INFO] [PLAYER_COMMAND] Smixi: /i goldblock
    
    14:33:11 [INFO] [PLAYER_COMMAND] Smixi: /i redstonetorch
    
    14:33:13 [INFO] [PLAYER_COMMAND] Smixi: /god
    
    14:33:21 [INFO] [PLAYER_COMMAND] Smixi: /i netherrack
    
    14:35:02 [INFO] 0
    
    14:35:14 [ATTENTION] Task of 'Herobrine' generated an exception
    
    java.lang.NullPointerException
    
    at net.minedev.herobrine.SchedulerHandler$mainAI.run(SchedulerHandler.ja
    
    va:115)
    
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
    
    raftScheduler.java:137)
    
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
    
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    14:35:19 [INFO] [PLAYER_COMMAND] Smixi: /i diamondsword
    
    14:35:56 [INFO] [PLAYER_COMMAND] Smixi: /i god
    
    14:36:00 [ATTENTION] Task of 'Herobrine' generated an exception
    
    java.lang.NullPointerException
    
    at net.minedev.herobrine.SchedulerHandler$mainAI.run(SchedulerHandler.ja
    
    va:115)
    
    at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
    
    raftScheduler.java:137)
    
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:438)
    
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    14:36:16 [INFO] [PLAYER_COMMAND] Smixi: /i dsword
    
    14:36:30 [INFO] [PLAYER_COMMAND] Smixi: /i dsword
    
    14:47:56 [INFO] Read timed out
    
    14:47:56 [INFO] Smixi lost connection: disconnect.endOfStream
    
    >
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  25. That would be cool, but not likely possible, as I don't know how to get a download link from a skin

    Theres a configuration option for how often he spawns, in minutes, put it up or down depending on how often you want him to spawn

    aha! that will fix it :D Will do soon... :p

    it...works now?

    Oh yes :D I've updated the readme on the github link, shows my version timeline :) Mwahahaha!

    "The task of 'Herobrine' generated an exception" Ignore that, i'm still looking into ways to fix >.<

    We are approved! Hit the banner in the OP

    Updated to 1.0_5!

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

    graverune

    Why does this plugin require spout?
     
  27. For a variety of reasons, including: Packet listeners, Client Mod support, and so on
    Version 1.1_1 will likely make it optional
     
  28. Offline

    Rsccman

    i cant install for shit i get a spout error when i first start
    16:18:05 [SEVERE] Could not load 'plugins/Herobrine.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: org/getspout/spoutapi/packet/listener/PacketListener
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:264)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:128)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:97)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:132)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: org.getspout.spoutapi.packet.listener.PacketListener
    at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    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(ClassLoader.java:321)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    ... 11 more
     
  29. Update your spout to the link in my OP
     
  30. Offline

    Rsccman

    in the instrucitons please put that you need to rename the spout.snapshot to Spout.jar......
     
  31. Offline

    sharkck

    The name of the spout jar file doesn't matter... just as long as you have it. you could name it permissions.jar and it would still be spout.
     

Share This Page