• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

How to create my own element/Collisions of abilities

boybuscuss

Member
I really don't know how to create my own element, if you guys know how, could you guys teach me?
Also I need a little help, i don't have any knowledge of "collisions of abilities", i don't know how to trigger them, could you guys please help?
Thanks in advance!
 
As I see, you need to put this line of code:
Java:
public static final Element NAME_OF_ELEMENT = new Element("NameOfElement", null, ProjectKorra.plugin);
 
Top