How is that thing possible? O.O

Discussion in 'Plugin Development' started by Zarkopafilis, Jun 12, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Zarkopafilis

    Been playing hypixel arena today... I noticed something interesting,,,,
    [​IMG]
     
  2. Offline

    Konkz

  3. Offline

    Zarkopafilis

  4. Zarkopafilis Learning from code is good. Stealing code is bad. Check the resource section, though. You may find what it is you are looking for.
     
  5. Offline

    Konkz

    If you intend to copy the code then don't bother decompiling, if you wish to see how they went around doing things then why not? Overall, you will learn one way or another.

    Whenever I'm stuck and I know a plugin that can achieve what I am planning to do I decompile it, look how the author has done it and as I've learnt how the author has done it I am now able to implement it using my own code.

    There is nothing wrong with learning from decompiled code, but stealing from it is so.
     
    AdamQpzm likes this.
  6. Offline

    Zarkopafilis

    I dont want to steal it... I already have implemented tons of stuff on my plugin...
     
  7. Zarkopafilis Doesn't prevent the desire to steal though :)

    "I didn't steal that, I pay for lots of things!"

    As said, decompile or look at the resource sections. I can see holograms in there. That's probably a good place to start.
     
    Zarkopafilis likes this.
  8. Offline

    Zarkopafilis

    I am probably going to use it as a normal plugin because I use bukkit's system for deaths , not a custom one....
     
  9. Offline

    Zarkopafilis

    Instead of killing the player with .kill() and do custom stuff with the data i have stored I use the events to proccess the death/hit therefore it can listen to it
     
  10. Zarkopafilis Still not getting how that's relevant to you not understanding how to create holograms.
     
  11. Offline

    Zarkopafilis

    Not been up to date for some time
     
Thread Status:
Not open for further replies.

Share This Page