Completed settings feature

This commit is contained in:
Sirger Tünde-Maria
2025-12-19 00:34:00 +02:00
parent 8f6dfd4398
commit 56e1d4452d
4 changed files with 220 additions and 27 deletions

View 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>