Hey spigot. I made a /warps command which send all warp names to a player. But if i use this code: Code (Java): getConfig().getValues(false) it will return this: Code (warpsstring (Unknown Language)): {test=MemorySection[path='test', root='YamlConfiguration'], idk=MemorySection[path='idk', root='YamlConfiguration']} But i only want it to return: Code (warps (Unknown Language)): test, idk Can someone tell me how to do this?