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

    Whitelist

    Nice skript very useful keep it up!
  2. 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...
  3. B

    Muted on discord

    I got unmuted
  4. B

    Amount of SPECIFIC blocks in radius of player??

    Yeah but how do plugins check for blocks and stuff without causing alot of lag But i guess i could like loop blocks around a player each on their own time so it doesnt loop it all in one go or do like Wait 5 seconds do the next player and so on
  5. B

    Amount of SPECIFIC blocks in radius of player??

    Yeah it works but it still causes the same amount of lag rip. Guess theres no way to loop large amount of blocks without crashing the server with skript
  6. 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...
  7. B

    Looping specific block?

    im using loop all blocks in radius 50 around loop-players rn but it just crashes the server so like loop all grass in radius 50 around loop-player would be much better but that wont work
  8. 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
  9. B

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

    whats loop-block's material? how do i use it
  10. 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...
  11. B

    Loop blocks skript?

    thanks
  12. 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...
  13. B

    Amount of entities in chunk or near player

    Yeah thanks i came up with this yesterday to limit max entities in chunk on vehicle create: loop all entities: if size of entities in chunk of event-entity >= 65: cancel event
  14. 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...
  15. B

    Remove every command except one

    That works thanks
  16. 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!"
  17. B

    Event skript help

    Oh i figured it out it was all working but i had accidently set lmsstarted to true sometime and it messed up the skript so i made a command to set it to false and now it works
  18. 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...
  19. 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...