Jump to content

Making Skript for the community


_BokBok_

Recommended Posts

On 5/23/2020 at 1:27 PM, OGChriss said:

You know dupe scripts? something like that. but instead of dupe, its /superdupe and quadruples your items. 0.75 second cooldown.

command superdupe:
	cooldown: 0.75 seconds
	trigger:
		give (4 * item amount of player's tool) of player's tool to player

 

  • Like 1

VIP since January 7th, 2020

Support since September 19th, 2020

Helper since November 3rd, 2020

Moderator since March 8th, 2021

unknown.png

5.png.e14b1bf83edf0ac2edc1bfb822177184.png

image.png.fe30b7b2c0be5a541ba4ed2187b23030.png

Link to comment
Share on other sites

On 5/10/2020 at 7:26 PM, Rebirth450 said:

Can you make me a skript for random drops from blocks. The kind that has a preset random object drop from each block. so if you break an oak trapdoor twice you get a totem both times?

on skript load:
	if {done} is not set:
		loop all blocks:
			set {random::%loop-block%} to random item out of all items
			set {done} to true

command reset:
	permission: admin.reset
	trigger:
		loop all blocks:
			set {random::%loop-block%} to random item out of all items

on break:
	clear drops
	drop {random::%event-block%} at event-block's location

im late to the show but hey optimization

VIP since January 7th, 2020

Support since September 19th, 2020

Helper since November 3rd, 2020

Moderator since March 8th, 2021

unknown.png

5.png.e14b1bf83edf0ac2edc1bfb822177184.png

image.png.fe30b7b2c0be5a541ba4ed2187b23030.png

Link to comment
Share on other sites

  • 1 month later...
  • 3 weeks later...
On 7/16/2020 at 11:03 AM, Draghorion said:

Hi, does anyone know how to make a skript for a Cobblestone generator to use in a SkyBlock server? I really need it! Thanks!

They're fairly simple to just google, look for a few hours and find it.. Not to be rude, drag..

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...

Can you make a script that spawns a custom item on top of a custom block? This is for a parkour gens server I want to make. Make the item cobblestone and the block smooth stone. Though, if you can, could you put an alias/variable that I can edit the value of it at the top? I understand if you're busy or something, but thanks.

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
On 7/16/2020 at 12:03 PM, Draghorion said:

Hi, does anyone know how to make a skript for a Cobblestone generator to use in a SkyBlock server? I really need it! Thanks!

Necropost happened 2 months ago

image.png.0e22da98cfa645df5b08a5452f9b3711.png

If I helped you add a reaction to my post.

 

First Joined Oct 29 15:01 GMT 2017

VIP since 9/26/2020

Link to comment
Share on other sites

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