ling_xiao_
城镇模型 传送的时候 会到桥的上面 怎么设置到其他的位置
就是玩家使用 /plot home 时传送到的位置

strings
https://www.mcbbs.net/thread-897108-1-1.html

小天吖~
https://www.mcbbs.net/thread-573771-1-1.html
搬运贴有介绍呀



小天吖~
本帖最后由 小天铄 于 2020-5-6 14:58 编辑

你可以输入
/plot sethome
或者

地皮模板可以自建.
参考:https://www.mcbbs.net/thread-836306-1-1.html

如果嫌麻烦,可以参考以下方法让玩家从地皮中间的树上摔下来.
只需修改对应世界的配置文件.
比如我的地皮世界叫做plot.
那么在plugins/PlotSquared/config.yml里能够找到类似这样的东西:
  1. <span style="color: rgb(111, 66, 193);">worlds:</span><font color="rgb(102, 102, 102)">
  2. </font><span style="color: rgb(102, 102, 102);">  </span><font color="#6f42c1">plot:</font>
复制代码


[color=rgb(51, 102, 153) !important]复制代码


在plot里找到子项"home"
里面还有一个子项"default"
把default的值改为center就好了.
务必记得冒号后有一个空格.修改之后记得重载插件,"p2 reload"或者重启服务器.