Skip to content

Commit c7ce23d

Browse files
committed
Disemboweled some kit rules from the custom kit editor
1 parent c752efb commit c7ce23d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Plugin/src/main/java/dev/lrxh/neptune/game/kit/impl

Plugin/src/main/java/dev/lrxh/neptune/game/kit/impl/KitRule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ public enum KitRule implements IKitRule {
1818
BEST_OF_THREE(Material.GOLDEN_AXE, "If enabled Players would need to win 3 times", "Best of 3", "bestOfThree"),
1919
SATURATION_HEAL(Material.GOLDEN_APPLE, "If Players should regen from saturation", "Natural Regeneration", "saturationHeal"),
2020
SHOW_HP(Material.APPLE, "If players should see their enemies health under their name", "Show Health", "showHP"),
21-
ALLOW_KIT_EDITOR(Material.WOODEN_AXE, "If players should be able to modify this kit in kiteditor.", "Allow Kit Editor", "allowKitEditor"),
22-
ALLOW_PARTY(Material.PARROT_SPAWN_EGG, "If players should be able to play this kit in party events.", "Allow Party Events", "allowParty"),
21+
ALLOW_KIT_EDITOR(Material.WOODEN_AXE, "If players should be able to modify this kit in kiteditor.", "Allow Kit Editor", "allowKitEditor", false),
22+
ALLOW_PARTY(Material.PARROT_SPAWN_EGG, "If players should be able to play this kit in party events.", "Allow Party Events", "allowParty", false),
2323
BED_WARS(Material.RED_BED, "Allow/Deny Bedwars", "Bedwars", "bedwars"),
2424
PARKOUR(Material.ENDER_PEARL, "Allow/Deny Parkour", "Parkour", "parkour"),
2525
RESET_ARENA_AFTER_ROUND(Material.BARRIER, "If the arena should be reset after the round", "Reset Arena After Round", "resetArenaAfterMatch", false),

0 commit comments

Comments
 (0)