Перейти к содержимому
Mineforgian

Sit

Simple stair sitting plugin.

Загрузки
204K
Подписчики
295
Обновлён
9 апреля 2026 г.
Лицензия
MIT

Опубликован 6 сентября 2022 г.

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

Ченджлог

1.7.3Релиз1.21.11, 26.1, 26.1.1 · 9 апреля 2026 г.

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

1.7.2Релиз1.21.9, 1.21.10, 1.21.11 · 8 марта 2026 г.

Added Folia support

1.7.1Релиз1.21.9, 1.21.10, 1.21.11 · 20 октября 2024 г.

do not save sit entities

1.7Релиз1.20.5, 1.20.6, 1.21 · 4 августа 2024 г.

Now supports spigot!!!

1.5Релиз1.19.2, 1.19.3 · 28 декабря 2022 г.

CHANGED

Changed EventPriority to HIGHEST and set ignoreCancelled to true to avoid sitting where you shouldn't be able to.

1.4Релиз1.19.2, 1.19.3 · 18 декабря 2022 г.

CHANGED

No more visible pig when you sit a stair.

and some other code, config cleanup.

1.3Релиз1.19.2, 1.19.3 · 14 декабря 2022 г.

CHANGED

permissions system:

  • now you can configure layouts' permission requirements.
  • /sit reload command now requires "sit.command" permission.

y offset now fixed in default config.

1.2Релиз1.19.2 · 28 сентября 2022 г.
  • Changed default EventPriority to HIGHEST
  • Added ignoreCancelled = true to sit listener to avoid sitting stairs where you shouldn't sit.

Комментарии

Загружаем…