Recent content by 0xLairon1

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  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>...