Scoreboard config part 1

This commit is contained in:
nossr50
2019-03-13 09:42:57 -07:00
parent 1c289cfcdf
commit f00601931d
38 changed files with 708 additions and 96 deletions

View File

@ -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;