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

    Solved Help. Can't make player buy

    Try "If player's balance is greater than 99:" And instead of "Execute command "/eco take %player% 100" you can rather do "take 100 from player's balance"
  2. Potato

    I need a simple backpacks skript

    Of course!
  3. Potato

    Solved wierd sidebar thing

    So i put the information of the loop player in the sidebar, and when someone new joins the scoreboard of every player changes to the recent player that joined's stats. SKRIPT: function refreshScoreboard(p: Player): set {_u} to {_p}'s uuid wipe {_p}'s sidebar set name of sidebar of...
  4. Potato

    Solved i need help (skript for auto pickup)

    So basically a level system?
  5. Potato

    I need a simple backpacks skript

    Just an easy backpacks skript. You type /bp to get a menu with 5 rows and when you close it it saves the items inside.
  6. Potato

    Holograms

    How can i make a hologram with Skript-Holo? I've been trying but it doesnt work! please help.
  7. Potato

    Player has ITEM named "---":

    Sorry? I don't quite understand that.. There are no errors This is the whole skript: Command /shop: trigger: shopMenu(player, "mainmenu") function shopMenu(p: Player, t: Text): if {_t} is "mainmenu": open virtual chest inventory with 1 rows named "&6&lShop" to {_p} loop...
  8. Potato

    Player has ITEM named "---":

    Well, i got this skript that doesnt work. It reloads and says its working. I've tried everything that the skript says and i've tested what doesnt work. After "Player has ITEM named "---":" it doesnt work.. plz help. function buyShop(p: Player, i: Text): if {_i} is "p1": if...
  9. Potato

    Add something to a prefix without taking the rank prefix away?

    Does %player's group prefix% work/exist?
  10. Potato

    Add something to a prefix without taking the rank prefix away?

    How can i add something to a player's PREFIX (not suffix) and not change their prefix just add a prefix to it? help On join: set prefix of player to "&7[%{Level::%player's uuid%}%✪] %colored player's group% &7"
  11. Potato

    Solved How could i make a upgrade gui shop?

    Ok thanks!
  12. Potato

    Solved How could i make a upgrade gui shop?

    Thank you, and the template you made doesnt work?
  13. Potato

    Solved How could i make a upgrade gui shop?

    Goose, what i meant, was that you have to have a specific item to be able to buy an item.. So for example, You have to have stone named "test" to be able to buy grass! Not money! There is no errors, but when i run the command it does nothing??
  14. Potato

    Solved How could i make a upgrade gui shop?

    Just like shopkeepers but a gui shop menu. Please help!
  15. Potato

    play sound expression isn't working

    "ENTITY_PLAYER_LEVELUP" should be the name.
  16. Potato

    If player is in "world" not working??

    You got to do "If player is in "WORLD":"
  17. Potato

    GUI skript help

    command /RuneShop: trigger: open virtual chest inventory with size 3 named "&6&LRune&a&LShop" to player format gui slot 0 of player with grass named "&b&lExample" to run: you can put the if command here.