Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 1.75 KB

README.en-US.md

File metadata and controls

44 lines (38 loc) · 1.75 KB

Chameleon

  • Author: mistzzt, repaired by 肝帝熙恩 for issue 1449
  • Source: github
  • Players entering the server for the first time will receive a prompt and be asked to log out and log back in.
  • The next time they enter the server, they will be prompted to enter a password, which will be saved as their user password (equivalent to registration).
  • Afterwards, if players switch devices (or UUID), or if there are name conflicts, or if their IP changes when entering the game, they will be required to re-enter their user password.

Commands

None

Config

Configuration file location:tshock/Chameleon.en-US.json

{
  "VerifyloginIP": false,
  "AwaitBufferSize": 10,
  "EnableForcedHint": true,
  "Greeting": "   Welcome to niaoluo Server!",
  "VerificationFailedMessage": "         Incorrect username or password.\r\n\r\n         If it's your first time joining, please choose a different character name;\r\n         If you have forgotten your password, please contact the administrator.",
  "Hints": [
    " ↓↓ Please read the following hints to enter the server ↓↓",
    " \r\n         Finish reading before clicking →",
    " 1. Enter your own password in the \"Server Password\" field;\n   this is equivalent to setting a password for your account.\n   Use this password when joining the server in the future.",
    " 2. After reading, please rejoin the server."
  ],
  "SyncServerReg": [
    {
      "Name": "Test Server",
      "IpAddress": "http://127.0.0.1:7878/",
      "Token": "TOKENTEST"
    }
  ]
}

FeedBack