Add XP drop plugin

This commit is contained in:
ceikry 2022-07-10 18:46:25 -05:00 committed by Ceikry
parent be61fd1daf
commit 529f741e13
18 changed files with 342 additions and 71 deletions

View file

@ -8,7 +8,7 @@ import java.util.ArrayList;
import java.util.Date;
public class plugin extends Plugin {
boolean isEnabled;
boolean isEnabled = false;
int MAX_VISIBLE_UPDATES = 5;