Jump to content

Would like a skript


Tacosheel

Recommended Posts

Hi, so I am new to Minehut and this is the first time I have heard of skript. I like the idea of skript, but I am a complete noob. So I made a post on the community help about how to limit commands within an area. I don't know if that is possible, but I wanted to run different gamemodes on the same server (I know its gonna lag, but tps prob wont drop under 17.) with multiverse, but KitPvP has a plugin and so does survival. The answer was to ask here and so here I am! So, is there a way of limiting certain commands within a world with skript?  Please help

Link to comment
Share on other sites

Yes, you can limit commands to certain areas. This also shouldn't cause any lag at all. I'd recommend either limiting the commands to be used in a specific region or world.

Here's how to limit it to a specific world:
 

command test:
	trigger:
		if player is in world "world":
			#do stuff
		else:
			send "&cYou can't do that in this world!" to player


 

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