Initial commit

This commit is contained in:
Rares Bozga
2025-11-29 22:53:32 +02:00
parent e9fa13dbd3
commit 461e95114c
157 changed files with 7597 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
character_world:
debug: false
type: world
events:
on player right clicks player:
- define target <context.entity>
- if <[target].is_npc>:
- stop
- determine cancelled passively
- ratelimit <player> 1s
- define name <proc[character_get_name].context[<[target]>]>
- define description <proc[character_get_description].context[<[target]>]>
- narrate format:formats_prefix "<&e><[target].name> <&7>Character Info"
- narrate "<&7>Name<&c>: <&f><[name]>"
- narrate "<&7>Description<&c>: <&f><[description]>"