Jump to content

Outspending

Moderator
  • Posts

    26
  • Joined

  • Last visited

1 Follower

About Outspending

  • Birthday March 7

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Outspending's Achievements

Newbie

Newbie (2/6)

2

Reputation

  1. There are no current active promo codes at this moment
  2. You would have to do the calculations that Minecraft does by yourself, here's the formula for the Fortune enchant. Then you would have to give or drop the amount you get. Also if you want some extra information check out This Link
  3. Removing SkQuery may fix your issue but you can double check here: https://skripthub.net/docs/?id=4051
  4. You could add all the placed blocks to a list and loop it or you could make a structure of the map and keep placing the structure. Since structures contains air blocks which would just replace the placed blocks to air.
  5. is it skript itself? Or a skript that you made?
  6. on join: set join message to "%player% has joined!"
  7. i would recommend using a variable for this shown here: command /daily: trigger: if {cooldown::%player's uuid%} isn't set: daily(player) else if (difference between {cooldown::%player's uuid%} and now) is more than 24 hours daily(player) else: message "&cYou cannot do this command for another &f%difference between {cooldown::%player's uuid%} and now%!" to player function daily(player: player) { set {cooldown::%{_player}'s uuid%} to now # daily code } EDIT: idk if this works, i haven't touched skript in so long
  8. set player's offhand to totem of undying
  9. So I'm wanting to make a server in java and idk what server type I should make. Any suggestions? Maybe some unique or just a classic game. I'd love to hear the community decide.
  10. Im Currently looking for some server owners for a network. INFORMATION - 1 Server slot on the network - Owner rank on every server and on the discord - You will get console ofc - 10% Of your server profits will go to the network (Hub, Misc such as builders and skripters, ect) - Code any server type (As long as it isn't already being made by someone else) - You have to have good experiences with making a server HOW TO JOIN - Please contact my discord (Shadxw#0001) - You will have to awnser some questions REQUIREMENTS - Must be 15 years of age or older - Must have developed a server before SERVER TYPES THAT ARE AVAILABLE - Prison - Gens (OP or Classic) - Tycoon - Skymining - Survival - Box (OP or normal) - Unique Servers? WHAT WILL THIS NETWORK HAVE - Well im hoping to have at least 2 or more server's up before we fully release - We will have many servers that the player's can play on - Custom hub - Custom Skripts - Server's will be well made If you want more information than this please contact me (Shadxw#0001)
  11. just appeal https://minehut.com/support/form Shouldn't be that hard
  12. if you change {@region} to {_@region} that wouldn't work. You could also try `loop all players where [region at input is "<REGION>"]:`
×
×
  • Create New...