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

    Skript-mirror TRY STATEMENTS

    Hello, I just wondering If @btk5h can add try { } In skript maybe it can be like try: Thanks for attention
  2. M

    Chat Essentials prefix Replacement

    MM
  3. M

    Chat Essentials prefix Replacement

    I mean If you want to do [(reputation) 0] player> message You can't do for every player same thing .
  4. M

    Chat Essentials prefix Replacement

    Hello guys, I know it's easy to do , but a lot of new skripters asking how to format and replace essentials prefix without canceling chat and broadcasting message.
  5. M

    Skript help - Multilined ban reason messages

    @TPGamesNL I meant that this kick expression-1 due to "%expression-2%" is doing ban function @CustomWorldYT ban player due to "text%newline%text" or function ban(p: player, r: text): kick {_p} due to {_r} set {bans::%{_p}%::reason} to {_r} function unban(p: player): delete...
  6. M

    Skript help - Multilined ban reason messages

    command /testukban: trigger: mehow ban player due to "test%newline%test"
  7. M

    Skript help - Multilined ban reason messages

    You have to do ban syntax by your self. Use Skript-mirror or move your post to request section. For new line use %newline% effect [mehow] ban %player% due to %string%: trigger: kick expression-1 due to "%expression-2%" Dunno how, but then I use this syntax I get banned :D
  8. M

    Solved How to make players transparent

    I have latest Skript and still doesn't work :D. Then I added if else then it started to work
  9. M

    Solved How to make players transparent

    @Snow-Pyon _team}.setCanSeeFriendlyVisibles(true if parser mark is 1, else false) Where is no setCanSeeFriendlyVisibles. https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/scoreboard/Team.html#setCanSeeFriendlyInvisibles-boolean- (true if parser mark is 1, else false) Doesn't work Or you...
  10. M

    Solved How to make players transparent

    @Uzumaki effect make %players% [(1¦stop being)] transparent [for %-players%]: trigger: set {_viewers::*} to expressions-2 if raw expressions-2 exists, else all players loop {_viewers::*}: set {_scoreboard} to loop-value.getScoreboard() otherwise...
  11. M

    Addon skript-mirror

    Hi , how can I register this for my skripts? https://github.com/VolmitSoftware/Fulcrum
  12. M

    Fulcrum Addon

    Cool API
  13. M

    Solved set block 3x3 forward player

    function skill_icewall(p:player,l1:location,l2:location): loop blocks within {_l1} to {_l2}: set block at loop-block to ice wait 3 seconds loop blocks within {_l1} to {_l2}: set block at loop-block to air Tested. https://docs.skunity.com/syntax/expressions/Block%20Cube
  14. M

    Worldborder setcenter Skript-mirror

    I can, but skript use less time to do minigames :I
  15. M

    Worldborder setcenter Skript-mirror

    I love skript-mirror and java
  16. M

    Chat

    on rightclick on stone: send "if you want to use this stone type Yes in chat! " set {block.%player%} to location of event-block on chat: if {block.%player%} is set: cancel event if message contains "yes": set block at {block.%player%} to air...
  17. M

    Worldborder setcenter Skript-mirror

    Thanks, And I have one problem with walls, it's buging time for walls
  18. M

    Worldborder setcenter Skript-mirror

    Hey guys, I am trying to make worldborder with skript mirror and It's doesn't work. I am trying to extract coordinates from location and set size command /wbe [<number>]: trigger: if player is op: Set {_x} To x-coordinate of {mb.worldboarder.%arg-1%} Set {_z}...
  19. M

    Thedream.lt Minigames

    Hey guys, today I want to present minecraft minigame server with self made skripts,plugins. THEDREAM | COMMUNITY - We are working hard.. We making our plugins. And we're glad that.. You guys are still playing in our server. Bassically, our server is all about minigames. Games.. like...
  20. M

    I need help /Fix command Bug/Error/NoWork

    First, send us Error, server and minecraft version.