|
@@ -73,7 +73,6 @@ public class ExcavationTreasureConfig extends Config implements UnsafeValueValid
|
|
double dropChance = currentTreasure.getNode(DROP_CHANCE).getDouble();
|
|
double dropChance = currentTreasure.getNode(DROP_CHANCE).getDouble();
|
|
int dropLevel = currentTreasure.getNode(DROP_LEVEL).getInt();
|
|
int dropLevel = currentTreasure.getNode(DROP_LEVEL).getInt();
|
|
String customName = null;
|
|
String customName = null;
|
|
- String lore;
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
* PARAMETER INIT
|
|
* PARAMETER INIT
|
|
@@ -123,12 +122,6 @@ public class ExcavationTreasureConfig extends Config implements UnsafeValueValid
|
|
customName = currentTreasure.getNode(CUSTOM_NAME).getString();
|
|
customName = currentTreasure.getNode(CUSTOM_NAME).getString();
|
|
}
|
|
}
|
|
|
|
|
|
- //Lore
|
|
|
|
- if(currentTreasure.getNode(LORE) != null && !currentTreasure.getNode(LORE).getString().equalsIgnoreCase("ChangeMe"))
|
|
|
|
- {
|
|
|
|
- lore = currentTreasure.getNode(LORE).getString();
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* REGISTER TREASURE
|
|
* REGISTER TREASURE
|
|
*/
|
|
*/
|