Thank you for taking your time viewing this topic, here is the skript.
# COMMAND BLOCKER #
# EVERYONE MAY EDIT IT! YOU CAN CLAIM THIS SKRIPT! #
options:
help: false # true/false
command /ver:
aliases: version, pl, plugins, about
trigger:
send "&cSorry but you aren't allowed to see this."
command /about:
aliases: version, pl, plugins, about
trigger:
send "&cSorry but you aren't allowed to see this."
command /bukkit:about:
trigger:
send "&cSorry but you aren't allowed to see this."
command /bukkit:ver:
trigger:
send "&cSorry but you aren't allowed to see this."
command /bukkit:version:
trigger:
send "&cSorry but you aren't allowed to see this."
command /bukkit:pl:
trigger:
command /bukkit:plugins:
trigger:
send "&cSorry but you aren't allowed to see this."
command /help:
trigger:
if {@help} is false:
send "&cSorry but you aren't allowed to see this."
else:
stop
command /bukkit:help:
trigger:
if {@help} is false:
send "&cSorry but you aren't allowed to see this."
else:
stop
command /minecraft:help:
trigger:
if {@help} is false:
send "&cSorry but you aren't allowed to see this."
else:
stop
command /bukkit:?:
trigger:
if {@help} is false:
send "&cSorry but you aren't allowed to see this."
else:
stop
command /?:
trigger:
if {@help} is false:
send "&cSorry but you aren't allowed to see this."
else:
stop
Please report any bugs/suggestions in the replies. I would love to fix/add some.
Command Blocker (Easy Skript)
in Script Releases
Posted
Thank you for taking your time viewing this topic, here is the skript.
# COMMAND BLOCKER # # EVERYONE MAY EDIT IT! YOU CAN CLAIM THIS SKRIPT! # options: help: false # true/false command /ver: aliases: version, pl, plugins, about trigger: send "&cSorry but you aren't allowed to see this." command /about: aliases: version, pl, plugins, about trigger: send "&cSorry but you aren't allowed to see this." command /bukkit:about: trigger: send "&cSorry but you aren't allowed to see this." command /bukkit:ver: trigger: send "&cSorry but you aren't allowed to see this." command /bukkit:version: trigger: send "&cSorry but you aren't allowed to see this." command /bukkit:pl: trigger: command /bukkit:plugins: trigger: send "&cSorry but you aren't allowed to see this." command /help: trigger: if {@help} is false: send "&cSorry but you aren't allowed to see this." else: stop command /bukkit:help: trigger: if {@help} is false: send "&cSorry but you aren't allowed to see this." else: stop command /minecraft:help: trigger: if {@help} is false: send "&cSorry but you aren't allowed to see this." else: stop command /bukkit:?: trigger: if {@help} is false: send "&cSorry but you aren't allowed to see this." else: stop command /?: trigger: if {@help} is false: send "&cSorry but you aren't allowed to see this." else: stopPlease report any bugs/suggestions in the replies. I would love to fix/add some.