Download Sit — Minecraft Mods — MetaMods
Sit

Downloads

0

Last update

1 year ago

Versions

1.13 — 1.21.1
Server
Decor
Utils

Sit - Sitting System for Minecraft

The Sit mod adds the ability to sit on various blocks in Minecraft, turning ordinary stairs, slabs, and other surfaces into comfortable resting spots.

Main Features

Create custom sitting configurations with flexible settings. The system allows you to configure exactly which blocks players can sit on, according to your preferences.

Each configuration supports individual permissions - you can restrict access to certain types of seating only to players with appropriate rights.

Entity Configuration

For each configuration, you can choose the type of entity that will be used for sitting. For example, you can use pigs with saddles or armor stands without additional elements. There is an option to hide saddles if a pig is selected as the entity.

Fine-tuning of sitting position is also available through offsets along the X, Y, and Z axes for perfect player placement relative to the block.

Compatibility

The mod works with Minecraft versions from 1.13 to the latest available. Version 1.8 is not supported.

Configuration Example

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 blocks of this configuration
    permission:
      require: true
      # %s is the configuration 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
Project members
UsainSrht

UsainSrht

Developer

Created: 6 Sep 2022

ID: 3129