so I've tried to enchant my pick with fortune and my sword looting but it says that theres not such enchantment I'd already tried both enchantment id and word but still it says theres no sich enchantment. I'm wondering why ive hop to different server to ask if their fortune enchantment works and they say yes theyre using PM also.
Ok, use plugin to enchant. Code: PHP: $pic = Item::get(Item::PICK_AXE);$pic->addEnchantment(new EnchantmentInstance(Enchantment::getEnchantment(Enchantment::FORTUNE), 3)); and its done, set prefix to SOLVED