Search results

  • 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. B

    Need help with setting locations

    So i have this skript i dont understand why it doesnt work. it says no errors and it actually does change the X-Location of {_loc} i tested it with send "%{_loc}%" but for some reason it just teleports me to the current location of my player not the one with x coordinate removed 25 from it...
  2. B

    Muted on discord

    I got unmuted
  3. B

    Amount of SPECIFIC blocks in radius of player??

    How can i check the amount of SPECIFIC blocks around a player? WITHOUT USING LOOP BLOCKS BCS IT LAGS THE FUCK OUT OF THE SERVER Like you can do "Amount of blocks in radius 100 of player:" But if you do like "Amount of glass blocks in radius 100 of player:" It says cant understand this effect or...
  4. B

    Looping specific block?

    Is there a way to loop a specific block only because loop all blocks: just crashes the server if theres more than 20 people on
  5. B

    if loop-block is observer. Only accepts if its facing up

    With skript if you do if loop-block is piston or observer it will only accept it if the piston or observer is in the right orientation. is there any way to fix this? like if u got observer facing south it will not work it has to face upwards Is there any way to fix this? so it would accept the...
  6. B

    Loop blocks skript?

    Im not very sure how to use the loop blocks thing in skript im trying to make like a thing that will remove ”lag machines” if the tps is low so how can you like loop blocks around a player like in radius 20 and then check if the looped block is piston and after that check if the block below is...
  7. B

    Amount of entities in chunk or near player

    So anyone know is it possible to like get all entities or specific type of entites in chunk and store it into a variable or like get the amount of entities in radius of 20 of player? im trying to make a thing that would stop people from spamming so many minecarts into 1 spot so if i can get the...
  8. B

    Remove every command except one

    So anyone know how to make like a skript that remove every command from the game except one like this but this doesnt work: on command: if command equals "/help": #Do stuff else: cancel event send "You can only use /help command!"
  9. B

    Event skript help

    So i made this event skript. (download the file) but theres a problem that when u do /event and its the lms event. it doesnt add you to {lmsplayers::*} it works just fine on the spleef one it adds u and works good but in the lms one it for some reason doesnt add u to {lmsplayers::*} when you do...
  10. B

    GUI skript help

    So im making a GUI menu that sells items with my custom currency Check the file i put here as an example So like. ive searched everywhere on internet but all GUI's seem to just use console commands so how can i make like a GUI that when an item is clicked in side of the GUI it would execute an...
  11. B

    Custom level up system.

    So uhm im thinking of making a custom level up system. it would be like player needs to kill 100 pigs to levelup after they have killed 100pigs they would automatically levelup to next level. So like can someone tell me the skript how to make this? Like this as example. in kill of pig...
  12. B

    If player is in "world" not working??

    #Temporary /fly perk On right click holding a barrier: if player is in world "world": remove 1 barrier from player's inventory message "&6You can now fly around! &4(Flight will end in 5 Minutes!)" make console execute "fly %player% enabled" wait 5 minutes make console...
  13. B

    Skript only work in certain world?

    So i have multiple worlds on my server but id like this skript only to work on a world named "prisons" so how can i do that so the skript wouldnt affect the other worlds only work in the prisons world? Heres the skript: on break of iron ore: cancel event set event-block to air give 1 of...
  14. B

    Solved Afk kick prevention

    So how could i make a simple skript that. When player has been idle for 4minutes it would tp the player to an afk pool i have on my server?` Something like this? If player idle 4minutes make console execute "warp %player% afkpool"
  15. B

    Help with simple skript

    on break of iron ore: cancel event set block to air message "/give @p iron_ingot" So how do i get that to work. it would like auto smelt and give the ores straight to inventory. And also is there a placeholder for player so i wouldnt have to use @p? on break of iron ore: cancel...