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

    Solved fishing

    Be doubly sure you saved the skrip properly. If it's not saving, refresh your console/panel.
  2. Wynnevir

    Variables Not Saving

    Hmm, Are you on the latest version? May not be a version issue, but I can't think of anything else that would cause that:emoji_frowning: I know I use the latest Bensku version and my variables are fine on restart. And if you are on the latest, perhaps reinstalling skript, just to cover the basic...
  3. Wynnevir

    pick up

    Just set the variable to true with a custom command, then use the on pick up event. check if the variable is true in that event and if the event-item is cobblestone. And if so, cancel the event. So something to the effect of this command /test: trigger: if {variable} is false...
  4. Wynnevir

    player's balance

    The first error is because you haven't indented properly. the next line after a colon had to be tabbed. The second error is likely because you used "subtract" and not "remove" try "remove 1000 from player's balance"
  5. Wynnevir

    Solved Optional Arguments

    Ah I see, your way is certainly simpler though! Glad it's working^-^
  6. Wynnevir

    Solved Optional Arguments

    You would need to make an options section, if I understand you properly. options: home: home command /home [<{@home}>]:
  7. Wynnevir

    Solved Optional Arguments

    Square brackets, as you have, make an argument optional. [<argument>]
  8. Wynnevir

    Scoreboard

    if you don't set the variables, then they have no value. Here's a variable tutorial https://dev.bukkit.org/projects/skript/pages/variables-explanation
  9. Wynnevir

    Scoreboard

    your variables that contain the player score info. like {mana.%loop-player%} for instance. post the code where you set your variables.
  10. Wynnevir

    Can Skript Edit Plugin Configs?

    Not of my own, as I've never used it. All of those have expandable examples in the docs though.
  11. Wynnevir

    Can Skript Edit Plugin Configs?

    Multiple addons handle this in the docs. Searching for the keyword "write" will get you all relevant information.
  12. Wynnevir

    Double lore

    You can use the on anvil combine event from tuske. From there you can check and execute everything else easily. on anvil combine: if line 1 of the lore of the event-item is "Autosmelt 3": do the things
  13. Wynnevir

    Solved Help with Damage Cause

    Entity isnt a valid cause. Use attack instead. if damage cause is attack:
  14. Wynnevir

    Help

    The only thing I can think of is a conflict with another addon you have. Potentially sklib as it also has a clicked slot expression. The if statement shouldnt be an event, you have the on inventory click event first in the code right?
  15. Wynnevir

    Help

    Post the errors.
  16. Wynnevir

    Help

    Post the errors? Also what versions of MC, skript and Skellet are you running?
  17. Wynnevir

    Help

    You can. Or you can just use the umbaska expressions instead of skellet.
  18. Wynnevir

    Help

    The docs say Umbaska will conflict with Skellet's click events and expressions. You'll have to use Umbaska's expressions at least for the cursor item. There's likely more conflicts between the two.
  19. Wynnevir

    Help

    That requires at least skellet.
  20. Wynnevir

    Help

    aah I see. Oddly, it still cancels for me, but the armor just disappears. I got it to stop with a click event though: on armor equip: if level of player is less than 6: if name of tool of player is "test": send "&e&lHAP> &c&lNemas dostatocny XP LVL! &fPre pouzitie...