Hey guys, quick question. So I'm making a custom mod for my server(forge) and I creating a few plugins with it to handle dungeons and such. How would I go about, spawning these new added mobs? For example spawning an "artic wolf" Also, how would I give players modded items? "Ruby item"? Thanks for all the help I receive
@BlueFire. You seem to be lost . You should probably ask this on the Forge forums, as they likely know more about Forge than Spigot plugin devs.
Well I wanted to code custom mobs via forge and then be able to spawn these mobs in gamemodes using a plugin. new Entity("Artic Fox").spawn(); Is this possible??