Skip to content

Varilx-Development/VSit

Repository files navigation

v-sit

Discord Build Status Release

Available on Modrinth

VSit

A fully customizable Sit plugin

Permissions

vsit.sit

Allows the user to sit down

vsit.reload

Allows the user to reload the configuration

Preview

You can use /sit or click on blocks like stairs or carpets

/sit carpets or stairs


You can sit on other players ⭐

Ride other players

Custom configuration:

language: "en"

enabled: true
players:
  enabled: true
blocks:
  enabled: true
  blocks:
    - STAIR
    - CARPET
    - SLAB

Custom language configuration:

# Using Minimessage https://docs.advntr.dev/minimessage/format.html

prefix: "<b><gradient:#08FB22:#BBFDAD>[VSit]</gradient></b><reset><!i><gray> " # This prefix can be used anywhere as "<prefix>"
startup: "<prefix>VSit has started up!"

commands:
  sit: "<prefix>You are now sitting down"
  reload: "<prefix>The Configurations has been reloaded"