Skip to main content

Module: sit

Overview​

Module

Provides a facility to sit on blocks.

Configurations​

The following JSON content is provided for reference only. It must NOT be copied directly into the configuration directory, as it does not represent valid JSON syntax.

Config
  • File Name: config.json
  • File Content:
Click to see the default content...
config/fuji/modules/sit/config.json
{
"right_click_to_sit": {
/* Allow `right click` a `stair block` or `slab block` to sit? */
"enable": true,
"allow_sneaking_to_sit": false,
"require_empty_hand_to_sit": false,
"require_no_opaque_block_above_to_sit": true,
"max_distance_to_sit": -1
}
}

Commands​

Command
  • Command Syntax: /sit

  • Document: Sit in current position.

  • Can be executed by console: false

  • Required Level Permission: 0

Command
  • Command Syntax: /sit others <PlayerCollection others>

  • Document: Sit in current position.

  • Can be executed by console: true

  • Required Level Permission: 4