Recent content by skanto123

  • 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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. S

    Blocks within chunk

    set blocks within chunk at event-block where [block input is not bedrock] to air I get this error http://prntscr.com/j2gss2 Im using bensku skript for 1.8.8 I also get this error http://prntscr.com/j2guhe at the end of the message
  2. S

    mute

    command /cmute [player] [text]: permission: cmute.mute permission message: &cNo Permission! trigger: if arg 1 is set: if arg 2 is set: if {mute.%player-argument%} is 0: set {mute.%player-argument%} to 5 if...
  3. S

    Solved Exp

    on death of {@mob}: if {xp.%player%} is true: set {_drop} to the dropped xp * 2 add {_drop} to xp of player How do I make it work? It sends me an error I want it to multiply the xp by 2x
  4. S

    Formatter

    Sent a friend request!
  5. S

    Formatter

    Thanks do you have discord? I got 1 more thing I want to ask you <3
  6. S

    Solved variable

    It loads with no errors but dosnt send the message
  7. S

    Formatter

    Thanks, do you know how to multiply xp from killing a mob by 2x??
  8. S

    Solved variable

    I have SharpSK but says it cannot understand the event on equip
  9. S

    Solved variable

    ok so how do I make it so if {space.helmet.loop-player} {space.chestplate.loop-player} {space.leggings.loop-player} and {space.boots.loop-player} is true it sets {space.armor.loop-player} to true then when player equips diamond armor named "space" so helmet chestplate leggs and boots it...
  10. S

    Multiply xp

    how do I make it so on xp drop it multiplies the xp by 2x
  11. S

    Suit

    Do you know how to make this?
  12. S

    Formatter

    How do I make it so instead of "$10000" it says "&10,000"
  13. S

    Custom ids

    It dosnt remove the location when you break it it dosnt remove the location when you break it so it still spawns stone around it after you break it
  14. S

    Custom ids

    Can you check my suits post
  15. S

    Suit

    Category: I don't know (armor) Suggested name: Suit What I want: so if a player is wearing diamond armor on all 4 armor slots and the all the armor pieces contain the lore "suit1" when that player kills a mob it multiplies the xp by 2x and same thing but if the armor has the lore "suit2" it...