Recent content by MixedNoob

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

    error in console when teleporting

    https://pastebin.com/Mhhnjaj4 why do i get this error when the world is loaded ```teleport {_p} to ReturnSpawnpoint("Blue", {Map})``` ``` function ReturnSpawnpoint(team: text, map: text) :: location: set {location} to yaml value "%{_map}%.Red-spawnpoint" from "Map-%{_map}%.yml"...
  2. M

    Idea on how to create a progress bar?

    Not asking for a spoon (but wouldnt complain if i got it lol) does anyone have a general idea on how I could create a progress bar? I know this is going to require a little bit of math I just dont know where to start I'd just like instructions on how I could create it
  3. M

    Solved Check if a player is between a location?

    you're a GENIUS how did I not think of that? thank you for everything xD it worked by the way
  4. M

    Solved Check if a player is between a location?

    Does anyone know how to check if a player is within a location without using worldguard? I tried using '''if event-player's location is between {_loc1} and {_loc2}:''' but that did not work. I tried to do it without variables and tried the location function it did not work either. obviously...
  5. M

    Solved How to get blocks within an area?

    Thank you it worked :D
  6. M

    Solved How to get blocks within an area?

    How do you get all blocks within an area? ex: all blocks between {Loc1} and {Loc2} or maybe using world guard? What I'm trying to do is delete a map (example a skywars map) and then paste the map using SkBee but I can't seem to find a way to delete the map??
  7. M

    Solved adding a wait in a loop

    still doesn't work there are no errors in the code the problem is the wait only works for one player at a time I want the wait to work for ALL PLAYERS
  8. M

    Solved adding a wait in a loop

    command /test7: trigger: loop all players: if {E::*} contains loop-player: send "Test1" to loop-player halt 10 seconds send "Test2" to loop-player Im not sure how to explain this really.. The loop only executes one at a time Test "1" will...
  9. M

    more ways to interact with armor stands

    I think we need more ways to "play" with armor stands like having the ability to rotate an armor stand's arm or leg, having the ability to spawn a invisible armor stand or invulnerable armor stand but the target of the armor stand all depends on the location
  10. M

    Variables wont save

    Skript Version (do not put latest): Latest stable release (2.4.1) Skript Author: Bensku Minecraft Version: 1.8.9 (Minecraft server version: 1.15.2) Full Code: ```command /setspawn [<text>]: trigger: set {Spawn.%arg%} to location(player's x-coordinate, player's y-coordinate + 5...