Jump to content

Doing skripts for free


Irishrice

Recommended Posts

On 1/23/2022 at 8:31 PM, Curtis24 said:

Hello can I have a skript were if I do chat stop chatmute mutechat or cl the chat will lock for all non op-ed players

command /mutechat:
	aliases: cl, stopchat
	permission: mutechat.use
	permission message: <##32a877> You cannot execute this command.
	trigger:
		if {cl} is not set:
			set {cl} to true
			broadcast "<##32a877> %player% has muted chat!"
		else if {cl} is true:
			delete {cl}
			broadcast "<##32a877> %player% has unmuted chat!"
			
on chat:
	if {cl} is true:
		cancel event
		send "<##32a877> Chat is currently muted." to player
		
		

 

 
 
 
 
Link to comment
Share on other sites

On 1/24/2022 at 8:51 AM, trywaze said:

Multivers portals. I am creating a sky mining server:). and i want to add like a requirement like if you don't have a certant item the portal doesn't teleport you. And if you have it the portal teleports you. Please help

Details?

Link to comment
Share on other sites

can you make a grapplin hook skript

Owner of:

AuxMines

AuxMines is a unique Box Mining server. We have Super Hero ArmourCustom Enchants, Cool BossesChill Community, and Custom Drops  all in one server!

We aren't fully released, so if you wanna drop by and give us some suggestions that would be cool.

 

Link to comment
Share on other sites

On 1/21/2022 at 9:02 PM, Irishrice said:

Tell me a skript to make and I'll gladly make it for free for you!

Can you pls make me skript                                               

we can talk on discord : CortX#3210

Link to comment
Share on other sites

every 10 seconds:
    spawn zombie at location(66, 11, 62, world("world"))
    set {_ent} to last spawned entity
    set {_ent}'s helmet to iron helmet
    set {_ent}'s chestplate to iron chestplate
    set {_ent}'s leggings to iron leggings
    set {_ent}'s boots to iron boots

Change the 10 after 'every' to how often you want them to spawn in seconds and change the string "world" to the name of the world you want them to spawn.

Discord: Dead#6905

Love anime!


Anime Gifs

Link to comment
Share on other sites

On 1/21/2022 at 3:02 PM, Irishrice said:

Tell me a skript to make and I'll gladly make it for free for you!

Hello! I really need a /autocomp or /comp that my player's can use! Is this possible for you to do, Thank you and add me on discord Purplex#1034

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