mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-23 06:04:57 +00:00
Compatibility with old builds of WorldEdit.
This commit is contained in:
parent
b7175d73ab
commit
d1b73592af
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ public class TotalFreedomMod extends JavaPlugin
|
||||||
public static final String PROTECTED_AREA_FILENAME = "protectedareas.dat";
|
public static final String PROTECTED_AREA_FILENAME = "protectedareas.dat";
|
||||||
public static final String SAVED_FLAGS_FILENAME = "savedflags.dat";
|
public static final String SAVED_FLAGS_FILENAME = "savedflags.dat";
|
||||||
//
|
//
|
||||||
|
@Deprecated
|
||||||
|
public static final String YOU_ARE_NOT_OP = me.StevenLawson.TotalFreedomMod.Commands.TFM_Command.YOU_ARE_NOT_OP;
|
||||||
|
//
|
||||||
public static String buildNumber = "1";
|
public static String buildNumber = "1";
|
||||||
public static String buildDate = TotalFreedomMod.buildDate = TFM_Util.dateToString(new Date());
|
public static String buildDate = TotalFreedomMod.buildDate = TFM_Util.dateToString(new Date());
|
||||||
public static String buildCreator = "Unknown";
|
public static String buildCreator = "Unknown";
|
||||||
|
|
Loading…
Reference in a new issue