Register Custom Enchant
Custom Enchantment Registration Guide
Core Concepts
APIEnchant Interface
public interface APIEnchant {
void onProc(Player player, EnchantData data);
}EnchantData System
Step-by-Step Implementation
1. Create Your Enchantment Class
2. Register Your Enchantment
Last updated