Initial commit
This commit is contained in:
14
scripts/wardrobe/wardrobe_commands.dsc
Normal file
14
scripts/wardrobe/wardrobe_commands.dsc
Normal file
@@ -0,0 +1,14 @@
|
||||
wardrobe_command_wardrobe:
|
||||
debug: false
|
||||
type: command
|
||||
name: wardrobe
|
||||
usage: /wardrobe
|
||||
description: View and manage your skins in the wardrobe.
|
||||
permission: wardrobe.command.wardrobe
|
||||
tab completions:
|
||||
1: <list[]>
|
||||
script:
|
||||
- if <context.source_type> != player:
|
||||
- narrate "<&c>Please run this command as a player."
|
||||
- stop
|
||||
- run wardrobe_menu def.player:<player>
|
||||
Reference in New Issue
Block a user