Fabric Waystones

Fabric Waystones

16M Downloads

[Feature]: Dimension (from & to) blacklist config option

LordDeatHunter opened this issue ยท 0 comments

commented

Description

A config option that blacklists which dimensions players can teleport from and to.

Describe the solution you'd like

Eg:

{
  "disable_teleportation_from": [
    "minecraft:nether"
  ],
  "disable_teleportation_to": [
    "minecraft:end"
  ]
}

Describe alternatives you've considered

Increasing cost_multiplier_between_dimensions to something like 1000 is a temporary hacky solution...

Anything else?

No response