API Support Request - Override native map-hide features
Goosius1 opened this issue ยท 1 comments
Feature Description:
- I look after a war plugin for TownyAdvanced
- The native dynmap "map hide" features are causing a problem in battles e.g.
- hide if affected by invibility potion
- hide if under some blocks
- hide if sneaking
- hide if /dynmap hide is toggled
- The problem is that both sides in a battle like to hide from each other to occupy certain strategic locations
- All armies then use the above feature to hide on the dynmap, thus the armies cannot find each other and otherwise exciting PVP battles (sometimes) do not occur,
- I request an API change which would allow me to override the native-map-hiding when armies are at a battle site, to reveal the hidden players.
Additional context:
- I have tried assertVisibility(true) to reveal the hiding players - didn't work
- I have tried assertInvisibility(false) to reveal the hiding players - didn't work
- I have tried setVisibility(true) to reveal the hiding players - didn't work
- I have tried creating a PlayerSet for players at battle sites, to reveal the hiding players - didn't work.