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

    Getting blocks of Schematic, placing with delay

    I think what these 35 views (so far) are trying to tell you, is that there is already a very well maintained plugin that works along side worldedit and there is no sense in trying to recreate it since it is fully functional and updated constantly, I'm referring to async-world-edit.
  2. Selvati

    Solved How to give a custom skull

    Whoops! That was my problem, thank you so much Snow :)! Merry Christmas Everyone and thank you for your time! ♥
  3. Selvati

    Solved How to give a custom skull

    Everything seemed as it would've worked but alas there is one error. Suggestions? command /head-test: trigger: set {_value} to...
  4. Selvati

    Solved How to give a custom skull

    I’ll take a look into the code when I can, thanks for trying to help :), happy holidays bro!
  5. Selvati

    Solved How to give a custom skull

    I know how to do that, I need to know how to do that but with custom texture values or something similar to the command above, it’s not actually a player skull texture it is a custom textured skull.
  6. Selvati

    Solved How to give a custom skull

    I am aware that you can easily give and use a specific player's head with it's skin in a gui using the code below. command /selvati: trigger: give player skull of ("Selvati" parsed as offline player) I would like to know how to use custom skulls in a gui and even give them to a...
  7. Selvati

    Solved I need help in random spawns

    I found this code online from a Spigot skript post that's free to download, you could change some things and repurpose it to your wishes. options: min.x: -250 max.x: 250 min.z: -250 max.z: 250 avoid: air or water block or lava block or stone block or sandstone block or mossy...
  8. Selvati

    Item's lore not working

    # - Command that will show you an example of a skull/head that will work for the code below, this code will block the placement of any block with its name contains "Mask". command /mask-test: trigger: give player skull of ("Selvati" parsed as offline player) named "&bSelvati's...
  9. Selvati

    Solved Limit the Number of Custom Crafting Recipe Uses?

    Alright thanks I’ll look into it
  10. Selvati

    Solved Limit the Number of Custom Crafting Recipe Uses?

    Chat components, the example that comes to mind is vanilla achievements, you can hover over green text to reveal details. I’m aware of skjson, but it doesn’t work for my server oddly enough.
  11. Selvati

    Solved Limit the Number of Custom Crafting Recipe Uses?

    I use spigot 1.8.9 please do tell which json addons are working? & also I know this is in a way over complicated but it helps me grow in skript knowledge so I'm happy :]
  12. Selvati

    Solved Limit the Number of Custom Crafting Recipe Uses?

    After a lot of time trying out several things from the docs, which half seem to be broken, I am proud to present the finished product, which only prevents the player from taking the crafting table's result slot item, in these examples below, I had to work around the fact that I couldn't compare...
  13. Selvati

    Solved Limit the Number of Custom Crafting Recipe Uses?

    Here is what I have, only the error I posted above. #Iron Pack Craft on script load: register new shaped recipe for 10 iron ingot using iron ore, iron ore, iron ore, iron ore, coal, iron ore, iron ore, iron ore, iron ore #Craft Limit Check on prepare item craft: if result item of...
  14. Selvati

    Solved Limit the Number of Custom Crafting Recipe Uses?

    WOW! This is so simple yet very effective, thank you so much! I get the error that RESULT cannot be compared to a slot type?
  15. Selvati

    Solved Limit the Number of Custom Crafting Recipe Uses?

    I would like to know if anyone is aware of any methods to limit each player to only be able to use custom crafting recipes registered with skript a certain number of times, example, you make a custom recipe for bedrock, each player can craft it 3 times. Any suggestions?
  16. Selvati

    Solved Changing lores to temporal variable affects solid variable.

    That's pretty much the same concept lol, so it works?
  17. Selvati

    How to get the enchantments of a tool?

    You can use the enchantment type and enchantment level syntaxes from searching “enchant” on the sk docs to complete this task, maybe add all enchantments to a list, and loop a function to check the players tool for all of the enchantments you include in the list, then set the enchantments the...
  18. Selvati

    Custom crafting recipes

    The reply the dude posted above me will work, when making recipes, all slots must be assigned to an item, including air.
  19. Selvati

    How to put a tooltip in a variable?

    Totally off topic from this post but are you able to get json.sk to work for 1.8.9? Because tooltips are broken when I attempted to use them.
  20. Selvati

    Scoreboard dont work

    Most skript scoreboards tend to blink, you can find some tutorials on youtube that can help you out, just need to use google to your advantage instead of asking before really searching..