LeonJS_

Results 2 issues of LeonJS_

### Current Behavior If a schedule attempts to create a backup and the backup limit has already been reached, the schedule remains in the processing state indefinitely. ### Expected Behavior...

not confirmed

### Description Currently the following events are only emitted on the server the change occured on: - [NodeAddEvent](https://github.com/LuckPerms/LuckPerms/blob/master/api/src/main/java/net/luckperms/api/event/node/NodeAddEvent.java) - [NodeRemoveEvent](https://github.com/LuckPerms/LuckPerms/blob/master/api/src/main/java/net/luckperms/api/event/node/NodeRemoveEvent.java) - [NodeClearEvent](https://github.com/LuckPerms/LuckPerms/blob/master/api/src/main/java/net/luckperms/api/event/node/NodeClearEvent.java) - [NodeMutateEvent](https://github.com/LuckPerms/LuckPerms/blob/master/api/src/main/java/net/luckperms/api/event/node/NodeMutateEvent.java) In a network setup this causes...

type: suggestion