Multiple issues with plots in 1.7.10
QueenApis opened this issue ยท 9 comments
This server is running a custom modpack with fml version 10.13.4.1614 minecraft version 1.7.10 and FE version 1.4.6.1355
When exiting the boundaries of an owned plot the player receives a message that they are now entering another player's plot (Seems to be whoever else most recently claimed a plot).
When moving between 2 adjacent plots the player receives a message that they are now entering their own plot.
I am unsure of what is causing either issues and I have attached some images below to help provide information.
My goal is to either;
1: Disable messages telling the player that they are moving from one of their own plots to another, as well as change the message telling them that they are entering another player's plot when they are in fact just leaving the boundaries of their plot.
2: Disable all messages informing the player about the nature of the plot they are currently in.
When entering an owned plot from an adjacent owned plot:
When exiting an owned plot into unowned area:
When entering an owned plot from an adjacent owned plot with /p debug on:
When exiting an owned plot into unowned area with /p debug on:
Please inform me if more information is needed, I understand most technological terms related to windows-based software and file structure.
It should be noted that when the server restarts it seems to disable all plot entry/exit messages until someone claims a new plot.
There are a lot of issues with plots to the point we are considering rewriting them at some point. I am merging some 1.7.10 plot fixes into 1.10 and 1.12 this weekend so I can look into this issue as well.
See #2127
@QueenApis I will need more information from you about how the zones are set up as I am unable to replicate this issue.
@QueenApis That does not help. Can you post your permissions.json file?
@QueenApis There is definitely something strange going on. Looking at the file, there are multiple plots named '_PLOT_1'. The plot name is controlled by the plot system and supposed to be unique. Based on the state of your file, I think it is possible that your plot problems might be caused by non unique names in the plots and the game is getting confused. I will have to investigate this issue further. It is clear from the attached file that plots are really broken.