Sit

Sit

v1.7.3
Modrinth 301 followers 208 968 downloads
Sign in

Simple stair sitting plugin.

Product

About

A simple stair sitting plugin.

Features

  • Custom sitable layouts.
  • Capability to sit on every block depending on your configuration.
  • Configurable permissions for each layout.
  • Configurable stair entity for each layout.
  • option to hide saddle if the entity is PIG.
  • Configurable stair offset for each layout.

VERSION

The Sit plugin should work from 1.13 to latest version.
! 1.8 not available !

Example config.yml

sitables:
  stairs:
    entity:
      type: PIG
      saddle: true
    offsets:
      x: 0.5
      y: -0.4
      z: 0.5
    #BLOCKDATA, BLOCKS
    check: BLOCKDATA
    list:
      - org.bukkit.block.data.type.Stairs
  slabs:
    entity:
      type: PIG
      saddle: true
    offsets:
      x: 0.5
      y: -0.4
      z: 0.5
    check: BLOCKDATA
    list:
      - org.bukkit.block.data.type.Slab
  fun:
    # if require is set to true
    # player must have "sit.fun" permission to sit on the block's this layout has
    permission:
      require: true
      # %s is the layout name
      name: "sit.%s"
    entity:
      type: ARMOR_STAND
      saddle: false
    offsets:
      x: 0.5
      y: -1.1
      z: 0.5
    check: BLOCKS
    list:
      - END_ROD

Join Our Discord

For support, updates, and community discussion, join our Discord:
Join DiscordUDE discord invite

Preview

Product images

Environment

Requirements & compatibility

Compatibility & requirements

FoliaPaperPurpurSpigot1.13 – 1.21.1126.126.1.1

Local host

Unsupported

Hosting on services

Required

Terms

License

Terms for using, modifying and redistributing this product.

MIT LicenseModrinth
Release

Latest release

v1.7.3

09.04.2026 · Modrinth

Disabled gravity of armor stands and made them invisible
sitting underwater now possible with armor stands
added bstats