Difference between revisions of "AdminMode"

From wiki
Jump to: navigation, search
(Created page with "You can become an admin on your own server by adding/editing the file rights.config Filename: <nowiki>%localappdata%\Staxel.Launcher\gamedata\LocalContent\right.config</nowik...")
 
 
(3 intermediate revisions by the same user not shown)
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:<nowiki>{
+
Content:  
 +
<nowiki>
 +
{
 
   "byRight" : {
 
   "byRight" : {
 
   },
 
   },
 
   "byName" : {
 
   "byName" : {
"<YourUsername>" : [ "all" ]
+
"YourUsername" : [ "all" ]
 
   },
 
   },
 
   "byUid" : {
 
   "byUid" : {
 
   }
 
   }
}</nowiki>
+
}
 +
</nowiki>
  
And then restarting your server
+
Replace YourUsername with your username :)
 +
 
 +
And then restart your server

Latest revision as of 19:41, 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" : {
  }
}
 

Replace YourUsername with your username :)

And then restart your server