mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-03 04:55:28 +02:00
Unlimited custom xp perks Part 1
This commit is contained in:
@@ -20,7 +20,9 @@ abstract public class McMMOScoreboardEvent extends Event {
|
||||
protected Scoreboard targetBoard; //ConfigScoreboard involved in this event
|
||||
protected Player targetPlayer;
|
||||
|
||||
/** GETTER & SETTER BOILERPLATE **/
|
||||
/**
|
||||
* GETTER & SETTER BOILERPLATE
|
||||
**/
|
||||
|
||||
public McMMOScoreboardEvent(Scoreboard targetBoard, Scoreboard currentBoard, Player targetPlayer, ScoreboardEventReason scoreboardEventReason) {
|
||||
this.scoreboardEventReason = scoreboardEventReason;
|
||||
|
Reference in New Issue
Block a user