Jump to content

Pryzmm

Moderator
  • Posts

    1,927
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Pryzmm

  1. 1. Post issues in skript discussion 2. You should add the generators to a list variable connected with the player. (ex. {Gens::%loop-player%::*})
  2. skript issues go in the skript discussion page. They are in the right page
  3. ah alright thanks
  4. is this going to be a open source skript? a would really love to see this
  5. command /setspawn: permission: op trigger: set {Spawn} to location of player send "&5Set server spawn to &d%{Spawn}%" to player on join: teleport player to {Spawn}
  6. You can look at what @CoolProgrammer said in this post: Format currency - Discussion - Minehut Forums
  7. 1. Dont necropost 2. What does curse enchantments have to do with this lmao
  8. Pryzmm

    Challenge

    Trent meanie ngl
  9. Sounds like the world got corrupted switching from 1.16.4/5 to 1.17. Check your backups and see if you have anything there
  10. You can use the set chat format to use name color. I've made an example below if {variable.%player%} = 3: set chat format to "&a%player%&f: %message%" if {variable.%player%} = 2: set chat format to "&e%player%&f: %message%" if {variable.%player%} = 1: set chat format to "&c%player%&f: %message%"
  11. Pryzmm

    SkTNT

    Was bored so i made tnt explode when its hit with fire aspect 2 enjoy on click: if player's held item is enchanted with fire aspect 2: targeted block is tnt set {_loc} to location of targeted block set targeted block to air summon tnt at {_loc} set fuse time of last spawned tnt to 75 loop all players where [distance between input and {_loc} is less than 50]: play sound "entity.tnt.primed" at {_loc} for loop-player
  12. As plugins are still updating and 1.17 was released only 4 days ago, you're bound to run into issues while it's all updating
  13. This is easily able to be done. Just set a variable to 3 and remove 1 when they die with an on death event.
  14. The reset server button i think only works if the server is offline (not hibernating) Check your worlds with /worlds and see if your world is there. Also you cant remove the world "world" since it is a default world. You can change this in minehut.com/settings Theres not really a reason why you wouldnt want it
  15. Got this error, dont know what to do... nothing in logs either
  16. set {spawn} to location(100, 100, 100) # Change 100, 100, 100 set pitch of {spawn} to 90 # Change 90 set yaw of {spawn} to 90 # Change 90 teleport player to {spawn}
  17. Pryzmm

    minehut...

    He meant this as a joke
×
×
  • Create New...