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

    Make player execute command as op

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

    Limit the uses of an item (Sellwand)

    Please put that into a code so i can read it much easier.. And you can do like every time they sell it removes like 100 dur from it, and when that reaches 0 or less, it removes the sellwand. After the code when it's confirmed it selled, you can do "Take 100 from {Dur::%player's held item%}" i...
  3. 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...
  4. Potato

    Quests skript not working

    Yeah i forgot that, but still doesnt work..
  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

    Why can't I format my shop?

    Wierd, what version of skript are you using? Add me on discord, so we can discuss there. Potato #2997
  7. Potato

    Why can't I format my shop?

    What do you mean?
  8. Potato

    Why can't I format my shop?

    if "Take 10 from player's balance" doesnt work try doing "remove 10 from player's balance"
  9. Potato

    Why can't I format my shop?

    If you're making a shop skript: Command /seeds: trigger: open virtual chest inventory with size 3 named "&aSeeds Shop" to player format gui slot 10 of player with coal named "&8Coal &aSeeds" to run: if player's balance is more than or equal to 10...
  10. Potato

    TokenEnchant Alias Command

    So basically a token economy?
  11. Potato

    Why can't I format my shop?

    command /seeds: trigger: open virtual chest inventory with size 3 named "&aSeeds Shop" to player format slot 10 of player with coal named "&8Coal &aSeeds" to do nothing
  12. Potato

    Fast skript help

    Do you have a level system? If not, make one with this variable: {Level::%Player%} On break of stone: cancel event add 1 to {Level::%Player%} give 1 diamond of sharpness 1 to player
  13. 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...
  14. Potato

    I need a simple backpacks skript

    ok
  15. Potato

    timezone won't work

    time in "GMT" i think? or that doesnt exist
  16. Potato

    Solved wierd sidebar thing

    Thanks for your reply, i have not checked if it worked, but that looks like the "error". I did it though. Thanks!
  17. Potato

    Essentials displayname expression not working? / Displayname expressions?

    Try %essentials nickname% instead of %{essentials nickname}% %{essentials nickname}% is not an expression thats why you have to remove the {}
  18. Potato

    ATM Hack script

    I dont understand what you mean
  19. Potato

    Solved Help. Can't make player buy

    YaPotato Try to add messages to see where the code stops