More Credit
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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");
|
||||
|
||||
@@ -25,6 +25,10 @@ import java.util.stream.Collectors;
|
||||
|
||||
public class ShopGUIFrame {
|
||||
|
||||
/**
|
||||
* @author Driftay
|
||||
*/
|
||||
|
||||
private Gui gui;
|
||||
private String s;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user