Recent content by karapuzz

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

    Question ConfigurationSection.getValues() always returns an empty map

    If i have the following config.yml: map: some_key: value some_other_key: value And i execute config.getConfigurationSection("map")?.getValues(false), it returns an empty map. Just as getKeys(false) also returns an empty set. However, if i run...