Recent content by STRlantian

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

    cannot set to an empty path

    ok that make sense thx a lot
  2. S

    cannot set to an empty path

    So if I delete that and just do set(name+".cls", cls); then it will automatically create a path called [playername].cls: [value] ?
  3. S

    cannot set to an empty path

    like this one
  4. S

    cannot set to an empty path

    I wanted to create a path called the sender's name
  5. S

    cannot set to an empty path

    I'm new to plugin dev maybe my code is hard to read public final class Settings implements CommandExecutor { FileConfiguration cfg = Main.inst.getConfig(); Override (i have to delete @ because there is a user called Override) @Deprecated public boolean onCommand(CommandSender...