- Added dropparty-possible-rewards [ItemMeta] the same as silentgive plugin command except "data:"
for example:
- GOLD_INGOT 1 name:&6Gold
- WOOL 1 data:4
- EMERALD 6 name:&3&lEmerald enchantments:unbreaking#1 itemflags:HIDE_ENCHANTS
---------------------------------------------------
- Fixed ItemFrame itemlore bug
- Fixed /rputils set bug when there's more than one player
- Updated the config with [you should update the config manually]:
[Added] expsign-item: GOLD_INGOT
[Config Comments] for dropparty-possible-rewards
Code (YAML):
#supports many types:
#simple=
#<item> <amount>
#simple with data=
#<item> <amount> data:<data>
#example: WOOL 32 data:1
#enchantments=
#<item> <amount> enchantments:<enchantment>#<level>,<enchantment>#<level>
#example: DIAMOND_SWORD 1 enchantments:sharpness#3,fireaspect#2
#name & lore=
#example: DIAMOND_AXE 1 name:&4Nice_Axe lore:&1Line1,&2Line2,&3Line_3_with_Spaces,&4Line%us%4%us%with%us%underscores
#advanced type=
#example: DIAMOND_SWORD 1 name:&6GoodSword enchantments:sharpness#4,knockback#2 lore:&eA_Strong_Sword itemflags:HIDE_ENCHANTS,HIDE_ATTRIBUTES
- Improved dropparty
- Fixed being able to rotate the item in the itemframe in survival mode without sneaking too [You must be in creative mode and sneaking to rotate the item in the itemframe]