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

    About GUIs

    Not sure if knowing when a gui is opened is possible. (P.S Im using SkQuery for this code) click on item: on inventory click: if event-slot is smth named "smth": do smth completed things (Not Tested): command /gui: trigger: open chest with 3 rows named "smth" to player...
  2. Marc

    Solved Skript question, please read my description.

    you need to Set it to a specific player: {captcha::check.%player%} smth like that so skript knows your talking about 1 specific player instead of the whole server :)
  3. Marc

    RightClick Function On Custom Block

    Im sure TuSKe uses right-click instead of right click, like SkQuery does, I suggest you switch to SkQuery as its a LOT easier in terms of memorizing commands and stuff
  4. Marc

    how do i target specific player

    NO the trigger!!
  5. Marc

    how do i target specific player

    If you wanna target a specific player you can use a argument: command /op [<player>]: op arg-1 Hope I helped
  6. Marc

    Solved How to count blocks between coordinates

    What are you even trying to do lol?
  7. Marc

    Scoreboard Prefix Problem

    %loop-player's prefix% should work
  8. Marc

    Solved How to count blocks between coordinates

    Not sure thats possible, could you tell me what is for so we can find a different solution?
  9. Marc

    Solved Able to still open gui

    Whaddup my n-words, I tried skripting this particle system and when {%player%.togglep} is false it still allows you to open the gui skript: command /cosmetics: trigger: wait 2 ticks open chest with 1 row named "particles" to player format slot 0 of player with...
  10. Marc

    Remove "variable" from inventory

    you could just smelt whats in the hot bar since thats the only way I know to how remove it "randomly" I forgot the specific way of doing it but it was smth like every 10 seconds: set {smth} to a random integer between 1 and 9: {Smth} 1: remove item from slot one of player's inventory you get...
  11. Marc

    Remove "variable" from inventory

    Why does it have to be specific?
  12. Marc

    Remove "variable" from inventory

    What doesnt work? you need to specify what doesnt work and what the error is please!! :33
  13. Marc

    Making a GUI

    You could use SkQuery, Ive never had a problem with item stealing, And when I did its probably bc I forgot smth: command /gui: trigger: wait 2 ticks open chest with 1 row named "gui" to player format slot 0 of player with red wool named "red wool" to be unstealable...
  14. Marc

    Make minecarts movable without rails

    Im not sure that this is possible? probably not
  15. Marc

    Solved I need help with grantrank skript

    I think your making this over complicated I made a system like this with luckperms: (which is very useful for ranks and permissions!) command /grantrank [<offline player>] trigger: if arg-2 is [rank]: open chest with 1 row named "ranks" format slot 0 of player with tripwire...
  16. Marc

    Solved I [NO LONGER] need a plugin for making a GUI

    I find SkQuery easiest, I have worked with both and Query is just simple. Good luck on your coding adventure partner!
  17. Marc

    Solved Trading system

    Hello friends, is there any possible way I can make /trade [<player>] wait for {%player%.accept} to be true? Heres the code: command /tradeaccept [<player>]: trigger: if {%player%.request} is true: set {%player%.accept} to true send message "%player% has...
  18. Marc

    How to differentiate 2 teams?

    I can try :)) command /team: trigger: wait 1 tick open chest with 3 rows named "Team Color" to player format slot 10 of player with red wool named "Red Team" to close then run [make console execute command "/luckperms user %player% group set red"] format slot...
  19. Marc

    Solved variables

    If theres any possible way you could set a variable to true/false using a inventory click in a gui? No code, just wondering
  20. Marc

    Spectators edit GUIs?

    Well I think this is bc you didnt format it to be unstealable? Im not sure bc I can tell this is a different skript addon, could you mind telling me what that is?