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

    assign player to variable

    give diamond sword of sharpness 1 and fire aspect 2 to player
  2. Uzumaki

    assign player to variable

    command /BcUpgrade <player>, <text>: description: Upgrades player to rank. aliases: BcUpgrade usage: /BcUpgrade <player>, <rank> permission: donate.player trigger: make console execute command "/manuadd %{_player}% %arg 2%" set {_player} to arg-1 arg 2...
  3. Uzumaki

    Spawn mobs in a certain world

    if I'm not wrong that chunk must be loaded
  4. Uzumaki

    Chest GUI??

    using /sk reload all, will also broke all the guis, when using Pikachu's fork.
  5. Uzumaki

    Solved on entity mount! :(

    on mount: on dismount:
  6. Uzumaki

    Chest GUI??

    idk, maybe Pikachu can do something
  7. Uzumaki

    Chest GUI??

    try replace format gui slot with make gui slot ¯\_(ツ)_/¯
  8. Uzumaki

    Addon [Deleted] SkUniversal

    thanks a lot, works fine now, I gave up when I saw that didn't work, and I didn't really want to bother you.
  9. Uzumaki

    Addon [Deleted] SkUniversal

    can you please add support for https://www.spigotmc.org/resources/rollbackcore-1-4-7-1-13-1.18517/, storing blocks in variables is a pain due to larger buildings, and also this plugin does not make lag, thank you.
  10. Uzumaki

    Nbt addon

    An nbt addon that supports 1.8-1.13 using this API https://www.spigotmc.org/resources/item-entity-tile-nbt-api.7939/ I think will make the job easier.
  11. Uzumaki

    how to remove this warning??

    its because items ids are no longer used "%id of player's tool%" in newer mc versions
  12. Uzumaki

    how to remove this warning??

    its %id of player's tool%
  13. Uzumaki

    Inventory CraftSlot Click

    that may be caused by skquery 3.6.1-lime, if that is the problem try skquery 3.6.0-lime
  14. Uzumaki

    Inventory CraftSlot Click

    maybeif clicked slot type is "ARMOR":
  15. Uzumaki

    Solved Hook Skript into a website interface

    skript-db(addon) may help.
  16. Uzumaki

    %Region% or %region at player% does not work | No error

    "%region at player%"
  17. Uzumaki

    How to clear all potion effects?

    if you have skellet you can do milk {_p}
  18. Uzumaki

    Location error

    1. idk if is right to use "/" in variables 2. you should check if the player is in the radius of that location. on command: if command contains "buy": if distance between player and {24/7} < 5: # 5 blocks #stuff
  19. Uzumaki

    Solved spawn colored bed

    ok, thanks.
  20. Uzumaki

    Solved spawn colored bed

    I cannot manage to spawn a colored bed using skript dev37c on default aliases is only bed block which is normal is red bed block, tried to add these to skript aliases blue_bed_block = 26:11 blue_bed_item = 355:11 when i use blue_bed_item i get a blue bed when i set a block to...