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 community!

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

  1. Mattllama987

    Homes GUI teleport

    Hello, im working on a homes GUI, and im having a little trouble with the teleporting part. Im use to using Tuske, and i updated my server, and it no longer works. So, im remaking it in vanilla skript now. How can i get the name of the slot the player picks, and then teleport them to that home...
  2. Mattllama987

    GUI wont save with Shift+Left

    Hi, ive been working on a Autofarmer, and im stuck on only 1 thing. When a player drags out items from the GUI, it saves fine. If they shift clicks a item out, it wont save. Ill post the saving part i have now. I tried countless things, and its jut not saving the inv. Ill also post a GIF for a...
  3. Mattllama987

    Solved Autofarmer

    Im sorry :) I forgot yo mark it as solved. I got it working :) Thanks guys!
  4. Mattllama987

    Solved Autofarmer

    Thank you for responding to me! When i use that code, it will randomize the slots, and if that chosen slot has carrots, it will replace that slot with another crop after a random time. I, going to post a gif of what is happening. I need it to choose the rows at the top and start filling down...
  5. Mattllama987

    Solved Autofarmer

    Hi, how can i get this to set a random crop in the inventory? After 5 seconds, it will fill the whole inv with the crop. I want to add 1 crop to the slot at a time, and not fill up the inv. https://gyazo.com/828df4f3f45325831d4d3c5e3749540a Thanks! ~Matt Code: on inventory click: if...
  6. Mattllama987

    Solved Discord to ingame chat vixo

    I am in their discord, and no one really helps xD. Its better here i think hahaha
  7. Mattllama987

    Solved Discord to ingame chat vixo

    Ive restarted my server countless times.
  8. Mattllama987

    Solved Discord to ingame chat vixo

    Hello, im having a small issue with vixio. When i type a message in minecraft, it shows up in discord and works just fine. But if i type in discord, it shows the message i typed in discord 3 times in minecraft. Does anyone know what wrong with this...
  9. Mattllama987

    Spawn 5 zombies at a time

    Yeah, i got it figured out :) Im having a little problem with attacking baby zombies. When i hit a adult zombie, it would spawn the bay zombies around that zombie. But if i hit a baby zombie, it can spawn more baby zombies. Is there a way to fix it? on damage of adult zombie: if victim is...
  10. Mattllama987

    Spawn 5 zombies at a time

    Yeah. Im just redoing my spawn set, and spawning, and now they arnt even spawning. It send the message that they should be spawning, but they arnt. UPDATED CODE: command /mobspawn [<text>] [<text>]: usage: &aUse /mobdspawn <zombie> <number>%nl%&aUse /mobspawn <list> trigger: if...
  11. Mattllama987

    Spawn 5 zombies at a time

    Here is what its saying: https://gyazo.com/a74b8ee4538e9898312d186f67d83c44
  12. Mattllama987

    Spawn 5 zombies at a time

    It does remove 1 from the {maxspawn} yeah. But its also removing 1 if i kill a baby zombie. Im making it if you smack a zombie, it will spawn like 4 baby zombies around it. I the baby zombies are what might be messing it up Also, its like a chance to spawn them. It doesnt 100% spawn them everytime.
  13. Mattllama987

    Spawn 5 zombies at a time

    Thank you for responding to me! But thats kinda doing the same thing. It only spawned 4, and then i killed one, and now there are like 8 zombies when there should be 5
  14. Mattllama987

    Spawn 5 zombies at a time

    Hi, im adding custom mobs to my server, and im adding Easy, Medium and hard mobs. Im trying to makit so it only spawn like 5 mobs at a time. How can i make it so it will spawn 5 zombies at a time, and not anymore. Ive already started on it, and its not working the best. Sometimes it wont even...
  15. Mattllama987

    Homes GUI help

    Thats the version i was using
  16. Mattllama987

    Homes GUI help

    I did have it 100% working with tuske, but its been crashing my server in 1.15.2, and now i need to remake it all in vanilla skript... :/
  17. Mattllama987

    Homes GUI help

    I was adding in a max homes limit a player should be able to have bump
  18. Mattllama987

    Homes GUI help

    Hello all! Im working on a homes GUI skript, and im running into a very small problem. Its very close on being done now. The problem im having is, teleporting to the homes in the GUI. Setting the homes work. Adding the homes in the GUI works. Just teleporting isnt working. Im use to using Tuske...
  19. Mattllama987

    how to make this

    Is this kinda what your wanting? If so, you need skellet. But i also dont really know what your wanting also. Can you explain it better? :) on fishing: if fish state is CAUGHT_FISH: CODE HERE:
  20. Mattllama987

    repair slot isnt working

    Hi, i updated my server, and alot of addons broke, so now i dont have many addons and im trying to repair all my skript. Why wont this repair slot 4 of the player? I dont get any errors. It was working in 1.14.2, but not in 1.15.2. Thanks! ~Matt Server version: Paperspigot 1.15.2 Skript...