IzzelAliz / Arclight

A Bukkit(1.19/1.20) server implementation in modding environment using Mixin. ⚡
GNU General Public License v3.0
1.42k stars 211 forks source link

1.20.4 File "world" dont load the chest and items from other server #1378

Open martini-21 opened 2 weeks ago

martini-21 commented 2 weeks ago

I have confirmed that ...

Arclight version

1.20.4

OS & Java versions

Ubuntu 20.04 LTS, Open-jdk21, arclight-fabric-1.20.4-1.0.3-13f0d63.jar

Plugins and Mods

No plugins and mods

Description

Hello, I'm new to setting up Minecraft servers, but I have enough experience with the basics. However, I've encountered a strange issue that I've been trying to fix for almost three days straight. I'm running this server through a virtual machine with Ubuntu Server on Google Cloud. I've given every permission and ownership to each folder to ensure smooth execution without any interferences.

It's a Fabric server, and I want to switch it to Arclight. The world version difference is just two versions down, from 1.20.6 to 1.20.4, to be compatible with Arclight. The world I want to use has a lot of progress, and obviously, starting from scratch would be a huge waste of time and effort.

The main issue is that when transporting the "world" file from Fabric to Arclight, the world loads with all its spaces and placed blocks without any problem. However, when I transport it to Arclight, it doesn't detect the objects within the world, nor the items that have been placed or stored. I've tested this in various ways, both on my personal PC running Windows and on something as basic as the Aternos page, and the same error persists.

Considering Aternos is the most "plug and play" option you can use for servers, it's quite frustrating. I might have missed something or there's something not set up correctly, but everything seems to be in order, yet the world doesn't load as it should. I want to leave this issue here in case someone else has the same problem and can find a solution. Any help would be greatly appreciated. Hope you're all well, and thanks in advance. I'll leave the steps to follow below.

(pd: the server its premium)

Step to reproduce

Steps to follow what I do:

  1. Have a world previously created from another Fabric server, with players already having their items and objects positioned, both in their inventory and in chests.

  2. Create an Arclight server and prepare it for its next execution.

  3. Replace the previously obtained world fabric file and move it to the Arclight server.

  4. Verify that everything is properly configured in the cfg, with all permissions and ownerships set correctly, and then execute the server.

Logs

https://mclo.gs/oGoRpqg

Server pack link (Optional)

No response