I cant seem to get players to write custom text

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Thele9end27

Member
Feb 20, 2021
4
0
1
23
command /cet <text>:
permission: *
Permission message: &aMakker tilføjet
trigger:
make player execute command "arm addmember <text>"

This is the current skript i've had some trouble with, It dosent seem to work. it just says "player is not online" i think it's because it sees "<text>" as %player% i want people to write custom in the end as i want my own commands to work. anyone who can help me out?

MINECRAFT
 
use %arg 1%, %arg-1% or %argument 1% for arguments
Code:
make player execute "arm addmember %arg-1%"
also, the "player is not online" is not skript's fault. it is due to the other plugin you are using (arm command)
 
Status
Not open for further replies.