Skip to main content

Module: home

Overview​

Module

This module allows players to define their homes.

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: home.json
  • File Content:
Click to see the default content...
config/fuji/modules/home/home.json
{
"name2home": {}
}

Jobs​

Job
  • Job Name: ConfigurationHandlerWriteStorageJob

  • Document: This job is used to write data from memory into storage.

    NOTE: If you modify the file in disk, then you need to issue /fuji reload as soon as possible.

    NOTE: The disk will be overridden when fire this job.

Commands​

Command
  • Command Syntax: /home

  • Document: Teleport to any of your homes.

  • Can be executed by console: false

  • Required Level Permission: 0

Command
  • Command Syntax: /home gui
  • Document: null
  • Can be executed by console: false
  • Required Level Permission: 0
Command
  • Command Syntax: /home gui <OfflinePlayerName target>
  • Document: null
  • Can be executed by console: false
  • Required Level Permission: 4
Command
  • Command Syntax: /home list
  • Document: null
  • Can be executed by console: false
  • Required Level Permission: 0
Command
  • Command Syntax: /home rename <HomeName oldName> <String newName>
  • Document: null
  • Can be executed by console: false
  • Required Level Permission: 0
Command
  • Command Syntax: /home set <HomeName home> [Boolean override]
  • Document: null
  • Can be executed by console: false
  • Required Level Permission: 0
Command
  • Command Syntax: /home tp <HomeName home>
  • Document: null
  • Can be executed by console: false
  • Required Level Permission: 0
Command
  • Command Syntax: /home unset <HomeName home>
  • Document: null
  • Can be executed by console: false
  • Required Level Permission: 0

Argument Types​

Argument Type
  • Argument Type Name: [home-name]
  • Argument Type Class: [HomeName]