Initial commit
This commit is contained in:
14
scripts/furniture/furniture_commands.dsc
Normal file
14
scripts/furniture/furniture_commands.dsc
Normal file
@@ -0,0 +1,14 @@
|
||||
furniture_command_furniture:
|
||||
debug: false
|
||||
type: command
|
||||
name: furniture
|
||||
usage: /furniture
|
||||
description: Opens the furniture menu.
|
||||
permission: furniture.command.furniture
|
||||
tab completions:
|
||||
1: <list[]>
|
||||
script:
|
||||
- if <context.source_type> != player:
|
||||
- narrate "<&c>You can only use this command as a player."
|
||||
- stop
|
||||
- run furniture_menu def.player:<player>
|
||||
Reference in New Issue
Block a user