mirror of
https://github.com/Artillex-Studios/AxMinions.git
synced 2024-11-29 12:45:18 +01:00
Improve configs
This commit is contained in:
parent
89e7dc938f
commit
2ec417d42f
@ -13,7 +13,6 @@ import com.artillexstudios.axminions.minions.Minion
|
||||
import com.artillexstudios.axminions.minions.Minions
|
||||
import net.kyori.adventure.text.minimessage.tag.resolver.Placeholder
|
||||
import org.bukkit.Material
|
||||
import org.bukkit.NamespacedKey
|
||||
import org.bukkit.event.EventHandler
|
||||
import org.bukkit.event.Listener
|
||||
import org.bukkit.event.block.Action
|
||||
@ -28,7 +27,7 @@ class MinionPlaceListener : Listener {
|
||||
fun onPlayerInteractEvent(event: PlayerInteractEvent) {
|
||||
if (event.action != Action.RIGHT_CLICK_BLOCK && event.action != Action.RIGHT_CLICK_AIR) return
|
||||
if (event.clickedBlock == null) return
|
||||
val item = event.player.inventory.itemInMainHand ?: return
|
||||
val item = event.player.inventory.getItem(event.hand ?: return) ?: return
|
||||
var meta = item.itemMeta ?: return
|
||||
|
||||
val type = meta.persistentDataContainer.get(Keys.MINION_TYPE, PersistentDataType.STRING) ?: return
|
||||
|
@ -60,7 +60,9 @@ class CrafterMinionType : MinionType("collector", AxMinionsPlugin.INSTANCE.getRe
|
||||
val shapeless = arrayListOf<ShapelessRecipe>()
|
||||
|
||||
for (recipe in recipes) {
|
||||
println("RECIPE!")
|
||||
if (recipe is ShapedRecipe) {
|
||||
println("SHAPED!")
|
||||
shaped.add(recipe)
|
||||
} else if (recipe is ShapelessRecipe) {
|
||||
shapeless.add(recipe)
|
||||
|
@ -22,7 +22,7 @@ item:
|
||||
- ""
|
||||
- "<#FFEE00>Statistics"
|
||||
- " <#FFEE00>❙ <white>Level: <#FFEEAA><level>"
|
||||
- " <#FFEE00>❙ <white>Collected items: <#FFEEAA><actions>"
|
||||
- " <#FFEE00>❙ <white>Items collected: <#FFEEAA><actions>"
|
||||
- ""
|
||||
- "<#FFEE00><b>(!)</b> Place the minion and give it a shovel!"
|
||||
|
||||
@ -46,7 +46,7 @@ gui:
|
||||
name: "<#FFEE00><b>Statistics"
|
||||
lore:
|
||||
- ""
|
||||
- " <gray>- <white>Collected items: <#FFEE00><actions>"
|
||||
- " <gray>- <white>Items collected: <#FFEE00><actions>"
|
||||
- ""
|
||||
|
||||
upgrades:
|
||||
@ -59,15 +59,15 @@ upgrades:
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2UzZDM2MzVjZTQxMWFiZjFlNGYzNzNkMTYxZDA3YjhjNDdlMzU5YjZjNTZmNzRiNDEzY2I0OTRhYzc0NmUyZCJ9fX0="
|
||||
chestplate:
|
||||
type: "leather_chestplate"
|
||||
color: "255, 230, 0"
|
||||
color: "255, 255, 0"
|
||||
glow: false
|
||||
leggings:
|
||||
type: "leather_leggings"
|
||||
color: "255, 230, 0"
|
||||
color: "255, 255, 0"
|
||||
glow: false
|
||||
boots:
|
||||
type: "leather_boots"
|
||||
color: "255, 230, 0"
|
||||
color: "255, 255, 0"
|
||||
glow: false
|
||||
2:
|
||||
range: 3
|
||||
|
@ -6,9 +6,10 @@ entity:
|
||||
tool:
|
||||
material:
|
||||
- "*"
|
||||
|
||||
item:
|
||||
type: "player_head"
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2UzZDM2MzVjZTQxMWFiZjFlNGYzNzNkMTYxZDA3YjhjNDdlMzU5YjZjNTZmNzRiNDEzY2I0OTRhYzc0NmUyZCJ9fX0="
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmNkYzBmZWI3MDAxZTJjMTBmZDUwNjZlNTAxYjg3ZTNkNjQ3OTMwOTJiODVhNTBjODU2ZDk2MmY4YmU5MmM3OCJ9fX0="
|
||||
name: "<#FFEE00>Crafter <white>Minion"
|
||||
lore:
|
||||
- ""
|
||||
@ -16,7 +17,7 @@ item:
|
||||
- ""
|
||||
- "<#FFEE00>Statistics"
|
||||
- " <#FFEE00>❙ <white>Level: <#FFEEAA><level>"
|
||||
- " <#FFEE00>❙ <white>Collected items: <#FFEEAA><actions>"
|
||||
- " <#FFEE00>❙ <white>Crafted items: <#FFEEAA><actions>"
|
||||
- ""
|
||||
- "<#FFEE00><b>(!)</b> Place the minion and give it an item to craft!"
|
||||
|
||||
@ -32,7 +33,7 @@ gui:
|
||||
- ""
|
||||
- "<#00CCFF>Requirements:"
|
||||
- " <gray>- <white>Money: <#33FF33><price>$"
|
||||
- " <gray>- <white>Collected items: <#33FF33><required_actions>"
|
||||
- " <gray>- <white>Crafted items: <#33FF33><required_actions>"
|
||||
- ""
|
||||
- "<#00CCFF><b>(!)</b> Click here to upgrade your minion!"
|
||||
statistics:
|
||||
@ -49,20 +50,21 @@ upgrades:
|
||||
items:
|
||||
helmet:
|
||||
type: "player_head"
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2UzZDM2MzVjZTQxMWFiZjFlNGYzNzNkMTYxZDA3YjhjNDdlMzU5YjZjNTZmNzRiNDEzY2I0OTRhYzc0NmUyZCJ9fX0="
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmNkYzBmZWI3MDAxZTJjMTBmZDUwNjZlNTAxYjg3ZTNkNjQ3OTMwOTJiODVhNTBjODU2ZDk2MmY4YmU5MmM3OCJ9fX0="
|
||||
chestplate:
|
||||
type: "leather_chestplate"
|
||||
color: "255, 230, 0"
|
||||
color: "125, 75, 30"
|
||||
glow: false
|
||||
leggings:
|
||||
type: "leather_leggings"
|
||||
color: "255, 230, 0"
|
||||
color: "125, 75, 30"
|
||||
glow: false
|
||||
boots:
|
||||
type: "leather_boots"
|
||||
color: "255, 230, 0"
|
||||
color: "125, 75, 30"
|
||||
glow: false
|
||||
2:
|
||||
speed: 150
|
||||
requirements:
|
||||
money: 1000
|
||||
actions: 100
|
||||
@ -72,6 +74,7 @@ upgrades:
|
||||
money: 3000
|
||||
actions: 300
|
||||
4:
|
||||
speed: 130
|
||||
requirements:
|
||||
money: 10000
|
||||
actions: 1000
|
||||
@ -81,6 +84,7 @@ upgrades:
|
||||
money: 20000
|
||||
actions: 3000
|
||||
6:
|
||||
speed: 110
|
||||
requirements:
|
||||
money: 50000
|
||||
actions: 6000
|
||||
@ -90,6 +94,7 @@ upgrades:
|
||||
money: 150000
|
||||
actions: 10000
|
||||
8:
|
||||
speed: 95
|
||||
requirements:
|
||||
money: 500000
|
||||
actions: 17500
|
||||
@ -106,13 +111,13 @@ upgrades:
|
||||
items:
|
||||
chestplate:
|
||||
type: LEATHER_CHESTPLATE
|
||||
color: "255, 200, 0"
|
||||
color: "100, 70, 30"
|
||||
glow: true
|
||||
leggings:
|
||||
type: LEATHER_LEGGINGS
|
||||
color: "255, 200, 0"
|
||||
color: "100, 70, 30"
|
||||
glow: true
|
||||
boots:
|
||||
type: LEATHER_BOOTS
|
||||
color: "255, 200, 0"
|
||||
color: "100, 70, 30"
|
||||
glow: true
|
@ -22,7 +22,7 @@ item:
|
||||
- ""
|
||||
- "<#33FF33>Statistics"
|
||||
- " <#33FF33>❙ <white>Level: <#AAFFAA><level>"
|
||||
- " <#33FF33>❙ <white>Harvested crops: <#AAFFAA><actions>"
|
||||
- " <#33FF33>❙ <white>Crops harvested: <#AAFFAA><actions>"
|
||||
- ""
|
||||
- "<#33FF33><b>(!)</b> Place the minion and give it a hoe!"
|
||||
|
||||
@ -59,15 +59,15 @@ upgrades:
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDAxZTAzNWEzZDhkNjEyNjA3MmJjYmU1MmE5NzkxM2FjZTkzNTUyYTk5OTk1YjVkNDA3MGQ2NzgzYTMxZTkwOSJ9fX0="
|
||||
chestplate:
|
||||
type: "leather_chestplate"
|
||||
color: "50, 255, 50"
|
||||
color: "0, 255, 0"
|
||||
glow: false
|
||||
leggings:
|
||||
type: "leather_leggings"
|
||||
color: "50, 255, 50"
|
||||
color: "0, 255, 0"
|
||||
glow: false
|
||||
boots:
|
||||
type: "leather_boots"
|
||||
color: "50, 255, 50"
|
||||
color: "0, 255, 0"
|
||||
glow: false
|
||||
2:
|
||||
range: 2.5
|
||||
@ -126,13 +126,13 @@ upgrades:
|
||||
items:
|
||||
chestplate:
|
||||
type: LEATHER_CHESTPLATE
|
||||
color: "50, 225, 50"
|
||||
color: "0, 200, 0"
|
||||
glow: true
|
||||
leggings:
|
||||
type: LEATHER_LEGGINGS
|
||||
color: "50, 225, 50"
|
||||
color: "0, 200, 0"
|
||||
glow: true
|
||||
boots:
|
||||
type: LEATHER_BOOTS
|
||||
color: "50, 225, 50"
|
||||
color: "0, 200, 0"
|
||||
glow: true
|
@ -54,15 +54,15 @@ upgrades:
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWMxNWU1ZmI1NmZhMTZiMDc0N2IxYmNiMDUzMzVmNTVkMWZhMzE1NjFjMDgyYjVlMzY0M2RiNTU2NTQxMDg1MiJ9fX0="
|
||||
chestplate:
|
||||
type: "leather_chestplate"
|
||||
color: "0, 150, 255"
|
||||
color: "0, 255, 255"
|
||||
glow: false
|
||||
leggings:
|
||||
type: "leather_leggings"
|
||||
color: "0, 150, 255"
|
||||
color: "0, 255, 255"
|
||||
glow: false
|
||||
boots:
|
||||
type: "leather_boots"
|
||||
color: "0, 150, 255"
|
||||
color: "0, 255, 255"
|
||||
glow: false
|
||||
2:
|
||||
range: 4
|
||||
@ -121,13 +121,13 @@ upgrades:
|
||||
items:
|
||||
chestplate:
|
||||
type: LEATHER_CHESTPLATE
|
||||
color: "255, 200, 0"
|
||||
color: "0, 200, 200"
|
||||
glow: true
|
||||
leggings:
|
||||
type: LEATHER_LEGGINGS
|
||||
color: "255, 200, 0"
|
||||
color: "0, 200, 200"
|
||||
glow: true
|
||||
boots:
|
||||
type: LEATHER_BOOTS
|
||||
color: "255, 200, 0"
|
||||
color: "0, 200, 200"
|
||||
glow: true
|
@ -14,7 +14,7 @@ tool:
|
||||
|
||||
item:
|
||||
type: "player_head"
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk2MjdiZTYyY2VkNzE0MTEzOWQzZjE1NTc5MGE1ZDQzNTZlYjdiOWVlOTVlNTA0YjMzMjI5NzRjYmM1MTVlYSJ9fX0="
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmNjMGE5MTk5MGU3NmM2ZDY1ODA1MGI3YWM3ZTQ4MmJjNTgyYjI0NTg5YmI3ZjE0NmJkMWMwM2I5Yzg0Y2RkOSJ9fX0="
|
||||
name: "<#00AAFF>Lumberjack <white>Minion"
|
||||
lore:
|
||||
- ""
|
||||
@ -56,18 +56,18 @@ upgrades:
|
||||
items:
|
||||
helmet:
|
||||
type: "player_head"
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk2MjdiZTYyY2VkNzE0MTEzOWQzZjE1NTc5MGE1ZDQzNTZlYjdiOWVlOTVlNTA0YjMzMjI5NzRjYmM1MTVlYSJ9fX0="
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmNjMGE5MTk5MGU3NmM2ZDY1ODA1MGI3YWM3ZTQ4MmJjNTgyYjI0NTg5YmI3ZjE0NmJkMWMwM2I5Yzg0Y2RkOSJ9fX0="
|
||||
chestplate:
|
||||
type: "leather_chestplate"
|
||||
color: "0, 150, 255"
|
||||
color: "0, 200, 255"
|
||||
glow: false
|
||||
leggings:
|
||||
type: "leather_leggings"
|
||||
color: "0, 150, 255"
|
||||
color: "0, 200, 255"
|
||||
glow: false
|
||||
boots:
|
||||
type: "leather_boots"
|
||||
color: "0, 150, 255"
|
||||
color: "0, 200, 255"
|
||||
glow: false
|
||||
2:
|
||||
range: 4
|
||||
@ -126,13 +126,13 @@ upgrades:
|
||||
items:
|
||||
chestplate:
|
||||
type: LEATHER_CHESTPLATE
|
||||
color: "255, 200, 0"
|
||||
color: "0, 150, 200"
|
||||
glow: true
|
||||
leggings:
|
||||
type: LEATHER_LEGGINGS
|
||||
color: "255, 200, 0"
|
||||
color: "0, 150, 200"
|
||||
glow: true
|
||||
boots:
|
||||
type: LEATHER_BOOTS
|
||||
color: "255, 200, 0"
|
||||
color: "0, 150, 200"
|
||||
glow: true
|
@ -31,7 +31,7 @@ item:
|
||||
- ""
|
||||
- "<#00AAFF>Statistics"
|
||||
- " <#00AAFF>❙ <white>Level: <#FFEEAA><level>"
|
||||
- " <#00AAFF>❙ <white>Broken blocks: <#FFEEAA><actions>"
|
||||
- " <#00AAFF>❙ <white>Blocks broken: <#FFEEAA><actions>"
|
||||
- ""
|
||||
- "<#00AAFF><b>(!)</b> Place the minion and give it a pickaxe!"
|
||||
|
||||
@ -47,7 +47,7 @@ gui:
|
||||
- ""
|
||||
- "<#00CCFF>Requirements:"
|
||||
- " <gray>- <white>Money: <#33FF33><price>$"
|
||||
- " <gray>- <white>Collected items: <#33FF33><required_actions>"
|
||||
- " <gray>- <white>Blocks broken: <#33FF33><required_actions>"
|
||||
- ""
|
||||
- "<#00CCFF><b>(!)</b> Click here to upgrade your minion!"
|
||||
statistics:
|
||||
@ -55,7 +55,7 @@ gui:
|
||||
name: "<#00AAFF><b>Statistics"
|
||||
lore:
|
||||
- ""
|
||||
- " <gray>- <white>Broken blocks: <#00AAFF><actions>"
|
||||
- " <gray>- <white>Blocks broken: <#00AAFF><actions>"
|
||||
- ""
|
||||
|
||||
upgrades:
|
||||
@ -68,15 +68,15 @@ upgrades:
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk2MjdiZTYyY2VkNzE0MTEzOWQzZjE1NTc5MGE1ZDQzNTZlYjdiOWVlOTVlNTA0YjMzMjI5NzRjYmM1MTVlYSJ9fX0="
|
||||
chestplate:
|
||||
type: "leather_chestplate"
|
||||
color: "0, 150, 255"
|
||||
color: "200, 200, 200"
|
||||
glow: false
|
||||
leggings:
|
||||
type: "leather_leggings"
|
||||
color: "0, 150, 255"
|
||||
color: "200, 200, 200"
|
||||
glow: false
|
||||
boots:
|
||||
type: "leather_boots"
|
||||
color: "0, 150, 255"
|
||||
color: "200, 200, 200"
|
||||
glow: false
|
||||
2:
|
||||
range: 3
|
||||
@ -135,13 +135,13 @@ upgrades:
|
||||
items:
|
||||
chestplate:
|
||||
type: LEATHER_CHESTPLATE
|
||||
color: "255, 200, 0"
|
||||
color: "150, 150, 150"
|
||||
glow: true
|
||||
leggings:
|
||||
type: LEATHER_LEGGINGS
|
||||
color: "255, 200, 0"
|
||||
color: "150, 150, 150"
|
||||
glow: true
|
||||
boots:
|
||||
type: LEATHER_BOOTS
|
||||
color: "255, 200, 0"
|
||||
color: "150, 150, 150"
|
||||
glow: true
|
@ -20,7 +20,7 @@ item:
|
||||
- ""
|
||||
- "<#CC00FF>Statistics"
|
||||
- " <#CC00FF>❙ <white>Level: <#FFEEAA><level>"
|
||||
- " <#CC00FF>❙ <white>Sold items: <#FFEEAA><actions>"
|
||||
- " <#CC00FF>❙ <white>Items sold: <#FFEEAA><actions>"
|
||||
- ""
|
||||
- "<#CC00FF><b>(!)</b> Place the minion and give it a bow!"
|
||||
|
||||
@ -36,7 +36,7 @@ gui:
|
||||
- ""
|
||||
- "<#00CCFF>Requirements:"
|
||||
- " <gray>- <white>Money: <#33FF33><price>$"
|
||||
- " <gray>- <white>Sold items: <#33FF33><required_actions>"
|
||||
- " <gray>- <white>Items sold: <#33FF33><required_actions>"
|
||||
- ""
|
||||
- "<#00CCFF><b>(!)</b> Click here to upgrade your minion!"
|
||||
statistics:
|
||||
@ -44,7 +44,7 @@ gui:
|
||||
name: "<#CC00FF><b>Statistics"
|
||||
lore:
|
||||
- ""
|
||||
- " <gray>- <white>Collected items: <#CC00FF><actions>"
|
||||
- " <gray>- <white>Items sold: <#CC00FF><actions>"
|
||||
- " <gray>- <white>Stored coins: <#CC00FF><storage>"
|
||||
- ""
|
||||
- "<#CC00FF><b>(!)</b> Click here to collect the stored coins!"
|
||||
@ -64,11 +64,11 @@ upgrades:
|
||||
glow: false
|
||||
leggings:
|
||||
type: "leather_leggings"
|
||||
color: "255, 230, 0"
|
||||
color: "200, 0, 255"
|
||||
glow: false
|
||||
boots:
|
||||
type: "leather_boots"
|
||||
color: "255, 230, 0"
|
||||
color: "200, 0, 255"
|
||||
glow: false
|
||||
2:
|
||||
multiplier: 1.05
|
||||
@ -136,13 +136,13 @@ upgrades:
|
||||
items:
|
||||
chestplate:
|
||||
type: LEATHER_CHESTPLATE
|
||||
color: "255, 200, 0"
|
||||
color: "150, 0, 200"
|
||||
glow: true
|
||||
leggings:
|
||||
type: LEATHER_LEGGINGS
|
||||
color: "255, 200, 0"
|
||||
color: "150, 0, 200"
|
||||
glow: true
|
||||
boots:
|
||||
type: LEATHER_BOOTS
|
||||
color: "255, 200, 0"
|
||||
color: "150, 0, 200"
|
||||
glow: true
|
@ -42,7 +42,7 @@ gui:
|
||||
- ""
|
||||
- "<#00CCFF>Requirements:"
|
||||
- " <gray>- <white>Money: <#33FF33><price>$"
|
||||
- " <gray>- <white>Killed mobs: <#33FF33><required_actions>"
|
||||
- " <gray>- <white>Mobs killed: <#33FF33><required_actions>"
|
||||
- ""
|
||||
- "<#00CCFF><b>(!)</b> Click here to upgrade your minion!"
|
||||
statistics:
|
||||
@ -50,22 +50,9 @@ gui:
|
||||
name: "<#FF3333><b>Statistics"
|
||||
lore:
|
||||
- ""
|
||||
- " <gray>- <white>Killed mobs: <#FF3333><actions>"
|
||||
- " <gray>- <white>Mobs killed: <#FF3333><actions>"
|
||||
- " <gray>- <white>Stored exp: <#CC00FF><storage>"
|
||||
- ""
|
||||
autosmelt:
|
||||
enabled: true
|
||||
slot: 9
|
||||
material: "lava_bucket"
|
||||
name: "<gold>Autosmelt"
|
||||
lore:
|
||||
- ""
|
||||
- "<gray> Click to purchase! "
|
||||
- ""
|
||||
- "<white>Price: <green>$1,000"
|
||||
requirements:
|
||||
money: 1000
|
||||
actions: 100
|
||||
|
||||
upgrades:
|
||||
1:
|
||||
@ -75,18 +62,18 @@ upgrades:
|
||||
items:
|
||||
helmet:
|
||||
type: "player_head"
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI 6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc1MzJlOTBjNTczYTM5NGM3ODAyYWE0MTU4MzA1ODAyYjU5ZTY3ZjJhMmI3ZTNmZDAzNjNhYTZlYTQyYjg0MSJ9fX0="
|
||||
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc1MzJlOTBjNTczYTM5NGM3ODAyYWE0MTU4MzA1ODAyYjU5ZTY3ZjJhMmI3ZTNmZDAzNjNhYTZlYTQyYjg0MSJ9fX0="
|
||||
chestplate:
|
||||
type: "leather_chestplate"
|
||||
color: "0, 150, 255"
|
||||
color: "255, 0, 0"
|
||||
glow: false
|
||||
leggings:
|
||||
type: "leather_leggings"
|
||||
color: "0, 150, 255"
|
||||
color: "255, 0, 0"
|
||||
glow: false
|
||||
boots:
|
||||
type: "leather_boots"
|
||||
color: "0, 150, 255"
|
||||
color: "255, 0, 0"
|
||||
glow: false
|
||||
2:
|
||||
range: 4
|
||||
@ -145,13 +132,13 @@ upgrades:
|
||||
items:
|
||||
chestplate:
|
||||
type: LEATHER_CHESTPLATE
|
||||
color: "255, 200, 0"
|
||||
color: "200, 0, 0"
|
||||
glow: true
|
||||
leggings:
|
||||
type: LEATHER_LEGGINGS
|
||||
color: "255, 200, 0"
|
||||
color: "200, 0, 0"
|
||||
glow: true
|
||||
boots:
|
||||
type: LEATHER_BOOTS
|
||||
color: "255, 200, 0"
|
||||
color: "200, 0, 0"
|
||||
glow: true
|
Loading…
Reference in New Issue
Block a user