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

    GUI setting Value with Chat Error

    What exactly doesn't work? Try this maybe on chat: if "%{iBasics.config-list::*}%" contains "%player%": set {iBasics.config-output::%player%} to message set {_v} to {iBasics::chat-set::%player%} set {iBasics.config::%{_v}%} to {iBasics.config-output::%player%}...
  2. Efnilite

    Wildskript 1.8

    If you take a look here, you can find (almost) every syntax. WildSkript is outdated, so try finding what you need with WildSkript. Instead use another plugin that has the same syntax, that is not WildSkript, since you'll probably get no support with WildSkript errors/problems, and just people...
  3. Efnilite

    Sidebar

    Please don't revive month(s) old posts, since people may get caught in the crossfire of you sending that message, and they won't get help
  4. Efnilite

    pathfinding in 1.12

    I basically have variables set to locations, so yeah
  5. Efnilite

    pathfinding in 1.12

    Wdym with loop locations? How would i test if they're there? (sorry for these noob questions i just don't get it)
  6. Efnilite

    pathfinding in 1.12

    is there a way to add mulitple pathfinding goals to variables AND determine the speed? I tried searching the docs and multiple things with SkStuff like add pathfind [goal] [to {variable}] [with] speed 1 [ = things i tried removing/adding so that the mob takes a path with multiple turns bump .-...
  7. Efnilite

    Solved [single] value %text% get of %text%

    with SkUtilities you can use set %object% to yaml value %text% from file %text% but skript-yaml is better for yaml, but i dont know the syntax for it
  8. Efnilite

    About opening a fence gate

    Can you say your addons, what version you are running and your Skript version (dont say 'latest')
  9. Efnilite

    SkRayFall error

    Use this for setting scoresset score "%{variable}% and other text" in sidebar of <player> to <integer>
  10. Efnilite

    SkRayFall error

    set it as solved in the title, no problem btw :D
  11. Efnilite

    Skungee help

    also install skungee on the servers
  12. Efnilite

    SkRayFall error

    I dont think 37c works with SkRayFall yet, maybe try downgrading to 36dev, and please send your whole error and your whole code
  13. Efnilite

    TabList nametag error

    he already did in the original post
  14. Efnilite

    TabList nametag error

    This error is weird. The 'wait 1 tick' is the error, try removing it
  15. Efnilite

    Script Skript Apply (Apply+) - 2.0

    Added a GUI feature to view Applications. (Suggested by MrScopes#5546)
  16. Efnilite

    TabList nametag error

    If you download ProtocolLib and SkRayFall, you can get longer nametags
  17. Efnilite

    skwaze not working

    You can also use TuSKe for recipes, I think there is more support for that. The syntax you are using is from SkQuery I believe, so try downloading or SkQuery-Lime or TuSKe
  18. Efnilite

    Script Skript Apply (Apply+) - 1.2

    Fixed message warnings (Last warning you'll just have to ignore ¯\_(ツ)_/¯)
  19. Efnilite

    Solved help by setting a permission to skript

    Don't use every 1 ticks. Use something like every second or every 10 ticks, at least that it won't trigger 20x a second
  20. Efnilite

    Help with GUI

    If you want to excute a command/something else with format slot, you dont need on inventory click. Example:format slot 0 of player with compass to close then run [execute player command "/hub"] If the player clicks that, it will execute /hub But if you want vanilla GUIs, that dont need 'wait 1...