PolyhedralDev / Terra

Voxel world generation modding platform
MIT License
638 stars 83 forks source link

[Bug] Flying Villages #440

Closed 0815Cracky closed 8 months ago

0815Cracky commented 8 months ago

Pre-Issue Checklist

Environment

Name Value
Terra Version 6.3.1-BETA
Platform / Platform Version Paper 1.20.2
Any External Plugins or Mods BlueMap, Chunky, CoreProtect,
Terra Packs In Use Default
Terra Addons In Use Default

Issue Description

I am aware that the Terra Version 6.3.1 is a Beta and not fully supports MC 1.20.2, even when it's declared so in "Modrinth" but not "SpigotMC"

Terrain is gennerated correctly but villages are mosty floating in air. The plugin was installed on a fresh server with no worlds or more.

Steps to reproduce

I tried to reproduce it on my PC and had the same issue.

  1. Setup a new server (im my case "Paper 1.20.2")
  2. Run the server and afterwards install the Plugin.
  3. Configure the worldgenerator in bukkit.yml (as in wiki)
  4. Start the server and you should see.

Expected behavior

Villages to be at the ground and not flying, like me on the weekends.

Actual behavior

Villages are not connected to the ground (motsly). More to see in Pictures

Full stacktrace

latest.log

Exception Stacktrace ``` [18:58:38] [Server thread/INFO]: [Terra] Enabling Terra v6.3.1-BETA+73baaec6c [18:58:38] [Server thread/INFO]: [com.dfsek.terra.bukkit.TerraBukkitPlugin] Running on Minecraft version v1.20.2 with server implementation Paper. [18:58:38] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Loading config packs... [18:58:38] [Server thread/INFO]: [com.dfsek.terra.registry.master.ConfigRegistry] Loading ZIP archive: default.zip [18:58:39] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loading config pack "OVERWORLD:OVERWORLD" [18:58:40] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loaded config pack "OVERWORLD:OVERWORLD" v1.3.3 by Astrash, Sancires, Aureus in 2060.51552ms. [18:58:40] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Loaded packs. [18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] NMS bindings for version v1_20_R2 do not exist. Support for this version is limited. [18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] This is usually due to running Terra on an unsupported Minecraft version. [18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] [18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] [18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] PROCEEDING WITH AN EXISTING TERRA WORLD WILL RESULT IN CORRUPTION!!! [18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] PROCEEDING WITH AN EXISTING TERRA WORLD WILL RESULT IN CORRUPTION!!! [18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] PROCEEDING WITH AN EXISTING TERRA WORLD WILL RESULT IN CORRUPTION!!! [18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] [18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] [18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] NMS bindings for version v1_20_R2 do not exist. Support for this version is limited. [18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] This is usually due to running Terra on an unsupported Minecraft version. ```

Additional details

2023-12-06_18 19 25 2023-12-06_18 20 59

duplexsystem commented 8 months ago

Please try and reproduce this on the latest Terra 6.4.0 release

duplexsystem commented 8 months ago

oh.

[18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] NMS bindings for version v1_20_R2 do not exist. Support for this version is limited.
[18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] This is usually due to running Terra on an unsupported Minecraft version.
[18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] 
[18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] 
[18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] PROCEEDING WITH AN EXISTING TERRA WORLD WILL RESULT IN CORRUPTION!!!
[18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] PROCEEDING WITH AN EXISTING TERRA WORLD WILL RESULT IN CORRUPTION!!!
[18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] PROCEEDING WITH AN EXISTING TERRA WORLD WILL RESULT IN CORRUPTION!!!
[18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] 
[18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] 
[18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] NMS bindings for version v1_20_R2 do not exist. Support for this version is limited.
[18:58:41] [Server thread/ERROR]: [com.dfsek.terra.bukkit.nms.Initializer] This is usually due to running Terra on an unsupported Minecraft version.

read the logs

solonovamax commented 8 months ago

>submits issue >check logs >3 bazillion errors with text in full caps

bruh