en
Switch Language
  1. PowerNukkitX
  2. Get Started
  3. Config

    1. server.properties
    2. nukkit.yml
    3. pnx-cli-config.ini
    4. Anti-xray
    5. Resource Encryption
    6. Compression Acceleration
    7. PNX with WaterDogPE
    8. Flat World
  4. FAQ

    1. To Newcomers
    2. How to use PNX-CLI
    3. Common Questions
    4. Terra Questions
    5. Spawn-point Questions
    6. Convert Worlds
  5. For Devs

    1. Java

      1. Goto JavaDoc
      2. Mod API

        1. Custom Block
        2. Custom Item
        3. Custom Entity
        4. Custom Enchantment
      3. Entity AI

        1. Behavior
        2. Memory
        3. Sensor
        4. Motion Controller
        5. Navigator
        6. Behavior Group
        7. Work Cycle
    2. JavaScript

      1. setup dev env
      2. Base LLSELib dev
      3. Hello World
      4. Basic knowledge
      5. Event Listener
      6. FAQ
    3. Resources

      1. Event List
      2. IDs(block & item)

Nukkit.yml Configuration

settings:

Nukkit server setting

language: chs

Nukkit server language

force-language: false

Whether to force the server language (false is turned off and true is turned on)

shutdown-message: "Server closed"

Prompt message to close the server

query-plugins: ture

Whether to allow the plugin of the server to be listed through Query (false is turned off and true is turned on)

deprecated-verbose: true

When the plugin uses an API that is not recommended, a prompt is displayed on the console (false turns off true turns on)

async-workers: auto

Number of threads working asynchronously If set to auto, the server will try to detect the number of cores of the CPU (at least 4)

safe-spawn: true

Teleport players to a safe spawn point when they join the server (Prevent players from spawning underwater or inside blocks.)

waterdogpe:

Whether to open WaterdogPE compatible, after opening it will be compatible with the use_login_extras configuration item in WaterDog, and at the same time turn off the PNX addon api and login timestamp verify.
The default value is false

download-spark: true

whether to download and enable spark

network:

Network related settings

debug:

debugRelated settings

timings:

Find the cause of server seizure Replaced by spark in 1.20.0-r3

level-settings:

Map Settings

chunk-sending:

Block Settings

chunk-ticking:

Block random engraving

chunk-generation:

Block Builder

ticks-per:

The maximum random mark of these entity (currently invalid)

spawn-limits:

Maximum number of entity (currently invalid)

player:

Player related settings

aliases:

Command alias

worlds: 

Builder World Settings


© PowerNukkitX Dev team