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

    reach

    Nah nah. Make player damage victim by 8 This works. The only thing is that it doesn't deal damage of player's tool. But a given amount Here is my reach skript: https://mcskripts.net/view/id/3179/Reach-Troll-skript In danish tho
  2. Marsbar

    Solved Skript blocks part of my script.

    Wrong skript version?
  3. Marsbar

    advanced looting system

    add 2 iron ingot to {ore.loot.list::*} add 1 diamond to {ore.loot.list::*} add 1 diamond to {ore.loot.list::*} add 2 gold ingot to {ore.loot.list::*} add 1 gold ingot to {ore.loot.list::*} add 1 gold ingot to {ore.loot.list::*} I advise you to loop a number of times and add...
  4. Marsbar

    Solved Skript blocks part of my script.

    command /clearchat: aliases: /clearc, /cchat permission: clearchat.use permission message: "&cYou cant do that!" trigger: loop 1000 times: send "&7 &8" to all players where [input doesn't have permission "clearchat.use"] broadcast "&e&lThe chat has been cleared." options...
  5. Marsbar

    What is wrong with this skript?

    Shiny is an syntax;) [Shiny|Glowing] On an item.(<- Just me typing the syntax. Don't remember the full)
  6. Marsbar

    Modded Mobs?

    I guess this would be the code? "%type of loop-entity%"
  7. Marsbar

    Formatting Inventory Slots

    Yes yes, i recommend just learning the Set Slot method. But okay, format slot 12 of player with (slot 0 of player's inventory) to be unstealable Idk with skript 2.5, but this works with 2.2 dev 36 (best 1.8 skript version)
  8. Marsbar

    What is wrong with this skript?

    Both syntaxes are correct. To CringleMan thingy: Try using || instead of "lore here" and "here" and "and again" give arg-2 1 diamond chestplate of protection 4 and thorns 2 with hidden enchants flag named "&7Ultimanian Chestplate" with lore "||&9&lRARE"
  9. Marsbar

    Different cooldowns?

    What is the error? Og jeg er også dansk så vi er bare mega nice.
  10. Marsbar

    Tab Headers Problem

    Can't remember the exact plugin. Check your skquery version or add SkRayfall to your server. And if you loop all players every second, it could lag your server a lot
  11. Marsbar

    Help with killing a victim of damage

    What isn't working? world of victim is "work" Try that?
  12. Marsbar

    Anti-fly help??

    This might lag the server and there is unnecessary code. Btw. i am talking this up there ^^ xD on flight toggle: player's gamemode is survival or adventure player doesn't have permission "essentials.fly" send "%player% is hacking" to "ItzarReal" parsed as player This is how I would...
  13. Marsbar

    Random Mobs

    Ehm not sure what you mean? And is this the right forum?
  14. Marsbar

    how do i select a random location?

    1. You are using local variables. That means the variables get deleted after the current event/command. _ marks a variable as local. 2. You don't need to reset {_gspawn} since it already is nothing. command /ghostspawnpoint: permission: ghostsspawnpoint.c trigger: add player's...
  15. Marsbar

    Solved What is wrong with this skript?

    If your problem is solved, please mark it as solved ;)
  16. Marsbar

    Solved Adding a variable to player's balance

    You need an economy plugin. Add Vault to your server
  17. Marsbar

    Solved Stealable Item?

    Why not just use set slot? Set slot 10 of player's current inventory to barrier named "this is MY item" waow. a guy was 1 minute faster than me
  18. Marsbar

    Solved MundoSK Tablist icon problem

    Rather not (because of my reasons). But I guess i can post my the solution and not the rest of my skript. Gonna do it tomorrow Totally forgot lol. Get the uuid of your player. goto here https://sessionserver.mojang.com/session/minecraft/profile/YourUUIDHere?unsigned=false Get your signature...
  19. Marsbar

    Solved MundoSK Tablist icon problem

    Nv
  20. Marsbar

    Circle around Player

    Try something like this: loop all blocks in radius 6 around player: y coordinate of loop-block is y coordinate of player: set loop-block to diamond block