mirror of
https://github.com/amalthea-mc/Ore-Market.git
synced 2024-11-09 20:21:07 +00:00
Fix build error
This commit is contained in:
parent
7a2868a165
commit
e526dce1a1
@ -19,7 +19,7 @@ public class AddItem implements Listener {
|
|||||||
String title = OreMarket.main().getGuiConfig().getString("gui.title");
|
String title = OreMarket.main().getGuiConfig().getString("gui.title");
|
||||||
int rows = OreMarket.main().getGuiConfig().getInt("gui.rows");
|
int rows = OreMarket.main().getGuiConfig().getInt("gui.rows");
|
||||||
Inventory inv = Bukkit.createInventory(null, rows*9, ChatColor.translateAlternateColorCodes('&', title));
|
Inventory inv = Bukkit.createInventory(null, rows*9, ChatColor.translateAlternateColorCodes('&', title));
|
||||||
PlaceHolders plh = new PlaceHolders();
|
Placeholders plh = new Placeholders();
|
||||||
|
|
||||||
public void createGUI (Player player) {
|
public void createGUI (Player player) {
|
||||||
for (String key : Objects.requireNonNull(OreMarket.main().getGuiConfig().getConfigurationSection("items")).getKeys(false)) {
|
for (String key : Objects.requireNonNull(OreMarket.main().getGuiConfig().getConfigurationSection("items")).getKeys(false)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user