Recent content by Senku

  • 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. Senku

    Solved How to make level skript

    Im sorry, but thats gonna be a bit advanced for me, therefore making it hard to for me to add more to the code Anyhow i found that a solution like this works just fine: https://hastebin.com/zaroxoyupu.cpp
  2. Senku

    Solved How to make level skript

    done
  3. Senku

    Solved How to use variables in give

    Already tried, same error doesnt work
  4. Senku

    Solved How to use variables in give

    Skript Version (do not put latest): Skriptlang/Skript 2.5 Skript Author: ShaneBeere Minecraft Version: 1.16.1 --- Full Code: variables: {number} = 1 on mine of coal ore: player has permission "admin.admin": message "&fCoal ore broken successfully&c!" else...
  5. Senku

    Solved How to make nick skript

    Hello, im working on a /nick skript and it just wont work no matter what, so i need help variables: {nick} = false {name} = text on chat: if {nick} is true: cancel event broadcast "&8[&fPlayer&8] &f{name} &8» &f%message%" set tab list name of player...
  6. Senku

    Solved How to use ersatz

    I reallly really want to implement ersatz into my skripts but i just dont get the confusing tutorial, i mean i dont even understand how they want me to use it? I tried this, but it wont work on join: set {_prefix} to placeholder "vault_prefix" # placeholder "%%player_ping%%" is also valid...