Fixed PlayerPortalEvent
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user