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

    Armor stand combine

    Hey guys, I have problem with armor stand merging and combining. I am trying to do vehicle moving. The main problem is with NBT tags rotation, then I am doing model rotation my armor stand goes from model insides. on vehicle steering: if player's vehicle is armor stand: if player's...
  2. M

    wait parsed as timespan doesn't work

    Hey, I am using paper spigot 1.12.2 and skript 2.2-dev37c (no I don't want to change my version, because of reasons...) wait parsed timespawn doesn't work for me and I don't know why, please help :emoji_slight_smile: if loop-value contains "time:": set {_m}...
  3. M

    Emoji support in Minecraft???

    I found this screenshot and I am wondering is this possible? (EMOJI SUPPORT)
  4. M

    Announcement

    This script will send hover message to all players, it means that players can see who sent a message.
  5. M

    Remove item in gui inventory

    Hello, I am having problem with removing items in gui after I pick item in cursor. You can see in this picture. Server version: 1.8 Skript: 2.2-dev27 (because of 1.8) Thanks for help
  6. M

    Solved MundoSK custom world generator

    Hey, can someone comment some examples of mundosk world generator? Thanks
  7. M

    Solved FAWE paste schematic

    Hello, I need a function or syntaxe to paste FAWE API schematics. I tried sharpsk but It doesn't work. Thanks Server version: 1.12
  8. 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
  9. 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.
  10. 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}...
  11. 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...
  12. M

    Solved Resourcepack deny Skript-mirror

    Hello, I get problem with resourcepack deny.Skript doesn't have support for this so I am using skript mirror. What is the problem for this? on script load: import "org.bukkit.event.player.PlayerResourcePackStatusEvent" on "org.bukkit.event.player.PlayerResourcePackStatusEvent": if...
  13. M

    PlaceHolder making scoreboard disapear

    Hello guys, I am trying to fix scoreboard bug . Then I Added placeholders to scoreboard it's disapeared and it's not showing up anymore. My code: else if loop-player's world is "kitpvp": if stylish scoreboard "kitpvp-%loop-player%" does not exist...
  14. M

    GUI execute command %loop-value% bug

    Hello guys, I am trying to fix this bug with GUI ,that then you click item it runs /join %loop-value% command My code: open chest with 1 rows named "&0&l➥ žemėlapio pasirinikimas" to player set {_s} to 0 loop...
  15. M

    Skript - Mirror Event Help

    Hello guys I just started to work with skript-mirror and I cant understand it well so I can't make this skript: on script load: import "org.bukkit.event.player.AsyncPlayerChatEvent" import "org.bukkit.entity.Player" import "org.bukkit.ChatColor" on...
  16. M

    Stone button bug

    Hello everyone, I found stone button bug . I did some testing and I dont know how to fix it. My code: on rightclick on button: set {_bl} to location of event-block set block at {_bl} to air wait 2 seconds set block at {_bl} to stone button After i rightclick on button it set to...
  17. M

    Solved Wait X time

    Hello everybody, I search everywhere how to do wait {_sec} seconds. If you can, help me :I
  18. M

    JAVA VS SKRIPT

    Hello everyone, I am MeHow . I am working with JAVA and Skript so I want to show you what differences are between java and skript. In Java you have to write more than in Skript. If you want to do wait you need: In skript: wait 2 seconds In Java: new BukkitRunnable() { @Override...
  19. M

    cancel event bug

    Hello, i have problem with cancel event: on rightclick with chest: if name of item is "&7Drill Level 1": remove 1 chest named "&7Drill Level 1" from player cancel event set {_block.%player%} to location of event-block then it rightclick i place a chest cancel event...
  20. M

    Solved Event-block's variables doesnt work

    I tried to do one thing and i tried to use %event-block% to do that,but i doesnt work at all. Code: on place: set {%event-block%.placed} to true **** if {%loop-block-2%.placed} is set: delete {%loop-block-2%.placed}...