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

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

jomjonejame

Member
Jan 26, 2017
54
1
8
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
 
Thank you for help me
[doublepost=1489594888,1489593787][/doublepost]I have a one question. This command "//calculate" come from plugin ?
 
  • Like
Reactions: BrettPlayMC
Thank you for help me
[doublepost=1489594888,1489593787][/doublepost]I have a one question. This command "//calculate" come from plugin ?
It comes from WorldEdit.
Also a follow would be amazing. <3
 
Why players can use command worldedit ?
player don't get permission,