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

    API AsuDev's Snippets 1.0.1

    This small script API is just a collection of random but useful things I have used in projects and I wanted to share them. Note: I have not tried this on versions lower than 1.13.2 so I do not know if it will work or not. I do not plan to test on lower versions and I will not reply to those who...
  2. AsuDev

    API AsuDev's Snippets - Fixed one small bug

    The function secondsTimeConverter was returning the wrong hours when over 24.
  3. AsuDev

    Pages in GUI

    What kind of paginated gui do you want Avaplays? Do you want it automatic where it scales with the size of the list or do you want it to where you create separate pages manually.
  4. AsuDev

    AsuDev's Snippets

    This small script API is just a collection of random but useful things I have used in projects and I wanted to share them. Note: I have not tried this on versions lower than 1.13.2 so I do not know if it will work or not. I do not plan to test on lower versions and I will not reply to those who...
  5. AsuDev

    Solved Mailman

    Mistype forgot the quote
  6. AsuDev

    Solved Mailman

    Not Tested. Try putting this: on rightclick on a iron door: if "%region at clicked block%" contains "c-celle1": broadcast "Success"
  7. AsuDev

    Another world inventory skript

    I don't think that serializing inventory works correctly right now. Thankfully there is a way to do it with skript-json. Correct me if I am wrong about the serialization not working, I just tested and it doesn't work properly... I made a snippet on the skript hub discord server for serializing...
  8. AsuDev

    Custom Projectile

    set held item of last spawned armor stand to %itemstack%
  9. AsuDev

    Custom Projectile

    Just holding the fish in its hand?
  10. AsuDev

    Custom Projectile

    You can make the armor stand invisible by using NBT tags. add "{Invisible:1}" to entity-nbt of last spawned armor stand Requires Sk-NBeet
  11. AsuDev

    Token Lore glitch

    set {_cream} to magma cream named "%{_token}%" with lore "&7This is a physical token. To claim it", "&7simply &fright-click &7and claim tokens!", "&7Withdrawed by- &a&o%player%" and "&7Amount- &a&o%{_token}% &7token(s)." if player has enough space for {_cream}: remove {_token} from...
  12. AsuDev

    Still bored beyond belief.

    Still bored beyond belief.
  13. AsuDev

    Scoreboards issues

    Depends on what version you are using. I used this addon for scoreboards when I used 1.12.2: https://forums.skunity.com/resources/skore-the-scoreboard-addon.617/ I have no idea if this works on other versions though. You got to test it yourself. Example: function updateBoard(p: player)...
  14. AsuDev

    AsuDev Scripts [1.8.8-1.14.4]

    About Me My name is Ryan and I am 20 years old. I have been using Skript for around 4.5 years now and have became better and better at using it. I have put in many hours (at least a thousand, probably more) in using Skript and making different scripts. Contact Discord is the only way to contact...
  15. AsuDev

    Solved Cooldown time for argument player

    set {pontozottjatekos.%arg 2%} to 3600 # Above needs to be changed to this: set {pontozottjatekos.%arg 2%} to now When you said "difference between {pontozottjatekos.%arg 2%} and now" Its trying to compare two timespans but since {pontozottjatekos.%arg 2%} is not a timespan (a number), it won't...
  16. AsuDev

    Crate Inventory / GUI Issues

    I don't mind at all. Just add me on discord and we can talk about it.
  17. AsuDev

    Solved Crash minecraft on execute command.

    I think this has to do with formatting the gui with the second skull. The error said renderitem so I am assuming it is that. Notice how the first skull is in the gui but the second one is not and immediately crashes. set {_builder.value} to...
  18. AsuDev

    Crate Inventory / GUI Issues

    Makes sense I guess. But yea, I still am going to offer discord help for this kind of stuff if they want help. They can accept or they don't accept.
  19. AsuDev

    Crate Inventory / GUI Issues

    I always paste the solution on the forum post after helping someone on discord. I really just don't like a million back and forths especially with larger pieces of code. Still open to help with this if you need still it.
  20. AsuDev

    Crate Inventory / GUI Issues

    Add me on discord: AsuDev#0714 I will help you the best I can :)