ModsJava
LevelAPI
Make levels for your server with ease. Free Minecraft Java mod for 1.8.
⬇ Download on SpigotTo initiate the plugin do:
The rest you can check out yourself by initiating it
Spoiler
Storage utility = Storage.getStorage();
To use the event (more coming)
Code (Text):
Storage utility = Storage.getStorage();
Spoiler
@EventHandler
public void onLevelUp(PlayerLevelUpEvent e){
if(e.getLevel() == 10){
//TODO Say Something
}
}
[/B]
Code (Text):
@EventHandler
public void onLevelUp(PlayerLevelUpEvent e){
if(e.getLevel() == 10){
//TODO Say Something
}
}
[/B]
The rest you can check out yourself by initiating it

LevelAPI is a free Minecraft Java mod. Compatible with Minecraft 1.8. Downloaded 159 times (via Spigot). Download it and open it directly in the game.