[Feature] - repeated message to remember submitting/abandoning plots
We perceive that on the one hand there exist many finished plots that are unsubmitted and on the other hand many not finished plots, although the builders are talented and build very well regularly. In our staff team we decided the best fitting solution to this problem would be a message in the chat that remembers the builders every 15 (10, 20, ... the number of minutes is arbitrary) minutes to submit finished plots with /p submit and to abandon plots someone does not like via /p abandon. If you could implement this feature or another solution to the problem, this would be very helpful. ~Raphael, Moderator at BTE Germany
Is it still relevant? We also send a similar message on join. https://github.com/AlpsBTE/Plot-System/blob/459bfb1f42762e5436ba6a9933dc33b95ede0300/src/main/java/com/alpsbte/plotsystem/core/EventListener.java#L150 https://github.com/AlpsBTE/Plot-System/blob/459bfb1f42762e5436ba6a9933dc33b95ede0300/src/main/java/com/alpsbte/plotsystem/core/system/plot/utils/PlotUtils.java#L715-L722 If it's still needed, is it enough to also send a specific configurable interval? Default: 20 Minutes? @LordTuxn @Cinnazeyy
@Zoriot Yes, this already exists. As far as I understand, this feature request would simply put this in a repeating task as currently this is only run once in the join event. I would personally go for 20 min as anything below that might be annoying for newer builders that are still working on their plot