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

    Solved lore of specific slot

    Hey there, so, i want to get the integer from line 2 of the lore of a specific slot (slot 11 in this case), how would you do this? I tried a lot, like using skript-mirror set {_e} to player.getInventory().getItem(11) but this returned a space. I tried set {_b::*} to lore of slot 11 of...
  2. Efnilite

    Change lore of item on click

    No, use bensku's version instead
  3. Efnilite

    Why skript can't understand this

    Oh, sorry for that. I just use it all the time since it's more easy, and I was told that you needed them
  4. Efnilite

    Nbt of Block

    I know ur feel bro, i have to do weird nbt stuff but i cant rip However there is a TukeNuke version of it.. Also think its broken tho
  5. Efnilite

    Change lore of item on click

    Oh @ShaneBee you forgot a method, vanilla skript Yeah but what r you using then, format slot?
  6. Efnilite

    Change lore of item on click

    no skquery, it's bad
  7. Efnilite

    Nbt of Block

    SkStuff is broken in dev 36+
  8. Efnilite

    Why skript can't understand this

    Btw youre using an invalid syntax, every time you have a [] it's [( )] good: [(the)] bad: [the]
  9. Efnilite

    how to skip a arg???

    Oh yeah forgot that, fixed it now
  10. Efnilite

    Reset at week day

    Use SkUtilities time, you can find it somewhere on the docs
  11. Efnilite

    how to skip a arg???

    That's not what he meant, he meant to use an arg for multiple things. Use [<string>] like this command /nametag [<text>] [<string>] [<text>]: trigger: if arg-1 is "find": set {_arg-2} to arg-2 parsed as offlineplayer # your code with {_arg-2} being 'arg-2'...
  12. Efnilite

    GameBuSK

    use json.sk or json from vanilla
  13. Efnilite

    Script Skript Parties (Party+) [1v1 Party Dueling] [GUI] - 4 (API Update)

    Added skript-mirror API here Added a more use permission (Useful for ranks) Removed . usage and replaced it with list variables Fixed max players message
  14. Efnilite

    How to set the nbt of a placed block?

    SkStuff is broken with 36dev+
  15. Efnilite

    pathfinding in 1.12

    This? I'm testing it in a min make {_e} pathfind to {l::2} parsed as location set {_e} to last spawned entity while {_e} exists: loop all entities in radius of 0.2 of {l::2}: where [input = {_e}]: make {_e} pathfind to {l::3} parsed as...
  16. Efnilite

    pathfinding in 1.12

    No, I want them to follow a complicated path with corners like, for example this path: (B = beginning, E = end) _______ E | B That wont work since the mob is bound to be stopped (Freezing effects, im making a minigame) And first i had a loop to loop the locations, but i removed it and...
  17. Efnilite

    pathfinding in 1.12

    with the loop-value and wait until it's done, then go to the next one ^ How would I test when it's done? I have this so far on load: set {l::1} to location(43.5, 83, -38.5, world("Frozen")) set {l::2} to location(11, 82, -39, world("Frozen")) set {l::3} to location(11, 82, -12...
  18. Efnilite

    Solved Bug machine

    1. 'on left click' no - 2. for tool named use like 'if player's tool's display name is "YourName":' and test lore on another line
  19. Efnilite

    Sidebar

    on join: create a new stylish scoreboard named "%player%" set title of stylish scoreboard "%player%" to "&6&lExample" create a new id based score "%player%-9" with text "a9" slot 9 for stylish scoreboard "%player%" create a new id based score "%player%-8" with text "a8" slot 8 for...
  20. Efnilite

    Wildskript 1.8

    Umbuska is also outdated