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

    Sell all not working

    I tried to create a /Sell all skript, and this is what my final result came into. But somehow it can't register if the player has the specific item(s).. there is no error to this "error", but it just doesnt work, though still i have the item, the item i have in my inventory is relored, is that...
  2. Potato

    Solved Sell all not working

    I tried to create a /Sell all skript, and this is what my final result came into. But somehow it can't register if the player has the specific item(s).. Options: troutPRICE: 10.0 bfishPRICE: 7.0 tunaPRICE: 5.0 Command /Sell [<String>]: trigger: if arg-1 is "All"...
  3. Potato

    Make player execute command as op

    How do i do that? ** (Title)
  4. Potato

    Sell all skript

    Category: Fishing Suggested name: Fishing Spigot/Skript Version: 1.12.2 What I want: I need a sell all skript that can sell fishes with a custom name and lore. (make the sell price anything you want, i can customize it) Ideas for commands: /Sell all, /sell hand Ideas for permissions: No...
  5. Potato

    Quests skript not working

    I made this quests skript and i can't figure out why the variable doesnt work.. The skript stops at where i wrote "THIS IS WHERE IT STOPS" Command /Quests: trigger: if {quest1.%{_p}%} is not set: set {quest1.%{_p}%} to 1 if {currentquest::%player%} is not set...
  6. Potato

    Quests

    Category: Quests Suggested name: Quests Spigot/Skript Version: 1.12.2 What I want: A Quest gui skript with a quest that i can understand and copy-paste into more quests. When you finish a quest you get a notification that you finished a quest. And you can type /quests and click on the quest to...
  7. 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...
  8. 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.
  9. Potato

    Holograms

    How can i make a hologram with Skript-Holo? I've been trying but it doesnt work! please help.
  10. 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...
  11. 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"
  12. Potato

    Solved How could i make a upgrade gui shop?

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