作者:rebot | 分类:模组
Minecraft 版本: 1.21.8
平台: neoforge
标签: management utility
DimensionSpawn is a lightweight Minecraft mod designed to teleport players to custom coordinates in a specified dimension upon their initial spawn and respawn. Ideal for modded servers, adventure maps, and custom survival worlds!
.jar file in your mods folder.dimensionspawn.toml file.# Welcome to the DimensionSpawn config.
# Here you can set the dimension and the coordinates for player spawning and respawning.
[General]
#Here you can enable and disable the usage of a safe spawnpoint.
safeSpawn = true
#Here you set the range of the safe spawn search.
# Default: 100
# Range: 0 ~ 10000
safeSpawnRange = 250
[Dimension]
# Here you can enable and disable the usage of a dimension.
useDimension = true
# There you can define a default dimension to spawn. Syntax: modid:world_id. You can use '/execute in' tab-completion to find a list of available dimensions.
dimension = "minecraft:the_nether"
[Coordinates]
# Here you can enable and disable the usage of coordinates.
useCoordinates = true
# Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
x = 3427.0
# Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
y = 60.0
# Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
z = -235.0
#Range: -180.0 ~ 180.0
yaw = 35.0
#Range: -90.0 ~ 90.0
pitch = 23.0
For issues, feature requests, or assistance, please visit our GitHub repository or leave a comment below.
Happy teleporting!
请登录后举报
暂无评论,抢个沙发吧~