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

Does not want to trim or fill plots in plotsqared #149

Open
Tsoccerguy3 opened this issue Jul 25, 2019 · 3 comments
Open

Does not want to trim or fill plots in plotsqared #149

Tsoccerguy3 opened this issue Jul 25, 2019 · 3 comments

Comments

@Tsoccerguy3
Copy link

spigot paper 1.14.4 and PlotSquared-Bukkit-4.303

I have tried to trim and fill plots to the border .

[12:52:00] [Server thread/INFO]: MajorPayne issued server command: /wb TrialWorld trim
[12:52:05] [Server thread/INFO]: MajorPayne issued server command: /wb trim confirm
[12:52:05] [Server thread/INFO]: [WorldBorder] Trimming world beyond border at the command of player "MajorPayne181".
[12:52:09] [Server thread/INFO]: [WorldBorder] [Trim] Error! Region file which is outside the border could not be deleted: r.-3.-1.mca
[12:52:09] [Server thread/INFO]: [WorldBorder] [Trim] Error! Region file which is outside the border could not be deleted: r.-3.-2.mca
[12:52:09] [Server thread/INFO]: [WorldBorder] [Trim] Error! Region file which is outside the border could not be deleted: r.-3.-3.mca
[12:52:09] [Server thread/INFO]: [WorldBorder] [Trim] Error! Region file which is outside the border could not be deleted: r.-3.0.mca
[12:52:09] [Server thread/INFO]: [WorldBorder] [Trim] Error! Region file which is outside the border could not be deleted: r.-3.1.mca
[12:52:10] [Server thread/INFO]: [WorldBorder] [Trim] Error! Region file which is outside the border could not be deleted: r.-3.2.mca
[12:52:10] [Server thread/INFO]: [WorldBorder] [Trim] 6 entire region(s) and 3552 individual chunk(s) trimmed so far (45.6% done)
[12:52:13] [Server thread/INFO]: [WorldBorder] [Trim] Error! Region file which is outside the border could not be deleted: r.3.-1.mca
[12:52:14] [Server thread/INFO]: [WorldBorder] [Trim] Error! Region file which is outside the border could not be deleted: r.3.-2.mca
[12:52:14] [Server thread/INFO]: [WorldBorder] [Trim] Error! Region file which is outside the border could not be deleted: r.3.-3.mca
[12:52:14] [Server thread/INFO]: [WorldBorder] [Trim] Error! Region file which is outside the border could not be deleted: r.3.0.mca
[12:52:14] [Server thread/INFO]: [WorldBorder] [Trim] Error! Region file which is outside the border could not be deleted: r.3.1.mca
[12:52:14] [Server thread/INFO]: [WorldBorder] [Trim] Error! Region file which is outside the border could not be deleted: r.3.2.mca
[12:52:14] [Server thread/INFO]: [WorldBorder] [Trim] 12 entire region(s) and 7848 individual chunk(s) trimmed so far (100.0% done)
[12:52:14] [Server thread/INFO]: [WorldBorder] [Trim] task successfully completed!

@Brettflan
Copy link
Owner

So something else is keeping those regions in memory, preventing them from being deleted. If a server restart and another Trim don't take care of it due to something else still loading those regions, you can always just manually delete the indicated region files for that world while the server is stopped.

@Tsoccerguy3
Copy link
Author

So something else is keeping those regions in memory, preventing them from being deleted. If a server restart and another Trim don't take care of it due to something else still loading those regions, you can always just manually delete the indicated region files for that world while the server is stopped.

Dynmap seems to be the plugin keeping worldborder from trimming . I had to disable Dynmap from loading at next reboot , in order for the command /wb trim to not have the error and trim the chunks . Your plugin needs to check and unload the chunks where possible , Dynmap does have customization triggers in the config . Outside of dissabling all of Dynmaps triggers Worldborder is going to conflict from time to time if both plugins are using the same chunk.
Worldborder trim and fill will work on maps that Dynmap has not created a task for and have opened .

@Tsoccerguy3
Copy link
Author

I did some more checking , it seems that other things are loading the chunks as well . We have 5 maps and the same thing happened on all maps . For maintenance, I needed to first pause dynmap and purge all maps then disable dynmap , restart server and run the trim command.

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

2 participants