Recent content by melodev

  1. M

    Kotlin & Coroutines with Event Propagation

    Ok, I found one way to use a coroutine without losing the context. A friend of mine and me, think that this is related to TLS. Not AIR anymore :ninja:
  2. M

    Kotlin & Coroutines with Event Propagation

    Firstly, Hello everyone. I'm creating some plugin to Paper that will care about player metrics. For that I have a list of metrics, that will have a lot of handlers for each metric. Like: playerDamageToPlayers, playerMinedBlockOres, etc. This implies that I can many metrics for each spread...