Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trial Spawners Issue #31

Open
slayer6409 opened this issue Jul 15, 2024 · 8 comments
Open

Trial Spawners Issue #31

slayer6409 opened this issue Jul 15, 2024 · 8 comments

Comments

@slayer6409
Copy link

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

@sachingorkar102
Copy link
Owner

sachingorkar102 commented Jul 15, 2024

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
Copy link

mybe commented Jul 25, 2024

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

@sachingorkar102
Copy link
Owner

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

@ArZorMC
Copy link

ArZorMC commented Jul 27, 2024

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
Copy link

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
Copy link

ArZorMC commented Aug 2, 2024

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
Copy link

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
Copy link

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.

malfact added a commit to malfact/FixTrialSpawners that referenced this issue Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants