Skip to main content

Module: pvp

Overview

Module

Provides PvP management for players.

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

Commands

Command
  • Command Syntax: /pvp list

  • Document: List the players that enable the PvP.

  • Can be executed by console: true

  • Required Level Permission: 0

  • Required String Permission: null

Command
  • Command Syntax: /pvp off

  • Document: Disable the PvP for the player.

  • Can be executed by console: false

  • Required Level Permission: 0

  • Required String Permission: null

Command
  • Command Syntax: /pvp off others <PlayerCollection others>

  • Document: Disable the PvP for the player.

  • Can be executed by console: false

  • Required Level Permission: 4

  • Required String Permission: null

Command
  • Command Syntax: /pvp on

  • Document: Enable the PvP for the player.

  • Can be executed by console: false

  • Required Level Permission: 0

  • Required String Permission: null

Command
  • Command Syntax: /pvp on others <PlayerCollection others>

  • Document: Enable the PvP for the player.

  • Can be executed by console: false

  • Required Level Permission: 4

  • Required String Permission: null

Command
  • Command Syntax: /pvp status

  • Document: Query the status of PvP for the player.

  • Can be executed by console: false

  • Required Level Permission: 0

  • Required String Permission: null

Command
  • Command Syntax: /pvp status others <PlayerCollection others>

  • Document: Query the status of PvP for the player.

  • Can be executed by console: false

  • Required Level Permission: 4

  • Required String Permission: null