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

    ??

    ??
  2. Marsbar

    Find a place near the player to spawn a mob

    Sry for only setting it to 3 blocks.. I was testing on small platform.. And do you want it to spawn in the air too?
  3. Marsbar

    Item check skript

    player's tool works for me
  4. Marsbar

    Find a place near the player to spawn a mob

    About 16 hours (morning for me) i will make a skript for that command /test: trigger: spawn a zombie at player's location hide last spawned entity from all players set {_e} to last spawned entity set {_loc} to {_e}'s location teleport {_e} 3 meters...
  5. Marsbar

    Find a place near the player to spawn a mob

    Isn't 3 or 4 not enough?
  6. Marsbar

    Region doesn't work

    Hi im trying to make a cell skript. the error is: "%{_r}%" is not a region It is like it can't take a variable set {_r} to "%{cell.players.%player%}%" parsed as a region loop all blocks in the region "%{_r}%": set loop-block to air...
  7. Marsbar

    I really need help.

    When you fx execute a skripted command? Try and check the logs
  8. Marsbar

    Solved On rightclick on sign: doesn't work

    Ohh i have tried with that but i found a solution myself:D
  9. Marsbar

    Solved On rightclick on sign: doesn't work

    on rightclick: if line 1 of event-block is "&4&l[&c&lKøbt&4&l]": if line 2 of event-block is "&aPris er ikke sat": send "{@p} &cPrisen på denne celle er ikke sat endnu" stop if line 1 of event-block is "&2&l[&a&lFri&2&l]": if "%uncolored...
  10. Marsbar

    Solved Whats wrong with this skript?

    Im using 1.8 and using skript 2.2 dev 26, but functions is not added to thzat version yet. I think 2.2 dev 36 is better
  11. Marsbar

    enchantment request

    I think he want it like this: command /enchant <text>: permission: Enchant permission message: &cNo Access usage: &cWrite a modifier trigger: if arg-1 is "Speed": if lore of player's tool contains "&9Speed Modifier": set {_lore} to lore of...
  12. Marsbar

    Map reload

    oh yea i forgot to, The message is in danish maybe i translate it back https://hatebin.com/jgftbyhwbp
  13. Marsbar

    enchantment request

    Dude! I got it working: command /enchant <text>: permission: Enchant permission message: &cNo Access usage: &cWrite a modifier trigger: if arg-1 is "Speed": if lore of player's tool contains "&9Speed Modifier": set {_lore} to lore of player's...
  14. Marsbar

    Solved Whats wrong with this skript?

    Maybe try another version of skript
  15. Marsbar

    enchantment request

    Surprisingly this works: every second: loop all players: set {_p} to loop-player loop all items in {_p}'s inventory: if lore of loop-item contains "&9Speed modifier": apply speed 1 to loop-player for 1 second command /enchant <text>...
  16. Marsbar

    Owner of current inventory

    I think it is the only way
  17. Marsbar

    Owner of current inventory

    Have you tried updating skript? It is what the error says
  18. Marsbar

    Solved Whats wrong with this skript?

    If im not reading mistakenly it says that the spigot version and maybe some of the plugins is only supported by 1.9...
  19. Marsbar

    Owner of current inventory

    If this then are solved pls mark it as solved :)