Completed settings feature
This commit is contained in:
12
scripts/settings/settings_commands.dsc
Normal file
12
scripts/settings/settings_commands.dsc
Normal file
@@ -0,0 +1,12 @@
|
||||
settings_command_settings:
|
||||
debug: false
|
||||
type: command
|
||||
name: settings
|
||||
usage: /settings
|
||||
description: Opens the settings menu.
|
||||
permission: settings.command.settings
|
||||
script:
|
||||
- if <context.source_type> != player:
|
||||
- narrate "<&c>Please run this command as a player."
|
||||
- stop
|
||||
- run settings_menu def.player:<player>
|
||||
Reference in New Issue
Block a user