For$
<!-- begin site header -->
<div id=

Author Topic: Setting up admins  (Read 8156 times)

MechWarrior001

  • Newbie
  • *
  • Posts: 31
    • View Profile
Setting up admins
« on: December 08, 2010, 02:58:10 am »
How do I setup admins/ops? I've tried placing the names in roles.txt and they don't work. Then I tried placing the names like this to see if that worked:

Code: [Select]
Player admin
Player op
Player member

And none of them worked. So how do I go about setting admin status for players?

Ben S.

  • Newbie
  • *
  • Posts: 25
    • View Profile
Re: Setting up admins
« Reply #1 on: December 08, 2010, 03:14:09 am »
Quote
# admins
namehere

# ops

# members
This at least how the generated file is formatted.  If I replace namehere with my name, I get admin.
Unofficial Mineserver builds:
http://www.benschro.com/mineserver

bakkdoor

  • Developer
  • Newbie
  • ****
  • Posts: 8
    • View Profile
Re: Setting up admins
« Reply #2 on: December 08, 2010, 01:58:13 pm »
Yeah currently any nickname (per line) followed by a # admins comment is registered as an admin, any nickname followed by "# ops" becomes an op and the same for members.
I know this is kinda suboptimal - we just discussed the config file format today on irc and it probably will change soon to be more flexible etc.