Skip to content

Add a player cache system and an event dispatching system

gumi requested to merge gumiko/serverdata:playercache into master
  • Adds a cache for player data to reduce usage of SQL
  • Auto-kicks your old account when you try to log in with another account bound to the same Vault account (prevents Vault dual-login)
  • Adds an event dispatching system that is less awkward to use than donpcevent
Edited by gumi

Merge request reports