long_yan
复活时候如果sethome了就回到home,没set就回到主城

名副其实
使用命令 SetMySpawn
用这个插件代替你的 /home 命令,或使用自定义命令将这两个命令捆在一起
即,输入命令 /setihome 设置家和重生点,传送就直接用/home

‮tcejorPoiK
essentials的配置文件中设置
  1. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  2. respawn-at-home: true

  3. # When users die, should they respawn at their bed instead of the spawnpoint?
  4. # The value of respawn-at-home (above) has to be true.
  5. respawn-at-home-bed: true

  6. # When users die, should EssentialsSpawn respect users' respawn anchors?
  7. respawn-at-anchor: true
复制代码
低版本可能没有后面两条,那直接设置第一条就可以了

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