Skip to content

A module for reading/writing 'settings.bin' from Mindustry Server.

License

Notifications You must be signed in to change notification settings

RCR-OOP/msbio.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msbio.py

Description

A module for reading/writing 'settings.bin' from Mindustry Server.

Installation

pip install msbio

Using

import msbio

with open('settings.bin', 'rb') as file:
    data = msbio.load(file)