Update JeffChestSortPlayerSetting.java

This commit is contained in:
JEFF 2019-04-29 01:27:48 +02:00 committed by GitHub
parent fc458bec27
commit ea5acd9243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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