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

    Help

    What do you mean by "when player switch item on other slot and equip"? I loaded this on to my server and switching off and back onto the item does not enable it to be equipped if the level is less than 5.
  2. Wynnevir

    Skript

    @ErkS Gonna take a guess, is the problem that you want it to not be able to switch off that tool? The only thing I notice about it is that the way you have it set up it's going to just not allow you to switch to the tool with the name you specified. If you want them to not be able to switch off...
  3. Wynnevir

    Skript

    What isn't working? Errors? Need some more info in order to help!
  4. Wynnevir

    cancel format of chat colors?

    ahh in that case in the on chat event just replace the "&" character with a space " " I'm not going to give you the code because it's in the documentation x3 lol
  5. Wynnevir

    cancel format of chat colors?

    Remove the colored chat permission :0
  6. Wynnevir

    Please Help Having issues with making plugin

    ensure that you've saved the corrected version in your config and that you've reloaded the skript. The errors are telling you precisely what is wrong. The configuration section is empty because you left out the colon from the command. all lines below that are therefore not expecting indents, but...
  7. Wynnevir

    Please Help Having issues with making plugin

    you forgot a colon after "command /customevent [<text>]"...it's throwing all your following indentation off ^^;;
  8. Wynnevir

    Closing a Menu and running a command

    Tuske is an addon of skript. The language is the same. Again, that guid is very step by step. But with some google you can find others. Take the time to try to understand it. I can help with specific questions, but I'm not going to try and teach you the whole addon, lol, thats what the guide is for
  9. Wynnevir

    Closing a Menu and running a command

    It's very step by step. So I would take the time to read through it carefully and then come back with specific questions after you've done some testing yourself. Skript is best learned hands on.
  10. Wynnevir

    Closing a Menu and running a command

    Use this guide for Tuske. I recommend the advanced gui, I find it easier to use and more versatile. https://github.com/Tuke-Nuke/TuSKe/wiki/GUI-Manager
  11. Wynnevir

    Give a random amount of experience points to the player

    the docs had this example marked as Tuske
  12. Wynnevir

    Hover messages/commands

    To my knowledge, you need jason.sk for that. You may be able to get it to work with an older version of jasonsk. I can confirm it works on MC 1.12.2, but not sure about 1.7.
  13. Wynnevir

    Some sort of bug

    loop offline players and check if the player is online. You can compare your argument to the player name to be sure you ban the specific player you want
  14. Wynnevir

    {tokensbal::%player%}

    Yeah, if you have it in the variable, you don't need it as an option. the variable is already holding the info. if {tokensbal::%player%} = 1: give player 1 dirt block remove 1 from player's balance
  15. Wynnevir

    Give a random amount of experience points to the player

    Try this, this is using the tuske expression command /exp: trigger: set {_n} to a random number between 1000 and 2000 add {_n} to xp of player
  16. Wynnevir

    Solved tuske closing gui

    at the same indentation you have message "test" just include "close player's inventory" command /test: trigger: create a gui with id "test" with virtual chest with 1 row named "test gui": make gui slot 0 with stone named "test"...
  17. Wynnevir

    Solved Cant add a lore in a gui [TuSKe]

    Silly question but do you have the command saved in one of those scripts you're reloading?XD
  18. Wynnevir

    Solved Cant add a lore in a gui [TuSKe]

    provide more info. What do you mean by "cancelled it out" Any errors? any other commands you have that are named "test"
  19. Wynnevir

    Solved Cant add a lore in a gui [TuSKe]

    For tuske, yeah, but get skquery too like snowpyon said! I thought that was vanilla as well
  20. Wynnevir

    Solved Cant add a lore in a gui [TuSKe]

    oh you're on 1.12? do you have the most recent version of Tuske then as well? For all my gui's I use the advanced gui. perhaps try this command /test: trigger: create gui with virtual chest with size 6 named "test": make next gui slot with diamond named "test" with lore...