Cuberite Forum

Full Version: Little/Lame question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to add an user to users.ini?

Code:
[SomeAdmin]

Groups=Admins
Jockie
and
Code:
[SomeAdmin]

Groups=Admins
User=Jockie
Are not working. ;(

Grtz, Jockie :>
This is mine which works fine:
Code:
[Tim]
Groups=Admins

[Person2]
Groups=Admins

[FancyModerator]
Groups=Moderators

[ImportantPerson]
Groups=Vips
Good luck with your serverTongue
Yes, it's like Tim demonstrated

Code:
[PutPlayerNameHere]
Groups=PutGroupNameHere

[PutAnotherPlayerNameHere]
Goups=PutGroupNameHere
Hehe, it works.

Thx both. :]