help code

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. AFRICA1155

    Custom Biome IDs

    Hey guys, I'm can't find a way atm to extract custom non-villa biome IDs out of skript. Every time I try to do it, it just returns something along the lines of 'biomes.custom'. I'd like to be able to do this, because it allows a bit of interaction between certain kits I made on my server and the...
  2. M

    Can't figure out how to make command

    I have the first part, I just can't figure where to start with this. I'm trying to make a command that creates a new custom mineable block. We have it hardcoded currently, but a command would save a LOT of space. This is the code I have now: command /newblock [<Block>} [<Name>] [<Lore>]...
  3. E

    Help Skript: if player's balance is more than or equal to

    Hi, I have encountered an error that I cannot understand in my script ERROR: [04:04:16 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to...
  4. H

    How to Infinity

    I know there is another forum with the same name or similar name but I did not understand I want to make a pet I have a problem in making a circle is infinite if anyone can solve my problem Sorry for writing all this in bad English Has been a translator
  5. S

    Solved Give player default item

    Sooo, i want to make a shop system, but i don't want to do an if statement for every item so i came up with this code: on right click: if name of event-entity is "&7Schmied": open chest with 4 rows named "&8Schmiedin" to player loop 9 times: set slot loop-number + 26 of player's...
  6. I

    Help on Gen Skript

    I have a generator skript that works like a charm, it works like how you want it to work. But there's a problem. The part of the skript that allows the owner to be able to remove the generator (and only the owner who have placed the generator) is kinda broken. It was working fine when i was...
  7. D

    How do you detect if a player is in a certain distance of a block?

    I have looked everywhere and can't figure out how to if a player is in a certain distance of a block. Can anyone help me?
  8. J

    Solved How to set loop to repeat until variable changed

    So am working on this code that would basically spawn items / shulkers every so often the dragon egg is placed on place of dragon egg: set artificial intelligence of shulker to false send "started" set {_status} to "on" if {_status} is "on": if player is in...
  9. K

    Solved Check for specific minecraft world time?

    Hello I am planning to reset the resource world on my server using skript and I want the resource world to have the same time as all my other worlds or let's say specific world, but I don't know what is the correct code for check_time? Here is my code so far every 72000 ticks: make console...