Minion

Discussion in 'Plugin Development' started by robbcap, May 8, 2012.

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

    robbcap

    Em does anybody know how to change the api of a monster to make it like its your minion like you summon a minion with a command then you choose the name like /minion {name} {monster type} and thats summons the minion. Anybody know how to chnage the api with java for that. im kinda a beginner still so try the best way to explain how you change the api.

    And it should have that name tag over the monster
     
  2. Offline

    tristaann

    For nametags you need Spout, I believe.
    And if you'd just use the code for wolves?
     
  3. Offline

    robbcap

    Okk ill check the codes for wolves and how do i use spout just add it to the class path?

    Em where can i find the codes for wolf behavior?

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

    Father Of Time

    That's not inside bukkit or craftbukkit, at this point the only method that I am aware of for overriding default mob AI is by utilizing reflections and Notch code (aka obfuscated Minecraft source).

    I mean this with all due respect, you are trying to tackle a project that I would consider above the level of a beginner programmer. The request you are making is outside the scope of bukkit's API and would require complicated java techniques, and several projects source code... So long story short, it's an extremely poor project for learning and has a high potential for causing frustration.

    Do yourself a favor, start with something far simpler for learning purposes.
     
  5. Offline

    robbcap

    You say i should wait untill im better with java




    Em ive made message plugin and im working on a god plugin but ive gotten stuck on a prob :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
Thread Status:
Not open for further replies.

Share This Page