File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
30
30
1.13 ≤ 建议服务端版本 ≤ 1.19
31
31
32
- 插件测试环境: ` Paper1 .16.5 + Minecraft 1.16.5 纯净端 `
32
+ 插件测试环境: ` Spigot1 .16.5 + Minecraft 1.16.5(MultiOfflineFix + fabric) `
33
33
34
34
只要不是在我的插件测试环境上出现的问题,请换成我的测试环境后,用你触发问题的相同步骤走一遍,如果还有问题,请发布Issues
35
35
@@ -40,7 +40,7 @@ Issues 发布格式:
40
40
- 您是如何触发此问题的(请简述步骤)
41
41
- 您的触发环境(如果和我测试环境一样就不用写)
42
42
- 触发环境格式: 服务端版本 + 客户端版本(所有Mods + ModLoader)
43
- - eg. ` Paper1 .16.5 + Minecraft 1.16.5(NO MODS AND MODLOADER )`
43
+ - eg. ` Spigot1 .16.5 + Minecraft 1.16.5(MultiOfflineFix + fabric )`
44
44
45
45
# 开发者悉知
46
46
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ So the latest version the plugin can support is 1.19:
26
26
27
27
1.16.5 ≤ Suggested server version ≤ 1.19
28
28
29
- Test Environment("Server + Client"): ` Paper1 .16.5 + Minecraft 1.16.5(NO MODS AND MODLOADER )`
29
+ Test Environment("Server + Client"): ` Spigot1 .16.5 + Minecraft 1.16.5(MultiOfflineFix + fabric )`
30
30
31
31
PS: If you have found a bug that happened isn't the same as my Test Environment, you could try to find it in my Test Environment
32
32
@@ -39,7 +39,7 @@ Issues Format:
39
39
- How to find it
40
40
- Your Environment(Ignore if it's the same as mine)
41
41
- Environment Format: Server Version + Client Version(Mods + ModLoader)
42
- - eg. ` Paper1 .16.5 + Minecraft 1.16.5(NO MODS AND MODLOADER )`
42
+ - eg. ` Spigot1 .16.5 + Minecraft 1.16.5(MultiOfflineFix + fabric )`
43
43
44
44
# To operator
45
45
You can’t perform that action at this time.
0 commit comments