Conner Douglass
Conner Douglass
I was trying to build an event handler for the `EntityDamageByEntityEvent` and ran into this error in the PaperMC console: ``` [09:56:54 ERROR]: [my-plugin] [STDERR] My CustomRealms Plugin:3: object is...
This method isn't implemented yet, and might be a little tricky: ```ts public getEnchantsToAdd(): Map ```
JAR files built with `crx build` are platform-specific. Building on Windows or Mac and then uploading to a Linux server causes the plugin to crash. Most people build and test...
This PR adds a `server` global to the JavaScript runtime. Currently it has these properties and methods: - `port` - `getMotd()` - `shutdown()` I want to add a lot more...
The `/reload` builtin command doesn't work with CustomRealms plugins. The reason is complicated, but known: - When `onLoad` is called, CustomRealms plugins load the J2V8 dynamic library (native DLL/dylib bundled...