Skip to content

Instantly share code, notes, and snippets.

View Mindgamesnl's full-sized avatar
🌸
もののあわれ

Mats - ToetMats Mindgamesnl

🌸
もののあわれ
View GitHub Profile
@Mindgamesnl
Mindgamesnl / Experience.java
Created July 15, 2019 13:53 — forked from Jikoo/Experience.java
A utility for managing experience with Bukkit.
package com.github.jikoo.experience;
import org.bukkit.entity.Player;
/**
* A utility for managing Player experience properly.
*
* @author Jikoo
*/
public class Experience {