We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚠ This is WIP
bsm works because files/directories have a specific structure. This should be documented and finalized.
bsm
/
/home/bzfs/myserver
server
bzfs
map
world
/log.sh
/configs/master.conf
/configs/publickey
/configs/groups.txt
/configs/badwords.txt
/maps/
/maps/name/config.conf
/maps/name/map.bzw
/maps/name/pid
/maps/name/reports.txt
/maps/name/logs/
The text was updated successfully, but these errors were encountered:
The-Noah
No branches or pull requests
Why?
bsm
works because files/directories have a specific structure. This should be documented and finalized.Structure
/
refers to the directory where all related files are stored, such as/home/bzfs/myserver
.server
refers to abzfs
instance.map
refers to the configuration used to run aserver
(bzw+config).world
refers to the bzw file./
refer to a directory./log.sh
bzfs
- this should be part ofbsm
and not it's own script/configs/master.conf
/configs/publickey
/configs/groups.txt
/configs/badwords.txt
/maps/
/maps/name/config.conf
/maps/name/map.bzw
/maps/name/pid
/maps/name/reports.txt
/maps/name/logs/
The text was updated successfully, but these errors were encountered: