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

    Script DeathNote

    FinalPlayer024 submitted a new resource: DeathNote - ~ Be careful, kill your enemies and try not to be discovered ~ Read more about this resource...
  2. FinalPlayer024

    Solved Error with regex

    How does "Regex replace" work? I've already tried it using on chat: regex replace "\d{1,3}" with "test" in message #This regex should replace all the numbers {wrote 1, 2 or 3 times} in message with "test" But all I have is "Can't understand this condition/effect ecc..."...
  3. FinalPlayer024

    Sort of "DeathNote" in Skript?

    Category: Books - A sort of DeathNote maybe? Suggested name: Noname What I want: (This link) but in Skript: You write something in a book, and the text you write will be stored in a variable like {_textFromBook}, to use later Ideas for commands: command /getBook that gives you the book...
  4. FinalPlayer024

    Help with YML

    Skript Code (only "on load" event) It all works fine, but I wanted to add some "spacers", I tried "write file" but it didn't work, I also tried set "Staff-Bot. " to " " in yaml file "plugins/Skript/scripts/Staff-Bot/config.yml" , it worked but I don't really like how it is written in the...
  5. FinalPlayer024

    Solved Help with evaluating GUI

    Skript: 2.2-dev25, Spigot 1.8.8 Everything works fine, if I execute the command /calcola 2+2, it returns "4". But if I try to evaluate 2+2 by clicking "2", "+", "2" in the GUI, the variable returns <none>. Here is the code, you can take how much time you need, no problems! #!Options options...
  6. FinalPlayer024

    Update notifications

    Is it possible to disable Skript update notifications? I know it's possible by removing the "skript.admin" permission, but it also grant admin commands..
  7. FinalPlayer024

    Solved Tempban message

    Skript version: 2.2-dev25 Server: Spigot 1.8.8 The part 'Sei temp-bannato per "%difference between {tempo::%player%} and {_t}%" ' is not working, it sends <none>. I want this to send the "Remaining time" Skript Version: 2.2-dev25 Skript Author: Bensku Minecraft Version: Spigot-1.8.8 --- Full...
  8. FinalPlayer024

    on book "done" or close event?

    How can I check if a player clicks "Done" on a specific book?
  9. FinalPlayer024

    Script AfkSystem

    FinalPlayer024 submitted a new resource: AfkSystem - An easy and funny AfkSystem, you can go AFK safely and go back to your place when you return online! Read more about this resource...
  10. FinalPlayer024

    Help.. again :P

    How can I give to all online players some items by opening a GUI and putting items in? I think it's possible using "Trade" as an example, without the "Accept/Cancel trade" buttons, directly adding items in (loop)players' inventories
  11. FinalPlayer024

    Anvils

    Searching through the docs I didn't find an answer (probably I searched incorrectly): Is it possible to prevent auto-break on Anvils? Those "cracks" on it
  12. FinalPlayer024

    Solved Curiosity

    Is it possible to deny an inventory opening? If yes, how can I do that? Edit: "Player's inventory"
  13. FinalPlayer024

    Solved Is it possible?

    Is it possible to get (in-game) the list of all the scripts? command /test: trigger: send "Send me the number of scripts loaded" to executor send "Here send me the list of all the scripts loaded" to executor stop