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: 2: Nachricht script: - if != PLAYER: - narrate "<&b>/ <&c>kann nur von einem Spieler ausgeführt werden!" - stop # more stuff here which I left out for this example