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

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

  1. T

    Solved Need help with killstreak skript

    Thank you very much!
  2. T

    Solved Need help with killstreak skript

    Hey so I've made a killstreak skript but I want to broadcast a message each time a player get a killstreak of 5 (or 10,15,20 etc etc +5 each time) But I have no clue how to. My code: options: prefix: &8[&9Killstreak&8]&r you_killed_player: &7You killed &6%victim%&7...
  3. T

    Want to make a levelup gang system

    OK I will help you later with this Thank you Thank you {edit} Found the problem, just needed to update skript lol
  4. T

    Want to make a levelup gang system

    [/SPOILER] Something like this? I fix some code things to the way people tell me is better like adding to a variable like this: set {var} to {var} + 1 and send replace with message because some people say send is bugged Also I really recommend if you create a command to do like make player...
  5. T

    Want to make a levelup gang system

    Thank you so much I'll try it out right away Any chance u could send me an example or help me out because I don't get it
  6. T

    Want to make a levelup gang system

    What I want to make is a skript that every 2k blocks you(and/or your gang) breaks it levels up and gets a +1% sellboost. The problem is I am new to skript and can't get further then counting the blocks broken My code: on break: if tool is a pickaxe: add 1 to...