mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 12:02:53 +00:00
Fix /give|/item descriptions for itemmeta.
This commit is contained in:
parent
30b65a0bc7
commit
56df6b36a5
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue