Why my plugins aren't updated

Discussion in 'Bukkit Discussion' started by tips48, Jul 19, 2011.

Thread Status:
Not open for further replies.
  1. Just to let everyone know, as i've been a little unclear:
    I'm currently on vacation in new york. I've brought my 7 year old laptop with eclipse, so I can get some coding done, but the nearest WiFi hotspot is 3 miles away(and i have to walk :/) Unfortunetly, right when i left i had updated some of my plugins resulting in bugs that i can't fix until i get back. I just want to appologize to anyone using my plugins as they have not been updated for the rb(1000!) or had any of the bugs fixed.
    Have a good day,
    tips48
     
    Don Redhorse likes this.
  2. Offline

    MikeyWheeler

    So herobrine is still being worked on :D
     
  3. of course!
     
  4. Offline

    MikeyWheeler

    Thats great :D
     
  5. hehe :p Once the ai gets done.....mwahaha
     
    Noppoly likes this.
  6. Offline

    MikeyWheeler

    Little less great. But its coming :(
     
  7. Yep :p
    EDIT: You do realize when i say "ai" I mean the AI for Herobrine right?
     
  8. Offline

    MikeyWheeler

    Yes, I know. I was meaning the difficulty of it and how much time is will consume.
     
  9. oh... Well, its "done", it's just there are some minor bugs(Like when herobrine gets near you he shoots into the sky :O) :p
     
  10. Offline

    Adri.Hoster

    is herobrine done?
     
  11. Offline

    Sovereign98

    Will Herobrine be about 1 more week or will he be released to terrorise everyone in the next few days?
     
  12. Well, considering im in New York until Sunday, and I won't be able to get any work done next week, I would guess a week or more :/
     
  13. Offline

    MikeyWheeler

    That sounds epic, Him shooting into sky. But at least its done with AI so all we need to wait for is the bugs to get done. I want to be one of the first people to get my hands on this amazing plug. Oh and one last question I think... Will he have his skin?
     
  14. Offline

    Sovereign98

    It wouldn't be Herobrine unless he had his skin so he more than likely will.
     
  15. Offline

    MikeyWheeler

    Yeah thats true, but I keep hearing "You can't add skin" and "Yes, you can" Im just confused :p
     
  16. Offline

    Sovereign98

    You can because in the basic Herobrine plugin he has his skin.
     
  17. @Sovereign98 @MikeyWheeler he will have herobrines skin...now, if the user named "herobrine" changes their skin, we would have to use bukkitcontrib to set the skin, but thats not that big a deal :p When choosing who herobrine spawns at, he favors people with BukkitContrib so he can do things like:
    Set there fog lower
    Set their time, and their time only to night(no BukkitContrib needed)
    Speak to them(no BukkitContrib needed)
    Possibly set a custom picture of the moon so that there is no moon :p
    Make fake lightning strikes(no BukkitContrib needed)
    (If you didn't just notice, I kinda gave you a out-of-order layout of what herobrine does when he spawns from an alter)
     
  18. Offline

    MikeyWheeler

    Thanks :p so he will do all of that but without bukkit contrib, But it has higher odds to happen to someone with bukkit contrib? If so Im gonna be seeing him alot since noone else has it on my server.
     
  19. Offline

    Sovereign98

    Aww damn... Here I was hoping he would scare my players more than me... But since I have bukkit contrib I'm doomed to see him alot more than I'd like.
     
  20. Offline

    MikeyWheeler

    I might of uninstalled it so I will be lucky. Kinda off topic. But Bukkitcontrib and some other weird plugin keep reinstalling theirselves after I delete. Any quick fix :p
     
  21. No, he will "favor" people with the client mod. that does not mean he will always choose people with the client mod. think of the code this way
    if(player.isAlone(){
    playersAlone.add(player)
    if(player.hasBukkitContrib(){
    BCPlayersAlone.add(player)
    }
    if(BCPlayersAlone.length == 0){
    return playersAlone;
    }else if(new Random().nextInt(3) == 0){
    return BCPlayersAlone;
    }else{
    return playersAlone

    Something alone the line of that, obviously the new Random().nextInt() thing was just there to show that it is random, that number isn't finalized yet..
     
  22. Offline

    Sovereign98

    Looks like he appears near you if your alone. Is there a certain distance you need to be away from another player for him to appear, also are you safe in a group of 2 or more?
     
  23. 30 blocks... And yes, he won't spawn unless you are alone
    EDIT: Actually, it might be a radius of 2 chunks. i gotta check, and it will probably be fine tuned later :p
     
  24. Offline

    MikeyWheeler

    Just a suggestion, But you should make the amount of blocks or chunks away able to be changed/chosen in the config. Also with alot of other options. It would be cool to have him able to be customized a bit.
     
  25. We haven't started on the configuration yet, so we really haven't decided how much will be configurable. I personally favor more configuration, but who knows :D
     
  26. Offline

    Sovereign98

    This Herobrine plugin is going to be beast! Also are there going to be commands to make him target certain people more than others?
     
  27. Offline

    Adri.Hoster

    mmm so your herobrine only spawns near you? or does he break blocks to kill you? can you write a list of what he does? im curious :) (lol if you dont understand is because im italian)
     
  28. Of course it will be beast :D And no, i don't think there will be command
    @Adri.Hoster he spawns near you, will eventually break blocks, builds buildings, attacks you, and so on
     
  29. Offline

    Sovereign98

    Sorry to be so blunt but is there an ETA for this plugin?
     
Thread Status:
Not open for further replies.

Share This Page