复活时候如果sethome了就回到home,没set就回到主城
使用命令 SetMySpawn
用这个插件代替你的 /home 命令,或使用自定义命令将这两个命令捆在一起
即,输入命令 /setihome 设置家和重生点,传送就直接用/home
用这个插件代替你的 /home 命令,或使用自定义命令将这两个命令捆在一起
即,输入命令 /setihome 设置家和重生点,传送就直接用/home
essentials的配置文件中设置复制代码低版本可能没有后面两条,那直接设置第一条就可以了
- # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
- respawn-at-home: true
- # When users die, should they respawn at their bed instead of the spawnpoint?
- # The value of respawn-at-home (above) has to be true.
- respawn-at-home-bed: true
- # When users die, should EssentialsSpawn respect users' respawn anchors?
- respawn-at-anchor: true
Joket_abc 发表于 2022-3-20 09:24
essentials的配置文件中设置低版本可能没有后面两条,那直接设置第一条就可以了 ...
cmi有类似设置嘛
long_yan 发表于 2022-3-20 09:59
cmi有类似设置嘛
config.yml
- ReSpawn:
- Global:
- # 世界重生优先顺序(仅适用于不在Specific列表里的世界)
- # 可重生的地点: 重生锚anchor, 主城spawn, 床的位置bedLocation, 家的位置homeLocation, 世界重生点worldSpawn, warp![地标名]
- # 主城spawn可以使用/cmi setspawn设置位置
- # warp![warName] 可设置为可传送的地标, 使用此法传送至地标无视权限限制
- PriorityOrder:
- - bedLocation
- - anchor
- - homeLocation
- - spawn
- - worldSpawn