Cirrus icon indicating copy to clipboard operation
Cirrus copied to clipboard

Minecraft GUI library for Spigot, BungeeCord and Velocity. Powered by Protocolize v2!

Results 5 Cirrus issues
Sort by recently updated
recently updated
newest added

If used in a common module: protocolize-api has to be added as a provided dependency as well. Note this in the wiki.

enhancement

(Tested with this environment) Paper-341 (1.18.2) Java 17.0.3.1 - cirrus-spigot-example-2.0.0 - EssentialxxX-2.19.4 - FAWE-Bukkit-2.3.1 - Skript 2.6.3 - Vault Actions to replicate: 1. Use the /test command from example usage...

I'm unable to resolve Cirrus Spigot in IntelliJ because the Simplixsoft Public repo returns a 404 error when accessed. My temporary workaround is installing the version of Cirrus in this...

``` [INFO]: ? executed command: /test [ERROR]: [/?|?] -> UpstreamBridge - encountered exception java.lang.NoSuchMethodError: 'dev.simplix.protocolize.api.item.ItemStack dev.simplix.protocolize.api.inventory.Inventory.item(int)' at dev.simplix.cirrus.bungeecord.protocolize.ProtocolizeMenuBuilder.buildContainer(ProtocolizeMenuBuilder.java:85) ~[?:?] at dev.simplix.cirrus.bungeecord.protocolize.ProtocolizeMenuBuilder.build(ProtocolizeMenuBuilder.java:69) ~[?:?] at dev.simplix.cirrus.common.menu.AbstractMenu.build(AbstractMenu.java:120) ~[?:?] at dev.simplix.cirrus.common.menu.AbstractMenu.open(AbstractMenu.java:125) ~[?:?] at dev.simplix.cirrus.bungeecord.example.commands.TestCommand.execute(TestCommand.java:22)...

For anyone in the future who has issues using the Velocity version- it's because the documentation is outdated. Here's the fix for anyone who's in the same situation as me....