Jump to content

I need a lobby compass thing


EpicTrollGamesYT

Recommended Posts

Hello!

So, by trying to cancel the event you're attempting to cancel the original trigger of your skript, which is "on join". "on join" is unfortunately not a cancel-able event. Instead you should use an if statement to check if the player's inventory does not contain your menu compass and if that condition is met it will provide one to the player. See below.

on join:
    if player's inventory does not contain compass with name "&6Menu":
        give player compass with name "&6Menu"

For future questions feel free to ask in the #Skript channel on Minehut's discord! We offer quick and easy support with Skript issues.

Minehut's Discord:

https://discord.com/invite/minehut

On join event:

https://skripthub.net/docs/?id=1046

 - Discord: Brim#0768

 

image.png.f1adf348277e390065b8e913c0f185d4.png

 

 

 

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