Date: 2023/09/16 13:05:16 UTC-07:00
Type: Denizen Script
private_message_command:
type: command
name: tell
description: Private Nachricht an Spieler
usage: /tell
#permission: custom.command.tell
debug: false
aliases:
- msg
- whisper
tab completions:
1: <server.online_players.parse[name]>
2: Nachricht
script:
- if <context.source_type> != PLAYER:
- narrate "<&b>/<context.alias> <&c>kann nur von einem Spieler ausgeführt werden!"
- stop
# more stuff here which I left out for this example