> ## Documentation Index
> Fetch the complete documentation index at: https://docs.raehost.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cara Menampilkan Koordinat dan Jumlah Hari

## JAVA EDITION

### Koordinat

Tekan `F3` di keyboard saat di dalam game. Koordinat muncul di bagian kiri atas layar (X, Y, Z).<br />

### Jumlah Hari

<Steps>
  <Step title="Masuk ke Panel">
    Masuk ke server kamu di [https://panel.raehost.com](https://panel.raehost.com) 
  </Step>

  <Step title="Ketik command berikut pada console">
    ```text theme={null}
    time query day
    ```
  </Step>

  <Step title="Berhasil!">
    Jumlah hari akan muncul di minecraft kamu.
  </Step>
</Steps>

## BEDROCK EDITION

### Koordinat

<Steps>
  <Step title="Masuk ke Panel">
    Masuk ke server kamu di [https://panel.raehost.com](https://panel.raehost.com) 
  </Step>

  <Step title="Ketik command berikut pada console">
    ```text theme={null}
    gamerule showcoordinates true
    ```
  </Step>

  <Step title="Berhasil!">
    Koordinatmu akan muncul di minecraft kamu.
  </Step>
</Steps>

### Jumlah Hari

<Steps>
  <Step title="Masuk ke Panel">
    Masuk ke server kamu di [https://panel.raehost.com](https://panel.raehost.com) 
  </Step>

  <Step title="Ketik command berikut pada console">
    ```text theme={null}
    time query day
    ```
  </Step>

  <Step title="Berhasil!">
    Jumlah hari akan muncul di minecraft kamu.
  </Step>
</Steps>

<Note>
  ## Catatan

  * Jalankan command lewat **Console** atau sebagai **OP** di game.
  * Bedrock dan Java sama-sama menyimpan waktu dunia di `level.dat`.
  * Kalau command tidak berfungsi, pastikan kamu punya akses OP atau pakai Console panel RaeHost.
</Note>
