EdPrison Core (Documentation)
  • Home
    • Setting up
  • FEATURES
    • Leveling
    • Enchantments
    • Pouches
    • Boosters
    • AutoSell
    • Currencies
    • Robots
    • Auction House
  • GENERAL
    • Commands
    • Permissions
    • PlaceholderAPI
  • DEVELOPER API
    • Addons
    • AutoSell
    • Currencies
    • Custom Enchants
    • Enchants
    • Leveling
    • Custom Events
Powered by GitBook
On this page
  1. DEVELOPER API

Enchants

package com.edwardbelt.edprisonapi;

import com.edwardbelt.edprison.utils.enchantUtils;


public interface EdPrisonEnchantAPI {

	int getEnchantLevel(Player player, String EnchantName);
	
	double getEnchantPercent(Player player, String EnchantName);
	
}
	
PreviousCustom EnchantsNextLeveling

Last updated 2 years ago