Recent content by 0xLairon1

  1. 0xLairon1

    Guide 0xCommandLib | Create commands quickly and easily

    UPD 2.2: 1. Added asynchronous command invocation, configurable via the async parameter in SubCommandSettings
  2. 0xLairon1

    Guide 0xCommandLib | Create commands quickly and easily

    UPD 2.2.1: 1. Moving to jetbrains maven repo
  3. 0xLairon1

    Guide 0xCommandLib | Create commands quickly and easily

    Give me what I need dependency <repository> <id>space-lairon-libs</id> <url>https://maven.pkg.jetbrains.space/0xlairon1/p/main/lairon-libs</url> </repository> <dependency> <groupId>ru.lairon.libs</groupId> <artifactId>0xCommandLib</artifactId> <version>2.3</version>...