Configuration
The settings and options can be configured in the EasyVoteHighestvoter file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.
Logging
The log file can be found under logs/EasyVoteHighestvoter.
Localization
The default messages are in the EasyVoteHighestvoter file under the lang/en directory. To add support for another language, create a new language folder (e.g. de for German) if not already created, copy the default language file to the new folder and then customize the messages.
For Developers
Hooks
Dictionary<string, object>
HighestPlayerName (string) - Highest voter player displayeName
HighestPlayerID (string) - Highest voter player ID
OldHighestPlayerID (string) - Past month highest voter player ID
RewardType (string) - Reward type (group/item/both)
Reward (string) - If rewardType is item, list all items and amount (ex. supply.signal:1) And if type is group, then only group name printed out here.
ReceivedReward (bool) - Received or not reward.