MSYG
如题或者也可以让玩家在未登录时按不了F3看不到自己的坐标
版本:1.7.10

细致A
tplogin[传送]tpLogin-reloaded —— 固定登入点,重制版修复线程崩溃[1.8-1.10] https://www.mcbbs.net/thread-656370-1-1.html (出处: Minecraft(我的世界)中文论坛)

像素君吖
https://www.mcbbs.net/thread-293958-1-1.html
固定登录

༃绝尘༃
[管理|安全][PCD]AuthMeReloaded —— 高效稳定的老牌登录插件[自带汉化][全版本] https://www.mcbbs.net/thread-442729-1-1.html (出处: Minecraft(我的世界)中文论坛)      一款登录插件,插件特性之一:保存退出位置,避免损失位置信息

Kazah
FASTLOGIN CRAZYLOGIN 都可以 这个很好解决 如果不想换登录插件 可以去找固定登录的插件

Salt_lovely
如果你用的是authme的话:
  1.         ForceSpawnLocOnJoin: #进服的时候出生在主城
  2.             # If enabled, every player that spawn in one of the world listed in
  3.             # "ForceSpawnLocOnJoin.worlds" will be teleported to the spawnpoint after successful
  4.             # authentication. The quit location of the player will be overwritten.
  5.             # This is different from "teleportUnAuthedToSpawn" that teleport player
  6.             # to the spawnpoint on join.
  7.             enabled: false #改为true
  8.             # WorldNames where we need to force the spawn location
  9.             # Case-sensitive!
  10.             worlds:
  11.             - world
  12.             - world_nether
  13.             - world_the_end
复制代码
  1.         SaveQuitLocation: false #改为true,登陆后返回上次下线地址
复制代码

༃绝尘༃
我看解决方法都挺好的,请你选一下最佳