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

    Solved Faster Crops Problem

    I kinda like love you right now. Its working xD Thanks
  2. Mattllama987

    Solved Faster Crops Problem

    Hello, im working on making crops grow faster on my server, and im having a small problem. When i mine my crops while they are growing, they will vanish and then grow back after a few seconds. How can i prevent them from growing back after i mine the wheat? This is what i have at the moment...
  3. Mattllama987

    SkDragon Block particles

    Hello, im trying to get block particles for blocks that i put down, and when i break them, it would remove the particle. Im not good with SkDragon, but i already started on something here. When i place 1 block, it has the particles, but if i place another one, it wont have particles. When i...
  4. Mattllama987

    Iridium SkyBlock Island worth

    Hello, I need help with a little something. I made a skull storage, that you can add your mob skulls from your inventory, and add them into a gui, and it will hold them. Im tying to figure out a way to add the amount of skulls into the island worth of my island. Im not 100% sure how to do this...
  5. Mattllama987

    Solved Wont read variable amount

    Im tying to remove a variable amount of wheat seeds from the player, and i know i have enough. I even have too many wheat seeds in my inv. But its not removing the seeds when i click to buy a spawner. Its like not reading the variable amount i need. I says i dont have enough seeds. Does anyone...
  6. Mattllama987

    ThatPacketAddon breaks mining

    Hello, ive been having this very strange issue happening on my server with mining. When i mine ANY block, it drops on the ground and then vanishes. But the block is still there and can be picked up. Its just invisible. I disabled ALL my plugins on my server, and then re enabled 1 of them at a...
  7. Mattllama987

    Homes GUI teleport

    Its set. It comes back with the cords: https://gyazo.com/e218f9702b302a59ffe9ec5f2bc9dc69 bump
  8. Mattllama987

    Homes GUI teleport

  9. Mattllama987

    Homes GUI teleport

    When i click the slot, it sends the name of the homes i have set. I have 4 homes set, and it sends all them in chat. It does not send <none>. https://gyazo.com/55329652c4a540383697cf6614468fca
  10. Mattllama987

    Homes GUI teleport

    Ive tried that, and it doesnt work. I made a command to teleport the player, and it does work. So it has to do with something with the GUI part. Im not sure about that? command /test <text>: trigger: teleport player to {LOC::HOME::%player%::%arg-1%}
  11. Mattllama987

    Homes GUI teleport

    Not working. :/ on inventory click: if "%event.getView().getTitle()%" = "&c&lHomes(s)": cancel event set {_var} to name of event-slot teleport player to location at {LOC::HOME::%player%::%uncolored name of event-item%} broadcast "%{_var}%"
  12. Mattllama987

    Solved End game credits

    That worked! Thank you very much! :)
  13. Mattllama987

    Homes GUI teleport

    Here is what i found out. When i have this, it broadcast the correct message. It doesnt send <none>, it sends "test". Test is just the name of my home. It only sends the message if it doesnt have "%uncolored name of event-item%". If it has that, it sends <none>. But what i have now sends "test"...
  14. Mattllama987

    Solved End game credits

    That gives no error, but does literally nothing. I also heard that method doesnt really work anymore.
  15. Mattllama987

    Solved End game credits

    Hello, im trying to send the end game credits to a player, and what i have isnt working. Does anyone know how to do this? Here is the message it shows in chat: https://gyazo.com/275ce35555220214f34cfa500eade775 Thanks! ~Matt Im not even sure this is the correct way? command /test...
  16. Mattllama987

    Homes GUI teleport

    Its still coming back with <none>. I have this here: on inventory click: if "%event.getView().getTitle()%" = "&c&lHomes(s)": cancel event teleport player to {LOC::HOME::%player%::%uncolored name of event-item%} broadcast "%{LOC::HOME::%player%::%uncolored name of...
  17. Mattllama987

    Homes GUI teleport

    I tried to set a var to the name of the event-slot, and then teleport to that var lol. But i tried what you said, and it broadcast <none>
  18. Mattllama987

    Homes GUI teleport

    I tried that, and its doing nothing when i click the slot xD I also tried something similar
  19. Mattllama987

    Homes GUI teleport

    Ive tried all of them. I debugged, and all the debug messages go through, its just not teleporting the player
  20. Mattllama987

    Homes GUI teleport

    Thank you both for responding to me! But how would i actually do the teleporting part? I tried this, and it might be wrong because its not working xD on inventory click: if "%event.getView().getTitle()%" = "&c&lHomes(s)": cancel event teleport player to...