getGlobalCooldownStore

public Map<String, Long> getGlobalCooldownStore()

Returns the shared cooldown store for global cooldowns. Override to share across multiple ScriptInstances on the same logical owner (e.g., per-entity for mobs/props, per-player for items). Default returns a per-instance map (no sharing).