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

    Skript loading error

    Hey, my skripts are not loading anymore. Console output: https://prnt.sc/wk63p2 Plugins: https://prnt.sc/wk64cw I added a few addons of skript (like skstuff, ...) maybe u could help me o.o
  2. Z

    get message packet

    Hi, I have following problem: I have a very good clan plugin, but it hasn't placeholderAPI. I want to set a variable to the player's clan. I can use the command /clan info <player> to show the player's clan. Can I ask for that message in Skript somehow and can split the message at "the player...
  3. Z

    Licensing Skripts

    Hi, is there a way to create a License for a skript. I want to give a license to somebody else, and then the skript will work. Otherwise it wouldn't It must be connected somehow with my server or somehow. I think this is impossible for everyone here.
  4. Z

    how to get clean minutes

    https://prnt.sc/su01ff How I can change "52.73" minutes to "52" minutes? Is there any waY?
  5. Z

    multipage enderchest

    Hi, is there a good enderchest skript with multiple pages? Didn't found something good yet
  6. Z

    less than x time bugg

    Hi, following problem. I try to get the "{_waited}" string into a message. set {_waited} to difference between {kit.pvp.%uuid of player%} and now if {_waited} is less than 6 hours: Error: "can't unterstand this condition" I think, I need another skript addon. But which one?
  7. Z

    Individual Holograms

    Hi, is it possible to show coins of each player in a hologram? So it is the same hologram, but every player see his own coins. Does any1 know?
  8. Z

    PvP Disabled?!

    Hey Guys, for some reason, I can't pvp in my world. It is only the world "pvp". Other worlds are working. I activated pvp in server.properties and in the worldguard region. What can I do? help pls
  9. Z

    Permissionsex

    Hey, How can I activate that all of my groups have the permissions from my default group automaticly?
  10. Z

    PvP disabled?

    Hey, firstly, this has nothing to do with skript. I need help always. Trough any case, I can't pvp in my world. I activated pvp in worldguard and also in the server.properties It is only in this world. What else do i have to activate?
  11. Z

    paste schematic at player

    Hi, im using skelett for this. command /spawnship: permission: "test" trigger: paste schematic "base_small" at location of player The Error:"Cant understand this condition/effect" I already tried to enable worldedit on the skelett-config, but there ist nothing to set to...
  12. Z

    Schematic load

    Hi, I want to place a crafting table with name "BASECREATOR" and the a schematic should load on the place where the player stands. help pls
  13. Z

    BaseCreator with schematics

    Hi, I want to place a crafting table with name "BASECREATOR" and the a schematic should load on the place where the player stands. help pls
  14. Z

    summon giant

    Hey, How can I summon an invisible giant with a sun flower in his hand on a specific position? And on reload this should also stand there Thanks <3
  15. Z

    split variable

    Hi, I want to split my money variable every 3 digits (https://prnt.sc/rti99c) This is the variable: {taler.%uuid of player%} How can I split it?
  16. Z

    ranking help

    Hey, i am using this ranking skript for my top kills right now: command /ranking [<text>]: trigger: loop {kill::*}: add 1 to {_size} if {_low.to.high.list::%loop-value%} is not set: set {_low.to.high.list::%loop-value%} to loop-index...
  17. Z

    random skript

    command /Zufall [<text>]: trigger: if player is op: broadcast "&8> &7Ein &ezufälliger Spieler &7wird nun ausgewählt..." wait 1 second loop all players: play "LEVEL_UP" to loop-player add loop-player to {_list::*}...
  18. Z

    LABYMOD WTF?!

    Hey, I saw a fucking Skript server how did something with the LabymodAPI. So only Labymodplayers get a crate. How can I do that? It hast something to do with packages I think LG
  19. Z

    Change "Seconds" "Minutes"

    Hey, I have a Question: How can I remove the "76" from Seconds? My code: Every second: set {_waited} to difference between {stundenevent} and now if {_waited} is less than 60 minutes: set {_time} to "%difference between 60 minutes and {_waited}%" replace every "hours"...
  20. Z

    crafting recipes

    Help me please, I tried something out with "wipe all crafting recipes" or "register new crafting..." And now I cant use any Crafting recipe (e.g. no log to wood) what can I do....