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

    Parse PlaceholderAPI into skript

    on inventory click: if slot is chestplate or helmet or leggings or boots: cancel event
  2. M

    Item variable help

    make a list like set {ammoAmount::%{_itemName}%} to {ammo} #easy way to retrieve ammo by item name
  3. M

    Solved Help With Variables

    ohh, tysm!
  4. M

    Parse PlaceholderAPI into skript

    what is the command from. is the command from a plugin or a skript project
  5. M

    Can someone help me make a skript?

    I do not have discord but I am good at skript
  6. M

    NEED SCRIPT, IMMA PAY RUST ACC.

    this should work. have not tested in a server enviorment but it passed the parser. # Function to calculate K/D ratio function calculate_kdr(p: player) :: number: if {stats::%{p}%::deaths} > 0: return {stats::%{p}%::kills} / {stats::%{p}%::deaths} else: return...
  7. M

    Hi! So Scoreboards and timers

    use this* with skbee otherwise it wont work and your out of luck command /starttimer <number>: trigger: set {_time} to argument 1 set {_player} to player set {_scoreboard} to "timer" set {_score} to score "{_player}" in scoreboard {_scoreboard} set...
  8. M

    Can someone help me make a skript?

    I don't have dc but I can help
  9. M

    Custom Recipe Stack Size

    it is not tested but might work. also are you using skbee other wise this wont work on load: set {_enchantedBone} to bone of unbreaking 1 named "&8&lEnchanted Bone" set lore of {_enchantedBone} to "&7&lRattles When you Walk" register new shaped recipe for {_enchantedBone} using...
  10. M

    my anticheat isnt doing anything

    have not tested hopefully it works package me.willgames_.watched2; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.Location; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import...
  11. M

    i need help with defining a kill count and with maybe adding an announcement

    umm this looks like script... you will get more help and faster help by posting in that section
  12. M

    Chestplate slot behaves differently than regular slot

    not 100% sure this works but it might work on inventory click: if clicked slot is player's chestplate: #Chestplate slot check if name of event-item is "&bLight of the &6&lDivine": send "divine" to player set {_divine} to 1 else if event-item is 1 of...
  13. M

    Cooldown on "send"

    I have updated some logic keep in mind I have not tested this in game so there may be some bugs, but it passed skParser. on break of coal ore: if player is in "world": cancel event set event-block to stone send "&eMine at &f'&a/warp resources&f'" to player...
  14. M

    Cooldown on "send"

    just slap mining fatigue on them once they break the coal this should work: on break of coal ore: if player is in "world": cancel event set event-block to stone send "&eMine di &f'&a/warp resources&f'" to player apply potion of mining fatigue of tier 3 to...
  15. M

    Solved Bounty System

    ah I need to add "to attacker" and yes that is probably better tysm
  16. M

    Solved Bounty System

    just wondering if there are any errors : ) on first join: set {bounty::%player's uuid%} to 0 on death of player: if {bounty::%victim%} is 0: add 1 to {bounty::%attacker%} send "Bounty: " and {bounty::%attacker%} else if {bounty::%victim%} is greater than 0...
  17. M

    skUnity Parser

    The parser is working 'fine' but it wont parse this: on load: set {bounty_} to 0 It is soooo annoying. Any idea what is wrong?
  18. M

    Umm my server is broken

    nvm it was world gaurd and idk why it was buggin so hard
  19. M

    Umm my server is broken

    I was doing some skript stuff and my server was lagging a ton, so i looked in console and found this. anyone know whats wrong???