QuartzLib
QuartzLib copied to clipboard
A set of tools to develop plugins using the Bukkit API
Hi Getting NBTCompound is always going to catch when I am trying to use NBT.fromItemStack(itemStack) function. I am seeing there's a PR to fix this issue. the PR is fully...
Added support for 1.18.2 Just added new method names for setting and getting an NBTCompound on an ItemStack
`[00:08:35 WARN]: [ImageOnMap] Unknown plural rule “(n !”; without JavaScript engine available, well fallback to English pluralization rules. If you want your languages plural rules supported without JavaScript engine, please...
when looking at the explore gui, if you hover over a map and press a numerical key, let's say 2, and you have a pickaxe or other item in slot...
This is probably not supposed to be like that. 
(WIP Draft) To-Do list: - [x] Handle overloads with the same number of parameters of different types - [x] By default, all overloads should be tried, by order of declaration,...
[Since 20w17a](https://minecraft.gamepedia.com/Java_Edition_20w17a#General_2), JSON formatted content accept [arbitrary fonts and colours (in hex)](https://minecraft.gamepedia.com/Raw_JSON_text_format#Java_Edition), like so: ```json {"text":"Beautiful green","color":"#3f9718", "font": "minecraft:default"} ``` First thing first, we should accept those in `RawText`, with...
(WIP test Draft)
ZLib would provide a simple Sentry module to send all logs and errors to a Sentry server. Something really simple would be ideal, like: ```java Sentry.start("https://dsn"); ```