Skip to content

TerraZ-Team/MultiServerChat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MultiServerChat

Originally made by Zack Piispanen, now maintained and updated by Ryozuki

Commands:

Command Permission Arguments Description
/msc_reload msc.reload Reloads the config, specially needed to add the rest token.

You need to add the rest token in the configuration file.

Setting up rest: https://tshock.readme.io/v4.3.24/reference

If you want to have a token that persists between server restarts add it at tshock config.json Find "ApplicationRestTokens":

"ApplicationRestTokens": {
    "TOKENYOULIKE": {
      "Username": "ValidUsername",
      "UserGroupName": "ValidGroup"
    }
}
For example:
"ApplicationRestTokens": {
    "TOKENYOULIKE": {
      "Username": "Ryozuki",
      "UserGroupName": "superadmin"
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%