CortexPE / TeaSpoon

☕ A PLUGIN to Extend PMMP's Functionality without completely changing it.
GNU Affero General Public License v3.0
144 stars 100 forks source link

enchant #379

Closed antokiller closed 5 years ago

antokiller commented 5 years ago

hi can you add no limit for enchant plz plz plz

AlLiberali commented 5 years ago

Some of Enchantments are implemented at PocketMine so for that enchs you should edit PocketMine But for TeaSpoon... CortexPE\item\enchantment\Enchantment You will see some object creations from class Enchant simply change last parameter to a higher number or use PHP_INT_MAX(paranoid option)

CortexPE commented 5 years ago

It's to make it more vanilla-like and not too OP... you can bypass the limit by adding enchants with the use of other plugins.

$item->addEnchantment() does not check if the level is exceeding the soft limit

(hard limit is 32767 tho)