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

    Script Level your Spawner!

    Runakai submitted a new resource: Level your Spawner! - This Script allows you to level up your spawner resulting into faster spawn-time. Read more about this resource...
  2. Runakai

    super awesome backpacks

    If you change the inventory name expression with a mirror equivalent it will work on versions above 1.13 Features: Iteming storing - store your items Admin panel - You can edit other's backpacks if you are an admin. Backpack limit of 9! - You will be able to edit that soon Backpack Icon change...
  3. Runakai

    Skript Vanilla GUIs

    You are looking for a good way of making GUIs in Skript? Without having to update an Addon or possibly risk that it's going to get unmaintained? Well, you cant stop searching now! Because vanilla GUIs are integrated into Skript. That's how the name origins from. It's a vanilla feature from...
  4. Runakai

    Solved replacing does not work

    I am trying to replace the English translation in a variable (date) but it does not work. command /hal: trigger: set {_differenceclass} to difference between {classnow::%uuid of player%} and now replace all " days" with "Tage" in {_differenceclass} replace all...
  5. Runakai

    Solved Multible Page

    So. I had found a skript where you were able to loop something in a gui with multible pages. I think it was from ShaneBee. Well, since I am upgrading my Server to 1.13.2 it is not working anymore. It just works for ONE more page. Like 36 Heads on the one page, then 36 on the other but it is just...
  6. Runakai

    Solved faster skull loading

    So, I don't have a code yet but if I have a GUI and make a slot have a player's skull it took a few seconds on the Minecraft version 1.8 to completely load it. Is it the same on 1.12-1.13? I can't test it now and haven't found anything on other pages. If still so, what can I do to load a skull...
  7. Runakai

    Solved Nothing works.

    Hey, I have a big problem. Yesterday when i was starting my server everything was fine. But today nothing works in skript. I can't even open a GUI or add sth to a variable. If it's the wrong thread, I'm sorry. I am running: PaperSpigot1.8.8 the latest version of skript MundoSK ProtocolLib...
  8. Runakai

    Solved Tab complete

    Hey, it's me ;) I wanted to know if there is a "on tab complete" event for 1.8.8. I know there is one for 1.9 but i need one for 1.8.8 for my nick-system.
  9. Runakai

    skUtilities parse Date

    Hey! when i want to parse something as a text i get a error from SkUtilities. "Could not be parsed as index 2" i changed the date format in the config.yml in skript. When i dont parse it as a date i get the correct date format but the time is wrong and i can't add e.g 8 hours to it. There is no...
  10. Runakai

    Solved disguise nick as real player

    Hey! I am doing my Nick system and i wanted to ask if it is possible to add the player to the real players? Like: When i nick myself as... e.g "Lucax" and type in L and THEN press tab, the Nickname will automatically be completed. Also when using commands.
  11. Runakai

    Solved Date format

    Hello its me. Is it possible to change the date format? When i was using it a few days ago it was like "10.05.18 21:15" and now its "05/10/18 2.45 PM". current code: command /testing1: trigger: set {_now} to "%now%" set {_timespan} to {_now} parsed as date send...
  12. Runakai

    Solved Make mob follow player

    Hello, me again :emoji_slight_smile: I was searching on Googlygu how to make mobs follow players. Then I found this: command /bass: trigger: spawn a pig at location of player set the display name of the last spawned pig to "&C%player%'s Pet" set the target of the...
  13. Runakai

    Solved Umbaska and TuSKe error

    Hello, me again. When i was restarting my server i got some errors from Umbaska and TuSKe. I don't know if this is the correct thread so: I am sorry if its not! [19:39:11 INFO]: [Umbaska] Enabling Umbaska v3.3 [19:39:11 INFO]: [Umbaska] The config...
  14. Runakai

    Solved Reportsystem-Help

    command /report [<player>] [<text>]: trigger: if arg 1 is not set: message "&8[&cReport&8] &7Bitte gebe einen Namen ein" stop if arg 2 is not set: message "&8[&cReport&8] &7Bitte gebe einen Grund ein" stop...
  15. Runakai

    Solved Add/Remove Player's Skull in GUI

    Hey, it's me again... I didn't know how to describe my problem in the title, so it may be misleading. command /report [<player>] [<text>]: trigger: if arg 1 is not set: message "&8[&cReport&8] &7Bitte gebe einen Namen ein" stop if arg 2 is not set...
  16. Runakai

    Solved Tablist Header and footer

    Hello, you should already know me. :emoji_grinning: on join: set header to "&3Bienvenue sur &6Amonia !" for player-event No errors. Does not work no errors but in console on join: set header to "&3Bienvenue sur &6Amonia !" for player Also does not work no errors. (but in console)...
  17. Runakai

    Solved Shop

    Yeah, it's me again. So.. on inventory click: if event-inventory is not player's inventory: if name of player's current inventory is "&cErze": cancel event if clicked slot is 9: close inventory of player make player...
  18. Runakai

    Solved Inventoryclick

    Hey! I was skripting my shop skript and everything is working fine, but: on inventory click: if name of player's current inventory is "&cShop": clicked slot is 10: cancel event wait 1 tick open chest with 3 rows named "&cBlöcke" to player...
  19. Runakai

    Solved TuSKe Clicktyp

    Hello, its me again :) I am struggling with making a shop skript where you can buy 1 item by leftclicking, selling 1 item by rightclicking an buying/selling 64 by shift+left/rightclicking. When i use the "On inventory click" event, the" shift" does not work. (Also no errors ingame and in the...
  20. Runakai

    Solved Skript ignores Command

    Hello! I was coding a Ontime skript. As soon as the Command is underneath everything, skript just ignores it. on join: if {ontime.Sekunde.%player%} is not set: set {ontime.Sekunde.%player%} to 0 if {ontime.Minute.%player%} is not set: set {ontime.Minute.%player%} to 0...