mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-04 23:48:31 +01:00
Fix /give|/item descriptions for itemmeta.
This commit is contained in:
parent
30b65a0bc7
commit
56df6b36a5
@ -137,7 +137,7 @@ commands:
|
|||||||
aliases: [coords,egetpos,position,eposition,whereami,ewhereami]
|
aliases: [coords,egetpos,position,eposition,whereami,ewhereami]
|
||||||
give:
|
give:
|
||||||
description: Give a player an item.
|
description: Give a player an item.
|
||||||
usage: /<command> <player> <item|numeric> [amount <enchantmentname[:level]> ...]
|
usage: /<command> <player> <item|numeric> [amount [itemmeta...]]
|
||||||
aliases: [egive]
|
aliases: [egive]
|
||||||
god:
|
god:
|
||||||
description: Enables your godly powers.
|
description: Enables your godly powers.
|
||||||
@ -177,7 +177,7 @@ commands:
|
|||||||
aliases: [einvsee]
|
aliases: [einvsee]
|
||||||
item:
|
item:
|
||||||
description: Spawn an item.
|
description: Spawn an item.
|
||||||
usage: /<command> <item|numeric> [amount <enchantmentname[:level]> ...]
|
usage: /<command> <item|numeric> [amount [itemmeta...]]
|
||||||
aliases: [i,eitem]
|
aliases: [i,eitem]
|
||||||
itemdb:
|
itemdb:
|
||||||
description: Searches for an item.
|
description: Searches for an item.
|
||||||
|
Loading…
Reference in New Issue
Block a user