Difference between revisions of "AdminMode"

From wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
Filename: <nowiki>%localappdata%\Staxel.Launcher\gamedata\LocalContent\right.config</nowiki>
 
Filename: <nowiki>%localappdata%\Staxel.Launcher\gamedata\LocalContent\right.config</nowiki>
Content: <code> {
+
Content:  
 +
<nowiki>
 +
{
 
   "byRight" : {
 
   "byRight" : {
 
   },
 
   },
Line 10: Line 12:
 
   "byUid" : {
 
   "byUid" : {
 
   }
 
   }
}</code>
+
}
 +
</nowiki>
  
 
And then restarting your server
 
And then restarting your server

Revision as of 19:40, 9 December 2015

You can become an admin on your own server by adding/editing the file rights.config

Filename: %localappdata%\Staxel.Launcher\gamedata\LocalContent\right.config Content:

{
  "byRight" : {
  },
  "byName" : {
	"<YourUsername>" : [ "all" ]
  },
  "byUid" : {
  }
}
 

And then restarting your server