Difference between revisions of "AdminMode"
From wiki
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: | + | Content: <code> { |
"byRight" : { | "byRight" : { | ||
}, | }, | ||
Line 10: | Line 10: | ||
"byUid" : { | "byUid" : { | ||
} | } | ||
− | } | + | }</code> |
And then restarting your server | And then restarting your server |
Revision as of 18:39, 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