Jump to content

-=-=- FREE SKRIPTS -=-=-


Recommended Posts

hi tell me skripts ill make em, only a few rules tho:

1. NO GEN SKRIPTS
2. MUST TELL ME EXACTLY ALL THE INFO OF THE SKRIPT, OR I WONT DO IT

thats all ok suggest skript am bored pls 😄 quickimage.png.746e32a979d45fb941e4511a5b597198.png

Vip: 20/12/2021

Skript is fun, I am currently working on SkChat and making stuff for market rank!

| NEWEST VERSION |

https://forums.minehut.com/topic/51451-skchat-v11-release/

1335430724_SkChatLogo.jpg.8d5d2c23ac226fcb4cd300eccd8f07c3.jpg

Link to comment
Share on other sites

48 minutes ago, skeepypvp3456 said:

lifesteal but you loose 1 heart every 2 hours

options:

	# change this to max hearts u want
    # (no max = 999)
	maxhearts: 40
    
    # change this to lowest hearts u want
    # (WARNING: DO NOT CHANGE BELOW 1, WILL BREAK)
	lowhearts: 2
    
# x-x-x-x-x-x-x-x-x-x-x-x-x #

on death of player:
    stealVictim(victim)
    stealAttacker(attacker)

function stealAttacker(p: player):
	if max health of {_p} < {@maxhearts}:
		set max health of {_p} to max health of {_p} + 1
function stealVictim(p: player):
	if max health of {_p} > {@lowhearts}:
		set max health of {_p} to max health of {_p} - 1
        
every 2 hours:
	loop all players:
		stealVictim(loop-player)
	broadcast ""
	broadcast "&c&lEveryone lost 1 heart from the 2 hour heart steal."
	broadcast ""

didnt test, should work tho if u need any more help ask me

Edited by Disvand
sum ting wong

Vip: 20/12/2021

Skript is fun, I am currently working on SkChat and making stuff for market rank!

| NEWEST VERSION |

https://forums.minehut.com/topic/51451-skchat-v11-release/

1335430724_SkChatLogo.jpg.8d5d2c23ac226fcb4cd300eccd8f07c3.jpg

Link to comment
Share on other sites

im new to skript and can you help me a bit with my problems?

this is what i made so far but idk if its good and how to go further

(idk what after the trigger go's for this command and i need smthing for the loc1:location,loc2:location)

 
 
# funcion
function IfInSpawn(p:player,loc1:location,loc2:location,m:string):
   
    send "&c&lError &8| &f%{_m}%" to "%{_p}%"
   
# for the first spawn cords
command /spawnloc1
    permission: op
    trigger:
 
# for the second spawn cords
command /spawnnloc2
    permission: op
    trigger:
 
# what happends
on block break:
    if event-block is within location {_loc1} and {_loc2}:
        if player's gamemode is not creative:
            IfInSpawn(player, "You can't break that")
            cancel event
Edited by SQ1ZZY
Link to comment
Share on other sites

On 3/7/2022 at 10:55 AM, Disvand said:

hi tell me skripts ill make em, only a few rules tho:

1. NO GEN SKRIPTS
2. MUST TELL ME EXACTLY ALL THE INFO OF THE SKRIPT, OR I WONT DO IT

thats all ok suggest skript am bored pls 😄 quickimage.png.746e32a979d45fb941e4511a5b597198.png

Minigame Skript (SkyWars?)

 

Players spawn on islands with chests that are randomly filled, one player per island

Max 12 people in game

Last player alive wins

Middle island is big, and has better chests

Map resets each round

Islands over void, so needs a void death calculator as well

Kills / Deaths tracker

I think that should be it? If you need info, just Google 'Minecraft Skywars'

 

Honestly you don't have to do this, but this is a fun challenge

Edited by Gam3rBoi

Main MC account: Gam3rBoi (VIP in MH)

Alt MC account: *Gam3rBoi2147

Farcade server owner

Skripter with 6+ months experience + time learning coding concepts

Message me through the forums if you need anything!

Link to comment
Share on other sites

Creating a minigame and wondering if you can make it so players would have a certain block (example is diamond block) that they can place. They are able to open a shop from ONLY their block and can only break OTHER player's blocks. When their block gets broken, they will be given another block to place. Any help would mean a lot. Thanks!

Edited by ItsKirby

2021-06-09_20_22_08.jpg.422c39613f8b72de894e5ec1f3377dca.jpg

Yo who actually reads these

[Vip] - 12/29/2020
[Pro] - 1/25/2022
 

 

 

Link to comment
Share on other sites

On 3/15/2022 at 7:19 PM, ItsKirby said:

Creating a minigame and wondering if you can make it so players would have a certain block (example is diamond block) that they can place. They are able to open a shop from ONLY their block and can only break OTHER player's blocks. When their block gets broken, they will be given another block to place. Any help would mean a lot. Thanks!

i dont get what you mean, can you elaborate?

 

On 3/15/2022 at 12:11 PM, Gam3rBoi said:

Minigame Skript (SkyWars?)

 

Players spawn on islands with chests that are randomly filled, one player per island

Max 12 people in game

Last player alive wins

Middle island is big, and has better chests

Map resets each round

Islands over void, so needs a void death calculator as well

Kills / Deaths tracker

I think that should be it? If you need info, just Google 'Minecraft Skywars'

 

Honestly you don't have to do this, but this is a fun challenge

i dont have a skywars map so i cant do this

Vip: 20/12/2021

Skript is fun, I am currently working on SkChat and making stuff for market rank!

| NEWEST VERSION |

https://forums.minehut.com/topic/51451-skchat-v11-release/

1335430724_SkChatLogo.jpg.8d5d2c23ac226fcb4cd300eccd8f07c3.jpg

Link to comment
Share on other sites

16 hours ago, Disvand said:

i dont get what you mean, can you elaborate?

 

i dont have a skywars map so i cant do this

Yikes. I might've said this too early. I figured out how to do everything what I just said so don't worry

2021-06-09_20_22_08.jpg.422c39613f8b72de894e5ec1f3377dca.jpg

Yo who actually reads these

[Vip] - 12/29/2020
[Pro] - 1/25/2022
 

 

 

Link to comment
Share on other sites

Hey! I havent posted here in a long time. I was wondering if you can make a spiderman script. This is straight foward kinda. You have increased strength (but it does not show as a potion effect). You take no fall damage and can double jump. You can also rightclick to shoot a web and web swing (Probally using some fish rod mechanics).

 

I understand if you cannot do this!

 

imgonline-com-ua-resize-CNNkL1drx5M-removebg-preview.png.d6a8ae8b5eb862005fb056c21f934200.png

Link to comment
Share on other sites

On 3/16/2022 at 4:23 PM, Disvand said:

i dont get what you mean, can you elaborate?

 

i dont have a skywars map so i cant do this

You don't need a map. You could just do all the chest resetting functions and spawning stuff with locations saved as options.

Main MC account: Gam3rBoi (VIP in MH)

Alt MC account: *Gam3rBoi2147

Farcade server owner

Skripter with 6+ months experience + time learning coding concepts

Message me through the forums if you need anything!

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 4 weeks later...
On 4/6/2022 at 7:21 PM, thijsvuur said:

Disvand can you make so if you trigger the command /xt you get a xp bottle plz help me Have a nice Day Disvand

I can do this for you, I am quite new to the Skript language but I think I can find a way for this to work.

command /xp:

	# OPTIONS - YOU CAN CHANGE UNDERNEATH THIS LINE
    
	description: Gives you an XP bottle.
    cooldown: 1 minute
    cooldown message: &cPlease wait &e%remaining time%&r&c to do this command again!
    cooldown bypass: xp.nocooldown # you can give this permission, operators will automatically bypass the cooldown
    
    # DONT CHANGE ANYTHING UNDER THIS LINE
    
	trigger:
		if the player's inventory doesn't have space for bottle of enchanting:
			send "&cYou do not have enough room in your inventory to get XP!"
        	cancel command cooldown
        
        else:
        	give player bottle of enchanting

Just a few things: This was not tested, let me know if it works, you can change the cooldown, message, etc.

 

Also I just figured out now, this is a very old post, but I already wrote out all the code so I just decided to keep it here I guess.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...