Skip to content

Instantly share code, notes, and snippets.

[CLIENT BOUND] - AvailableCommandsPacket(commands=[CommandData(
name=changesetting
description=commands.changesetting.description
flags=[]
permission=4
aliases=null
overloads=[
[
CommandParamData(name=setting, optional=false, enumData=CommandEnumData(name=BoolSettingName, values=[allow-cheats], isSoft=false), type=null, postfix=null, options=[])
CommandParamData(name=value, optional=false, enumData=CommandEnumData(name=Boolean, values=[true, false], isSoft=false), type=null, postfix=null, options=[])
@lukeeey
lukeeey / App.tsx
Created February 12, 2025 18:36
Gov.je UI Docs - Example
function App() {
return (
<div>
<Header variant="service" serviceName="This is a test service" />
<Container>
<Breadcrumbs
items={[
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },