-
Posts
32 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by SweatyFuzeMain
-
-
How do I make it say like
THIS SERVER IS WHITELISTED
Discord.gg/link to CONTACT US!
-
4 hours ago, Lapzzo said:
Its in the config.yml folder for essentials. They both are
Where about is it?
-
4 minutes ago, Lapzzo said:
Its in the config.yml folder for essentials. They both are
Okay, thanks!
-
3 minutes ago, Lapzzo said:
Me too. Even ur reputation is weird. U were offline for 30 mins and got 40 rep when u came back
I think it's when if your posting on someone else's forums they will know you are good or its no use.
I'm not sure though -
I'm also looking to remove the <> next to the displayname.
-
I'm also looking to remove the <> next to the displayname
-
How do I fix the thing?
-
5 hours ago, StarBunnie said:
Are you using luckperms?
Yeah
-
So, I need a skript where there is this GUI that can punish people, so like warn, mute, and ban.
Also, I need it to have a silent and non-silent.
Thanks!
-
On 5/16/2021 at 10:53 PM, RadBoyAlex said:
True, Luckperms is probably the best rank/permission plugin. It helps me set up ranks on my server I would get permissionschat and vault as well because that helps the ranks be in chat.
-
On 4/27/2021 at 1:08 PM, Sowcoa said:
command /bedwars:
trigger:
send "bedwar!" to player
ban player due to "server crashed!"
this is going in my server
its pog
-
I need a skript where when you type [I]in chat it shows the item you are holding in chat (with the enchantments).
-
On 5/20/2021 at 3:26 PM, aroze123 said:
uwuguard is good
I was running without hacks on and it said I was banned because of "movement" I was only jumping and running.
Really bad anti-cheat
-
10 hours ago, MillionDollar said:
You can disable it by using the on anvil rename event from Tuske
on anvil rename: if event-item is shulker box: cancel eventThe only problem is that you're required to put all shulker names, so for each color you need to put it in the skript.
Thank you so much I can publish my dupe server now.
-
How do I disable renaming shulkers in an anvil? I am trying to make a dupe server.
-
2 hours ago, Jockerlight said:
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 event6 errors
-
29 minutes ago, Jockerlight said:
Do you use any addons ??
On my server right now I have Skript, Skellet, Tuske, Rayfall, Query and Bee
-
24 minutes ago, Jockerlight said:
Bruh you can download a gen Skript like every where it’s free! Or watch tutorials
I am finding gen scripts and I find errors in them, that I can't fix.
-
1 minute ago, Nitrogen said:
Nobody likes gen servers soooooooooo
no
k
-
Can someone give me a gen and a shop GUI for the gens script?
-
I am answering my own question yes lol idk why
-
You can simply install the plugin itemedit or EpicRename (If you have unlimited plugins that is).
If you do have the free server plan go ahead
-
I would say it will take about a week or 2 because of the scripts and stuff. It's hard work to develop it.
-
Nice copy pasting
#Created by 29hackin also know as SayImHackin #Created by 29hackin also know as SayImHackin #Created by 29hackin also know as SayImHackin #Created by 29hackin also know as SayImHackin #Created by 29hackin also know as SayImHackin
Hmph
Develop your own scripts on the mh forums
not other peoples that they worked on just to have someone else put it in another post and it being not the owner of that script.
-
2
-


Got This Message on my private server
in Help
Posted
No, it's just minehut promoting their server plans and stuff