Solved Need help with a on right click thing

  • 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 comminuty!

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

RunaYoutube

Member
Nov 10, 2019
34
1
8
28
Hello guys,
I'm making a server hub for my server and I'm wondering how to get my server navigator to go into a gui on right click and how to disable the already built in command with the compass (which is /thru)

This is the code I am using.

on rightclick with compass:
if name of tool of player is "&bServer &fNavigator":
make player execute command "/navigator"


command /navigator:
trigger:
open chest with 5 rows named "&bServer &fNavigator"
 
1) that code looks right
2) That command `/thru` for the compass is not built in, its either Essentials or WorldEdit/WorldGuard, I cant remember but you just negate the permission for that thing.
 
Status
Not open for further replies.