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

    SkBee Scoreboard Issue

    Because...they don't use skbee
  2. N

    Hello! There was a problem with SmithItemEvent :(

    It'd be event.getWhoClicked()'s time played, not just time
  3. N

    Pets

    This skript is very old, and likely only supports 1.10 - 1.12 (as thats where it was tested). The NBT addon used hasn't been updated in years. Try using skbee
  4. N

    SkBee Scoreboard Issue

    SkBee...doesn't support 1.8.9
  5. N

    Skript Cooldowns for Dummies

    Thanks, sorry, yeah I get that backwards sometimes.
  6. N

    Hello! There was a problem with SmithItemEvent :(

    Are you trying to get time played...?
  7. N

    Hello! There was a problem with SmithItemEvent :(

    if event.getWhoClicked()'s time is less than... probably
  8. N

    Hello! There was a problem with SmithItemEvent :(

    ohhh right im a goof. Yeah i believe theres a method like event.getWhoClicked() and that returns a player for this event? Or a living entity? I forget
  9. N

    Hello! There was a problem with SmithItemEvent :(

    Hmm, weird. Also try debugging, broadcast %player's time% and see if it satisfies the conditions.
  10. N

    Hello! There was a problem with SmithItemEvent :(

    Change it to on SmithItemEvent event:
  11. N

    Instant Damage has no delay

    shrimply add an item cooldown using the skript 2.8+ item cooldown so that when the item cooldown is enabled the effect doesn't apply. Also you can do particles using normal skript or skbee instead of console commands. The pearl problem shouldn't happen because you check the lore of the...
  12. N

    Ice Wall Typa thangalang, need help!

    You should just make a corner 1 block front of, 2.5 blocks to left of, and 0.5 blocks below the player. Then make the other corner 1 block infront of, 2.5 blocks to the right of, and <number> blocks above the player. Change number to the height of the wall you want, loop the blocks between...
  13. N

    Death Packages

    on death: set {-drops::%victim's uuid%::*} to drops drop 1 of chest named "&c%victim%'s Death Package" with lore "&aRight click to claim!" on right click: name of event-item contains "Death Package": set {_d} to name of event-item replace all "&c" and "'s Death...
  14. N

    Skript Optimizations/Practices Help

    Besides maybe moving some of the other functions/commands to different files, no, not really. I would add linebreaks between your triggers (events, commands, function declarations) so that they look nice. For example: on join: #stuff on leave: #stuff #as opposed to on join...
  15. N

    Skript Optimizations/Practices Help

    What you can do is edit your applyEffectFromCustomEnchant() function to grab the roman numeral at the end of the name, convert it into an integer, and apply that level of the potion so you don't have to have several different lines every time.
  16. N

    Skript Optimizations/Practices Help

    Please use proper CODE formatting. What you've used is ICODE (In-line coding). also why are you declaring functions before options?
  17. N

    i need help with my custom swords

    This is not a request forum, although you can do this by listening for a swap hand item event and using a while loop. https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/player/PlayerSwapHandItemsEvent.html
  18. N

    Friend or Foe

    Could've explained that in your original message. In the future, make this post in https://forums.skunity.com/forums/requests
  19. N

    Help with 'make player fly' skript

    Update the server tbh also set player's fly mode to true
  20. N

    Friend or Foe

    Yeah it duplicated my post and merged them automatically lol