You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use the Bukkit Jobs Plugin (http://dev.bukkit.org/bukkit-plugins/jobs/) on my server and i try to configure the jobs with the items from Project Zulu. The items works but i dont know how to insert the Mobs in the Config file from jobs.
for items i use, e.g. for aloevera:
ProjectZulu|Core Aloevera
but for mobs it won't works.
Maybe someone know the full namedeclaration for the Mobs
The text was updated successfully, but these errors were encountered:
Hi there. Thank you for using the PZ mod. This is the first time that someone informed me that PZ was being used in a Bukkit server so my knowledge would be quite limited. Anyway since you were able to spawn an Aloevera block via "ProjectZulu|Core.AloeVera" I am somewhat confounded why a similar call (ex. Minotaur) "ProjectZulu|Core.Minotaur" would not work. You could try using the Entity name itself which in this case is "EntityMinotaur". FYI the mobs in PZ are not linked to the regular MC mobs, meaning they were not derived by extending EntityMob or EntityAnimal. PZ uses a custom Entity mob type derived from EntityLiving. Please let me know if using the entity/class name worked.
Hi,
i use the Bukkit Jobs Plugin (http://dev.bukkit.org/bukkit-plugins/jobs/) on my server and i try to configure the jobs with the items from Project Zulu. The items works but i dont know how to insert the Mobs in the Config file from jobs.
for items i use, e.g. for aloevera:
ProjectZulu|Core Aloevera
but for mobs it won't works.
Maybe someone know the full namedeclaration for the Mobs
The text was updated successfully, but these errors were encountered: