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. TheWolfiiii

    Help with getting coins on death

    The balance isn't a variable.
  2. TheWolfiiii

    problem with errors

    You probably have a space/tab before "command /quest:" remove that There's really only 1 error, and it invalidates the event. The other errors just tell you that there is stuff that needs a event connected to it.
  3. TheWolfiiii

    Solved Script that makes farmland not destroyable

    No worries, and thanks!
  4. TheWolfiiii

    Solved Script that makes farmland not destroyable

    "He" is actually me lol. And yeah, I meant Skript-Reflect. Could you provide a skript on how I would be able to do it using Skript-Reflect?
  5. TheWolfiiii

    Solved Script that makes farmland not destroyable

    Is it possible to make it work using like skript-mirror?
  6. TheWolfiiii

    Solved Script that makes farmland not destroyable

    Hello! I'm trying to make a script that prevents farmland blocks from becoming dirt when you walk over them but I can't find anything on how to do it. I tried doing the cancel event when player walks over the block but that just teleports them back when they walk over it. I also tried the 'on...
  7. TheWolfiiii

    how do i detect wearing armor?

    Could you send your code please?
  8. TheWolfiiii

    teleport player to last location on world

    Haven't tested this but there's a chance that this might work: on quit: set {LastLocation.%player%} to location of player on join: teleport player to {LastLocation.%player%} Also, why is this even an issue? What spawn system are you using?
  9. TheWolfiiii

    Solved Message doesn't re-appear after rejoin.

    Hello! I'm trying to make a warning script which makes a warning message pop up on your screen when a staff member warns you. What I want is for the message only to go away if you type /clearwarning, even if you rejoin. My issue is that when you get warned, and rejoin, the message doesn't...
  10. TheWolfiiii

    Link Massage

    Yeah I'm pretty sure that it's not the script that is causing the issue, but the Minecraft chat setting. Please try switching either "Web Links" or "Prompt on links" on and see if it changes anything.
  11. TheWolfiiii

    Link Massage

    Please provide the code of your script, thanks. Also, I'm pretty sure it's not the script that's causing the problem. There's a setting in Chat settings on your minecraft client called "Web Links" or "Prompt On Links", and I think one of those are causing the problem.
  12. TheWolfiiii

    On Portal Enter, teleporting forever

    No, I'll try it later. Kinda busy right now. I will give you an update as soon as I have one.
  13. TheWolfiiii

    On Portal Enter, teleporting forever

    The world of the portal is "default" The location of var is also "default" and no.
  14. TheWolfiiii

    On Portal Enter, teleporting forever

    Spawn is set to a specific coordinates. I tried your code and it still teleported me forever
  15. TheWolfiiii

    On Portal Enter, teleporting forever

    Hello! I'm making a script where if I enter a portal in a specific world, I teleport to the variable "spawn". The problem is that when I enter the portal, I teleport forever. I don't stop teleporting. I also tried changing it to send messages, and it send messages as long as I was in the portal...