- use /sit to sit anywhere
- permission: sit.command.sit
Default config.yml
Code (YAML):
sendMessageOnSit: true
#If enabled, a message is sent to the player who is sitting down. sitMessage: "&2[&aSit&2]&a You're now sitting"#The message to display when a player sits. (only if 'sendMessageOnSit' is true) sendMessageOnDismount: true
#If enabled, a message is sent to the player who is dismounting. dismountMessage: "&2[&aSit&2]&c You're no longer sitting"#The message to display when a player dismounts. (only if 'sendMessageOnDismount' is true) notOnGroundMessage: "&2[&aSit&2]&4 You can only sit on solid ground."#The message that appears when the player trying to sit down is in the air and not on solid ground.