Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Function Sit

Phoenix Nemo edited this page Dec 24, 2018 · 3 revisions

Sit on any block you want.

Command

/nu sit

Toggle chairs on/off. When toggle on, right click on defined blocks will sit on it.

Config

in config.yml

sit:
  locations:
    slab:   # define a name, anything valid is okay
    __class__: cat.nyaa.nyaautils.sit.SitLocation   # don't touch this
      blocks:
      - OAK_SLAB    # list sit-able materials here
      - JUNGLE_SLAB
      x: 0.0    # x/y/z as the offset position
      y: -0.25
      z: 0.0
    stair:
      __class__: cat.nyaa.nyaautils.sit.SitLocation
      blocks:
      - OAK_STAIRS
      - BIRCH_STAIRS
      x: 0.0
      y: -0.7
      z: 0.0

Permission

  • nu.sit default to all.