Jump to content

Skript Lobby Disabling


Marsters

Recommended Posts

On 10/10/2019 at 5:33 AM, Sputs said:

I was wondering because I have ran into a few of these cases, is it bannable to make a skript that essentially disables the ability to use of /hub e.g :


on command "/hub":
	cancel event
    
OR

on quit:
	cancel event

 

Yes, it's against the rules to block commands provided by Minehut. Unfortunately, It's not stated in the "rules" section but I'm 99.99% certain it can get you perm-banned. Besides, I'm pretty sure it's impossible to bypass the commands anyways.

 

|Ex Staff|

download.jpg.af28032f9dfcfef569a01b3c5168646e.jpg - Matqx#5545

1045330945_download(1).jpg.42534e5f7de249b44b6e4fb4af0570aa.jpg - Matqx // Pro

 Rules // Discord // Voting Link

Link to comment
Share on other sites

On 10/10/2019 at 10:33 AM, Sputs said:

I was wondering because I have ran into a few of these cases, is it bannable to make a skript that essentially disables the ability to use of /hub e.g :


on command "/hub":
	cancel event
    
OR

on quit:
	cancel event

 

Another issue. The first skript wouldn't work either way, you don't do "on command" The correct skript would be:

command /hub:
    trigger:
        cancel event

Once again, bypassing the minehut commands is not allowed.

|Ex Staff|

download.jpg.af28032f9dfcfef569a01b3c5168646e.jpg - Matqx#5545

1045330945_download(1).jpg.42534e5f7de249b44b6e4fb4af0570aa.jpg - Matqx // Pro

 Rules // Discord // Voting Link

Link to comment
Share on other sites

8 hours ago, Matqx said:

Another issue. The first skript wouldn't work either way, you don't do "on command" The correct skript would be:


command /hub:
    trigger:
        cancel event

Once again, bypassing the minehut commands is not allowed.

That would work if Minehut commands were on the server, and using cancel event in a command is highly discouraged 

Link to comment
Share on other sites

4 hours ago, Star said:

Also, you can't cancel a quit event.

 

13 hours ago, Matqx said:

Another issue. The first skript wouldn't work either way, you don't do "on command" The correct skript would be:


command /hub:
    trigger:
        cancel event

Once again, bypassing the minehut commands is not allowed.

I don't skript too much 😅

 

232022384_ezgif.com-gif-maker(9).gif.ecb0a6fa6d769bfd8a97bf3505a67bc7.gif

report                      appeal 

mio ♡

 

Link to comment
Share on other sites

  • 1 year later...
On 10/14/2019 at 11:09 AM, Matqx said:

Another issue. The first skript wouldn't work either way, you don't do "on command" The correct skript would be:

command /hub:
    trigger:
        cancel event

Once again, bypassing the minehut commands is not allowed.

i know im necro but damn im pissed, no that wouldnt work, its a command not an event, his skript is correct

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...