Block Command

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

jomjonejame

Member
Jan 26, 2017
54
1
8
29
Category: Block Command

Suggested name: Block command "//calculate"

What I want:
I want to block command "//calculate" for all players. because this command can attack for server.

Ideas for commands:
I'm try to use this.

code_language.skript:
on command:
     if command is "calculate":
          cancel event
/calculate is work But //calculate is not work
 
Category: Block Command

Suggested name: Block command "//calculate"

What I want:
I want to block command "//calculate" for all players. because this command can attack for server.

Ideas for commands:
I'm try to use this.

code_language.skript:
on command:
     if command is "calculate":
          cancel event
/calculate is work But //calculate is not work

Try With this,


code_language.skript:
command //calculate:
    trigger:
        cancel event