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)

Resource pack encryption

The resource pack encryption here only means that PowerNukkitX supports you to use the resource package encrypted by you. You only need to configure a 32-key for your resource package according to the following tutorial to enable the player client to load normally.

Please note that resource package encryption cannot completely prevent people with ulterior motives from stealing your resource package, because it is AES symmetric key encryption.

Just 3 steps, keep up and get started!

1. Encrypt my resource pack

In some sites not managed by PowerNukkitX (encryptmypack), you can easily encrypt your resource package.

Some precautions:

2. Configure your key

The file with the same name as the resource package is named with a .key file extension name. The content is the 32-key corresponding to the resource package.

Example: There are two files in the resource_packs folder.

file name description
x1.mcpack A resource package named x1
x1.mcpack.key This is the key of x1.mcpack resource package

3. Restart the server to make it effective

PowerNukkitX will only load the files in resource_packs when it starts, so you need to restart it to make it take effect.


© PowerNukkitX Dev team