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

    Verify permissions of an offline player

    I know it's possible (on a server they've already done it) ... but I still can not do it ... thanks so much
  2. X

    Format player balance in scoreboard

    Just do a function that shortens a certain number of numbers ... there is a post https://forums.skunity.com/threads/useful-vanilla-skript-functions.7000/ Here you will find the function you are looking for function format(n: number) :: text: set {_data} to "QT,18|Q,15|T,12|B,9|M,6|k,3"...
  3. X

    Verify permissions of an offline player

    SPANISH Verificar permisos de un jugador offline Hola! He venido aqui porque soy nuevo con el tema de skript-mirror... Quiero verificar si un jugador offline tiene permisos.... no quiero usar "if player data of arg-1 has permission "blabla.blabla"" esto simplemente verifica si tiene permisos...
  4. X

    #hand skript

    YEAH there is a plugin for it https://www.spigotmc.org/resources/skript-itemtochat.28070/
  5. X

    Addon Fawesk

    some event of these allows to cancel or place blocks in certain coordinates?
  6. X

    chat tooltip help

    on chat: set {_sender-info} to "%colored player's prefix% %sender%" set {_tooltip} to "&a&l %sender% %nl% &8» &fRank: &a%uncolored colored player's prefix% %nl% &8» &fMoney: &a%player's money% set {_cmd-in-tooltip} to "/plot home %sender%" loop all players...
  7. X

    Solved I need help! (Custom signshop)

    execute console command "/penge tilføj %player% %{shop.price.%location of block%}%" You forgot to use % in {shop.price.%location of block%} execute console command "/penge tilføj %player% %{shop.price.%location of block%}%" You forgot to use % in {shop.price.%location of block%}
  8. X

    Solved I need help! (Custom signshop)

    WHAT DO YOU MEAN? IDK What would you like to do
  9. X

    Parsing item with name?

    After many attempts, I finally managed to save items in yml only with the skript-yaml addon. so I do not use another "Sketch" addon for this. And without analyzing them to obtain or give them to a player.
  10. X

    Parsing item with name?

    how parse "wooden_axe of Sharpness 100 named "§fHola" " as item?, sorry for my english
  11. X

    WarpMenu Help

    .-. XD i'm using an aliases that I add to the plugin.yml of Essentials, it works perfectly like the /warp. i'm not using my own code for the setwarp and warp command
  12. X

    WarpMenu Help

    Fix :)
  13. X

    Solved UUID (on command)

    English When any user executes a command made in skript, the user's use is seen in the console, and the user's use of the user's uuid. How do I deactivate this? I just want to get the player's uuid, I CURRENTLY TRY player variable fix: true...
  14. X

    Json Centered

    I would like to know if there is any way to create a centered json as well as skellet uses: message centered "xd" to player I would like to know if there is any way to center it in a tooltip (I am using it for chat)
  15. X

    Solved Color Bold

    That works! Thanks :), but a i currently use the latest version of Skript, when i upgraded to the last one, this problem occurred
  16. X

    Solved Color Bold

    Hello, i have a problem :c. What happens, is that I have done a skript and it has always worked perfectly (while I was using the Skript version 2.2-dev25), but, today I changed the version to the last version of https://github.com/SkriptLang/Skript / releases, but during the change the console...
  17. X

    Loop value or index help

    Why I get it as <none> with %{_anuncio::1}% And I get error with %2nd element of {_anuncio::*}% on load: if file "/plugins/Anuncios/config.yml" doesn't exist: create file "plugins/Anuncios/config.yml" set yml value "Anuncio|Estado" of file "plugins/Anuncios/config.yml" to "1"...
  18. X

    Loop value or index help

    Skript 2.2-dev25 and you?
  19. X

    Loop value or index help

    It was the google translator that did that, but understand that I used part of the code I sent
  20. X

    Loop value or index help

    When I use broadcast "%{_ anuncio::1}%" it appears to me as <none> Then when I use %2nd element of {_anuncio::*}% I get that this expression does not exist even with second element of, it only works when I use first element of read me the value 1 of the list.