einatu
本帖最后由 einatu 于 2018-4-24 17:49 编辑
米二大您好,目前使用貴組製作客戶端+科技服,登入之後於隨機地點下線,再登入會回到重生點,不知是否為「未建立領地」亦或者「某插件」設定錯誤,請指教,感謝!!
找到答案了config\nucleus\main.conf
spawn {
# If true, then Nucleus will attempt to force players joining for the first time to spawn at the *direct point* that first spawn has been set.
# Only set this if you want Nucleus to override all other plugins on first spawn.
force-first-spawn=false
# This section controls whether respawning and /spawn work on a per world or global server basis
global-spawn {
# If "spawn-on-login" is on and this is true, sends the player to the world specified in "target-spawn-world" when they log in.
on-login=false
# If true, respawning (like from death) sends the player to the world specified in "target-spawn-world", if false, sends them to the world spawn.
on-respawn=true
# If true, running /spawn sends the player to the world specified in "target-spawn-world", if false, sends them to the world spawn.
on-spawn-command=false
# The name of the world to use as the server spawn. If this is invalid, the default world is used instead.
target-spawn-world=world
}
# If true, players require the permission "nucleus.spawn.worlds.<worldname>" to spawn in a specific world, where worldname is the name of the world in lowercase.
per-world-permissions=false
# If true, players will be sent to the default world spawn on login, unless they are sent to the first login spawn, or they have the "nucleus.spawn.exempt.onjoin" permission.
spawn-on-login=false
# If true, using /spawn will attempt to find a safe place. If false, the teleportation will always directly send the player to the location with no safety checks.
use-safe-spawn=false
這個部分修改就可以了
2018-04-24 03:09:00