## 使用的插件
[參考資料](https://forum.gamer.com.tw/C.php?bsn=18673&snA=39389)

https://www.spigotmc.org/resources/multiverse-core.390/

因為伺服器使用了 MultiVerse  多世界管理插件，因此如要修改世界重生點也只能從此插件的設定檔修改，否則無效

## 修改傳送點和世界重生點

打開 伺服器資料夾/plugin/Multiverse-Core

然後打開worlds.yml 修改內部座標資訊即可修改世界出生點和相關設定

worlds.yml 內容
```yml
worlds:  
world:  

    ==: MVWorld

 hidden: 'false'

    alias: ''

 color: WHITE

    style: NORMAL

 pvp: 'true'

    scale: '1.0'

   respawnWorld: ''

    allowWeather: 'true'

   difficulty: EASY

    spawning:

   ==: MVSpawnSettings

      animals:

    ==: MVSpawnSubSettings

        spawn: 'true'

 exceptions: []

      monsters:

        ==: MVSpawnSubSettings

        spawn: 'true'

 exceptions: []

    entryfee:

 ==: MVEntryFee

      amount: '0.0'

 currency: '-1'

    hunger: 'true'

    autoHeal: 'true'

    adjustSpawn: 'true'

    portalForm: ALL

    gameMode: SURVIVAL

 keepSpawnInMemory: 'true'

    spawnLocation:

 ==: MVSpawnLocation

      yaw: 0.0

 pitch: 0.0

      z: 253.5

   y: 67.0

      x: 50.5

   autoLoad: 'true'

    bedRespawn: 'true'

   worldBlacklist: []

    environment: NORMAL

    seed: '種子碼'

    generator: '世界產生器'
```

說明
```
世界名(由此到最下面為一個世界的設定 多世界則複製多次)  
-  
/mv list 是否隱藏  
別名  
顯示顏色  
-  
是否允許pvp  
-  
死亡後重生至哪個世界  
天氣是否?  
難度0, 1, 2, 3  
-  
-  
-  
-  
動物是否生成  
例外動物  
-  
-  
怪物是否生成  
例外怪物  
-  
-  
進入收費(物品ID)  
物品數量(如填-1上方為金錢)  
是否飢餓  
是否回血  
修正重生點  
可建造哪種傳送門(其他選項NETHER,END,none)  
預設遊戲模式  
是否隨時載入世界重生點  
-  
-  
-應該是重生點轉向  
-  
重生點z座標  
重生點y座標  
重生點x座標  
自動載入是否  
-  
不能傳去的世界  
世界類型(註一)  
種子碼  
產生器(註二)
```

修改玩插件資料之後也記得去修改原版重生點
```mcscript
/setworldspawn <s> <y> <z>
```





> **About MV2**  
> Multiverse was created at the dawn of Bukkit multiworld support. It has since then grown into a complete world management solution including special treatment of your nether worlds with [Multiverse-NetherPortals](https://dev.bukkit.org/projects/multiverse-netherportals).  
>   
> In the second delivery of Multiverse, we've broken it up into several smaller plugins that are each feature packed but _not bloated_! Multiverse provides the easiest to use world management solution for your Minecraft server, big or small, and with great addons like Portals and NetherPortals, what's not to love!  
>   
> Multiverse is back, and works for the latest server build! Is your server, a _Multiverse_?  
>   
> **MV2 Core Features**  
> 
> -   Create multiple worlds of different types, seeds and with [Custom Generators](https://github.com/Multiverse/Multiverse-Core/wiki/Custom-Generator-Plugins)
> -   Keep your skylands using a custom generator (MV 2.2+)
> -   Set the mode per world (creative or survival)
> -   Create Multiverse Portals to let users go between other portals, worlds, or locations
> -   Restrict users from going to specific worlds by using [permissions](https://github.com/Multiverse/Multiverse-Core/wiki/Permissions#multiverse-world-permissions)
> -   SuperPerms API Permissions support
> -   [Economy Support](https://github.com/Multiverse/Multiverse-Core/wiki/Currency)!
> -   Show which users are in what worlds with /[mv who](https://github.com/Multiverse/Multiverse-Core/wiki/Command-Reference#who-command)
> -   Color your worlds when the appear in chat!
> -   Custom world Aliases. (leave your folder names alone! use an Alias!)
> -   Restrict Animal/Monster Spawning. Per animal/monster! (Why hello creeper world!)
> -   World scaling with [Multiverse-NetherPortals](https://dev.bukkit.org/projects/multiverse-netherportals)
> -   [Conserve memory by having some worlds NOT keep their spawn chunks loaded](https://github.com/Multiverse/Multiverse-Core/wiki/World-properties#keep-spawn-in-memory)!
> -   Fantastic in-game help just use /[mvh SEARCH](https://github.com/Multiverse/Multiverse-Core/wiki/Command-Reference#help-command)
> -   Support for worlds with spaces!
> -   [Purge](https://github.com/Multiverse/Multiverse-Core/wiki/Command-Reference#purge-command) all those unwanted animals/monsters from your world!
> -   Perform all per-world modifications with in-game commands! Stop getting those YAML errors!
> -   [Teleport](https://github.com/Multiverse/Multiverse-Core/wiki/Command-Reference#teleport-command) yourself and others to any [Multiverse Destination](https://github.com/Multiverse/Multiverse-Core/wiki/Destinations)
> -   See our [Wiki](https://github.com/Multiverse/Multiverse-Core/wiki) for more info!
> 
> **Features if you want to add Multiverse-Portals**  
> 
> -   Restrict users from using specific portals using [permissions](https://github.com/Multiverse/Multiverse-Core/wiki/Permissions-(Portals)).
> -   Charge users to use specific portals!
> -   Exempt users from portal fees.
> -   [Launch users through the air when they enter a Multiverse Portal](https://github.com/Multiverse/Multiverse-Core/wiki/Destinations#cannon-destinations)!
> -   Allow minecarts/boats through [Multiverse-Portals](https://dev.bukkit.org/projects/multiverse-portals)
> 
> **Features if you install Multiverse-NetherPortals**  
> 
> -   Allow a nether per real world!
> -   Let nether portals built in a world go to a specific world
> -   Custom World Scaling when using NetherPortals! (All types of worlds, normal, skylands and nether supported! Even Custom generators!)
> 
> **Information Collection**  
> To see what information this plugin may collect and send out from your server [click here](https://dev.bukkit.org/projects/multiverse-core/pages/information-collection)  
>   
> **Is Multiverse Missing that little something that you need?**  
> Ask us! Or better yet, hop on our [Discord Server](https://discord.gg/NZtfKky) and tell us that you'd like to fork us and add a feature! You can of course do this without consulting us, but we cannot accept pull requests that will break Multiverse for the rest of our users! Don't go write your own World Management plugin, join the team and submit a pull request  
>   
> **Want your plugin to use the Multiverse API**  
> [See the JavaDocs!](https://ci.onarandombox.com/job/Multiverse-Core/javadoc/)

### Images

1.  [![MultiversePic.png](https://www.spigotmc.org/data/attachments/2/2147-73d732ade332fde0babeff030e68415d.jpg)](https://www.spigotmc.org/attachments/multiversepic-png.2147/)