boat

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

    Ride boat when placed

    I think it's pretty clear what I'm trying to do here but the docs don't contain examples for this so I don't know how to make it work, thank you!
  2. M

    give mob item

    so I'm making a boss for my server and I'm trying to give it a bow and i cant find a way to do it when I reload it it says that there are no errors if anyone can help me that would be great! command /boss2: permission: op permission message: "&cYou do not have...
  3. P

    Killing a boat

    I have a little script: on vehicle exit: if event-entity is a boat: kill event-entity But it doesn't work Does anyone know how to remove the boat after leave
  4. A

    Check if player is riding in a boat

    I really want to create a script that checks if a player is in a boat and then sends a message. This is what i currently have but it isn't working. every second: if player is riding a boat: send "This is a test"
  5. CustomWorldYT

    [Closed] Launching a boat that a player is riding

    Skript Version (do not put latest): Skript 2.3.5 (from GitHub) Skript Author: bensku Minecraft Version: 1.13.2 --- So, I'm trying to create a boat-race plugin (where you drive on the ice). The trouble is, that when a boat meets higher terrain, it obviously can't just "climb it up". So I have...