Skip to content

Instantly share code, notes, and snippets.

View baerchen201's full-sized avatar

Georg M. H. baerchen201

View GitHub Profile
@baerchen201
baerchen201 / CountCommand.cs
Last active July 4, 2025 06:08
baer1.ChatCommandAPI example
using System.Collections.Generic;
using System.Linq;
using ChatCommandAPI;
using UnityEngine;
public class CountCommand : Command
{
public override string Name => "CountItems";
public override string[] Commands => ["count", Name];
public override string Description => "Counts all items on the map";