plan-player-analytics / Plan

Player Analytics plugin for Minecraft Server platforms - View player activity of your server with ease. :calendar:
https://www.spigotmc.org/resources/plan-player-analytics.32536/
GNU Lesser General Public License v3.0
854 stars 170 forks source link

MultiLib#getLocalServerName Support in config.yml #2753

Open Euphillya opened 1 year ago

Euphillya commented 1 year ago

I would like to be able to..

For people using MultiPaper, we can afford to regularly delete the Plugin folder from the slave servers as everything reloads at startup, so there is no duplication. Unfortunately, we can't do this with Plan because we have to change the Name Server config in Plan every time.

Would it be possible to put the possibility to integrate it directly like :

MultiLib.getLocalServerName().equalsIgnoreCase("bukkit")? <Server.ServerName> : MultiLib.getLocalServerName()

https://github.com/MultiPaper/MultiLib

Is your feature request related to a problem? Please describe.

Not Really.

AuroraLS3 commented 3 months ago

Does the new feature of being able to configure servername using environment variables solve this?