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

    Help with Online donors

    command /test: trigger: loop all players: loop player has permission "staff.rank": add loop player to {_Donors::*} size of {_Donors::*} = 0: send "&fError, no donors are on" else: send "" loop...
  2. JustADev

    Solved Shuffle a list

    This isn't that hard, I think it goes something like this: Whenever you loop through a list, it goes through each value in the list already, so there is no need to remove it from the list, unless you plan on deleting the list for some reason after.
  3. JustADev

    I like Toasters

    I like Toasters
  4. JustADev

    How to change GUI name / title?

    use TusKE Advanced. Using that method for creating a GUI, you wont ever be able to change the name of the inventory while it is currently opened.. Haven't test it but... command /toaster: trigger: open virtual chest inventory with size 4 named "This is a Toaster" to player...
  5. JustADev

    How to change GUI name / title?

    Well, are you trying to format an item in a GUI or in a player's inventory
  6. JustADev

    How to change GUI name / title?

    Are you using TuSKE Advanced GUI's?
  7. JustADev

    How to change GUI name / title?

    set name of player's current inventory to "Toaster" :emoji_bread:
  8. JustADev

    [Suggestion] [sKForums] Insert Code Revamp

    Hey, this is just an idea, but it would be so much more convenient if you could TAB your lines of code inside the insert code tool, instead of having to press 4 spaces each time you want to indent something. The current problem is that whenever you try to tab inside the Code Editor in a forum...
  9. JustADev

    Solved Help

    command /endportal: trigger: set {_Loc} to location 3 meters above player set block at {_Loc} to end_portal_block
  10. JustADev

    Multiple Lobby System

    Code? :emoji_confused: And what are your names of your bungeecord servers?!?!
  11. JustADev

    [Feedback Required] Docs data reset & fresh import

    I think that this is a great idea, but I would like to see a better system for the sort feature. Also, I think that there are some things in the docs that need more information on, involving skript-mirror
  12. JustADev

    Need help

  13. JustADev

    Solved function error idk why

    set display name of {_p} to "Your Text"
  14. JustADev

    Solved Punishment ID System

    Of course you wont find, "How to make a punishment system in skript" in the docs, it just has skript syntax and examples for almost all expressions/effects/events/conditionals, including skript addons..
  15. JustADev

    Solved Shop

    remove 1 of item from item stack of player?
  16. JustADev

    Pikachu's Snippets

    Wooden GUI? Now that's a new one
  17. JustADev

    Coordinate with directions

    command /test: trigger: set {_Loc1} to location of player wait 10 seconds set {_Loc2} to location of player diference between x coordinate of {_loc1} and {_loc2} > 10: send "HALT, you stepped too far" Not sure if the north location part works...
  18. JustADev

    How to get a number started by a

    command /up1: trigger: if {var::Name} isn't set: set {var::Name} to 0 else: add 1 to {var::Name} send "The new value is %{var::Name}%"
  19. JustADev

    Solved Shop

    you need to do, loop-items in {_player}'s inventory,
  20. JustADev

    Solved Timespan to format

    What do you mean "not accurate", like meaning that the timespans are rounded to a certain place? or what?