Fixed PlayerPortalEvent

This commit is contained in:
2024-10-21 17:44:22 +02:00
parent abbda4ff65
commit efa21d08f9

View File

@@ -29,6 +29,7 @@ class Barkeeper(
"EntityDamageEvent" to Serving(amount = 1, audience = AudienceType.SELF),
"PlayerDeathEvent" to Serving(amount = 1, audience = AudienceType.ALL),
"PlayerJoinEvent" to Serving(amount = 1, audience = AudienceType.ALL),
"PlayerPortalEvent" to Serving(amount = 1, audience = AudienceType.ALL),
"entityOnDeath" to mapOf(
"Wither" to Serving(amount = 2, audience = AudienceType.ALL),
"EnderDragon" to Serving(amount = 3, audience = AudienceType.ALL)