Updated incorrect default config values

This commit is contained in:
Brianna O'Keefe 2018-08-12 10:52:24 -04:00
parent 904bfef1fc
commit 4844d25b5f
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
package com.songoda.epicfarming.farming;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.block.Block;

View File

@ -206,8 +206,8 @@ public class SettingsManager implements Listener {
o8("Main.Farm Block Material", "END_ROD"),
o9("Main.Allow Non Command Issued Farm Items", false),
o10("Interfaces.Economy Icon", "DOUBLE_PLANT"),
o11("Interfaces.XP Icon", "EXP_BOTTLE"),
o10("Interfaces.Economy Icon", "SUNFLOWER"),
o11("Interfaces.XP Icon", "EXPERIENCE_BOTTLE"),
o12("Interfaces.Glass Type 1", 7),
o13("Interfaces.Glass Type 2", 11),
o14("Interfaces.Glass Type 3", 3),