Skip to content

Commit

Permalink
enable full help entries
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestOfLight committed Dec 19, 2024
1 parent 4cafbf7 commit b98a124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/commands/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const commandPlayerCommand = new Command({
{ usage: `player <name> <sprint/unsprint>`, description: `Make a player start or stop sprinting.` },
{ usage: `player <name> <sneak/unsneak>`, description: `Make a player start or stop sneaking.` },
{ usage: `player <name> claimprojectiles [radius]`, description: `Make a player the owner of all nearby projectiles.` },
// { usage: `player <name> inv`, description: `Print the inventory of a player.` },
// { usage: `player <name> swapheld`, description: `Swap the held item of a player with your held item.` },
{ usage: `player <name> inv`, description: `Print the inventory of a player.` },
{ usage: `player <name> swapheld`, description: `Swap the held item of a player with your held item.` },
{ usage: `player <name> stop`, description: `Stop all actions for a player.` },
{ usage: `player prefix <prefix>`, description: `Set a prefix player nametags.` },
]
Expand Down

0 comments on commit b98a124

Please sign in to comment.