SquaremapRawPlayer: Prettify<Location & {
    display_name: string;
    name: string;
    uuid: string;
    world:
        | "minecraft_overworld"
        | "minecraft_nether"
        | "-some-other-bogus-world-"
        | "some-other-bogus-world";
    yaw: string | number;
}>