Jump to content

ingot generator


Gloozzy

Recommended Posts

Here is one of my friends scriptΒ for generators
Β 

# β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•— β–ˆβ–ˆβ•—     β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•—  β–ˆβ–ˆβ•—
#β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•”β•β•β•β•β•β•šβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•
#β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—   β•šβ–ˆβ–ˆβ–ˆβ•”β• 
#β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘     β–ˆβ–ˆβ•”β•β•β•   β–ˆβ–ˆβ•”β–ˆβ–ˆβ•— 
#β–ˆβ–ˆβ•‘  β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•šβ–ˆβ–ˆβ•—
#β•šβ•β•  β•šβ•β•β•šβ•β•β•β•β•β•β•β•šβ•β•β•β•β•β•β•β•šβ•β•  β•šβ•β•

Options:
	Prefix: &7[&bSERVERNAME&7] # Put in your server name :)
	
	# IN SECONDS
	CoalGenTime: 5
	IronGenTime: 10
	GoldGenTime: 15
	DiamondGenTime: 20
	NetheriteGenTime: 25
	SandGenTime: 5
	MagmaBlockGenTime: 5
	SlimeGenTime: 5
	LapisGenTime: 5

# Instructions:
# Stand at location of the generators and type /generators set (coal/iron/gold/diamond/netherite)
# Repeat this command for each generator location.
# Edit the Prefix and Generator Times in the OPTIONS: above this message
# Done! Enjoy :)

# Note if you edited something type (/sk reload generator)








#β–ˆβ–€β–„ β–ˆβ–€β–ˆ β–ˆβ–„ β–ˆ β–€β–ˆβ–€   β–ˆβ–€β–€ β–ˆβ–€β–„ β–ˆ β–€β–ˆβ–€   β–ˆβ–€β–ˆ β–„β–€β–ˆ β–ˆβ–€ β–€β–ˆβ–€   β–ˆ β–ˆ β–ˆβ–€β–€ β–ˆβ–€β–ˆ β–ˆβ–€β–€
#β–ˆβ–„β–€ β–ˆβ–„β–ˆ β–ˆ β–€β–ˆ  β–ˆ    β–ˆβ–ˆβ–„ β–ˆβ–„β–€ β–ˆ  β–ˆ    β–ˆβ–€β–€ β–ˆβ–€β–ˆ β–„β–ˆ  β–ˆ    β–ˆβ–€β–ˆ β–ˆβ–ˆβ–„ β–ˆβ–€β–„ β–ˆβ–ˆβ–„


command /generators [<text>] [<text>]:
	permission: op
	trigger:
		if arg 1 is not set:
			send "{@Prefix} &7>> &b&lFormat&7: &c/generators &7(&chelp/set&7)"
		if arg 1 is "help":
			send "&0&m-------------------------------"
			send " &6&lGenerators &7by AlexWarrior"
			send "&0"
			send "&b&lCommands:"
			send "&c/generators &7(&chelp/set&7)"
			send "&0&m-------------------------------"
		if arg 1 is "set":
			if arg 2 is "coal":
				set {CoalGenSpot} to player's location
				send "&cCOAL Generator Location Set &7%{CoalGenSpot}%&7)"
			if arg 2 is "iron":
				set {IronGenSpot} to player's location
				send "&cIRON Generator Location Set &7%{IronGenSpot}%&7)"
			if arg 2 is "gold":
				set {GoldGenSpot} to player's location
				send "&cGOLD Generator Location Set &7%{GoldGenSpot}%&7)"
			if arg 2 is "diamond":
				set {DiamondGenSpot} to player's location
				send "&cDIAMOND Generator Location Set &7%{DiamondGenSpot}%&7)"
			if arg 2 is "netherite":
				set {NetheriteGenSpot} to player's location
				send "&cNETHERITE Generator Location Set &7%{NetheriteGenSpot}%&7)"
			if arg 2 is "sand":
				set {SandGenSpot} to player's location
				send "&cSAND Generator Location Set &7%{SandGenSpot}%&7)"
			if arg 2 is "magma":
				set {MagmaBlockGenSpot} to player's location
				send "&cMAGMA Generator Location Set &7%{MagmaBlockGenSpot}%&7)"
			if arg 2 is "lapis":
				set {LapisGenSpot} to player's location
				send "&cLAPIS Generator Location Set &7%{LapisGenSpot}%&7)"
			if arg 2 is not set:
				send "{@Prefix} &7>> &b&lFormat&7: &c/generators set &7(&ccoal/iron/gold/diamond/netherite/sand/magma/lapis&7)"

every {@CoalGenTime} seconds:
	drop a coal at {CoalGenSpot}'s position
every {@IronGenTime} seconds:
	drop a iron ingot at {IronGenSpot}'s position
every {@GoldGenTime} seconds:
	drop a gold ingot at {GoldGenSpot}'s position
every {@DiamondGenTime} seconds:
	drop a diamond at {DiamondGenSpot}'s position
every {@NetheriteGenTime} seconds:
	drop a netherite ingot at {NetheriteGenSpot}'s position
every {@SandGenTime} seconds:
	drop a sand at {SandGenSpot}'s position
every {@MagmaBlockGenTime} seconds:
	drop a sand at {MagmaBlockGenSpot}'s position
every {@SlimeGenTime} seconds:
	drop a sand at {SandGenSpot}'s position
every {@LapisGenTime} seconds:
	drop a sand at {LapisGenSpot}'s position

Β 

I like potatoes

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