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

    Solved I had a problem with TuSKe GUIs and Permissions

    Okay, now it works fine when deopped and also opped. Thank you very much!
  2. Aidanete

    Solved I had a problem with TuSKe GUIs and Permissions

    I installed Vault as you said and now when deopped the player can't do absolutely nothing, including opening guis, something that before worked well EDIT: Okay, was a bug, now fixed but with vault or without it is the same result.
  3. Aidanete

    Solved I had a problem with TuSKe GUIs and Permissions

    Still not working, probably TuSKe ignores permissions and only accept opped guys (admins)
  4. Aidanete

    Solved I had a problem with TuSKe GUIs and Permissions

    Maybe that the lobby command has a permission node required, but the problem is that tthe permission node is in the default rank in the LP permission list. I did explained well? The default rank is supposed to have that permission, and it works deopped but when using guis no. EDIT: Okay, I...
  5. Aidanete

    Solved Daily stuff help

    It says as I have claimed the reward Sorry, my error, now works fine
  6. Aidanete

    Solved Daily stuff help

    I want to make a daily reward system, and I think I know a way but I don't know how to do this. How do I set a variable to actual day and how do I compare a variable to the actual day and make it execute the code if is not the today's date the variable one. I don't know if I explained well...
  7. Aidanete

    Solved I had a problem with TuSKe GUIs and Permissions

    Also didn't work, as I said, the problem occurs when deopped, when that command should work, and works in chat but in the guis nope. *bump*
  8. Aidanete

    Solved help by setting a permission to skript

    First I want to know what you want to make a permission need. The enderpearl launching, the cooldown? It's a condition, use it like that. Here are examples on the skriptlang documentation: http://skriptlang.github.io/Skript/conditions.html#CondPermission
  9. Aidanete

    Solved help by setting a permission to skript

    Do you want to add a permission to the event? player has permission "put your permission node here": Put the permission node that you want
  10. Aidanete

    Solved I had a problem with TuSKe GUIs and Permissions

    This is the code for the gui: player is holding a book named "<yellow><bold>Game selector": open virtual chest inventory with size 6 named "<dark blue><bold>Game Selector" to the player set {_item} to bookshelf named "<gold><bold>Main Lobby" set line 1 of lore of {_item}...
  11. Aidanete

    Is it possible to make a screenshot using a skript?

    Depending on the thing you want to do with the screenshot, possibly there is another way to do that thing. Can you specify for what you want it?
  12. Aidanete

    Solved skquery not working

    I use TuSKe for 1.12.2, I think there is no problem :D
  13. Aidanete

    Solved I had a problem with TuSKe GUIs and Permissions

    A day ago, I tried to use LuckPerms for my server, and was very cool and worked fine, anyway, I had a problem that when you execute a command from a TuSKe GUI when deopped, also when you have the permission to execute that command, it will not work, also I tried to use the command in chat and...
  14. Aidanete

    Solved Strange stuff with TuSKe Gui?

    Thank you!
  15. Aidanete

    Solved Strange stuff with TuSKe Gui?

    Oh my, sorry, me idiot. Thank you a lot! :emoji_grinning: Anyway, you know a way to make items pickup-able?
  16. Aidanete

    Solved Strange stuff with TuSKe Gui?

    on break: event-block is chest: player is holding a blaze rod named "<gold>Randomize Chest": cancel event set {randomizechest::%event-block%} to true on rightclick on chest: {randomizechest::%event-block%} is true: set...
  17. Aidanete

    Solved How I do this?

    Thank you, it worked!
  18. Aidanete

    Solved SkRayfall EffectLib compatibility is bugged?

    Thank you, that was the solution to my problem!
  19. Aidanete

    Solved SkRayfall EffectLib compatibility is bugged?

    When I put the bleed effect with SkRayfall and EffectLib, the player when get damaged it gets stuck getting damage until I quit the server and return to it. It's strage Here my code: spawn a bleed effect at victim with id "1" And another thing. Why I have to put an ID? Thank you