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

    1.16 does not recognize the 'color code'.

    Make sure the name is correct and that you use the correct color codes Here is the site i use for the color codes: https://www.digminecraft.com/lists/color_list_pc.php as far as i know, there is no difference between & and §
  2. Time4Games

    resetting variables

    its because of the: on login: set {kills.%player%} to 0 Try: on login: if {kills.%player%} is not set: set {kills.%player%} to 0 on login: if {deaths.%player%} is not set: set {deaths.%player%} to 0 also i used 2 spaces and not a tab
  3. Time4Games

    Display name

    ok thank you and thanks for the quick reply It doesnt work it send that there are no errors but it doesnt change the display name
  4. Time4Games

    Solved Chest Gui Help

    command /test: trigger: i want this to open a chest that big: 1x3
  5. Time4Games

    Display name

    this code doesnt work. help pls (i use 2 spaces and not a tab) command /test [<text>]: trigger: set arg-1 to display name of player
  6. Time4Games

    Solved Colored leather armor

    Tysm it works
  7. Time4Games

    Solved Colored leather armor

    thanks it works is there a way to also name it?
  8. Time4Games

    Solved Enchnated tools

    Okay thanks, i do need SkQuerry for it
  9. Time4Games

    Loan system skript

    Sorry for not responding, i was on a trip. What do you mean it says all players have a minor/major/extreme loan? Also when i tested it i had essentials and it showed me the correct amount
  10. Time4Games

    Solved Colored leather armor

    This code doesn't work. help pls set player's leggings to leather leggings of protection 2 dyed gray
  11. Time4Games

    Solved Make this code shorter

    Yea but it gives a little loading effect
  12. Time4Games

    Loan system skript

    so how does /loan works what does it do? Opens a gui for the player to make him pay? Do you have discord so we can talk about it? Here: Tell me if i did something wrong command /loan: aliases: /bankloan, /loanbank permission: loan.pizzapod permission message: &c&lYou have been...
  13. Time4Games

    Loan system skript

    okay also im using TuSke becuase i think its the best skript plugin to make GUIs
  14. Time4Games

    Loan system skript

    give me a sec ill code it wait a player will do /loan to make him need to pay it? also use 2 spaces or a tab?
  15. Time4Games

    Shop GUI

    still need it?
  16. Time4Games

    Loan system skript

    still need it?
  17. Time4Games

    Leaderboard for Top Kills

    do you still need it?
  18. Time4Games

    point system skript

    Here: Also i use 2 spaces and not a tab and i dont know how to make a /points leaderboards restart on first join: set {points::%player%} to 0 on join: if {points::%player%} is not set: set {points::%player%} to 0 command /pointsadd [<player>] [<integer>]: permission:sk.addpoints...
  19. Time4Games

    Solved Make this code shorter

    Is there a way to make this code shorter? i use 2 spaces and not a tab command /buywoodenpickaxe1 [<player>]: permission:sk.developer trigger: if arg-1 has a wooden pickaxe named "&bWooden Pickaxe &aLevel 1" with lore "&9Unbreakable": if {glass::%arg-1%} is bigger than 9...
  20. Time4Games

    Solved Enchnated tools

    So i wrote this code for a minigame im working on. I want the pickaxe u get to be enchanted but without any ecnhatnemt(like an enchanted book with no enchantments)(only the enchanment effect) Also i use 2 spaces and not a tab command /buywoodenpickaxe [<player>]: permission:sk.developer...