This update adds the command
/si drop <id> <amount> <world> <x> <y> <z>
Drop selected item at chosen location
<id> Id of the item
<amount> amount of items to drop, 1 to 2304
<world> which world
<x> <y> <z> coordinates
Config updates:
Regenerate serveritem.yml or add following code at the end of the file
Code (YAML):
drop:
name
:
"drop"
#Holders: %id% %nick% %amount% %world% %x% %y% %z%
log
:
"[serveritem][drop] dropped %amount% of %id% (%nick%) at %world% %x% %y% %z%"
description
:
-
"&b&lDrop selected item at chosen location"
-
""
-
"&e<id> &bId of the item"
-
"&e<amount> &bamount of items to drop, 1 to 2304"
-
"&e<world> &bwhich world"
-
"&e<x> <y> <z> &bcoordinates"
params
:
"<id> <amount> <world> <x> <y> <z>"
Permission:
added
itemedit.serveritem.drop