❖ Simple Sit ❖
- Native Minecraft Version:
- Legacy (< 1.13)
- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- 1.17
- 1.18
![]()
Overview
Simple Sit is a plugin that adds a sitting feature into Minecraft. By default anyone who joins a servers with this plugin installed has the ability to sit by using the /sit. Simple Sit should work with every permissions plugin out there.
New:
- Made Simple Sit a lot more simpler.
- Removed lay feature and Check for updates. Read more
Let me know any bugs or lag that occurs while using this plugin
Command Info
Config
- Command: /sit
- Permissions: simplesit.sit
Compatibility
- sit-permission-default: Sets the permission default for 'simplesit.sit'. When set to 'true' everyone can use the /sit command. When set to 'false' no one can use the /sit command unless the 'simplesit.sit' permission was given to them via another permission plugin. When set to 'op' only operators can use the /sit command. Finally when set to 'not_op' everyone but operators can use the /sit command.
- sitdown-message: The message sent when a player sits down.
- situp-message: The message sent when the player gets up from sitting.
- sitfail-message: The message sent when the player is unable to sit (while in air).
API
- Simple Sit 1.7 and above is compatible works with Spigot/Bukkit versions 1.8.8 through 1.18.2
- SimpleSit 1.6.4 contains the lay feature, and only works with Minecraft versions 1.8.8 through 1.12.
- Simple Sit versions 1.4.3 and 1.5 are only compatible with their specified Minecraft versions. I do not recommend these versions.
- Simple Sit 1.3.5 and below only works with Bukkit/Spigot 1.8 versions
- Tested with Java 8 and higher
- Simple Sit is incompatible with the plugin MorePlayerModels due to a command conflict
NOTE: API only works in Simple Sit 1.3 and above
This is the Simple Sit API Setup Tab here you will learn how to setup the API with your plugin! Lets get started!
Setting Up:
- To allow your plugin to use the custom Simple Sit API events. You need to right click on your project and then click properties
![]()
- Now click Java Build Path then click add External JARs
![]()
- Your going to select the latest Simple Sit.jar then click open
![]()
- Click ok and then your done, you can find info about the API in the API Info Tab! Example:
Please NoteAPI INFO OUTDATED: BRAND NEW API WITH 1.6 AND ABOVE
This is the Simple Sit API tab here you will find all the methods that come with Simple Sit.
- Don't know how to setup the Simple Sit API check out the API Setup Tab!
SimpleSit
PlayerSitEvent
- isSitting(); returns true or false. Example
Code (Text):Player p = player;
if (SimpleSit.isSitting(p)) {
// they are sitting
} else {
// player is not sitting
}- seat(); forces player to sit. Example
Code (Text):SimpleSit.seat(player); // Same as player running /sit
PlayerExitSeatEvent
- getMessage(); returns the message set in config when a player sits down.
- setMessage("Your Text"); sets the message that is sent to the player when they sit down.
- getPlayer(); returns the player that sat down.
- getSeat(); returns the newly spawned seat.
- hasCustomMessage() returns whether or not the message has been changed via code.
Seat
- getMessage(); returns the message set in config when a player sits down.
- setMessage("Your Text"); sets the message that is sent to the player when they sit down.
- getPlayer(); returns the player that sat down.
- hasCustomMessage() returns whether or not the message has been changed via code.
Other
- remove(); removes seat.
- getLocation(); returns the location of the seat.
- setFroze(true/false) sets whether or not the seat will be affected by gravity.
- isFroze(); returns whether or not the seat can be affected by gravity.
- setVelocity(); allows you to set the velocity of the seat most affected when seats not froze.
- getPassenger(); returns the player that is sitting on the seat.
- Still need help? comment below!
Video
- I would like everyone to please note this plugin is intended for private servers, role-play servers, build servers and basically non pvp/faction servers, it will work on pvp/faction servers, but maybe not as intended!
This video is outdated newer one coming soon!
ImageVideo by maxmar628
![]()
![]()
Other Info
Support Simple Sit (Affiliate/Partner link)
- Bukkit: http://dev.bukkit.org/bukkit-plugins/simple-sit/
- Youtube: https://www.youtube.com/channel/UCwn3BmsR1R0UWo5oAxzFhbA
- Update Checker: -1.6.3-MC: 1.8/1.9/1.10/1.11/1.12-
Get a 7 day free trial and $25 off your first month of Mine Academy by clicking the image below.
![]()

Simple Sit [Spigot/Bukkit 1.8.8 through 1.18] 1.7
Allows players to sit anywhere in the world!
Recent Updates
- Simple Sit 1.7 (Spigot/Bukkit 1.8.8-1.18) Apr 25, 2022
- Simple Sit 1.6.3 [Spigot/Bukkit 1.8/1.9/1.10/1.11/1.12] Jun 12, 2017
- Simple Sit [Spigot/Bukkit 1.8/1.9/1.10/1.11/1.12] Jun 11, 2017