NewEdenMC / LandManager

0 stars 0 forks source link

Ingame visualisation of Land Claims #16

Open AaronMcHale opened 7 years ago

AaronMcHale commented 7 years ago

Some kind of visualisation that shows in-game, either using blocks or something similar which shows a Land Claim

ghost commented 6 years ago

From what I've found, one way we could do ingame visualisation of claims is by using AreaAffectClouds. https://github.com/InventivetalentDev/ChunkOutlines This plugin seems to be able to use it by setting the variable size of AreaEffectClouds to 16x16 so that it encompasses a full chunk.

AaronMcHale commented 6 years ago

Interesting idea Sayu, defiantly worth considering