mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-01 13:14:44 +02:00
Scoreboard config part 1
This commit is contained in:
@ -11,7 +11,7 @@ import org.bukkit.scoreboard.Scoreboard;
|
||||
*/
|
||||
abstract public class McMMOScoreboardEvent extends Event {
|
||||
|
||||
protected Scoreboard targetBoard; //Scoreboard involved in this event
|
||||
protected Scoreboard targetBoard; //ConfigScoreboard involved in this event
|
||||
final Scoreboard currentBoard; //Can be null
|
||||
protected Player targetPlayer;
|
||||
|
||||
|
Reference in New Issue
Block a user