mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 09:15:38 +00:00
Merge branch 'master' of https://github.com/TotalFreedom/TotalFreedomMod
This commit is contained in:
commit
ecbd70493b
@ -13,6 +13,9 @@ import org.bukkit.command.Command;
|
|||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* See https://github.com/TotalFreedom/License - This file may not be edited or removed.
|
||||||
|
*/
|
||||||
@CommandPermissions(level = AdminLevel.ALL, source = SourceType.BOTH)
|
@CommandPermissions(level = AdminLevel.ALL, source = SourceType.BOTH)
|
||||||
@CommandParameters(description = "Shows information about TotalFreedomMod or reloads it", usage = "/<command> [reload]")
|
@CommandParameters(description = "Shows information about TotalFreedomMod or reloads it", usage = "/<command> [reload]")
|
||||||
public class Command_tfm extends TFM_Command
|
public class Command_tfm extends TFM_Command
|
||||||
|
@ -46,7 +46,7 @@ import org.bukkit.util.Vector;
|
|||||||
*
|
*
|
||||||
* This class is a way to discourage amateur server operators who like to share binary copies of our plugin and promote it as their own work.
|
* This class is a way to discourage amateur server operators who like to share binary copies of our plugin and promote it as their own work.
|
||||||
*
|
*
|
||||||
* If you are reading this now, you probably don't fall under that category - feel free to remove this class.
|
* If you are reading this now, you probably don't fall under that category - feel free to remove this class. Note: You may not edit this class.
|
||||||
*
|
*
|
||||||
* - Madgeek and Darth
|
* - Madgeek and Darth
|
||||||
*/
|
*/
|
||||||
|
@ -49,6 +49,7 @@ public class TFM_Util
|
|||||||
{
|
{
|
||||||
private static final Map<String, Integer> ejectTracker = new HashMap<String, Integer>();
|
private static final Map<String, Integer> ejectTracker = new HashMap<String, Integer>();
|
||||||
public static final Map<String, EntityType> mobtypes = new HashMap<String, EntityType>();
|
public static final Map<String, EntityType> mobtypes = new HashMap<String, EntityType>();
|
||||||
|
// See https://github.com/TotalFreedom/License - None of the listed names may be removed.
|
||||||
public static final List<String> DEVELOPERS = Arrays.asList("Madgeek1450", "DarthSalamon", "AcidicCyanide", "wild1145", "WickedGamingUK");
|
public static final List<String> DEVELOPERS = Arrays.asList("Madgeek1450", "DarthSalamon", "AcidicCyanide", "wild1145", "WickedGamingUK");
|
||||||
private static final Random RANDOM = new Random();
|
private static final Random RANDOM = new Random();
|
||||||
public static String DATE_STORAGE_FORMAT = "EEE, d MMM yyyy HH:mm:ss Z";
|
public static String DATE_STORAGE_FORMAT = "EEE, d MMM yyyy HH:mm:ss Z";
|
||||||
|
Loading…
Reference in New Issue
Block a user