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

    On break

    Sure {locas} is set the correct way?
  2. Minecoll_YT

    Options messages not working.

    options: prefix: &7[&c&lCombat&b&lLog&7] Remove both "
  3. Minecoll_YT

    Help with disguises

    Please use code blocks.. and this effect requires you to install Skellett and Lib's Disguises I think
  4. Minecoll_YT

    Solved Reading only dates from %now%

    I don't think they exist I think there was a way to say how the timestamp is displayed but couldn't find it, but you can just split it up at the SPACE between date and time
  5. Minecoll_YT

    how can i check if item is NOT glowing when im removing it from player?

    I think the glowing effect is NBT data related, so you could find it out with SkBee
  6. Minecoll_YT

    NPC's chestplate is elytra

    try if clicked entity is wearing
  7. Minecoll_YT

    Housing system

    https://forums.skunity.com/threads/teleport-code-not-working.14482/
  8. Minecoll_YT

    Exploding a certain block changes it to another.

    on explode: loop exploded blocks: set block at loop-value to gold block if loop-block is iron block Why would you use a variable?
  9. Minecoll_YT

    Enchantment Scripts!!!FREE!!!

    Wrong section
  10. Minecoll_YT

    Crafting recipe

    did you try restarting the server?
  11. Minecoll_YT

    Crafting recipe

    try using a variable there instead, so set {_gb} to gold block named "&6&lPower of True Sunlight" using air, {_gb}, air, air, ...
  12. Minecoll_YT

    Solved How do I hide the nbt tag from items?

    stone named "xyz" without any nbt
  13. Minecoll_YT

    Check if block is one of many specified blocks

    on break: if event-block is stone or coal ore: #do stuff
  14. Minecoll_YT

    Solved How do I make a currency debiting?

    Remove it from the player coin variable?
  15. Minecoll_YT

    Solved How do I make a currency debiting?

    PlayerCoin is a function and you cannot remove anything from it
  16. Minecoll_YT

    check location of block below player

    or you can use on step on: #do the check stuff
  17. Minecoll_YT

    Issues with skript

    Please take a look here: https://forums.skunity.com/wiki/help-request-layout/
  18. Minecoll_YT

    Change Player's Skin

    Try one of those solutions https://forums.skunity.com/threads/how-can-i-change-the-skin-with-skript.2666/ https://www.spigotmc.org/resources/nick-skin-changer.36172/
  19. Minecoll_YT

    How do I tab complete a command?

    You can add custom plugins onto minehut servers. And you cannot tab complete normal added skript commands, I think there was a way to add them
  20. Minecoll_YT

    Solved Invalid use of quotes...

    The solution is already in the error message: If you want to use quotes in "quoted text", double them: "".