MCTowns

MCTowns

52.4k Downloads

Adding parent region over territory doesn't let players in plot build

jmhertlein opened this issue ยท 0 comments

commented
  1. Make town
  2. make territ
  3. make plot
    3.5: Add player to plot (player should be able to build)
  4. restart server or not, doesn't make a difference
  5. with WG, make new region 'outer'
  6. make outer cover entire territ
  7. make 'outer' parent of territ

Now the player doesn't seem to be able to build in his plot.

A reload, or re-setting the parent of the plot to the territ (/region setparent plot territ) fixes it.

The only way my code differs from sk89q's code is that his was forcing a region manager save AFTER parentage setting, mine was doing it before. I've amended this in commit 8ae3508 so hopefully that's fixed it.