差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
| 
                    wiki:betterportals:editing-the-config-file [2020/10/24 22:58] [config.yml]  | 
                
                    wiki:betterportals:editing-the-config-file [2021/01/09 22:45] (当前版本) | 
            ||
|---|---|---|---|
| 行 9: | 行 9: | ||
| 这是一份由插件自动生成的config.yml | 这是一份由插件自动生成的config.yml | ||
| - | 插件版本号:'' | + | 插件版本号:'' | 
| </ | </ | ||
| - | <code yaml config_0.57.yml> | + | <code yaml config_0.6.yml> | 
| # This is the BetterPortals configuration file | # This is the BetterPortals configuration file | ||
| # Many of these values should not be changed unless you know what you are doing | # Many of these values should not be changed unless you know what you are doing | ||
| 行 39: | 行 39: | ||
| # How close portals can spawn to each other, in blocks | # How close portals can spawn to each other, in blocks | ||
| minimumPortalSpawnDistance: | minimumPortalSpawnDistance: | ||
| + | |||
| + | enableDebugLogging: | ||
| # The maximum size of portals in blocks. The x is width and y is height | # The maximum size of portals in blocks. The x is width and y is height | ||
| 行 65: | 行 67: | ||
| waitTimeAfterSwitchingWorlds: | waitTimeAfterSwitchingWorlds: | ||
| - | # Makes additional things be run on other threads that probably shouldn' | + | teleportCooldown: 10 # How long to wait before a player can go back after going through a portal (0 to disable) | 
| - | unsafeMode: false | + | |
| # Stores the links between worlds. By default this links the overworld and the nether with portals | # Stores the links between worlds. By default this links the overworld and the nether with portals | ||
| 行 86: | 行 87: | ||
| maxSpawnY: 250 | maxSpawnY: 250 | ||
|     coordinateRescalingFactor: |     coordinateRescalingFactor: | ||
| + | |||
| + | # Allows for setting a proxy server to allow cross-server portals | ||
| + | proxy: | ||
| + |   enableProxy: | ||
| + |   proxyAddress: | ||
| + | proxyPort: 25510 | ||
| + |   key: "" | ||
| + |   reconnectionDelay: | ||
| + | |||
| + | # Will randomly swap some blocks between the two ends of a nether portal when it's made, makes a cool effect. | ||
| + | dimensionBlend: | ||
| + | enable: false | ||
| + |   fallOffRate: | ||
| chatMessages: | chatMessages: | ||
| 行 95: | 行 109: | ||
|   invalidSelection: |   invalidSelection: | ||
|   mustSelectBothSides: |   mustSelectBothSides: | ||
| + |   mustSelectOrigin: | ||
| + |   wrongNumberOfArgs: | ||
| + |   invalidArgs: | ||
|   differentSizes: |   differentSizes: | ||
|   noPortalCloseEnough: |   noPortalCloseEnough: | ||
| + |   portalNotOwnedByPlayer: | ||
|   unknownCommand: |   unknownCommand: | ||
| + |   proxyDisabled: | ||
| + |   alreadyConnected: | ||
| + |   horizontalIssues: | ||
|   reload: " |   reload: " | ||
| 行 104: | 行 125: | ||
|   portalsLinked: |   portalsLinked: | ||
|   portalRemoved: |   portalRemoved: | ||
| + |   startedReconnection: | ||
|    |    | ||
| setPosA: "Set position A" | setPosA: "Set position A" | ||
| 行 111: | 行 133: | ||
| </ | </ | ||
| - | ==== chatMessages部分汉化版  | + | **chatMessages部分汉化版:** | 
| + | <WRAP info 100%> | ||
| + | 插件版本号:'' | ||
| + | </ | ||
| <code yaml chatMessages.yml> | <code yaml chatMessages.yml> | ||
| chatMessages: | chatMessages: | ||
| 行 121: | 行 146: | ||
|   invalidSelection: |   invalidSelection: | ||
|   mustSelectBothSides: |   mustSelectBothSides: | ||
| + |   mustSelectOrigin: | ||
| + |   wrongNumberOfArgs: | ||
| + |   invalidArgs: | ||
|   differentSizes: |   differentSizes: | ||
|   noPortalCloseEnough: |   noPortalCloseEnough: | ||
| + |   portalNotOwnedByPlayer: | ||
|   unknownCommand: |   unknownCommand: | ||
| + |   proxyDisabled: | ||
| + |   alreadyConnected: | ||
| + |   horizontalIssues: | ||
|   reload: " |   reload: " | ||
| 行 130: | 行 162: | ||
|   portalsLinked: |   portalsLinked: | ||
|   portalRemoved: |   portalRemoved: | ||
| + |   startedReconnection: | ||
|    |    | ||
|   setPosA: " |   setPosA: " | ||
| 行 219: | 行 252: | ||
| '' | '' | ||
| - | '' | + | '' | 
| '' | '' | ||
| 行 232: | 行 265: | ||
| '' | '' | ||
| + | |||
| + | '' | ||
| + | |||
| + | '' | ||
| {{page> | {{page> | ||