Jump to content

Free skripts!!! Reply what you need.


ChilkinsJr

Recommended Posts

Nothing. You just need skript plugin. Maybe an addon for the gui. I tried it on my server and it worked so. 

⭢ Founder Of Website 

The Website is men't to help you with all the skript you need to start your server. Soon we will have tutorials on how to use certain things, but for now you should go to Minehut.xyz for tutorials. Again, The Website is men't for skript help and skript requests.

Link to comment
Share on other sites

On 8/2/2020 at 7:45 AM, St4ckY said:

Add me on Discord, I need skript for crates! Obj3cT_#6914



options:
	item: sea lantern #This is the item of the lootbox
	name: &b&lLoot Box #This is the name of the lootbox
	animation: true #Whether placing a lootbox should play an animation or not
	sound: true #Whether placing a lootbox should play a sound or not
	lore: &7Place for Rewards! #The lore of the lootbox

















on place of {@item}:
	if name of player's tool is "{@name}":
		if {@animation} is true:
			wait 2 ticks
			set block to red stained glass
			wait 2 ticks
			set block to orange stained glass
			wait 2 ticks
			set block to yellow stained glass
			wait 2 ticks
			set block to lime stained glass
			wait 2 ticks
			set block to blue stained glass
			wait 2 ticks
			set block to purple stained glass
			wait 2 ticks
			set block to black stained glass
			wait 2 ticks
			if {@sound} is true:
				play sound "entity.experience_orb.pickup" with volume 5 and pitch 16 at player 
		else if {@sound} is true:
			play sound "entity.experience_orb.pickup" with volume 5 and pitch 16 at player 
		set block to air
		set {_loot} to a random element out of {lootbox::*}
		give player {_loot}
		send action bar "&3&lYou Won:&b %{_loot}%" to player
			

command /lootbox [<text>] [<number=1>] [<player=%player%>]:
	permission: op
	trigger:
		if arg-1 is "give":
			give arg-2 of {@item} named "{@name}" with lore "{@lore}" to arg-3
		else if arg-1 is "add":
			if player's tool is not air:
				add player's tool to {lootbox::*}
				send "&3&lLootbox &6» &bItem successfully added!" to player
			else:
				send "&3&lLootbox &6» &bYou can't add air!" to player
		else if arg-1 is "remove":
			if {lootbox::*} contains player's tool:
				remove player's tool from {lootbox::*}
				send "&3&lLootbox &6» &bItem successfully added!" to player
			else:
				send "&3&lLootbox &6» &bYour item was not found in the lootbox!" to player
		else if arg-1 is "list":
			send "&3&lLootbox List:" to player
			loop {lootbox::*}:
				send "&9[%loop-index%] &b%loop-value%" to player
		else:
			send "&3&lUsage:" to player
			send " &b/lootbox give [<amount>] [<player>]" to player
			send " &b/lootbox add (Must be holding item)" to player
			send " &b/lootbox remove (Must be holding item)" to player
			send " &b/lootbox list" to player

Made by somebody else.

⭢ Founder Of Website 

The Website is men't to help you with all the skript you need to start your server. Soon we will have tutorials on how to use certain things, but for now you should go to Minehut.xyz for tutorials. Again, The Website is men't for skript help and skript requests.

Link to comment
Share on other sites

  • 2 weeks later...

Can you make a skript that allows donors and certain ranks to have custom join messages that also include sound?

Without requiring essentials. Only requering skript and addons. I use luckperms for my perm manager and a skript to manage my current join messages.

Edited by Cristaf
Link to comment
Share on other sites

3 hours ago, BothBasilisk said:

A Skyblock skript

Be more specific. 

⭢ Founder Of Website 

The Website is men't to help you with all the skript you need to start your server. Soon we will have tutorials on how to use certain things, but for now you should go to Minehut.xyz for tutorials. Again, The Website is men't for skript help and skript requests.

Link to comment
Share on other sites

17 hours ago, Cristaf said:

Can you make a skript that allows donors and certain ranks to have custom join messages that also include sound?

Without requiring essentials. Only requering skript and addons. I use luckperms for my perm manager and a skript to manage my current join messages.

I need the names of the ranks please.

⭢ Founder Of Website 

The Website is men't to help you with all the skript you need to start your server. Soon we will have tutorials on how to use certain things, but for now you should go to Minehut.xyz for tutorials. Again, The Website is men't for skript help and skript requests.

Link to comment
Share on other sites

2 hours ago, Mr_pro68YT said:

i did...

Then it should work...

⭢ Founder Of Website 

The Website is men't to help you with all the skript you need to start your server. Soon we will have tutorials on how to use certain things, but for now you should go to Minehut.xyz for tutorials. Again, The Website is men't for skript help and skript requests.

Link to comment
Share on other sites

6 hours ago, pixelZgamer said:

A /rankup skript?

Please reply ASAP.

Be more specific

⭢ Founder Of Website 

The Website is men't to help you with all the skript you need to start your server. Soon we will have tutorials on how to use certain things, but for now you should go to Minehut.xyz for tutorials. Again, The Website is men't for skript help and skript requests.

Link to comment
Share on other sites

On 8/16/2020 at 4:41 PM, Reassembly said:

Make me a skript that makes me a skript

You see.... that there..... Is beyond my abilities.

⭢ Founder Of Website 

The Website is men't to help you with all the skript you need to start your server. Soon we will have tutorials on how to use certain things, but for now you should go to Minehut.xyz for tutorials. Again, The Website is men't for skript help and skript requests.

Link to comment
Share on other sites

On 8/1/2020 at 4:20 AM, Reassembly said:

I need a skript that trains an AI to make a skript k thx

command makeai:

  trigger:

    make all player's say "by the power of our brains MAKE %player% AN AI!!!"

    loop all players:

      if loop-value isn't "%player%":

        set computing power of loop-player to 0
        wait 50 seconds
        set computing power of loop-player to 99

        make a new ai named "%player%":

          tell ai named "%player%" to make a new skript:

            set new skript to "on script load: %nl%%indent%broadcast ""I AM ALIVE!!!!!!!!!!! %nl%stop""" with ai named "%player%"
      

that should work 🙂

Link to comment
Share on other sites

Ok so i have a gen script for coal block(coal),iron block (iron ingot),gold block (gold ingots),diamond block (diamond),netherite block (netherite ingot) and obsidian (netherstar). i have the script for the generators but i dont know how to make the script for when you Shift+left click it upgrades the gen and when you left click it picks up the gen anddd only the person that placed the block can pick it up. So can you please help me make those 3 things.

Edited by SENTHIN
Link to comment
Share on other sites

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