Jump to content

Making a command argument the event player.


stinkycow

Recommended Posts

Hello, does anyone know how to make a command argument the event player? I'll give an example
 

command /counter <player=%player%>:
    permission: example
    trigger:
        set {counter.%player%} to 1

In the example the counter variable will be set for the executer and not the player in arg-1.

The goal is for arg-1 to be the event player and not the executer of the command but I haven't found a way to do it. Does anyone know how?

Link to comment
Share on other sites

Just change the %player% to %arg-1%. Also I suggest formatting the variable like {counter::%arg-1's uuid%}. It uses a list variable and uuid. The list variable makes it that you can easily loop or clear the variable. And uuid makes it so the variable won't reset when someone changes their name. 

  • Like 1

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...