For you guys not knowing how to make a "@<insert name>" skript
on chat:
loop all players:
if message contains "%loop-player%":
replace "%loop-player%" with "&e@%loop-player%&f" in message
if {pingsound::%loop-player's uuid%} is true:
play sound "BLOCK_NOTE_BLOCK_PLING" with volume 1 and pitch 1 to loop-player
command /togglepingsound:
cooldown: 3 seconds
cooldown message: &cYou are on cooldown! &8(&c%remaining%&8)
trigger:
if {pingsound::%player's uuid%} is not set:
set {pingsound::%player's uuid%} to true
send "&aYou enabled the Ping Sound!"
if {pingsound::%player's uuid%} is true:
delete {pingsound::%player's uuid%}
send "&cYou disabled the Ping Sound!"
Update: Added a toggle for the pling sound
I don't think this is against the Minehut rules. And its kinda logic that they set your HP to half a heart and stuff since you did abuse on their server
Here is the cooldown:
on rightclick with fishing rod:
if name of tool of player is "Grappling hook":
if difference between now and {GrapplinghookCooldown.%player's uuid%} is less than 5 seconds:
message "&cPlease wait 5 seconds before you use this again!" to player
else:
set {GrapplinghookCooldown.%player's uuid%} to now
push the player upwards with speed 1
push the player forwards with speed 5
I don't really know how to do the right click thingy. Maybe try using variables for it?
Ye i found it
I like how you want to fit in but copying isn't the way to go. I recommend watching Minehut's skript tutorials
https://www.youtube.com/c/Minehut/playlists
I cant wait for live console. Just an idea maybe add an panel in server settings thats named "Server Info" which shows tps, ram, online player names etc.