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

    Need help with Plugin Addon

    You could possibly use skript mirror to import the API of the plugin. And use methods of that in skript
  2. Runakai

    Tuske is dead? No more GUI stuff?

    TuSKe works but iirc is not maintained unless Pikachu decides to update his fork. I'd recommend using vanilla GUIS. The inventory name expression does not work, therefore Skript-mirror, (event.getView().getTitle() is "Inventoryname":), SkQuery (simply: name of event-inventory) or Sk-NbeeT (Same...
  3. Runakai

    Home Skript

    We don't know without seeing your code. This is Skript-Help not Skript-Request.
  4. Runakai

    Tempoarary Ender Pearl

    on projectile hit: projectile = ender pearl: set {_locs} to shooter's location teleport shooter to event-location wait 5 seconds teleport shooter to {_locs}
  5. Runakai

    FFA points not working

    you simply forgot to check if the attacker/victim is A player, not is player
  6. Runakai

    Shop Skript

    effect set shop slot %integer% of %player% to %item% with [buy price %-number%] [and] [sell price %-number%] [allowing shift [shopping] %-boolean%]: trigger: set {_item} to expr-3 set line 5 of lore of {_item} to "&7Buyprice: &6%expr-4 ? ""-""%" set line 6 of lore of...
  7. Runakai

    RankUP - LevelSystem

    This does not belong here. Use skript-help to receive help.
  8. Runakai

    Chairs in 1.14

    make player ride X
  9. Runakai

    Skript? Never heard of.

    Skript? Never heard of.
  10. Runakai

    Cancel Event

    To make arguments optional you'd have to cover them with [] <Text> -> [<text>]
  11. Runakai

    Solved Skript-Mirror 2.0

    https://cdn.discordapp.com/attachments/138027100593455104/554022749333356544/skript-mirror-2.0.0-SNAPSHOT1.jar Don't even know if that works outside of discord lol
  12. Runakai

    get enchant level broke

    Anyway, your outdated version will cause more trouble in the future. Good luck and have fun fixing all the stuff some time!
  13. Runakai

    get enchant level broke

    no
  14. Runakai

    Double xp

    Why are you having 205 messages and 126 likes? You joined today.
  15. Runakai

    Real time is skript

    Just split it and compare as string
  16. Runakai

    Nametag without Wildskript?

    That's exactly what my explanation would do
  17. Runakai

    Nametag without Wildskript?

    Using Armor stands, invisible slimes and skript mirror. Make a slime ride an armor stand that is ridden by a player. kill the armor stand (not with skript syntax) make the slime invisible and name it. I think something like this will work
  18. Runakai

    Solved Help

    By creating your own command within skript it’ll override the essentials one
  19. Runakai

    Solved Invalid Characters

    You could use regex matches