core icon indicating copy to clipboard operation
core copied to clipboard

Core library for the CustomRealms runtime

Results 16 core issues
Sort by recently updated
recently updated
newest added

Is it possible to upload several plugins on the server? I mean e.g. two .jar files compiled with crx build command. Because right now I'm getting error from J2V8 while...

I found out that using **ChatColor.RED** or **ChatColorUtils.parse()** or even **§** are unrecognised giving the following [result](https://gyazo.com/df7fb921b3d69fd0dabd6d64610490ab) Edit - Forgot to add that this happens on a bukkit server!

Updated Enums to 1.19

Command Completion

enhancement

When I run that on the terminal, I create a 1.17+ plugin. Is there a way so that when I use the command I can make the plugin be 1.18+...

When attempting to give a player an item by using addItem, it causes a Java error. ``` [11:18:21 ERROR]: [...] NO METHOD FOUND: [11:18:21 ERROR]: [...] org.bukkit.craftbukkit.v1_17_R1.inventory.CraftInventoryPlayer [11:18:21 ERROR]: [...]...

Add support to Discord.js, You might think that it's "Hard" because you'll have to build a whole library but nop, Discord made support for Java (Discord.java), That's how you can...

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...

bug