New features: External plugin extends platform hooks #458
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Something I was thinking is, why not add custom hooks by external scripts in javascript, extending the ones already configured by the platforms.
An internal example is Dynmap and GeyserMC, which can call
portListen
orplayerActions
.It also helps me to maintain a cross-platform script without needing multiple files just in one.