访客模组 (Visitors Mod)
允许非白名单玩家在申请前以旁观者模式查看服务器。
访客模组是一款用于Fabric的模组,旨在允许非白名单玩家在申请前以旁观者模式查看服务器。这为玩家提供了更多了解服务器的机会,以便在申请前做出更明智的决定。
特性:
- 允许不在白名单上的玩家以旁观者模式加入
- 当玩家被加入白名单后,他们应该能够开始游戏
- 可选的 /discord 命令,带有可点击的 Discord 邀请链接以进行申请
注意事项:
- 需要 FabricAPI
- 当玩家被加入白名单后,恢复生成位置和默认游戏模式
- 白名单必须开启,否则将无法工作(而且可能是不必要的)
- 被禁止的玩家无法加入
- 正在进行的工作:我打算(在某个时候)添加一种类似冒险模式的访客模式,因此玩家可以在与其他玩家互动时无法与世界互动
当前支持的版本范围:1.19.3 - 1.20.1
截图:
1.0.4:
- Allowing choosing between adventure mode/spectator mode
- 1.21 Support.
1.0.3:
- Properly set the server's default gamemode (fixes https://github.com/onebeastchris/visitors/issues/19)
- Various codestyle fixes
- Version 1.0.3
Changes:
- Use MIT license
- Fix rare crashing when player left but timer still tried to send the player an info message
- Minor code cleanup
visitors 1.0.1+1.19.3-1.19.4
1.0.1 release:
- Ability to specify whether to use adventure or spectator for visitors
- log message for visitor
Minor changes:
- log message when a visitor joins
- visitors can now be in either spectator, or adventure mode. Up to you!
1.20/1.20.1 version :)
bugfix: let's not throw an error when a player gets added to the whitelist when they're not a visitor
initial commit