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

    Addon BeastTokenSk 1.1

    BeastTokenSk is a Skript addon which allows users to utilise the BeastTokensAPI and control how tokens are used in Skript. This requires BeastTokens v3.9.8, if any earlier versions are detected, BeastTokenSk will disabled. To download BeastTokens, please go here...
  2. Ankoki

    Addon BeastTokenSk - 1.1 Release

    New Expression: Token Slip This allows you to give a player a token slip with a specified worth. We also have proper documentation on skUnity, check out https://docs.skunity.com/syntax/search/addon:BeastTokenSk for more!
  3. Ankoki

    Solved Custom Tags wont work

    I'm not really 100% sure what the problem is, but i can recommend some stuff to you based on what ive seen. 1. its better to use %player's uuid% due to this being persistent over name changes, which just makes sure if a player changes their name they wont lose their tags. 2. Instead of checking...
  4. Ankoki

    Compare with dropped item

    Have you tried 1 Emerald? I presume they get grouped together. Could be wrong tho:)
  5. Ankoki

    Fireball Radius

    Not sure if there is a specific way but you could always give that fireball metadata, and on projectile hit, if it has that metadata cancel event and create a fake explosion:)
  6. Ankoki

    Skript not working

    I believe this is a FAWE issue, compass is bound to a tool to teleport you through blocks. You can rebind this in the config
  7. Ankoki

    armor problem

    Can you elaborate? I'm unsure as to what you mean
  8. Ankoki

    BeastTokenSk

    BeastTokenSk is a Skript addon which allows users to utilise the BeastTokensAPI and control how tokens are used in Skript. This requires BeastTokens v3.9.8, if any earlier versions are detected, BeastTokenSk will disabled. To download BeastTokens, please go here...
  9. Ankoki

    Skript broken / not working

    Trailing off what Marsbar said, i believe you can use an expression for the playtime of a player. I believe the correct usage is "player's time played" Also related to the question, the skript and server version are in the stack trace [16:40:44 ERROR]: #!#! Skript: 2.2-SNAPSHOT [16:40:44...
  10. Ankoki

    How to detect above of the player is air?

    pretty sure 1 block is 1 meter. Could be wrong.
  11. Ankoki

    My shop skript's buyable stuff (stone, logs, etc) not showing

    TuSke is outdated and not maintained unfortunately:/, you should try switching to vanilla , but however change line format a gui slot 10 of the player with stone named "§fStone" with lore (§7Left click to buy for §c$10" and "§7Right click to sell for §a$8" to format a gui slot 10 of the...
  12. Ankoki

    for all players

    If thats not the issue, then do what i told you in the skript discord earlier and command /tl reload: trigger: loop all players: set tab header to "blah" and footer to "blah" for loop-player
  13. Ankoki

    Solved Loop help

    Indeed that looks okay to me:)
  14. Ankoki

    Solved Loop help

    Loop all players, and then check for the loop player, apologies
  15. Ankoki

    Hats

    I've not tested this, but something similar to set {_item} to player's helmet give player {_item} set player's helmet to player's tool remove player's toold from player's inventory
  16. Ankoki

    Solved How to update a sign every 3 seconds?

    Of course! I’m glad it works now:)
  17. Ankoki

    Solved How to update a sign every 3 seconds?

    weird, maybe try “/swffajoin” or execute console command “sudo %player% swffajoin”
  18. Ankoki

    Solved How to update a sign every 3 seconds?

    does it work when you remove the if’s?
  19. Ankoki

    Solved Check if mob died, add 1 to players xp

    Ok, if there’s any errors or you need explaining i’ll here:)
  20. Ankoki

    Solved How to update a sign every 3 seconds?

    you sure your not changing line 1 or 2 by accident?