[MCPC+] Spawning Entity by Mod

Discussion in 'Plugin Help/Development/Requests' started by liec0dez, Jan 18, 2015.

Thread Status:
Not open for further replies.
  1. Hey guys,

    Im trying to find out how I can spawn an entity with a plugin which is given by a mod.
    In detail, Im using MCPC+ to run a server with the MC-Heli mod. Now I want to be able to spawn these entitys through a bukkit plugin :)

    Is reverse engineering my only option? Would be a hell of a lot work since MC-Heli is a huge mod.

    Thanks in advance!
    -liec0dez
     
  2. Offline

    mrCookieSlime

    Moved to Alternatives Section.
     
  3. bump. nobody got an idea?
     
  4. Offline

    8jy89hui

    You could create your own code through plugins....... it would be done like this:
    Code:
    p.getWorld().spawnEntity(p.getTargetBlock(null, 500).getLocation(), EntityType.ZOMBIE); // And the entity type does not have to be zombie. it could be done using some If's
     
Thread Status:
Not open for further replies.

Share This Page