Jump to content

Looking for a /invsee skript that you cant remove items


OverSlept

Recommended Posts

Hello guys,

 

I am looking for a skirpt where normal players have perms to do /invsee but not remove items. I do have a inv skript if you could get it to work the way i want it to:

 

options:
	Prefix: &f[&bCore&f]
	Denied: &cYou do not have permission for this command!
	Invsee Permission: invsee.use
	No Player: &cPlease specify a player!


command /invsee [<player>]:
	permission: "{@Invsee Permission}"
	permission message: {@Prefix} {@Denied}
	trigger:
		if arg 1 is not set:
			send "{@Prefix} {@No Player}"
		else:
			open the arg-1's inventory for the player

 

--------------------------------------------------------------------------------------

Owner of OverSlept

Jr Mod on IdealBox

Developer on CoreNetworks

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