diff --git a/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortPlayerSetting.java b/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortPlayerSetting.java index 083f393..31817e5 100644 --- a/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortPlayerSetting.java +++ b/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortPlayerSetting.java @@ -1,6 +1,11 @@ package de.jeffclan.JeffChestSort; public class JeffChestSortPlayerSetting { + + // Represents the information regarding a player + // That includes: + // - Does this player has sorting enabled? + // - Did this player see the message on how to use ChestSort (message-when-using-chest in config.yml) // Sorting enabled for this player? boolean sortingEnabled;