Jump to content

admin.xml


Velaja

Recommended Posts

Hello.

 

I have just installed a few new commands. But now my Server wan't start when i give some rights to the admingroup.

I wan't some Commands only for Administrators. :/

 

 

	<defaultAuthorizationGroup>
		<commands>
			<command name="help"/>
			<command name="players"/>
			<command name="seed"/>
			<command name="suicide"/>
			<command name="version"/>
			<command name="w"/>
			<command name="whisper"/>
			<command name="price"/>
			<command name="whereis"/>
		</commands>
	</defaultAuthorizationGroup>
	<authorizationGroups>
		<group name="Moderators">
			<commands>
				<command name="ban"/>
				<command name="banip"/>
				<command name="blacklist"/>
				<command name="echo"/>
				<command name="give"/>
				<command name="groups"/>
				<command name="kick"/>
				<command name="like"/>
				<command name="run"/>
				<command name="save"/>
				<command name="status"/>
				<command name="teleport"/>
				<command name="unban"/>
				<command name="unbanip"/>
				<command name="whitelist"/>
			</commands>
		<group name="administrators">
			<commands>
				<command name="list"/>
				<command name="crew"/>
				<command name="inventory"/>
				<command name="sethome"/>
				<command name="agoods"/>
				<command name="fighter"/>
			</commands>
			<users/>
		</group>

 

 

What is wrong here? :/

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...