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

    How to set the nbt of a placed block?

    I have been messing around with the NBT of placed head items using SkStuff too. For to me unknown reasons, i could never get it to work.
  2. jaylawl

    Cannot loop player's inventory

    What will always work (but is not recommended) is setting the item to a local variable first: loop player's inventory: set {_item} to loop-item broadcast "%{_item}%"
  3. jaylawl

    pathfinding in 1.12

    Is your goal to make the entity patrol between those locations? I don't fully understand what you're trying to achieve
  4. jaylawl

    Solved Add book pages based on line count

    The issue is that each "text component" appears to be considered an entire new line. In minecraft JSON, the limiter "\n" is used to create a new line. Joining 13 lines together in a single value variable, split by "\n", and THEN add that as a new text component. Something like this: loop...
  5. jaylawl

    Cannot loop player's inventory

    "inventory slot X" actually still represents the looped item. just use "send loop-item's name" in your code you'll see i consider this somehwat misleading and there is an open issue about this in bensku's github: https://github.com/SkriptLang/Skript/issues/1312
  6. jaylawl

    How I can give player time-limited permission with skript??

    on right click: event-player's tool's name = "special item's name" console command "<add the permission via your command plugins commands>" wait 5 minutes console command "<remove the permission again>"
  7. jaylawl

    Solved Scoreboard list variable problems

    Try setting the kills and deaths variables to local variables, and then paste the local variables into the scoreboard
  8. jaylawl

    How to create a sorted tablist?

    Tablist players are automatically sorted by name. You could so some stuff with color codes in there, which would sort them as desired, but are invisible to the player. For instance: set player's tablist name to "&r&r&r&r<name>"
  9. jaylawl

    Add-Ons [1.13 Support / Tested]

    SkUtilities has been stated to be version independent by it's author. AFAIK it should be not matter which version of either Skript or Spigot it's being used with, because all of it's contents are simply file/system related.
  10. jaylawl

    Skript "Variable save thread" error

    Maybe forward this to the issue tracker mentioned in the error report
  11. jaylawl

    BestMiners

    and what's the error?
  12. jaylawl

    Add-Ons [1.13 Support / Tested]

    SkStuff is long abandoned. The last working fork (that i know of an use) is by TukeNuke, who also seems to have vanished. So TusKe is also abandoned, but Pikachu seems to keep working on his patch-fork. Props for your effort this thread is a useful resource
  13. jaylawl

    Addon skript-yaml

    Excuse me i didn't think my post through very well. Here's the full relevant bit: https://hastebin.com/gifiwabobi.sql As i said: the issue is that skript-yaml seems not to like loading yamls if the root of the file path doesnt start with "plugins/"
  14. jaylawl

    Hologram

    This^ Also that's pretty much what Hologram plugins do: spawn invisible armor stands with names. The difference is that you just have to track/manage those armor stands on your own if you're not going to use such a plugin, which isn't too bad a circumstance.
  15. jaylawl

    Script Take a Seat [No add-ons] - Minor Tweaks

    1.1 Players will now be kicked off their seat if the stair block is destroyed/mined (thanks for the idea @MinecraftAdmin ) Players will now be automatically be kicked off their seat if they quit the server (prevents glitching into blocks on re-log) Seats no longer have a healthbar Replace the...
  16. jaylawl

    Script Take a Seat [No add-ons]

    Exzellent idea, give me 5 minutes to update this
  17. jaylawl

    Addon skript-yaml

    I found a bug i think: set {_gui} to loop-value replace "/home/minecraft/multicraft/servers/server36481/" in {_gui} with "" the plugin only accepts a file if the root folder of the file is "plugins/" i have to use the above method to make it work otherwise it will...
  18. jaylawl

    1.8 PvP on 1.12.2

    I might later today, i'm about to head to work, sorry. Another example i can think of on the spot right now is to override all damage events to always output the maximum damage of the weapon being used, that should be even easier to code than the above method.
  19. jaylawl

    1.8 PvP on 1.12.2

    Yes, it's easily possible. There are multiple ways to achieve this. For example, replace all crafting recipes for weapon-items (such as swords and axes) to be the same item, but without the attack-speed attribute.
  20. jaylawl

    Script Take a Seat [No add-ons]

    That's a good point, but the download counter was at exactly 1 when the resource was evaluated and posted by staff.