Updated plist

This commit is contained in:
Fangoboyo 2022-06-20 17:44:06 -07:00
parent 9317433182
commit 5b54fe4355
3 changed files with 5 additions and 3 deletions

View File

@ -9,9 +9,11 @@ import java.util.List;
public class PluginList { public class PluginList {
private static String[] AlphaPluginList = new String[]{"AdminFun", "AntiSwear", "AuthMe", "AyunCord", "BattleArena", "BitchFilter", "BloodMoon", private static String[] AlphaPluginList = new String[]{"AdminFun", "AntiSwear", "AuthMe", "AyunCord", "BattleArena", "BitchFilter", "BloodMoon",
"ChestMaster", "Citizens", "ClearLag", "CommandNPC", "ComZombies", "CoreProtect", "CrackShot", "CraftBook", "DupePatch", "DynMap", "Essentials", "ChestMaster", "Citizens", "ClearLag", "CommandNPC", "ComZombies", "CoreProtect", "CrackShot", "CraftBook", "DupePatch", "DynMap", "Essentials",
"EssenttialsAntiBuild", "EssentialsChat", "EssentialsProtect", "EssentialsSpawn", "Factions", "FakePlayersOnline", "LortinsRPGMobs", "MagicSpellBook", "EssentialsAntiBuild", "EssentialsChat", "EssentialsProtect", "EssentialsSpawn", "Factions", "FakePlayersOnline", "LortinsRPGMobs", "MagicSpellBook",
"MagicSpells", "MCore", "Multiverse", "MyWarp", "MagicSpells", "MarriageMaster", "MCMMO", "MCMMORankUp", "MCore", "MobArena", "MonsterApocalypse", "MonsterMadness", "Multiverse", "Music", "MyRPG",
"PermissionSex", "ProtocolLib", "Vault", "WorldEdit", "WorldGuard"}; "MyWarp", "OreGenerator", "PermissionSex", "ProtocolLib", "PVPSticks", "RealisticBackpacks", "RPGTrades", "RuneCraft", "ServerMiniMap", "Shop",
"SignShop", "SilkSpawners", "SimpleClans", "Slaves", "SlimeFun", "StackableItems", "Stats", "TheArcher", "Timber", "ToolStats", "UberEnchant", "UCars",
"Vampire", "Vault", "VEnchant", "Wizards", "WorldEdit", "WorldGuard"};
public static void SendPG1ToSender(CommandSender sender) { public static void SendPG1ToSender(CommandSender sender) {
sender.sendMessage(ChatColor.GREEN + "Here is a list of available plugins in the database:"); sender.sendMessage(ChatColor.GREEN + "Here is a list of available plugins in the database:");
int SecondCollumn = 8; int SecondCollumn = 8;