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

    enchant tools in players inventory

    This is not a good solution of doing it, either you add the tools too a list variable (preferably a ram/temp var) on load, or by checking the items manually. For the enchanting part I recommend you use filters. Example: enchant (all items in player's inventory where [{-tools::*} contains...
  2. sluhtie

    Skript help with gui

    Most of your errors will probably be fixed if you correct your indentation. If you don’t know how you can just lookup indentation in programming on google and you will know what I mean. You can still add me on discord: sluhtie
  3. sluhtie

    Help please

    Oh yea I forgot to add that my bad
  4. sluhtie

    Checking if text is in lore

    Then update?!
  5. sluhtie

    Solved help with a roles skript

    Skript is still not a Programming language
  6. sluhtie

    Variable can't be used as location

    edit thread and add "solved" tag to tags
  7. sluhtie

    Fully grown plant not working

    please mark as solved
  8. sluhtie

    help with a hub skript

    Instead of using tuske, use vanilla GUIS or Skript-GUI. Tuske is outdated and not supported
  9. sluhtie

    Fully grown plant not working

    You can use blockstates for it; Example: if event-block = wheat[age=7]:
  10. sluhtie

    block issue

    This works for me: on left click on red stained hardened clay: execute console command "eco give %player% 10"
  11. sluhtie

    Variable can't be used as location

    The location function allowes you to provide a world within it so like: set {_l} to location at ({_x}, (y of player), {_z}, (world of player)) please mark as solved if youre issue has been solved
  12. sluhtie

    Checking if text is in lore

    By using skbee: https://github.com/ShaneBeee/SkBee/wiki
  13. sluhtie

    Skript help with gui

    For the first error use "skull of player" as item. For the other two you just need to select the space before the code and make sure it's either all spaces or tabs
  14. sluhtie

    Help please

    Make sure to define a player in the condition and effect: on swap hand items: player's offhand tool = shulker_shell "&r&dLevitation Charm" apply levitation 1 to player for 3 seconds
  15. sluhtie

    How to tie a villager with a leash

    You can use skript's leash effect: https://skripthub.net/docs/?id=3020
  16. sluhtie

    Solved help with a roles skript

    Please mark as solved, be aware that chatgpt is not supposed to be used for skript language sience it's not a programming language
  17. sluhtie

    Color code format thru other plugin

    You can set a local variable to the color without the symbol and then using that in the on command. Something like this: set {_y} to "a" execute console command "chatcolor add %player% &%{_y}%" This works for me I tested it using a function and following code: function testFormat(): set...
  18. sluhtie

    help skript gui

    Thread double posted with: https://forums.skunity.com/threads/skript-help-with-gui.16671/
  19. sluhtie

    !NEED HELP ASAP, PLEASE! Sending action bar to a player stored in a metadata value

    You will need to parse the variable in the send action bar expression as well, for it to work
  20. sluhtie

    Light block level

    You can use the light level expression from skript: https://skripthub.net/docs/?id=970 (Schick mal dein discord btw)