mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-13 14:03:55 +00:00
Added checkstyle plugin
Moved resources to correct folder Fixed and improved build information, no longer tracking build.properties
This commit is contained in:
@ -14,6 +14,7 @@ import org.bukkit.scheduler.BukkitTask;
|
||||
|
||||
public class FreezeData
|
||||
{
|
||||
|
||||
private final FPlayer fPlayer;
|
||||
//
|
||||
@Getter
|
||||
|
@ -11,6 +11,7 @@ import org.bukkit.event.player.PlayerMoveEvent;
|
||||
|
||||
public class Freezer extends AbstractService<TotalFreedomMod>
|
||||
{
|
||||
|
||||
@Getter
|
||||
private boolean globalFreeze = false;
|
||||
|
||||
|
Reference in New Issue
Block a user