| Name | DisplayItem |
| Syntax | displayitem [<item>] [<location>] (duration:<value>) |
| Short Description | Makes a non-touchable item spawn for players to view. |
| Full Description | This command drops an item at the specified location which cannot be picked up by players.
It accepts a duration which determines how long the item will stay for until disappearing. If no duration is specified the item will stay for 1 minute, after which the item will disappear. Use "duration:infinite" to indicate that the item should never remove itself. |
| Related Tags | <EntityTag.item> (Property) An entity's item, which can be: (...)
<entry[saveName].dropped> returns a EntityTag of the spawned item.
|
| Usage Example | |
| Usage Example | |
| Usage Example | |
| Usage Example | |
| Group | item |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/DisplayItemCommand.java#L38 |