Cuberite Forum
Little/Lame question - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Little/Lame question (/thread-14.html)



Little/Lame question - Jockie - 02-24-2011

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 :>


RE: Little/Lame question - Tim - 02-24-2011

This is mine which works fine:
Code:
[Tim]
Groups=Admins

[Person2]
Groups=Admins

[FancyModerator]
Groups=Moderators

[ImportantPerson]
Groups=Vips
Good luck with your serverTongue


RE: Little/Lame question - FakeTruth - 02-24-2011

Yes, it's like Tim demonstrated

Code:
[PutPlayerNameHere]
Groups=PutGroupNameHere

[PutAnotherPlayerNameHere]
Goups=PutGroupNameHere



RE: Little/Lame question - Jockie - 02-25-2011

Hehe, it works.

Thx both. :]