Recent content by LinuxSquare

  • 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. LinuxSquare

    Solved Plugin loading problem on server start

    After a long search, the following procedure solved my problem: There is an event, called ServiceRegisterEvent. It can be used to get services, when they are registered on server start. I listened for the service Economy and if that occured, I loaded the Economy-Plugin. I also had to edit the...
  2. LinuxSquare

    Solved Plugin loading problem on server start

    I have two self-written plugins. NovEcon2 and RealBanks2. NovEcon2 is my economy-plugin, which depends on Vault and RealBanks2 as softdepend. RealBanks2 is my banking-plugin, which also depends on Vault. Source-code is available here (important, stay in branch kotlin-rewrite): NovEcon2...