Recent content by salnwar

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

    Team prefix with Skellett

    It's not due to these plugins (MundoSK or SkStuff).. Maybe I'll do request someone to doing this (an group system working with Skellett addon). An this in my testing code: on load: register a new scoreboard team "player" in scoreboard set {_team} to scoreboard team of "player" set...
  2. S

    Solved World's spawn location

    I decided to using SkStuff's expression to paste my schematic, It's working better. Thanks you to have helping me. I turn the thread to "solved". This is my code (for anyone would like to do the same thing): set {_world} to {_id} parsed as world #{_id} is my string set {_session} to new edit...
  3. S

    Solved World's spawn location

    Thanks to you for answer me but, it's doesn't work. If you don't have understand my request: I would like paste a schematic into a world (not the default) and I don't know how I can paste my schematic directly in the spawn location of a specific world. I have try with a entity (armor stand)...
  4. S

    Team prefix with Skellett

    Thank you, now I have multiples problems.. These lines set scoreboard team prefix of {_team} to "&7Player " set scoreboard team display name of {_team} to "&7Player " scoreboard add entry "%player%" to {_team} cause these errors: https://hastebin.com/xavaxevaka for team prefix...
  5. S

    Solved World's spawn location

    It didn't work, the schematic is not pasted spawn armor stand at {spawnloc} set {_a} to last spawned entity teleport {_a} to spawn of "%{_id}%" set {%{_id}%::spawnlocation} to {_a}'s location set {_chunk} to chunk at location of {_a} load chunk {_chunk} sharpsk fawe paste schematic...
  6. S

    Solved World's spawn location

    I have already do that but when i get the entity's location it's not the location in the new world but the location of the main world... This is my problem
  7. S

    Solved World's spawn location

    Thank you, but I don't know how to get the spawn location of the created world.. I only know how teleport a player on the world's spawn location.
  8. S

    Solved World's spawn location

    How I can loop chunks in specific world ?
  9. S

    Team prefix with Skellett

    Oh, thanks you, but now.. How can I adding a player to this team ? I didn't found anything about that on SkUnity's docs or SkriptHub's docs
  10. S

    Solved World's spawn location

    Hello, I've search everywhere on the internet and I don't found how can i get the location of a specific world. (if I don't find a solution with armor stand, I would try when a player join the world to generate my schematic) My code: #creating world #teleport entity to my spawn in world...
  11. S

    Team prefix with Skellett

    Hello, I have a problem with Skellett adon: I don't know how can I set the prefix of my created team. I found this in SkriptHub docs and in the plugin's code. I've tried this: set scoreboard team prefix of "player" to "&8" But it doesn't work, this expression can't be found by Skript. Thank...