Jump to content

| /minecraft:me and /me disabled |


TheOGBrickcrack

Recommended Posts

This is a script to disable /minecraft:me and /me.

on command "/minecraft:me":
        cancel event
        send "&6&lServerName &8» &4Error: &cYou are not allowed to do this command!"
on command "/me":
        cancel event
        send "&6&lServerName &8» &4Error: &cYou are not allowed to do this command!"

Edited by TheOGBrickcrack
Link to comment
Share on other sites

Instead of actually making a command to override it, you can just cancel it when a player runs it.
 

on command "/minecraft:me":
    cancel event

 

First Joined: July 2015
VIP: January 2020
Jr.Mod: 1st April 2020
Mod: 16th July 2020

Info:

~ Skript Developer
~ Discord: @nicholxs#0001
~ Previous names: Nichxlxs, Deterno, iHaveSkills, Retrical

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