SATA2.0
崩溃日志:https://paste.ubuntu.com/p/5zpDtdCzvn/
个人猜想是yysscoreboard计分板插件出了问题
还有,服务器崩溃后再次打开出现了这个:

还有这个……

还有……

然后再次崩溃:https://paste.ubuntu.com/p/8dYHBmznqr/
对了,服务器崩溃前经常提示

大佬看看哪里出了问题qwq

纱夜
本帖最后由 阴阳师元素祭祀 于 2020-7-22 15:39 编辑

windows开服?
cmd有没有开启快速编辑?

是不是把cmd挂起了?
比如不小心选定了cmd某个范围 windows把cmd正在执行的代码全部挂起

这样 建议卸载yyssb

似乎都是写std out / 文件导致卡死(?)

xiyanxinnian
[15:22:33] [Server thread/WARN] [serverlistplus]: [Core] Unable to parse a part of the configuration. Make sure the YAML syntax is valid! org.yaml.snakeyaml.scanner.ScannerException: while scanning a simple key  in 'reader', line 94, column 3:       D:\up\sponge-mod\config\serverli ...       ^ could not find expected ':'  in 'reader', line 97, column 1:      ^         

感觉像是你配置文件有问题,找到这个路径下的文件看看

SATA2.0
本帖最后由 SATA2.0 于 2020-7-22 20:26 编辑
xiyanxinnian 发表于 2020-7-22 16:09
感觉像是你配置文件有问题,找到这个路径下的文件看看

就三样:file:///D:/%E6%A1%8C%E9%9D%A2/%E6%8D%95%E8%8E%B7.PNG
第一个:PlayerCache.json 内容:[/code]
  1. {"[已编辑的IP]":{"uuid":"35c39546-849f-3886-a92f-777303ac5189","name":"NASA","time":"2020-07-22T06:53:38Z"}}
复制代码

第二个:一个名为server-icon.png的服务器图标,内容是一个曲奇
第三个:ServerListPlus.yml 是一个名为ServerListPlus-3.4.8-Universal的服务器欢迎语插件,内容:
  1. #      _____                     __    _     _   _____ _
  2. #     |   __|___ ___ _ _ ___ ___|  |  |_|___| |_|  _  | |_ _ ___
  3. #     |__   | -_|  _| | | -_|  _|  |__| |_ -|  _|   __| | | |_ -|
  4. #     |_____|___|_|  \_/|___|_| |_____|_|___|_| |__|  |_|___|___|
  5. #
  6. # ServerListPlus v3.4.8 - http://git.io/slp

  7. # More information is available in the Wiki: http://git.io/slp-wiki


  8. # This is the section where you can customize your server status ping!
  9. #  - Default is the section for the status used when the player name is unknown.
  10. #    Personalized is used if the client has already joined the server once.
  11. #    Use %player% as placeholder for the player's name.
  12. #
  13. # Features:
  14. #  - Description (MotD): A short status message for your server, max. 2 lines.
  15. #  - Players:
  16. #    - Hover: The player hover message that is displayed if you hover the player count.
  17. #    - Slots: Custom player slot formatting, see http://git.io/slp-slots
  18. #  - Favicon:
  19. #    - Use multiple server icons or the player's head as favicon, see http://git.io/oMhJlg
  20. #    - Possible favicon sources: Files, Folders, URLs, Heads, Helms, Encoded
  21. #
  22. #  More features are explained in the Wiki: http://git.io/slp-config
  23. #
  24. # Usage:
  25. #  - Add multiple entries for random messages.
  26. #  - Save the file with valid UTF-8 encoding for special characters.
  27. #  - Available placeholders:
  28. #    - Player name: %player%
  29. #    - Player count: %online%, %max%, %online@server% %online@world%
  30. #    - Random online player name: %random_player%
  31. --- !Status
  32. Default:
  33.   Description:
  34.   - |-
  35.     &a1.12.2Minecraft服务器!
  36.     &7建设中.ing。。。。。。
  37.   - |-
  38.     &71.12.2Minecraft服务器!
  39.     &a建设中.ing。。。。。。
  40.   Players:
  41.     Hover:
  42.     - |-
  43.       &a欢迎来到服务器&a!
  44.       &a现在有 &e&l%online% &a人在线,QQ群:[数据删除]
  45. Personalized:
  46.   Description:
  47.   - |-
  48.     &e你好 &l%player%!
  49.     &7现在有 &e&l%online% &a人在线
  50.   - |-
  51.     &aHi! &l%player%!
  52.     &e现在有 &e&l%online% &a人在线
  53.   Players:
  54.     Hover:
  55.     - |-
  56.       &a欢迎来到服务器&a!
  57.       &a现在有 &e&l%online% &a人在线,QQ群:[数据删除]

  58. # Stats: Enable/disable sending plugin statistics.
  59. # PlayerTracking: Enable/disable tracking of player names to their IP-Addresses.
  60. #   - Persistence can be disabled with the toggle in the Storage section.
  61. # Samples: Toggle using multiple player infos for the player hover message.
  62. #     May prevent the annoying ... and x more ... message for bigger servers
  63. #     DynamicPlayers is special and aligns the number with the number of
  64. #     random players used in placeholders.
  65. # Unknown: Placeholder replacement if the real value is unknown.
  66. # Favicon: Options for the creation / downloading of favicons:
  67. #  - RecursiveFolderSearch: Also search for favicons in sub directories.
  68. #  - SkinSource: The URL to get the Minecraft Skins from. (%s -> player name)
  69. #  - ResizeStrategy: The strategy used to resize too small or too big favicons.
  70. #      NONE (keep them as is, will probably fail), SCALE (scale them to the correct size)
  71. --- !Plugin
  72. Stats: true
  73. PlayerTracking:
  74.   Enabled: true
  75.   Storage: !JSONStorage
  76.     Enabled: true
  77.     SaveDelay: 5m
  78. Samples:
  79.   Multiple: false
  80.   DynamicPlayers: false
  81. Unknown:
  82.   PlayerName: player
  83.   PlayerCount: ???
  84.   Date: ???
  85. Favicon:
  86.   Timeout: 10s
  87.   RecursiveFolderSearch: false
  88.   ResizeStrategy: SCALE
  89.   files:
  90.   D:\up\sponge-mod\config\serverlistplus
  91.   

复制代码
}

xiyanxinnian
无法分析配置的一部分。确保YAML语法有效!
org.yaml.snakeyaml.scanner.ScannerException:
当扫描“reader”中的简单键时,第94行,第3列:
D: \up\spoone mod\config\serverli...
在“reader”中找不到预期的“:”,第97行,第1列:

这是百度翻译的经过我处理后的结果
现在你知道错误在哪了吧

SATA2.0
xiyanxinnian 发表于 2020-7-22 15:32
这是百度翻译的经过我处理后的结果
现在你知道错误在哪了吧

谢谢大佬

SATA2.0
阴阳师元素祭祀 发表于 2020-7-22 15:34
windows开服?
cmd有没有开启快速编辑?


我记得在YYss的帖子里。。。。。。

第一页 上一页 下一页 最后一页