@5zig I've currently implemented a feature that disables 5-Zig features using the mod's integrated API, and that works well for 1.12 and below.
The problem is that, on 1.13, I don't think the API is coded correctly.
As we can see in the code, the new 1.13 register channel is used. However, the channel name
1) doesn't have a namespace (for example it should be 5zig:set, not 5Zig_Set)
2) includes capital letters
Both of these are violations of the requirements for the new 1.13 channels, and as so, I am unable to register a channel with such channel name in my Bukkit plugin (and even if I could, the channel name is violating the requirements anyway)
Could that get fixed in the next 5Zig 1.13+ version. Thanks!
@5zig I've currently implemented a feature that disables 5-Zig features using the mod's integrated API, and that works well for 1.12 and below. The problem is that, on 1.13, I don't think the API is coded correctly.
As we can see in the code, the new 1.13 register channel is used. However, the channel name 1) doesn't have a namespace (for example it should be 5zig:set, not 5Zig_Set) 2) includes capital letters
Both of these are violations of the requirements for the new 1.13 channels, and as so, I am unable to register a channel with such channel name in my Bukkit plugin (and even if I could, the channel name is violating the requirements anyway)
Could that get fixed in the next 5Zig 1.13+ version. Thanks!