Skip to content
New issue

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

minetest.conf input errors #127

Open
ExoTheExotic opened this issue Mar 16, 2025 · 5 comments
Open

minetest.conf input errors #127

ExoTheExotic opened this issue Mar 16, 2025 · 5 comments

Comments

@ExoTheExotic
Copy link

When configuring settings, this always pops up after every boot up of the game:

server_announce = truedisable_damage=trueenable_damage=falsedisable_pvp=true

These setting aren't supposed to be stuck together, and it only happens when using SBZ as the game.

@TheEt1234
Copy link
Contributor

??
Skyblock zero does not directly write to minetest.conf, that is strange
Hmm...
Things you could do:

  • Update skyblock zero to the latest version
  • Make sure both skyblock zero's minetest.conf and your server's minetest.conf are propertly formatted

@Mikdark0
Copy link

Mikdark0 commented Mar 17, 2025

ExoTheExotig are you play single mode or you run server? if server then are you use any start script? "server_announce = truedisable_damage=trueenable_damage=falsedisable_pvp=true" where you see this, on end of file, on top? in minetest.conf or in log ? i need more info from you.

@TheEt1234
Copy link
Contributor

TheEt1234 commented Mar 23, 2025

soo i think this issue is user's mistake and should be closed?

@ExoTheExotic
Copy link
Author

@Mikdark0 I am using the start script luanti.exe --gameid skyblock_zero --worldname world --server . It shows up wherever server_annouce is in minetest.conf.

@Mikdark0
Copy link

Mikdark0 commented Mar 27, 2025

oki you use windows, open minetest.conf whit notepad, save copy as minetest_sbz.conf in this same folder, check minetest_sbz.conf is oki, add
--config minetest_sbz.conf --logfile debug_sbz.txt to your start skript/command
luanti.exe --gameid skyblock_zero --worldname world --server --config minetest_sbz.conf --logfile debug_sbz.txt
--config minetest_sbz.conf this is separate config (only for skyblock zero)
--logfile debug_sbz.txt this is separate debug/log file only for skyblock_zero
this help you maybe to find your issue, all other change this you make for other subgames or if you use luanti Gui stay in minetest.conf
here link for windows guide server setup
https://forum.luanti.org/viewtopic.php?t=8924
you write "When configuring settings" i not sure what you main Luanti Gui or you edit minetest.conf whit txt editor, for this reason you need make separate config, and use notepad to change config, maybe you minetest.conf is from linux, linux save new line other to window, and if you use "better" editor as notepad, then maybe you see file correct but file is write "false"
https://superuser.com/questions/374028/how-are-n-and-r-handled-differently-on-linux-and-windows
you can to upload your minetest.conf here
i thinking your problem is not skyblock_zero

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants