Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/09/2022 in all areas

  1. Here is some Broadcast code i made. command /broadcast <text>: usage: &b&l[BROADCAST] &rPlease use /broadcast <text> instead of /broadcast. permission: skript.broadcast permission message: &4&lYou do not have access to broadcast a message! trigger: broadcast "&b&lBROADCAST" broadcast "" broadcast "&6%argument 1%" The file below is the full script broadcast.sk
    1 point
  2. If you don't want to download here is the full code: command /broadcast <text>: usage: &b&l[BROADCAST] &rPlease use /broadcast <text> instead of /broadcast. permission: skript.broadcast permission message: &4&lYou do not have access to broadcast a message! trigger: broadcast "&b&lBROADCAST" broadcast "" broadcast "&6%argument 1%" command /bc <text>: usage: &b&l[BROADCAST] &rPlease use /bc <text> instead of /bc. permission: skript.broadcast permission message: &4&lYou do not have access to broadcast a message! trigger: broadcast "&b&lBROADCAST" broadcast "" broadcast "&6%argument 1%" command /bcast <text>: usage: &b&l[BROADCAST] &rPlease use /bcast <text> instead of /bcast. permission: skript.broadcast permission message: &4&lYou do not have access to broadcast a message! trigger: broadcast "&b&lBROADCAST" broadcast "" broadcast "&6%argument 1%"
    1 point
  3. i got bored so i made a /spawn skript where it times out when you move options: Prefix: &8[&9&lVast&d&lSea&8]&7&l command /setspawn: trigger: if player has permission "admin.sk": set {spawn} to player's location send "{@Prefix} Set Spawn to your location!" else: send "{@Prefix} No permission!" options: Prefix: &8[&9&lVast&d&lSea&8]&7&l command /spawn: trigger: if {spawn} is not set: send "&8[&9&lVast&d&lSea&8]&7&l Currently no spawn point!" stop if {spawn} is set: send "{@Prefix} Teleporting In 5 Seconds! Don't Move!" to player set {_x} to x-coordinate of player set {_z} to z-coordinate of player loop 5 times: send action bar "{@Prefix} teleporting in %6-loop-value%" to player if "%x-coordinate of player% - %z-coordinate of player%" != "%{_x}% - %{_z}%": send "{@Prefix} You moved!" stop wait 1 second teleport player to {spawn} on respawn: teleport player to {spawn} send "&8[&9&lVast&d&lSea&8]&7&l You died, and where teleported to spawn!" options: prefix: &8[&9&lVast&d&lSea&8]&7&l command /delspawn: permission: admin.sk trigger: if {spawn} is not set: send "{@prefix} Currently no spawn point!" stop if {spawn} is set: delete {spawn} send "{@prefix} Deleted the spawn point!"
    1 point
  4. Hey there, All Minehut servers currently do support bedrock, but it is very buggy. Below is the information you need to login to bedrock. VERSION: 1.16.201 SERVER NAME: Minehut SERVER IP: bedrock.minehut.com PORT: 19132 DEVICES: iOS, Android, Win10 Bedrock support is currently in beta. This might be why you might be experiencing issues with bedrock. When connecting to a server you must connect from the lobby, player server IPs do not currently work on bedrock. Additionally, you can read this CFAQ for more information. https://forums.minehut.com/topic/33758-how-to-connect-to-minehut-on-bedrock/
    1 point
  5. but i want to just get rid of the whole thing tho becuse it broke
    1 point
×
×
  • Create New...