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

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

    Need help asap! Thank!

    Write this to REQUEST page
  3. 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...
  4. M

    GUI execute command %loop-value% bug

    Okay I will try to fix it with TuSke
  5. 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...
  6. 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...
  7. 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...
  8. M

    Solved Wait X time

    Hello everybody, I search everywhere how to do wait {_sec} seconds. If you can, help me :I
  9. 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...
  10. 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...
  11. M

    Other Advanced event handling with skript-mirror

    So skript-mirror = spigot java?
  12. M

    Other Advanced event handling with skript-mirror

    Examples and more tutorials please
  13. 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}...
  14. M

    Solved If line is

    Hello, i have some problems with line is Code: every 20 seconds in "world": loop all blocks: if loop-block is sign: if line 2 of loop-block is "Drill": set {_loc} to location of loop-block Error: [20:15:40 ERROR]: There's no loop that matches 'loop-block...
  15. M

    Solved Every sec loop

    Hello and thanks for help, Code: every second: loop all players: if loop-player is wearing iron helmet: if {wearing_helmet::%loop-player%} is false: set {wearing_helment::%loop-player%} to true broadcast "s" else: if...
  16. M

    Solved 1.12.1 Error

    I have problem with skript plugin then i do command /sk reload Error in Console: [16:40:46 ERROR]: '%arg-3%' can't be added to {kreditai.%the 2nd argument%} because the former is not an object (onBLock.sk, line 28: add %arg-3% to {kreditai.%arg-2%}') [16:40:46 ERROR]: #!#! [16:40:46 ERROR]...
  17. M

    /sk reload script server crash

    Hello guys, i found this bug? And I first time met with this thing so i post to forum how to fix it. Then i write /sk reload script it's crash the server and error: Thanks for help
  18. M

    GecorNetwork //Skript made SkyWars

    ==========GecorNetwork========== I made with skript SkyWars and Duels is made with JAVA . My server have Factions,SkyWars,Duels I am trying to do best server for players. Ip: play.gecornetwork.net Website:http://www.gecornetwork.net Please come ;) ================================== Trailer:
  19. M

    Solved If arena is full teleport to another

    Hello guys I am idiot and I don't have much ideas about this code: command /random [<player>]: executable by: console trigger: set {western.map} to "western" set {snow.map} to "snow" set {forest.map} to "forest" set {temple.map} to "temple"...
  20. M

    Chest Refill bug

    Hello guys! I found a bug I think, because this thing worked now it don't Code: command /chestreset [<text>]: trigger: if player is op: if arg-1 is set: delete {listofspawnpoint.%arg-1%::*} add {skyw.cagespawn1.%arg-1%} to...