-
Posts
281 -
Joined
-
Last visited
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by emopediaMC
-
-
2 hours ago, AngerYT said:
Wrong Topic do it in Marketplace
Please don't comment on posts older than a month. Can a mod lock this?
-
Nice skript! Great for beginners.
-
1
-
-
10 hours ago, nolando09 said:
I cant get this to work
Code:
on world change:
if player is entering nether:
if player's world is "dupesurv":
make console execute command "/warp %player% dupesurvnether"if player is entering nether is not valid in skript iirc
-
/ul has been removed due to the PlayerServer plugin being removed from Minehut servers. You could try uploading the world and world files individually via the file manager.
-
Yeah, there is no fix to this.
-
Hi! It is the default bedrock port, 19132. Make sure you are connecting with bedrock.minehut.com and are not connecting to [servername].minehut.gg.
-
1
-
-
You are unable to delete a server. However, you can reset your server to a factory state in the "Danger Zone" menu.
-
3 hours ago, emopediaMC said:
mines like 180.. cough cough @CoolProgrammer
@CoolProgrammer is so nerdy smh
-
So, I've been trying to download my plugins folder so I can upload it on my test server, but everytime I try to, the download turns into a world file. How do I fix this?
-
mines like 180.. cough cough @CoolProgrammer
-
On 8/22/2021 at 9:46 AM, rewgwgr said:
Hello!
I am Currently Working on a Server and i would like to Implement an Envoy Feature!
Let me Explain:
The Command: /envoy
what it Does:
it gives you an "Envoy Crate Key" (I Use CrazyCrates and I Have Already made & Set up the crate)
So it should just run the command /ccrate give p Envoy 1 (player)
I Would also like there to be a Limit, so only 10 people can run the command, then the envoy is over, when somebody types /envoy it also says "[Player] Has Claimed an Envoy, [amount] Keys Remain!"
Envoys happen Each hour, with alerts at:
- 45 minutes till envoy
- 30 minutes till envoy
- 15 minutes till envoy
- 10 minutes till envoy
- 5 minutes till envoy
- 2 minutes till envoy
- 1 minute till envoy
- 30 seconds till envoy begins
- (Countdown from 10)
- Envoy Has Begun! Type /Envoy to Claim a Key!
( I Know this is a HUGE Task, but it would make my YEAR.
(for more details about what i want, Join a Server called "GoldenDupe" they have a nice envoy system or, add me on discord Cow#1000)
Thanks!
This would be better in Marketplace. And also, the skript isn't too hard either.
-
9 minutes ago, Lapzzo said:
Whats the name of the head?
You just need to set the NBT data of the head to what they specified.
-
Nice Skript! Simple and great for Skript beginners. I would like to add I suggest you add an easier way to change the server name. Just so Skript beginners have an even easier time setting it up!
options: servername: servername #be sure to add any colors you want on join: send "&7Welcome back to {@servername}&7!" send "" send "" send "We hope you like your time here." set join message to "&7[&a+&7] &7%player%" on first join: send "&7Welcome to {@servername}&7!" send "" send "" send "We hope you have a great time here." on quit: set join message to "&7[&c-&7] &7%player%"
Above I have linked a way I would do it.
-
This is what Trent said in the #updates channel in the Minehut discord.
QuoteRule Update
Recently, we've been very vague on our handling of ad track services and what's allowed vs not allowed. Today, we're updating our rules and how we enforce them.
Rules: https://forums.minehut.com/rules/
New rules:
14. You are not allowed to use bots or compromised accounts on Minehut.
15. You are not allowed to reward players for advertising your server within Minehut’s chat channels, including lobby chat.Existing:
13. You are not allowed to sell or share our data.New rules that clarify using bot accounts on Minehut is not allowed, including to read chat from our lobby. We are making it clear that going forward, ad track services are not allowed on Minehut. Starting Monday, August 9th, we will suspend any servers we find using, promoting, or giving rewards for users advertising in the lobby.
Future of Server Promotion
We understand why people came up with ad track and really like the idea, but it's starting to turn our lobby chat into just an ad channel instead of a place to talk and meet other Minecraft players. We're working on new ways to let players discover servers and server owners to promote their servers. If this is interesting to you or if you're upset about today's change, please join our Meta discord (do !meta) and contribute to the discussion about how we should update server discovery in the future. -
4 hours ago, nqpt said:
Hello could someone make me a simple /ad script that would show when a person advertises for our server and the amount of times they have advertised.
Optional: Also could u make it so u could /ad from inside the server and not in the minehut lobbies?Hi! Sadly, this is against Minehut's rules now and will get your server suspended. You can still find the source code of the bot if you want to take that risk. I will not link it but you may be able to find it. Just note, if you do take this approach, you have a high chance of your server getting suspended. I do not recommend it.
-
-
44 minutes ago, Lapzzo said:
Will variables lose data, when changing names, if it is not player's uuid?
Yes because it will still be checking for that name, names change, uuid's dont.
-
On 8/17/2021 at 1:45 PM, LastMC said:
# Made By LastMC
# Free To Use By Anyone
#
# PERMISSIONS
#
# token.give
# token.take
# token.set
# token.reset
#
# Recomended Permissions To Give To Default Group
#
# token.pay (let players pay eachother tokens)
# token.withdraw
# token.balance
# token.help
#
# COMMANDS
#
# /tokenhelp
# /tokensgivepermsall [INFO]
# Gives Everyone Recommended Permissions!
# Works With Luckperms!
#
on first join:
set {tokens::%player%} to 0
command /tokenhelp:
permission: token.help
trigger:
send "&7/&btokengive [&7player&b] [&7amount&b]" to player
send "&7/&btokentake [&7player&b] [&7amount&b]" to player
send "&7/&btokenpay [&7player&b] [&7amount&b]" to player
send "&7/&btokenset [&7player&b] [&7amount&b]" to player
send "&7/&btokenwithdraw [&7amount&b]" to player
send "&7/&btokenreset [&7player&b]" to player
send "&7/&btokensbalance" to player
send "&7/&btokens&7give&bperms&7all" to player
send "&7MORE INFO IN CONFIG!" to player
command /tokenreset [<offline player>]:
permission: token.reset
trigger:
set {tokens::%arg-1%} to 0
send "&7You Reset &b%arg-1%&7's Tokens To &b0&7!" to player
command /tokenbalance:
aliases: tokenbal
permission: token.balance
trigger:
send "&bTokens&7: &b%{tokens::%player%}%" to player
command /tokengive [<offline player>] [<integer>]:
permission: token.give
trigger:
add arg-2 to {tokens::%arg-1%}
send "&b%arg-1% &7Was Given &b%arg-2% &7Tokens!" to player
command /tokenpay [<offline player>] [<integer>]:
permission: token.pay
trigger:
if arg-2 is greater than or equal to 1:
add arg-2 to {tokens::%arg-1%}
remove arg-2 from {tokens::%player%}
send "&7You Received &b%arg-2% &7Tokens From &b%player%" to arg-1
send "&7You Payed &b%arg-1% &b%arg-2% &7Tokens!" to player
else:
if arg-2 is less than 1:
send "&7Not Enough Tokens! Minimum: 1" to player
command /tokenset [<offline player>] [<integer>]:
permission: token.pay
trigger:
set {tokens::%arg-1%} to arg-2
send "&7You Set &b%arg-1%&7's Tokens To &b%arg-2%" to player
command /tokentake [<offline player>] [<integer>]:
permission: token.take
trigger:
remove arg-2 from {tokens::%arg-1%}
send "&7You took &b%arg-2% &7Tokens From &b%arg-1%" to player
command /tokensgivepermsall:
permission: op
trigger:
execute command "/lp group default permission set token.pay true"
execute command "/lp group default permission set token.balance true"
execute command "/lp group default permission set token.withdraw true"
execute command "/lp group default permission set token.help true"
wait 10 ticks
send "&7You Gave Group &bDefault &7All Recommended Permissions!" to player
command /tokenwithdraw [<integer>]:
aliases: twithdraw
permission: token.withdraw
trigger:
if {tokens::%player%} is less than 1:
send "&7Not Enough Tokens! Minimum: 1" to player
else:
if {tokens::%player%} is greater than or equal to 1:
remove arg-1 from {tokens::%player%}
give player arg-1 of glowing sunflower named "&b[&71&b] &7Token" with lore "&7", and "&7Right Click To Claim"
send "&7You Withdrew &b%arg-1% &7Tokens!"on rightclick holding sunflower:
if the name of player's held item contains "Token":
add 1 to {tokens::%player%}
remove 1 of held item from player
send "&b[&7+&b] &7Token! &7Balance: &b%{tokens::%player%}%" to player
If There Are Any Issues Please Dont Be Afraid To Comment!
i suggest using player's uuid since if someone changes their username, they'll lose the data that is saved in those variables
-
On 8/22/2021 at 9:19 AM, nolando09 said:
So when i did the permission message it wont work and shows the default one ;-;
#Made by: Ramina__
#DON'T USE!
command /rank [<offline player>] [<text>]:
permission: core.rank
permission message: "&fUnknown command. Type "/help" for help."
usage: &4&lVelvetSurv>> &r&c/grant [player].
trigger:
if arg-1 is not set:
send "&4&lVelvetSurv>> &cSpecify A Player"
else:
loop all players:
if loop-player has permission "core.rank":
send "&4&lVelvetSurv>> &c%player% &cHas Used /Rank" to loop-player
open chest with 6 rows named "&7Ranks: &a%arg-1%" to player
wait 1 tick
format slot 0 of player with red dye named "&7[&0Ow&7n&fer&7]" with lore "&7Grant &a%arg-1% &7[&0Ow&7n&fer&7] &7rank." to run [make player execute command "systemgrant %arg-1% Owner"]
format slot 9 of player with red dye named "&7[&cCo&7-&0Ow&7n&fer&7]" with lore "&7Grant &a%arg-1% &7[&cCo&7-&0Ow&7n&fer&7] &7rank." to run [make player execute command "systemgrant %arg-1% Co-Owner"]
format slot 10 of player with yellow dye named "&l&4&k1&c&lADMINSr&4&l&k1" with lore "&7Grant &a%arg-1% &l&4&k1&c&lADMINSr&4&l&k1 &7rank." to run [make player execute command "systemgrant %arg-1% Admin.Sr"]
format slot 1 of player with yellow dye named "&l&4&k1&c&lADMIN&4&l&k1" with lore "&7Grant &a%arg-1% &l&4&k1&c&lADMIN&4&l&k1 &7rank." to run [make player execute command "systemgrant %arg-1% Admin"]
format slot 11 of player with light blue dye named "&f[&bModerator.Sr&f]" with lore "&7Grant &a%arg-1% &f[&bModerator.Sr&f] &7rank." to run [make player execute command "systemgrant %arg-1% Mod.Sr"]
format slot 2 of player with light blue dye named "&f[&bModerator&f]" with lore "&7Grant &a%arg-1% &f[&bModerator&f] &7rank." to run [make player execute command "systemgrant %arg-1% Mod"]
format slot 3 of player with blue dye named "&7[&9Helper&7]" with lore "&7Grant &a%arg-1% &7[&9Helper&7] &7rank." to run [make player execute command "systemgrant %arg-1% Helper"]
format slot 12 of player with blue dye named "&7[&9Helper.Sr&7]" with lore "&7Grant &a%arg-1% &7[&9Helper.Sr&7] &7 rank." to run [make player execute command "systemgrant %arg-1% Helper.Sr"]
format slot 4 of player with purple dye named "&5[&dBuilder&5]" with lore "&7Grant &a%arg-1% &5[&dBuilder&5] &7rank." to run [make player execute command "systemgrant %arg-1% Builder"]
format slot 13 of player with purple dye named "&5[&dBuilder.Sr&5]" with lore "&7Grant &a%arg-1% &5[&dBuilder.Sr&5] &7rank ." to run [make player execute command "systemgrant %arg-1% Builder.Sr"]
format slot 26 of player with red dye named "&4[&cDumbass++&4]" with lore "&7Grant &a%arg-1% &4[&cDumbass++&4] &7rank." to run [make player execute command "systemgrant %arg-1% Dumbass++"]
format slot 25 of player with red dye named "&4[&cDumbass+++&4]" with lore "&7Grant &a%arg-1% &4[&cDumbass+++&4] &7rank." to run [make player execute command "systemgrant %arg-1% Dumbass+++"]
format slot 7 of player with grey dye named "&7&l[Member]" with lore "&7Grant &a%arg-1% &7&l[Member] &7rank." to run [make player execute command "systemgrant %arg-1% Default"]
format slot 8 of player with black dye named "&4[&cWARNED&4]" with lore "&7Grant &a%arg-1% &4[&cWARNED&4] &7rank." to run [make player execute command "systemgrant %arg-1% Warned"]
format slot 24 of player with red dye named "&4[&cDumbass.Dum&4]" with lore "&7Grant &a%arg-1% &4[&cDumbass.Dum&4] &7 rank." to run [make player execute command "systemgrant %arg-1% Dumbass.dum"]
format slot 53 of player with barrier named "&c&lCancel" to close
format slot 18 of player with red dye named "&f[&b&lOwner&f]" with lore "&7Grant &a%arg-1% &f[&b&lOwner&f] &7rank." to run [make player execute command "systemgrant %arg-1% Owner-Blue"]
format slot 19 of player with lime dye named "&a[VIP]" with lore "&7Grant &a%arg-1% &a[VIP] &7rank." to run [make player execute command "systemgrant %arg-1% Vip"]
format slot 20 of player with green dye named "&a[VIP&6+&a]" with lore "&7Grant &a%arg-1% &a[VIP&6+&a] &7rank." to run [make player execute command "systemgrant %arg-1% Vip+"]
format slot 21 of player with cyan dye named "&b[MVP]" with lore "&7Grant &a%arg-1% &b[MVP] &7rank." to run [make player execute command "systemgrant %arg-1% Mvp"]
format slot 22 of player with red dye named "&b[MVP&4+&b]" with lore "&7Grant &a%arg-1% &b[MVP&4+&b] &7rank." to run [make player execute command "systemgrant %arg-1% Mvp+"]->[send "&4&lVelvetSurv>> &cNow you are &b[MVP&c+&b]&c Do /rankcolor To see all the awesome rank colors that come with &b[MVP&c+&b]" to arg-1]
format slot 23 of player with orange dye named "&6[MVP&4++&6]" with lore "&7Grant &a%arg-1% &6[MVP&c++&6] &7rank." to run [make player execute command "systemgrant %arg-1% Mvp++"]->[send "&4&lVelvetSurv>> &cNow you are &6[MVP&c++&6]&c Do /rankcolor To see all the awesome rank colors that come with &6[MVP&c++&6]" to arg-1]
format slot 5 of player with blue dye named "&b[&3&lStaff&b]" with lore "&7Grant &a%arg-1% &b[&3&lStaff&b] &7rank." to run [make player execute command "systemgrant %arg-1% Staff"]
format slot 14 of player with blue dye named "&b[&3&lStaff+&b]" with lore "&7Grant &a%arg-1% &b[&3&lStaff+&b] &7rank." to run [make player execute command "systemgrant %arg-1% Staff+"]
format slot 45 of player with red dye named "&6[&4YOU&fTUBE&6]" with lore "&7grant &a%arg-1% &6[&4YOU&fTUBE&6] &7rank." to run [make player execute command "systemgrant %arg-1% Youtuber"]
format slot 46 of player with orange dye named "&6&k1&6God&6&k1&r&6Suffix" with lore "&7grant &a%arg-1% &6&k1&r&6God&r&6&k1&r&6Suffix &7rank." to run [make player execute command "systemgrant %arg-1% GodSuffix"]
format slot 36 of player with orange dye named "&6&k1&6God&6&k1&r&6Prefix" with lore "&7grant &a%arg-1% &6&k1&r&6God&r&6&k1&r&6Prefix &7rank." to run [make player execute command "systemgrant %arg-1% GodPrefix"]
format slot 37 of player with yellow dye named "&6&k1&6OG&6&k1" with lore "&7grant &a%arg-1% &6&k1&6OG&6&k1 &7rank." to run [make player execute command "systemgrant %arg-1% OG"]
format slot 47 of player with light grey dye named "&k1&4M&fo&4o&fs&4h&fr&4o&fo&4m&k1" with lore "&7Grant &a%arg-1% &k1&4M&fo&4o&fs&4h&fr&4o&fo&4m&k1 &7rank." to run [make player execute command "systemgrant %arg-1% Mooshroom"]
format slot 38 of player with pink dye named "&d[&5<3&d]" with lore "&7Grant &a%arg-1% &d[&5<3&d] &7rank." to run [make player execute command "systemgrant %arg-1% <3"]
format slot 17 of player with red dye named "&4[&c&lRetired&r&4]" with lore "&7Grant &a%arg-1% &4[&c&lRetired&r&4] &7rank." to run [make player execute command "systemgrant %arg-1% Retired"]
format slot 52 of player with blue dye named "&9[Bri&ft&4ish]" with lore "&7Grant &a%arg-1% &9[Bri&ft&4ish] &7rank." to run [make player execute command "systemgrant %arg-1% British"]
format slot 44 of player with orange dye named "&0[Ge&4rm&6an]" with lore "&7Grant &a%arg-1% &0[Ge&4rm&6an] &7rank." to run [make player execute command "systemgrant %arg-1% German"]
format slot 43 of player with red dye named "&4[Au&fss&9ie]" with lore "&7Grant &a%arg-1% &4[Au&fss&9ie] &7rank." to run [make player execute command "systemgrant %arg-1% Aussie"]
format slot 48 of player with purple dye named "<##9400D3>[<##4B0082>L<##0000FF>G<##00FF00>B<##FFFF00>T<##FF7F00>Q<##FF0000>]" with lore "&7Grant &a%arg-1% <##9400D3>[<##4B0082>L<##0000FF>G<##00FF00>B<##FFFF00>T<##FF7F00>Q<##FF0000>] &7rank." to run [make player execute command "systemgrant %arg-1% Lgbtq"]
format slot 39 of player with purple dye named "&4[<##9400D3>S<##4B0082>P<##0000FF>E<##00FF00>C<##FFFF00>I<##FF7F00>A<##FF0000>L&4]" with lore "&7Grant &a%arg-1% &4[<##9400D3>S<##4B0082>P<##0000FF>E<##00FF00>C<##FFFF00>I<##FF7F00>A<##FF0000>L&4] &7rank." to run [make player execute command "systemgrant %arg-1% Special"]
format slot 16 of player with black dye named "&4[&cFired&4]" with lore "&7Grant &a%arg-1% &4[&cFired&4] &7rank." to run [make player execute command "systemgrant %arg-1% Fired"]
format slot 15 of player with red dye named "&4[&c&lRACIST&4]" with lore "&7Grant &a%arg-1% &4[&c&lRACIST&4]&7 Rank." to run [make player execute command "systemgrant %arg-1% Racist"]
format slot 6 of player with orange dye named "&6[&eChild&6]" with lore "&7Grant &a%arg-1% &6[&eChild&6]&7 Rank." to run [make player execute command "/systemgrant %arg-1% Child"]
format gui slot 27,28,29,30,31,32,33,34,35,40,41,42,50,51 and 49 of player with gray glass pane named "&0&l" to close:command /systemgrant [<offline player>] [<text>]:
permission: core.grant
permission message: &cYou cannot access our rank system.
trigger:
if arg-1 is not set:
send "&cPlease specify a player."
else:
open chest with 3 rows named "&7Ranks: &a%arg-1%" to player
wait 1 tick
format slot 0 of player with green wool named "&a2h" with lore "&7Grant &a%arg-1% &b%arg-2% &7for &a2 hours" to close then run [make console execute command "lp user %arg-1% parent addtemp %arg-2% 2h "" "]->[send "&4&lVelvetSurv>> &cYour Rank Has Changed To &4&l%arg-2% &cFor &4&l2&c Hours." to arg-1]->[send "&4&lVelvetSurv>> &cChanged &4&l%arg-1%&c's rank to &4&l%arg-2% &4&lFor 2&c Hours." to player]
format slot 1 of player with green wool named "&a4h" with lore "&7Grant &a%arg-1% &b%arg-2% &7for &a4 hours" to close then run [make console execute command "lp user %arg-1% parent addtemp %arg-2% 4h "" "]->[send "&4&lVelvetSurv>> &cYour Rank Has Changed To &4&l%arg-2% &cFor &4&l4&c Hours." to arg-1]->[send "&4&lVelvetSurv>> &cChanged &4&l%arg-1%&c's rank to &4&l%arg-2% &4&lFor 4&c Hours." to player]
format slot 2 of player with green wool named "&a8h" with lore "&7Grant &a%arg-1% &b%arg-2% &7for &a8 hours" to close then run [make console execute command "lp user %arg-1% parent addtemp %arg-2% 8h"" "]->[send "&4&lVelvetSurv>> &cYour Rank Has Changed To &4&l%arg-2% &cFor &4&l8&c Hours." to arg-1]->[send "&4&lVelvetSurv>> &cChanged &4&l%arg-1%&c's rank to &4&l%arg-2% &4&lFor 8&c Hours." to player]
format slot 3 of player with green wool named "&a12h" with lore "&7Grant &a%arg-1% &b%arg-2% &7for &a12 hours" to close then run [make console execute command "lp user %arg-1% parent addtemp %arg-2% 12h "" "]->[send "&4&lVelvetSurv>> &cYour Rank Has Changed To &4&l%arg-2% &cFor &4&l12&c Hours." to arg-1]->[send "&4&lVelvetSurv>> &cChanged &4&l%arg-1%&c's rank to &4&l%arg-2% &4&lFor 12&c Hours." to player]
format slot 4 of player with green wool named "&a16h" with lore "&7Grant &a%arg-1% &b%arg-2% &7for &a16 hours" to close then run [make console execute command "lp user %arg-1% parent addtemp %arg-2% 16h "" "]->[send "&4&lVelvetSurv>> &cYour Rank Has Changed To &4&l%arg-2% &cFor &4&l16&c Hours." to arg-1]->[send "&4&lVelvetSurv>> &cChanged &4&l%arg-1%&c's rank to &4&l%arg-2% &4&lFor 16&c Hours." to player]
format slot 5 of player with green wool named "&a18h" with lore "&7Grant &a%arg-1% &b%arg-2% &7for &a18 hours" to close then run [make console execute command "lp user %arg-1% parent addtemp %arg-2% 18h "" "]->[send "&4&lVelvetSurv>> &cYour Rank Has Changed To &4&l%arg-2% &cFor &4&l18&c Hours.." to arg-1]->[send "&4&lVelvetSurv>> &cChanged &4&l%arg-1%&c's rank to &4&l%arg-2% &4&lFor 18&c Hours." to player]
format slot 6 of player with green wool named "&a24h" with lore "&7Grant &a%arg-1% &b%arg-2% &7for &a24 hours" to close then run [make console execute command "lp user %arg-1% parent addtemp %arg-2% 24h "" "]->[send "&4&lVelvetSurv>> &cYour Rank Has Changed To &4&l%arg-2% &cFor &4&l24&c Hours." to arg-1]->[send "&4&lVelvetSurv>> &cChanged &4&l%arg-1%&c's rank to &4&l%arg-2% &4&lFor 24&c Hours." to player]
format slot 7 of player with green wool named "&a48h" with lore "&7Grant &a%arg-1% &b%arg-2% &7for &a48 hours" to close then run [make console execute command "lp user %arg-1% parent addtemp %arg-2% 48h "" "]->[send "&4&lVelvetSurv>> &cYour Rank Has Changed To &4&l%arg-2% &cFor &4&l48&c Hours." to arg-1]->[send "&4&lVelvetSurv>> &cChanged &4&l%arg-1%&c's rank to &4&l%arg-2% &4&lFor 48&c Hours." to player]
format slot 8 of player with green wool named "&aForever" with lore "&7Grant &a%arg-1% &b%arg-2% &7for &aforever" to close then run [make console execute command "lp user %arg-1% parent set %arg-2%"]->[send "&4&lVelvetSurv>> &cYour Rank Has Changed To &4&l%arg-2% &4&lForever." to arg-1]->[send "&4&lVelvetSurv>> &cChanged &4&l%arg-1%&c's rank to &4&l%arg-2% &4&lForever." to player]
format slot 26 of player with green wool named "&aAdd" with lore "&7Add &a%arg-2% &7to &b%arg-1%" to close then run [make console execute command "lp user %arg-1% parent add %arg-2%"]->[send "&eRank &8» &7Promoted &b%arg-1% &7to &a%arg-2%." to arg-1]->[send "&4&lVelvetSurv>> &cAdded &4&l%arg-2%&c Rank To &4&l%arg-1% &4&lForever." to player]eww skquery. switch to skript-gui or vanilla guis, please.
-
And it made more errors, nice. I'll fix it later lol
-
I made a little mistake in the skript. Here is an updated version!
-
Hello, welcome! I hope to see you around someday!
-
This is an on-going issue with Minehut. There is currently no fix to it except for disconnecting and trying again.
-
On 8/21/2021 at 9:48 AM, nolando09 said:
Just Replace servername with your server name!!
options:
afktime: 600 # how many seconds a player has to be afk before the skript runs.command /afk:
trigger:
if {afk::%player%} is not set:
set {afk::%player%} to true
broadcast "&4&lServername>> &c%player% Is Now &4&lAFK"
send title "&4&LYou are AFK!" with subtitle "&cMove in any direction." to player for {@afktime} seconds
play sound "block.note_block.pling" to player
set {_loc} to location of player
while {afk::%player%} is set:
wait 1 second
if location of player != {_loc}:
delete {afk::%player%}
broadcast "&4&lServername>> &c%player% Is No Longer &4&lAFK"
send title "&4&LYou are no longer AFK!" to player for 2 seconds
play sound "block.note_block.pling" to playeron chat:
if {afk::%player%} is not set:
stop
else if {afk::%player%} is set:
delete {afk::%player%}
broadcast "&4&lServerName>> &c%player% Is No Longer &4&lAFK"
send title "&4&LYou are no longer AFK!" to player for 2 seconds
play sound "block.note_block.pling" to player
on any move:
if {afk::%player%} is set:
delete {afk::%player%}send title "&4&LYou are no longer AFK!" to player for 2 seconds
play sound "block.note_block.pling" to player
every second:
set {_loc} to location of player
if location of player != {_loc}:
set {afktime::%player%} to 0
delete {afk::%player%}
broadcast "&4&lServername>> &c%player% Is No Longer &4&lAFK"
send title "&4&LYou are no longer AFK!" to player for 2 seconds
play sound "block.note_block.pling" to player
if location of player = {_loc}:
add 1 to {afktime::%player%}
if {afktime::%player%} = {@afktime}:
set {afk::%player%} to true
broadcast "&4&lServername>> &c%player% Is Now &4&lAFK"
send title "&4&LYou are AFK!" with subtitle "&cMove in any direction." to player for {@afktime} seconds
play sound "block.note_block.pling" to player
delete {afktime::%player%}
Looks awfully similar to an AFK skript I posted, just with some broadcasts...



Create a song
in Off Topic
Posted · Edited by emopediaMC
Here are the rules:
You may only comment 1 word to contribute to the song.
If you want to start a new line for the song, put a period after your word.
Don't post twice unless someone else has put a word after yours.
Lets see what Minehut can make
Idea totally not stolen from Centrect