Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我根据Readme文档进行配置后,启动游戏报错 #111

Open
Cherryluoying opened this issue Dec 4, 2024 · 0 comments
Open

我根据Readme文档进行配置后,启动游戏报错 #111

Cherryluoying opened this issue Dec 4, 2024 · 0 comments

Comments

@Cherryluoying
Copy link

屏幕截图 2024-12-04 191637
屏幕截图 2024-12-04 191707

游戏版本:2.5.0
运行环境:JDK 17.0.13
连接方式:localhost

config配置:
{
"accountDatabase": {
"uri": "mongodb://localhost:27017",
"collection": "lunarcore",
"useInternal": true
},
"gameDatabase": {
"uri": "mongodb://localhost:27017",
"collection": "lunarcore",
"useInternal": true
},
"internalMongoServer": {
"address": "localhost",
"port": 27017,
"filePath": "database.mv"
},
"useSameDatabase": true,
"keystore": {
"path": "./keystore.p12",
"password": ""
},
"httpServer": {
"useSSL": false,
"regionListRefresh": 60000,
"bindAddress": "0.0.0.0",
"bindPort": 80,
"publicAddress": "127.0.0.1",
"publicPort": null
},
"gameServer": {
"id": "lunar_rail_test",
"name": "Lunar Core",
"description": "A LunarCore server",
"kcpInterval": 40,
"kcpTimeout": 30,
"bindAddress": "0.0.0.0",
"bindPort": 23301,
"publicAddress": "127.0.0.1",
"publicPort": null
},
"serverOptions": {
"autoCreateAccount": true,
"sceneMaxEntites": 500,
"maxCustomRelicLevel": 15,
"unlockAllChallenges": true,
"spendStamina": true,
"staminaRecoveryRate": 300,
"staminaReserveRecoveryRate": 1080,
"startTrailblazerLevel": 1,
"autoUpgradeWorldLevel": true,
"language": "CHS",
"defaultPermissions": [
"*"
],
"maxPlayers": -1,
"serverFriendInfo": {
"name": "Server",
"signature": "Type /help for a list of commands",
"level": 1,
"headIcon": 201001,
"chatBubbleId": 0,
"displayAvatars": [
{
"avatarId": 1001,
"level": 1
}
]
},
"welcomeMail": {
"title": "Welcome to a LunarCore server",
"sender": "Server",
"content": "Welcome to Lunar Core! Please take these items as a starter gift. For a list of commands, type /help in the server chat window. Check out our \u003ca type\u003dOpenURL1 href\u003dhttps://discord.gg/cfPKJ6N5hw\u003eDiscord\u003c/a\u003e and \u003ca type\u003dOpenURL1 href\u003dhttps://github.com/Melledy/LunarCore\u003eGithub\u003c/a\u003e for more information about the server.",
"attachments": [
{
"id": 2,
"count": 1000000
},
{
"id": 101,
"count": 100
},
{
"id": 102,
"count": 100
},
{
"id": 1001,
"count": 1
},
{
"id": 1002,
"count": 1
}
]
}
},
"serverTime": {
"spoofTime": false,
"spoofDate": "15-01-2024 08:00:00"
},
"serverRates": {
"exp": 1.0,
"credit": 1.0,
"jade": 1.0,
"material": 1.0,
"equip": 1.0
},
"logOptions": {
"commands": true,
"connections": true,
"packets": false,
"filterLoopingPackets": false
},
"resourceDir": "./resources",
"dataDir": "./data"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant