Add new kits & recraft nerf
This commit is contained in:
@@ -4,6 +4,7 @@ import club.mcscrims.speedhg.SpeedHG
|
||||
import club.mcscrims.speedhg.ability.AbilityContext
|
||||
import club.mcscrims.speedhg.game.GameManager
|
||||
import club.mcscrims.speedhg.kit.impl.AnchorKit
|
||||
import club.mcscrims.speedhg.kit.impl.ArmorerKit
|
||||
import net.kyori.adventure.text.Component
|
||||
import org.bukkit.Material
|
||||
import org.bukkit.entity.Player
|
||||
@@ -29,6 +30,14 @@ class KitManager(
|
||||
description = emptyList(),
|
||||
icon = Material.ANVIL
|
||||
)
|
||||
|
||||
registerKit(
|
||||
kitClass = ArmorerKit::class.java,
|
||||
id = "armorer",
|
||||
displayName = plugin.chatFormatter.format( "kits.armorer.displayName" ),
|
||||
description = emptyList(),
|
||||
icon = Material.IRON_CHESTPLATE
|
||||
)
|
||||
}
|
||||
|
||||
fun registerKit(
|
||||
|
||||
Reference in New Issue
Block a user