Recent content by karapuzz

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