More Credit

This commit is contained in:
Driftay
2019-12-02 14:03:27 -05:00
parent f437144fba
commit d03ca58105
46 changed files with 200 additions and 2 deletions

View File

@@ -9,6 +9,10 @@ import com.massivecraft.factions.zcore.util.TL;
public class CmdShop extends FCommand {
/**
* @author Driftay
*/
public CmdShop() {
super();
this.aliases.add("shop");

View File

@@ -9,6 +9,10 @@ import java.util.ArrayList;
public class ShopConfig {
/**
* @author Driftay
*/
//TODO: Shop YAML Converter mySQL
public static File shop = new File("plugins/Factions/shop.yml");

View File

@@ -25,6 +25,10 @@ import java.util.stream.Collectors;
public class ShopGUIFrame {
/**
* @author Driftay
*/
private Gui gui;
private String s;