You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The placeholder %player_item_in_hand_ENCHANTMENT% e.g. %player_item_in_hand_LOOT_BONUS_BLOCKS% parses up to 255 and not higher.
To Reproduce
Steps to reproduce the behavior:
Enchant any item with fortune (higher than 255) e.g. 500
Use the command /papi parse me %player_item_in_hand_LOOT_BONUS_BLOCKS%
As you will see it will parse 255 instead of 500
Screenshots
The text was updated successfully, but these errors were encountered:
iGabyTM
changed the title
%player_item_in_hand_ENCHANTMENT% Does not parse enchants higher than 255
%player_item_in_hand__level_ENCHANTMENT% Does not parse enchants higher than 255
Oct 1, 2022
If you are on 1.14+ put the item in a chest and press CTRL+I while pointing the crosshair at that chest and send the /setblock command here, my guess is the enchantment isn't really set on the item. An alternative to this would be to put it in an essentials kit with /ess createkit.
There's no limit set, we just return whatever spigot give to us.
Describe the bug
The placeholder %player_item_in_hand_ENCHANTMENT% e.g. %player_item_in_hand_LOOT_BONUS_BLOCKS% parses up to 255 and not higher.
To Reproduce
Steps to reproduce the behavior:
Screenshots
The text was updated successfully, but these errors were encountered: