Files
denizen-scripts/scripts/settings/settings_commands.dsc
2025-12-19 00:34:00 +02:00

12 lines
359 B
Plaintext

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>