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
Command: /sit
Permissions: simplesit.sit
Config
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).
Compatibility
Simple Sit 1.7.1 works with 1.19 and above!
Simple Sit 1.7 and above is compatible and works with Spigot/Bukkit versions 1.8.8 through 1.18
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
Affiliates & Partners Use code
APCAT for 15% off your first month of Kinetic Hosting.
API 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:
API 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
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
PlayerSitEvent
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.
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.
hasCustomMessage() returns whether or not the message has been changed via code.
Seat
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.
Other
Still need help? comment below!
Please Note
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!
Video This video is outdated newer one coming soon!