Skript: Send to specific player

Created on 2 Aug 2019  路  4Comments  路  Source: SkriptLang/Skript

Hello. A suggestion. Send "" to specific player. e.g
command /send:
trigger:
send "" to Sebastian_Z_GTA
I'm doing a survival and I don't want to let friend get the message which need to be send to me. We do not use permission plugin. And I don't have idea what to write to let send to me specific message.

Most helpful comment

Don't post that in issues. This isn't an issue, it's just a question.

command send:
    trigger:
        send "" to "Sabastian_Z_GTA" parsed as player

All 4 comments

Don't post that in issues. This isn't an issue, it's just a question.

command send:
    trigger:
        send "" to "Sabastian_Z_GTA" parsed as player

does not send wow congrats.

You should check the name in the code, it's different from your message.
If that doesn't work, use parentheses: send "" to ("Sebastian_Z_GTA" parsed as a player)

Why this is soo hard?... Ok thanks

Was this page helpful?
0 / 5 - 0 ratings