mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-12 13:53:54 +00:00
Lots of formatting fixes and removal of useless things (#10)
This commit is contained in:
@ -68,21 +68,12 @@ public class FPlayer
|
||||
private int warningCount = 0;
|
||||
@Getter
|
||||
@Setter
|
||||
private boolean dropMonitorEnabled = false;
|
||||
@Getter
|
||||
@Setter
|
||||
private boolean potionMonitorEnabled = false;
|
||||
@Getter
|
||||
@Setter
|
||||
private boolean editBlocked = false;
|
||||
@Getter
|
||||
@Setter
|
||||
private boolean pvpBlocked = false;
|
||||
@Getter
|
||||
@Setter
|
||||
private boolean chestMonitorEnabled = false;
|
||||
@Getter
|
||||
@Setter
|
||||
private boolean invSee = false;
|
||||
|
||||
public FPlayer(TotalFreedomMod plugin, Player player)
|
||||
|
Reference in New Issue
Block a user