• 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.

MrScopes

New Member
Jan 7, 2018
5
0
0
21
I'm setting up a /clear command, but I haven't found a way to clear another players inv.
Also, could someone fix the aligning of the "if arg 1 is not set:" I get minor errors with it.


command /clear [<player>]:
aliases: /ci, /eclear
permission: scopes.clear
permission message: <light red>You don't have access to that command.
trigger:
if arg 1 is not set:
send "%nl% <gray>Your <light red>inventory<gray> has been cleared. %nl%"
clear the player's inventory
if arg 1 is set:
message "%nl% <gray>Your <light red>inventory<gray> has been cleared. %nl%"
clear the %arg 1's% inventory
 
Status
Not open for further replies.