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

    If exist a way to do epic mobs?

    a code
  2. Vrganj

    Solved [Skript] No matching constructor

    Is that Africa by Toto? No clue about this shit, but maybe you need a song, not a file
  3. Vrganj

    Another way

    Tbh, I've never heard of that plugin and suggest using one of the more popular permission plugins, which are suported by Skript.
  4. Vrganj

    if player is in world error!?

    It's loop-player's world if you want to use it in loops
  5. Vrganj

    if player is in world error!?

    Weird, gives no errors in the parser
  6. Vrganj

    Another way

    join: player's group = "Owner": set player's tablist name to "&cOwner [&e%{lv::%player%}%&8]&c %player%" set player's tag to "&cOwner " else if player's group = "Admin": set player's tablist name to "&cOwner [&e%{lv::%player%}%&8]&2 %player%" set player's...
  7. Vrganj

    Solved Anty Capslock

    set {_x} to arg-1 in upper case set {_y} to arg-1 in lower case
  8. Vrganj

    if player is in world error!?

    Try this player's world = "World Name"
  9. Vrganj

    Help with amount of block in variable

    @BenzyMATE, gold_blocks isn't a block... set {_bpGoldBlockCount} to amount of gold blocks in {BP::INSIDE::%player's uuid%::*} The code above should work
  10. Vrganj

    Solved block click

    I already told him how, why repeat?
  11. Vrganj

    Solved block click

    on click on dirt: player command "broadcast %player% is a noob .-." Hope this heps, @OutRey
  12. Vrganj

    Remove item

    I'm pretty sure you'd need to set a var of which items to take, and then use the on join event and take them.
  13. Vrganj

    Solved staffchat ? help...

    Uh...
  14. Vrganj

    Solved staffchat ? help...

    You can use [.CODE=SKRIPT] [/CODE], without the dot behind CODE
  15. Vrganj

    Solved staffchat ? help...

    command sc [<text>]: aliases: staffchat permission: staffchat.use permission message: &4You are not a staffer to use this command trigger: arg = "on" or "enable": set {staffchat.%player%} to true send "&8&m-------------------" send "&8[...
  16. Vrganj

    Solved Lore deleting all other lores

    Gives no errors, try this, didn't test it though command earthexpick: trigger: {earthquake::buy::%player%} > 49: set {earthquake::buy::%player%} to 49 send "&c(&4!&c) &7You are at the max level!" player's balance >= 100000000: remove...
  17. Vrganj

    NPC, plants a sapling

    It is, using pathfinding in skQuery.
  18. Vrganj

    Solved help with world thing please

    This might work, @TubeVillager unload: wipe sidebar of all players where [input's world = {skywars.lobby.world}] Edit: Oh, if you fixed it, you could've marked it .-.
  19. Vrganj

    Solved Using a variable in a set slot

    format gui slot 15 of player with book named "&cShop" to run: close player's inventory open virtual chest with size 3 named "&cShop" to player format gui slot 9 of player with ender pearl named "&cEnder Pearls" to run: {enderpearls.%player%} > 10: send "&cYou may...
  20. Vrganj

    Help with giving explosed blocks to players inv

    If you have TuSke, you can basically give drops of loop-block using tool to player