Lorenzo
Lorenzo
Custom Committer === As already asked from another user in [#44](https://github.com/jamesgeorge007/github-activity-readme/issues/44) I created two variables to add committer email and name. | Input Param | Default Value | Description |...
Closes #48 Example usage: ```java Gui gui = new Gui(3,"Hello", EnumSet.noneOf(InteractionModifier.class)); gui.setItem(0, ItemBuilder.from(Material.DIAMOND).asGuiItem()); Animation animation = Animation.infinite(5, Frame.builder() .addItem(0, ItemBuilder.from(Material.DIAMOND) .name(Component.text(ChatColor.translateAlternateColorCodes('&', "&6&lHello World"))) .asGuiItem()) .build(), Frame.builder() .addItem(0, ItemBuilder.from(Material.DIAMOND) .name(Component.text(ChatColor.translateAlternateColorCodes('&', "&f&lHello...
I saw another library that gives the ability to create simple animations inside the gui: https://github.com/jannyboy11/guilib. it may be very useful to see this feature here.
I can't find the new slimjar repository. Where can I download it?
SlimJar always gives errors about gson download. [Stacktrace](https://paste.helpch.at/ejajiquzaq.makefile)
When I try to build my repo with jitci it says this error: https://hastebin.com/vagelimaco.py but i don't have any repo with the http protocol.
I'm not very good with google guice. I need to subscribe to the DiscordNotificationEvent and I need a way to retrieve a ticket from its id, can you help me...
Version: Deno 1.43.3 When I run the following code with `deno run --unstable-cron test.ts` I get an exception but the cron expression is correct. Error: ```ts error: Uncaught (in promise)...
### Confirmations - [X] I am using the latest plugin version with the required dependencies. - [X] There isn't any open issue that shows my problem ### What happened? >...