A fully customizable Sit plugin
vsit.sit
Allows the user to sit down
vsit.reload
Allows the user to reload the configuration
You can use /sit
or click on blocks like stairs
or carpets
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"