承峰解说
用BC好多mod不支持跨服。
有没有办法不用BC实现跨服呢?

HibikiLF
可以用velocity

承峰解说

mod服哦

aiusyudiyab

forge? bc不是有forge选项吗

慕由
好多mod不支持跨服的意思是?
数据同步?
这个可以找一些专门为mod服准备的数据同步插件
https://www.mcbbs.net/forum.php? ... 084&ordertype=1
例如这个,我也在用
可以同步大部分模组
包括星辉的知识那些
宝可梦,超能力那些

承峰解说
慕由 发表于 2022-6-28 11:22
好多mod不支持跨服的意思是?
数据同步?
这个可以找一些专门为mod服准备的数据同步插件

就是提示客户端缺少mod的意思吧

libx:main
很多提示mod:main
但是客户端装了这个mod的

慕由
承峰解说 发表于 2022-6-28 11:25
就是提示客户端缺少mod的意思吧

libx:main

wf的forge选项里有开启了嘛

承峰解说
慕由 发表于 2022-6-28 11:28
wf的forge选项里有开启了嘛

开了的
可以参考下这个帖子 我手贱给最佳了/
https://www.mcbbs.net/thread-1356046-1-1.html

慕由
本帖最后由 慕由 于 2022-6-28 11:35 编辑
承峰解说 发表于 2022-6-28 11:31
开了的
可以参考下这个帖子 我手贱给最佳了/
https://www.mcbbs.net/thread-1356046-1-1.html ...

你是1.18.2吗?
我看其中提到了原版端
从1.16.5以上
mod必须是服务端和客户端保持百分百同步
而且,你服务端的核心是什么?
需要一个魔改的wfhttps://github.com/ArclightPowered/lightfall

https://github.com/ArclightPowered/lightfall-client

一个是bc核心
另一个是配套的客户端mod

承峰解说
慕由 发表于 2022-6-28 11:33
你是1.18.2吗?
我看其中提到了原版端
从1.16.5以上

是1.18.2 后面用lightfall也搞不了

承峰解说

用velocity也提示这个
  1. [11:34:50 ERROR]: Channels [thaumic_tinkerer_lite:thaumic_tinkerer_lite,createaddition:main,mekanismgenerators:mekanismgenerators,cfm:network,tofucraft:net,ortus:main,jea:netchannel,libx:netchannel,curios:main,aiotbotania:netchannel,botania:main,constructionwand:main,enigmaticlegacy:main,forge:tier_sorting,lazierae2:network,immersiveengineering:main,mekanism:mekanism,patchouli:main,caelus:main,cyclic:main_channel,malum:main,ironchest:network,mythicbotany:netchannel,slashblade:main,create:main] rejected vanilla connections
  2. [11:34:50 INFO]: Disconnecting VANILLA connection attempt: This server has mods that require Forge to be installed on the client. Contact your server admin for more details.
复制代码

慕由
承峰解说 发表于 2022-6-28 11:34
是1.18.2 后面用lightfall也搞不了

你的子服核心是?cat?墨?螺?

承峰解说
慕由 发表于 2022-6-28 11:36
你的子服核心是?cat?墨?螺?


OOTW_Z
本帖最后由 OOTW_Z 于 2022-6-28 11:39 编辑


教程:https://zhuanlan.zhihu.com/p/307641494
其次登录服可以使用插件端如paper,不需要forge端
然后建议模组服之间跨服由登录服中转
登录服登陆可以使用authme,具有可以设置同ip一定时间免登陆
authme具有同ip免登陆功能在config中
settings:
    sessions:
        # Do you want to enable the session feature?
        # If enabled, when a player authenticates successfully,
        # his IP and his nickname is saved.
        # The next time the player joins the server, if his IP
        # is the same as last time and the timeout hasn't
        # expired, he will not need to authenticate.
        enabled: false
        # After how many minutes should a session expire?
        # A player's session ends after the timeout or if his IP has changed
        timeout: 10
这样mod列表会进行一次更新
跨服可以使用trmenu做菜单,trmenu支持在子服使用BC指令所以很强大

慕由

螺端那应该是可以用lightfall的啊
客户端上装有配套mod了吗
1.16以上是必须服务端和客户端百分百同步的
除非是一些客户端模组

承峰解说
OOTW_Z 发表于 2022-6-28 11:37
教程:https://zhuanlan.zhihu.com/p/307641494
其次登录服可以使用插件端如paper,不需要forge端
然后建 ...

如图 这是进入paper的
  1. [11:43:32 INFO]: 81265 joined the game
  2. [11:43:32 INFO]: 81265[/127.0.0.1:56782] logged in with entity id 448 at ([world]8.5, 69.0, -8.5)
  3. [11:43:32 INFO]: 81265 lost connection: Disconnected
  4. [11:43:32 INFO]: 81265 left the game
复制代码



OOTW_Z
承峰解说 发表于 2022-6-28 11:44
如图 这是进入paper的

我现在感觉你把config.yml里一些不该开的选项开了这是我的waterfall





登录服spigot.yml内
settings:
  bungeecord: true

\config\papergloble内

proxies:
  bungee-cord:
    online-mode: false

登录服是1.19装了个viaversion
然后trmenu执行/server create进1.12.2cat模组服
很正常

承峰解说
OOTW_Z 发表于 2022-6-28 11:51
我现在感觉你把config.yml里一些不该开的选项开了这是我的waterfall

然后就这样了

承峰解说
慕由 发表于 2022-6-28 11:38
螺端那应该是可以用lightfall的啊
客户端上装有配套mod了吗
1.16以上是必须服务端和客户端百分百同步的
  1. [12:10:31 INFO] [Console]: Unknown command. Type "/help" for help.
  2. [12:11:49 ERROR]: Channels [thaumic_tinkerer_lite:thaumic_tinkerer_lite,createaddition:main,mekanismgenerators:mekanismgenerators,cfm:network,tofucraft:net,ortus:main,jea:netchannel,libx:netchannel,curios:main,aiotbotania:netchannel,botania:main,constructionwand:main,enigmaticlegacy:main,forge:tier_sorting,lazierae2:network,immersiveengineering:main,mekanism:mekanism,patchouli:main,caelus:main,cyclic:main_channel,malum:main,ironchest:network,mythicbotany:netchannel,slashblade:main,create:main] rejected vanilla connections
  3. [12:11:49 INFO]: Disconnecting VANILLA connection attempt: This server has mods that require Forge to be installed on the client. Contact your server admin for more details.
复制代码

OOTW_Z

ip_forward: true

登录服spigot.yml内
settings:
  bungeecord: true


\config\papergloble内

proxies:
  bungee-cord:
    online-mode: false

Jesenv5
不用bc可以用waterfall

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