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

    Solved If player is in world.

    on death of player: player's world is "dropper": send "a" to player teleport player to {level} Requirements: Skript - SkQuery
  2. WilliamAfton

    cancel event is not working when throwing stacks of items

    this might work. on drop: event-item is a 64 lapis block named "&b&lMana": cancel event
  3. WilliamAfton

    Solved How do I fix this particle code

    you can try: play heart at projectile or: show 1 "heart" particles at the projectile for all players offset by 0, 0, 0 or: show 1 "heart" particles at the projectile for shooter offset by 0, 0, 0
  4. WilliamAfton

    cancel event is not working when throwing stacks of items

    Hello there, you can try: on drop: event-item is a lapis block named "<cyan><bold>Mana": cancel event
  5. WilliamAfton

    Help on world chat.

    try this: on chat: if event-world is "world": cancel event if player has permission "chat.owner": send "%player's display name% &3&l» &b%message%" to all players in world "world" else: send "%player's display name% &3&l» &7%message%" to all...