AgentSanchez / SeriousVote

Vote Listener For Sponge
3 stars 4 forks source link

Add server offline mode support #25

Closed curscascis closed 4 years ago

curscascis commented 4 years ago

Requests between multiple servers can return nulls for Sponge user getName() when servers are in offline mode (Due to bungee for instance). Swap explicit UUID's in storage for literal, and add config node for bungee-offline-mode: true Pass values based on online/offline mode.