<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KenMerritt.com &#187; Reign of Kings</title>
	<atom:link href="http://kenmerritt.com/category/rok/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenmerritt.com</link>
	<description></description>
	<lastBuildDate>Thu, 16 Apr 2015 19:33:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Adding an Admin in Reign of Kings</title>
		<link>http://kenmerritt.com/adding-an-admin-in-reign-of-kings/</link>
		<comments>http://kenmerritt.com/adding-an-admin-in-reign-of-kings/#comments</comments>
		<pubDate>Sat, 21 Mar 2015 22:57:32 +0000</pubDate>
		<dc:creator><![CDATA[Ken]]></dc:creator>
				<category><![CDATA[Reign of Kings]]></category>

		<guid isPermaLink="false">http://kenmerritt.com/?p=140</guid>
		<description><![CDATA[So you want to add someone as an admin on your Reign of Kings server? Well after a bit of time trying to figure it out myself I finally succeeded. It took so long to figure out the correct syntax I thought I better post it in case anyone else is having trouble. Find the]]></description>
				<content:encoded><![CDATA[<p>So you want to add someone as an admin on your Reign of Kings server? Well after a bit of time trying to figure it out myself I finally succeeded. It took so long to figure out the correct syntax I thought I better post it in case anyone else is having trouble.</p>
<p>Find the currently empty users section inside your permissions.cfg:<br />
<code><br />
users {<br />
}<br />
</code></p>
<p>For each user add in the following inside the existing user brackets above:<br />
<code><br />
KenMerritt {<br />
groups {<br />
- 'admin'<br />
}<br />
}<br />
</code><span id="more-140"></span></p>
<p>The completed section would look like this:<br />
<code><br />
users {<br />
KenMerritt {<br />
groups {<br />
- 'admin'<br />
}<br />
}<br />
}<br />
</code></p>
<p>Just in case you are still confused here is my entire Permissions.cfg file containing two admins:<br />
<code><br />
guest { # Unregistered users will use these permissions.<br />
nameFormat = '%name%'<br />
chatFormat = '%name% : %message%'<br />
guildFormat = '[00CC00][%guild%] %chatFormat%[-]'<br />
}<br />
groups {<br />
default {<br />
default = 'True'<br />
permissions {<br />
- 'rok.chat.me'<br />
- 'rok.chat.guild'<br />
- 'rok.health.suicide'<br />
- 'rok.help.list'<br />
}<br />
}<br />
admin {<br />
permissions {<br />
- '*'<br />
}<br />
}<br />
}<br />
users {<br />
KenMerritt {<br />
groups {<br />
- 'admin'<br />
}<br />
}<br />
jamhorne {<br />
groups {<br />
- 'admin'<br />
}<br />
}<br />
}<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kenmerritt.com/adding-an-admin-in-reign-of-kings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
