-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Describe the bug
Listeners don't work at all under Paper 1.16.5 Build 443, commands work.
To Reproduce
Steps to reproduce the behavior:
- Get an instance of Paper 1.16.5 Build 443 running.
- Add a listener script (Nothing will work, you could use this simple death message script for example)
function PlayerDeathEvent(event) {
server.broadcastMessage('Player died.');
}
Expected behavior
The listener should activate on player death and log "Player died."
Metadata
Metadata
Assignees
Labels
No labels