[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

    shaggy2010

    Thanks for the reply, when you say fixed (Will it be fixed if I update again) Or will be fixed in next release.
    Stupid question Im guessing but I rarely maintain my server as much as I used to, and as such am falling behind on server maint.
    Regards
     
  3. It will be fixed in 1.0_6, which is not out yet.
     
  4. Offline

    winter4w

    when it comming out
     
  5. idk..
     
  6. Offline

    winter4w

    do u know what the error is
     
  7. yes...its fixed in my local version.
     
  8. Offline

    winter4w

    can you send me the jar plz

    i really wanna try this

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

    miss_natcula

    I don't understand. The spout dev build link sends me to a site that has no download button...it just takes me to a page about the dev build. Some one linked it above on page 14 but that didn't seem to make the plugin work...
     
  10. You have to click on the spout-dev-SNAPSHOT.jar words.
     
  11. Like to note that everything will be moving to dev.bukkit.org
     
  12. Offline

    winter4w

    do you have a older version that works
     
  13. Offline

    Comp_uter15776

    EVERYTHING IS MOVING TO DEV.BUKKIT.ORG DID YOU NOT HEAR HIM?

    Sorry for the rant kinda thing, but hopefully larger will get people more situationally aware.
     
    tips48 likes this.
  14. Offline

    starboy103

    I get this error how do i get spout 27 its not availaible no download link!!!

    08-26 11:10:59 [SEVERE] Could not pass event CUSTOM_EVENT to Herobrine
    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.listeners.HerobrineCustomListener.onCustomEvent(HerobrineCustomListener.java:112)
    at org.bukkit.plugin.java.JavaPluginLoader$87.execute(JavaPluginLoader.java:855)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at net.minedev.herobrine.listeners.HerobrineBlockListener.onBlockPlace(HerobrineBlockListener.java:47)
    at org.bukkit.plugin.java.JavaPluginLoader$28.execute(JavaPluginLoader.java:434)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:90)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:74)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:70)
    at net.minecraft.server.ItemFlintAndSteel.a(ItemFlintAndSteel.java:68)
    at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:223)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:458)
    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)

    where do i get the spout 27 there is no download link on the link here??

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

    efstajas

    tips48! Y U no use my logo?!
     
  16. Offline

    shaggy2010

    Another excited user waiting for the next release :)
     
  17. Offline

    imatrollly

    just a suggestion: herobrine is supposed to be scary, a legend, not something that is obviously going to be on your server and a constant nuiceance, saying "boo!" and mugging people phycotically, somthing your friends wont be able to immediately tell its a mod or whatnot, somthing that follows the videos and is a real scare.... although preventing a player from saying those few words is a REALLY great idea, you should put his speech at a minimal, otherwise people could get used to it and it might seem cheesy or childish, make sure he spawns BEHIND players, and if he doesnt, make him barely visible,(as in standing in the fog to where you cant really see him well ) and run away and magically dissapear, just like the rumors, make sure he doesnt chase people unless their usually within 3 maybe 4-5 blocks of him, otherwise hes just a crazy guy running around instead of a creeping figure hiding in the shadows, and quite possibly that he makes tunnels lit by redstone torches to add to the horror. i wish you good luck! :)
     
    quickclay likes this.
  18. um... a little problem..., when i build he's spawner the spawner just disappers, please help :D
     
  19. Offline

    LordDead1233

    almost done with 1.6 ??because I can't wait (I had a problem with 1.5 so I need 1.6 you said)
     
  20. Offline

    Arjan

    Can youplease help me with this error I have the latest 1060 build and running spout:
    23:42:25 [SEVERE] Could not pass event CUSTOM_EVENT to Herobrine
    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.listeners.HerobrineCustomListener.onCustomEvent(HerobrineCustomListener.java:112)
    at org.bukkit.plugin.java.JavaPluginLoader$88.execute(JavaPluginLoader.java:862)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minedev.herobrine.listeners.HerobrineBlockListener.onBlockPlace(HerobrineBlockListener.java:47)
    at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:441)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:90)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:74)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:70)
    at net.minecraft.server.ItemFlintAndSteel.a(ItemFlintAndSteel.java:68)
    at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:223)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:573)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    >
     
  21. Offline

    westerhack

    16:31:20 [SEVERE] Nag author: 'MineDev' of 'Herobrine' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded
     
  22. Offline

    mangine

    Hi!
    AWESOME! I was looking for that!
    but could you make a randon option for spawning? like at night then it's raining near someone building? May I change the SC to do that for my server while the official one don't have it?
     
  23. Offline

    NodinChan

    Error title
    Code:
    [WARNING] Task of 'Herobrine' generated an exception
    Error description
    Nothing happens.
    CB Version
    Code:
    Build 1060
    Spout Version
    Code:
    Build #27
    Configuration
    Code:
    #Herobrine configuration file.  Generated at
    Herobrine:
        oneUseAltars: false
        timeBeforeSpawn: 0
        blocksCommands: true
        damage: 2
        placesFire: true
        chat:
            despawnChat:
                enabled: true
                messages:
                - 'I Will Be Back...'
            attackChat:
                enabled: true
                messages:
                - 'Die, Mortal!'
            deathChat:
                enabled: true
                messages:
                - 'You Have Angered Me, And You Shall Suffer...'
            altarChat:
                enabled: true
                messages:
                - 'Only God May Help You Now...'
            blockCommandChat:
                enabled: true
                messages:
                - 'Your Power Is Suppressed By Mine. Prepare To Die!'
            stealChat:
                enabled: true
                messages:
                - 'Thank You For The Sacrifice, I Am Pleased. But You Shall Die For Awakening Me From My Slumber!'
            attackedChat:
                enabled: true
                messages:
                - 'How Dare You Attack Me, The Almighty Herobrine?!'
        worlds:
        - Nodin
        - Nodin_nether
        health: 999999
        takesItems: true
        torches:
            enabled: true
            rate: 50
        timeBeforeDespawn: 60
        takesDamage: true
        items:
            enabled: true
            drops:
            - '264:24'
            - '276:1'
            - '277:1'
            - '278:1'
            - '279:1'
    Stacktrace(That little error message in the console)
    Code:
    22:58:36 [WARNING] Task of 'Herobrine' generated an exception
    java.lang.NoSuchMethodError: org.getspout.spoutapi.player.SpoutPlayer.getRenderD
    istance()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.ScheduleHandlerMutual$spawn.run(ScheduleHandler
    Mutual.java:52)
            at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(C
    raftScheduler.java:137)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:428)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    And also:
    Error title
    Code:
    [SEVERE] Could not pass event CUSTOM_EVENT to Herobrine
    Error description
    Nothing happens.
    CB Version
    Code:
    Build 1060
    Spout Version
    Code:
    Build #27
    Configuration
    Code:
    #Herobrine configuration file.  Generated at
    Herobrine:
        oneUseAltars: false
        timeBeforeSpawn: 0
        blocksCommands: true
        damage: 2
        placesFire: true
        chat:
            despawnChat:
                enabled: true
                messages:
                - 'I Will Be Back...'
            attackChat:
                enabled: true
                messages:
                - 'Die, Mortal!'
            deathChat:
                enabled: true
                messages:
                - 'You Have Angered Me, And You Shall Suffer...'
            altarChat:
                enabled: true
                messages:
                - 'Only God May Help You Now...'
            blockCommandChat:
                enabled: true
                messages:
                - 'Your Power Is Suppressed By Mine. Prepare To Die!'
            stealChat:
                enabled: true
                messages:
                - 'Thank You For The Sacrifice, I Am Pleased. But You Shall Die For Awakening Me From My Slumber!'
            attackedChat:
                enabled: true
                messages:
                - 'How Dare You Attack Me, The Almighty Herobrine?!'
        worlds:
        - Nodin
        - Nodin_nether
        health: 999999
        takesItems: true
        torches:
            enabled: true
            rate: 50
        timeBeforeDespawn: 60
        takesDamage: true
        items:
            enabled: true
            drops:
            - '264:24'
            - '276:1'
            - '277:1'
            - '278:1'
            - '279:1'
    Stacktrace(That little error message in the console)
    Code:
    23:01:37 [SEVERE] Could not pass event CUSTOM_EVENT to Herobrine
    java.lang.NoSuchMethodError: org.getspout.spoutapi.player.SpoutPlayer.getRenderD
    istance()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.listeners.HerobrineCustomListener.onCustomEvent
    (HerobrineCustomListener.java:112)
            at org.bukkit.plugin.java.JavaPluginLoader$88.execute(JavaPluginLoader.j
    ava:862)
            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.HerobrineBlockListener.onBlockPlace(H
    erobrineBlockListener.java:47)
            at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.j
    ava:441)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:338)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:90)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:74)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(Cr
    aftEventFactory.java:70)
            at net.minecraft.server.ItemFlintAndSteel.a(ItemFlintAndSteel.java:68)
            at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:223)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:573)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :478)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
    Jade likes this.
  24. Offline

    LinusNeuman

    20:18:24 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'hero
    brine' in plugin Herobrine v1.05
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    52)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:737)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    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:89)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :478)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    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(HerobrineCo
    mmand.java:96)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 13 more
    >
     
  25. Offline

    ashtin0

    i can help with development
    Please
     
  26. Offline

    Comp_uter15776

    To everyone with errors, these are going to be fixed in v1.0_6

    Thanks for your patience.
     
  27. Offline

    ElitexvxRampage

    Please put [SPOUT] in the title. Annoyed me.
     
  28. Offline

    Technotic

    This is still not working
     
  29. Offline

    xGRKxBullseye

    HELP! When I go to the link all it does is run the jar in Java SE binary. How can I save it?
     
  30. Offline

    Arton

    damit do i need Spout to use this ?
     

Share This Page