Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 114 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 114 Bytes
import { You } from "minecraft"

function Begin() {
  You.join_server("cgl") // CowGrassland
}

Begin()