-
Posts
84 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by Jockerlight
-
-
Okey
-
Guys you all now that minehut is lagging in the last time! Servers have problems to start and to stay online ! And I just Wanne now if it’s possible that the minehut team could organise a stronger root or v-Server that our servers don’t lag so much

-
Which Addons do you have installed (I would recommend SkQuey SkRayFall and Skellett
-
This is a sell Skript! You spelled the things for the money and then you got the xp for that! But It’s not that easy like other Skripts
-
What is your specific question cause I don’t see any mistakes in the code just by looking on it !!
-
gui
in Discussion
You can’t make a trigger in a trigger !!
You can just make sth like to run:
-
Yea it would work! But it’s just a basic Skript that he would understand better then you Skript!
-
-
on right click:
-
if player is sneaking
-
make player execute "/upgrade”
command “/upgrade”trigger:if event-block is Melonwait 2 secondsset event-block to Pumpkinmake player execute command “/eco remove 200”if event-block is Pumpkinwait 2 secondset event-block to cobblestone #this can be changed to every blockmake player execute command “/eco remove 2000”-
1
-
-
I am bored!
Send Skripts you Need and I will past them in the topic

I will make them and you will get them in like some hours later

-
1
-
-
I am Confused
-
I am manly working with Skript but never made crafting recepies before yet, maybe you can help me ?
-
Is it possible to make a crafting recipient like this with Skript or do I have to use Java for this ??
-
1
-
-
Youse Skript releases
-
make player execute command
instead of
run player command
-
Yea @SortaCold is right! You can’t make a server like hypixel on minehut, you need more ram to host this also it is not possible to remake everything from hypixel cause they are using Java as they’re main coding language!
-
Bruh I worked 30 Minutes on that!! I can’t help you with the errrors !
-
command /genbucket:
trigger:
open chest inventory with 3 rows named "&d&lGenerator Buckets" to player
set slot 0 of player's current inventory to black stained glass pane named " "
set slot 1 of player's current inventory to black stained glass pane named " "
set slot 2 of player's current inventory to black stained glass pane named " "
set slot 3 of player's current inventory to black stained glass pane named " "
set slot 4 of player's current inventory to black stained glass pane named " "
set slot 5 of player's current inventory to black stained glass pane named " "
set slot 6 of player's current inventory to black stained glass pane named " "
set slot 7 of player's current inventory to black stained glass pane named " "
set slot 8 of player's current inventory to black stained glass pane named " "
set slot 9 of player's current inventory to black stained glass pane named " "
set slot 10 of player's current inventory to black stained glass pane named " "
set slot 11 of player's current inventory to glowing lava bucket named "&6&l✯ Gen - Bucket ✯ - Obsidian"
set slot 12 of player's current inventory to black stained glass pane named " "
set slot 13 of player's current inventory to glowing lava bucket named "&6&l✯ Gen - Bucket ✯ - Cobblestone"
set slot 14 of player's current inventory to black stained glass pane named " "
set slot 15 of player's current inventory to glowing lava bucket named "&6&l✯ Gen - Bucket ✯ - Sand"
set slot 16 of player's current inventory to black stained glass pane named " "
set slot 17 of player's current inventory to black stained glass pane named " "
set slot 18 of player's current inventory to black stained glass pane named " "
set slot 19 of player's current inventory to black stained glass pane named " "
set slot 20 of player's current inventory to black stained glass pane named " "
set slot 21 of player's current inventory to black stained glass pane named " "
set slot 22 of player's current inventory to black stained glass pane named " "
set slot 23 of player's current inventory to black stained glass pane named " "
set slot 24 of player's current inventory to black stained glass pane named " "
set slot 25 of player's current inventory to black stained glass pane named " "
set slot 26 of player's current inventory to black stained glass pane named " "on place:
if event-item is lava:
if name of player's held item is "&6&l✯ Gen - Bucket ✯ - Obsidian":
if player's balance is greater than or equal to 10000:
remove 10000 from player's balance
cancel event
set event-block to obsidian
loop 256 times:
if block loop-number above event-block is bedrock:
stop loop
stop
if block loop-number above event-block is air:
wait 20 ticks
set block loop-number above event-block to obsidian
else:
stop loop
stop
else:
cancel event
send "&cYou Do NOT meet the requirements to use this!" to player
on place:
if event-item is lava:
if name of player's held item is "&6&l✯ Gen - Bucket ✯ - Sand":
if player's balance is greater than or equal to 5000:
remove 5000 from player's balance
cancel event
set event-block to sand
loop 256 times:
if block loop-number above event-block is bedrock:
stop loop
stop
if block loop-number above event-block is air:
wait 20 ticks
set block loop-number above event-block to sand
else:
stop loop
stop
else:
cancel event
send "&cYou Do NOT meet the requirements to use this!" to playeron place:
if event-item is lava:
if name of player's held item is "&6&l✯ Gen - Bucket ✯ - Cobblestone":
if player's balance is greater than or equal to 2000:
remove 2000 from player's balance
cancel event
set event-block to cobblestone
loop 256 times:
if block loop-number above event-block is bedrock:
stop loop
stop
if block loop-number above event-block is air:
wait 20 ticks
set block loop-number above event-block to cobblestone
else:
stop loop
stop
else:
cancel event
send "&cYou Do NOT meet the requirements to use this!" to playeron inventory click:
if event-slot is glowing lava bucket named "&6&l✯ Gen - Bucket ✯ - Obsidian":
cancel event
give player 1 of glowing lava bucket named "&6&l✯ Gen - Bucket ✯ - Obsidian" with lore " &c&lType: &a&lObsidian" and " &c&lCost: &a&l$10,000" and " &c&lDirection: &a&lVerticle"
send "&6&lGen Bucket Recieved" to playeron inventory click:
if event-slot is glowing lava bucket named "&6&l✯ Gen - Bucket ✯ - Sand":
cancel event
give player 1 of glowing lava bucket named "&6&l✯ Gen - Bucket ✯ - Sand" with lore " &c&lType: &a&lSand" and " &c&lCost: &a&l$5,000" and " &c&lDirection: &a&lVerticle"
send "&6&lGen Bucket Recieved" to playeron inventory click:
if event-slot is glowing lava bucket named "&6&l✯ Gen - Bucket ✯ - Cobblestone":
cancel event
give player 1 of glowing lava bucket named "&6&l✯ Gen - Bucket ✯ - Cobblestone" with lore " &c&lType: &a&lCobblestone" and " &c&lCost: &a&l$2,000" and " &c&lDirection: &a&lVerticle"
send "&6&lGen Bucket Recieved" to playeron inventory click:
if event-slot is black stained glass pane named " ":
cancel event -
Do you use any addons ??
-
Bruh you can download a gen Skript like every where it’s free! Or watch tutorials
-
Wow you have to fix that Skript! I don’t Wanne be rude but there are many errors and without testing the Skript I can see a Lot of mistakes!! So go and watch some tutorials or ask specific question so we can give you a answer on your problem
-
Yea it should work, but do you need help with the Skript or why are you posting it in discussion??

-
On 3/27/2021 at 11:18 PM, AgentGamerPro said:
on hack: cancel eventxD
-
You should watch tutorials! They give you the needed information;)
-
Yea, It looks pretty cool! You could make a gui where players can reload the server by tapping on a block in the gui:
command /admin:
open chest with 1 row named “admin gui”
format gui slot 1 of player with commandblock named “&cReload the server” to run:
make player execute command “reboot”

Is it possible to make a crafting recipient like this with Skript or do I have to use Java for this ??
Staff Update - March 26, 2021
in News and Updates
Posted · Edited by Jockerlight
Wrongs
I think Gingey was one of the best staff at minehut.
I just Wanne say goodbye and thank you for everything you did at the team 
Who does agree ??