fix: rainbow leather armors ids

This commit is contained in:
ChomeNS
2025-07-27 14:41:15 +07:00
parent 447af9699c
commit 9dfa269271

View File

@@ -13,10 +13,10 @@ import java.util.Map;
public class RainbowArmorPlugin implements Listener {
private static final int[] LEATHER_ARMORS = new int[] {
896, // helmet
897, // chestplate
898, // leggings
899 // boots
913, // helmet
914, // chestplate
915, // leggings
916 // boots
};
private final Bot bot;