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

    Pls help

    maybe this will work? give unbreakable {item} to player
  2. M

    Pls help

    do you have skbee?
  3. M

    Reset map/world to original

    whats the error
  4. M

    I need help with this

    I need help testing this small skript I made using skbee 3.6 I don't have access to a server environment so I cant manually test this. on load: set {shard-1} to prismarine shard named "&r&l&bIce Shard" with lore "&7A hardend shard of ice" register new shaped recipe for prismarine shard...
  5. M

    How to make this not lag? (leaderboard)

    I personally would go with every 10 seconds: loop online players: save played time in var wait 5 ticks set {_top-uuids::*} to sorted indices of {playtime::*} loop 10 times: set {_p} to {_top-uuids::%loop-value%} parsed as offline player set {_t}...
  6. M

    Reset map/world to original

    I have no idea how to do this in skript, but you can get the region data files and change them manually, or change out the entire folder and you may be able to use a world edit mod in junction with skript to run commands like execute console command "/schem load world_template" but idk
  7. M

    Reset Block Break Stage

    can you send me the full skript so I can see the context?
  8. M

    Im board and I want projects

    fully vanilla black hole thini, works in parser idk if it works in a server. command blackhole: trigger: spawn a armor stand set name of the armor stand to "Black Hole" every 1 second: loop all entities: if loop-entity is an armor stand: set...
  9. M

    Im board and I want projects

    Ok I will do this
  10. M

    Reset Block Break Stage

    cant you just set {blockStage::%loop-block%} to 0 and then run this again? show block break stage {blockStage::%loop-block%} at loop-block to all players
  11. M

    Adding Nametags To Players?

    well I guess I was wrong too
  12. M

    Im board and I want projects

    cool, and its meggy
  13. M

    Adding Nametags To Players?

    I know there is a plugin for this, but I am not sure you can do this with skript
  14. M

    Adding Nametags To Players?

    ooohhh, ya I looked thru the docs and I didn't see anything about editing players name. but you can add text under the players name using scoreboards.
  15. M

    Ranks and Permissions!

    preferably under Resources -> Snippets but its fine, and good job on making your first skript!
  16. M

    How to get an entity from a UUID?

    it will teleport the entity with arg-1's uuid to your {_voidLoc} position.
  17. M

    Ranks and Permissions!

    ... you posted this in the skript help, and it works...
  18. M

    Adding Nametags To Players?

    what do you mean by "name tags" like a line of text under the player name, giving the player name the effect of a entity with a name tag, or changing the players name completely