diff --git a/scripts/commands/player.js b/scripts/commands/player.js index 93bc7ab..e13343c 100644 --- a/scripts/commands/player.js +++ b/scripts/commands/player.js @@ -30,8 +30,8 @@ const commandPlayerCommand = new Command({ { usage: `player `, description: `Make a player start or stop sprinting.` }, { usage: `player `, description: `Make a player start or stop sneaking.` }, { usage: `player claimprojectiles [radius]`, description: `Make a player the owner of all nearby projectiles.` }, - // { usage: `player inv`, description: `Print the inventory of a player.` }, - // { usage: `player swapheld`, description: `Swap the held item of a player with your held item.` }, + { usage: `player inv`, description: `Print the inventory of a player.` }, + { usage: `player swapheld`, description: `Swap the held item of a player with your held item.` }, { usage: `player stop`, description: `Stop all actions for a player.` }, { usage: `player prefix `, description: `Set a prefix player nametags.` }, ]