sachingorkar102 / Lootin-plugin

Loot unique for each player on server
GNU General Public License v3.0
7 stars 4 forks source link

Trial Spawners Issue #31

Open slayer6409 opened 1 month ago

slayer6409 commented 1 month ago

When I have this plugin installed, trial spawners don't have enemies set, so it makes trial chambers not work.

sachingorkar102 commented 1 month ago

ah lootin doesn't touch trial spawners, its probably caused by something else EDIT: after some testing i think its again caused by the new listener i am using, you have 2 options either set this value to false in lootin config use-new-structure-generate-listener: false or black list trial chambers structure in the config black-list-structures: [minecraft:trial_chambers]

until paper fixes it and the spawners cant be restored unfortunately

mybe commented 1 month ago

The use-new-structure-generate-listener: false and black-list-structures: [minecraft:trial_chambers] settings do not fix the issue

sachingorkar102 commented 1 month ago

the spawners that are already spawned in the world won't be fixed, try looking for new structure

ArZorMC commented 1 month ago

the spawners that are already spawned in the world won't be fixed, try looking for new structure

Can confirm this is the case. And the fixes above do work. Only downside is the barrels and chests in trial chambers also get excluded

TheMattVid commented 1 month ago

Spent today updating my server to 1.21. Spent a few hours downloading my world file from shared hosting, deleting unused chunks, and reuploading it. Started up server only for players to find that no spawners are working in any of the trial chambers. Opened a test server and tested all plugins, deleting the trial chambers chunks each time. Found that it only occurred when this plugin was enabled, which led me to finding this thread.

Upon further testing, use-new-structure-generate-listener: false fixed the problem, but black-list-structures: [minecraft:trial_chambers] absolutely did not work as a solution.

If anyone has any recommendations on how to revive all of these dead trial chambers without downloading my whole server again, please let me know.

ArZorMC commented 1 month ago

From what I understand any trial chambers that were loaded in during the time the plugin was active without the fix are dead trial chambers. You would have to regen those chunks to get them active/working again.

JaydenJinx commented 1 month ago

From what I understand any trial chambers that were loaded in during the time the plugin was active without the fix are dead trial chambers. You would have to regen those chunks to get them active/working again.

You can manually fix them by clicking on them with the associated spawn egg based on the floor pattern.

TheMattVid commented 1 month ago

From what I understand any trial chambers that were loaded in during the time the plugin was active without the fix are dead trial chambers. You would have to regen those chunks to get them active/working again.

You can manually fix them by clicking on them with the associated spawn egg based on the floor pattern.

I tried out this solution yesterday. It worked at first, but then once a round ended, the trial spawners were not smoking like they normally do during the 30 minute cooldown period, and they did not start working again afterward.