Page 1 of 1

[0.4.14-dev] Unable to revoke privileges

PostPosted: Thu Jun 23, 2016 02:21
by atomhell
Hi there,

I am running my own server, and for some reason, after adding a charcoal mod and enabling it in the Minetest GUI, my player suddenly got all privileges:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
server shout fly password bring kick teleport ban noclip privs fast basic_privs interact give protection_bypass home settime rollback


Before adding that mod, I had these privileges:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
interact shout



I didn't want my player to get the 'fly' privilege, so I tried "/revoke (playername) fly", and "revoke (playername) all" within the game's chat, and the privilege stays there!

How do I successfully revoke the unwanted privileges?


EDIT:

I did lose the privileges after restarting my server and client. But it is still strange that I got these privileges in the first place...

Re: [0.4.14-dev] Unable to revoke privileges

PostPosted: Thu Jun 23, 2016 07:53
by azekill_DIABLO
look at your minetest conf and your minetest.conf.example

Re: [0.4.14-dev] Unable to revoke privileges

PostPosted: Thu Jun 23, 2016 12:02
by rubenwardy
The admin player has all privileges, and can not have any privileges revoked. Type /admin on a server to get the name of the admin. The admin player is named by "name" in minetest.conf of the server. If you start the server up using the server tab, then the admin name will be the username you give in the text box (as the text box will set "name" in minetest.conf)