Skip to content

Listeners don't work #13

@emillienemann

Description

@emillienemann

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:

  1. Get an instance of Paper 1.16.5 Build 443 running.
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions