/worldconv

🗃 Minecraft world data server converter online & offline

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

🗃 UUID World Converter

license

Minecraft world data server converter from online to offline and reverse.

🗿 Usage

  • python uuidworldconverter.pyz Display available options
  • python uuidworldconverter.pyz offline Offline Mode
  • python uuidworldconverter.pyz online Online Mode

💾 Config

Location: uuidworldconverter.pyz directory

# Config file for uuid-world-converter
# https://github.com/skuzow/uuid-world-converter

# Server Directory
server_directory: server

# World Directory
world_directory: world

# Changing /server uuids
# IMPORTANT: used for getting player names for obtaining uuids
files:
  - name: usercache.json
    enable: true
  - name: whitelist.json
    enable: true
  - name: ops.json
    enable: true
  - name: banned-players.json
    enable: true

# Changing /world uuids
folders:
  - name: playerdata
    enable: true
  - name: stats
    enable: true
  - name: advancements
    enable: true

🗂️ Required Python libraries

To install them execute:

  pip install -r requirements.txt