mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-11-26 20:48:12 +01:00
Update JeffChestSortPlayerSetting.java
This commit is contained in:
parent
fc458bec27
commit
ea5acd9243
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user