[SPIGOT-5877] Spigot doesn't recognize vanilla custom dimensions Created: 28/Jun/20 Updated: 16/Apr/21 Resolved: 16/Apr/21 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Minor |
Reporter: | Anonymous User | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 9 |
Labels: | None |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Version: | git-spigot-ad703da-d77f4d9 (MC: 1.16.1) (implementing API version 1.16.1-R0.1-SNAPSHOT) | ||||||||
Guidelines Read: | Yes |
Description |
Installing a a datapack that adds a new custom dimension and running a command such as /execute in <dimension> run tp @p ~ ~ ~ results in the error "Unknown dimension '<dimension>'". However, that'll successfully teleport the player in both singleplayer and a Vanilla 1.16.1 server. I've attached a minimal datapack that adds the dimension "custom:test" for easy testing. |
Comments |
Comment by Javier Wang [ 22/Sep/20 ] |
I found a plugin that works for 1.16.3, it allows custom dimensions in Spigot by managing them as separate worlds, and functions to tp to them work perfectly: https://www.spigotmc.org/resources/1-16-custom-dimensions.83731/ |
Comment by Wonder Beta [ 01/Sep/20 ] |
This bug destroies any biomes / dimensions added by datapacks completely. I know this is still an experimental function, but Spigot should support every Vanilla functions right? |
Comment by Geradeso Lukas [ 28/Aug/20 ] |
@md_5 But would it hurt anyone if you would add support for custom dimensions and biomes? |
Comment by Javier Wang [ 18/Jul/20 ] |
I know they decided that since it's still in an experimental phase, but I think it's one of the cooler features of 1.16, and really hope the devs do not just ignore it |
Comment by md_5 [ 28/Jun/20 ] |
Read the 1.16 release notes, vanilla dimensions are nit intended to be supported. |