From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: MrHua269 Date: Wed, 8 Jul 2026 18:15:21 +0800 Subject: [PATCH] Rebrand to Shiroha diff --git a/src/main/java/io/papermc/paper/ServerBuildInfo.java b/src/main/java/io/papermc/paper/ServerBuildInfo.java index 4e099b584c3435ba1ebce492011d35ae1ac0cdf8..92aadf5602049ea22a10625b2a04f3bfef5aae4d 100644 --- a/src/main/java/io/papermc/paper/ServerBuildInfo.java +++ b/src/main/java/io/papermc/paper/ServerBuildInfo.java @@ -17,6 +17,17 @@ public interface ServerBuildInfo { */ Key BRAND_PAPER_ID = Key.key("papermc", "paper"); + // Shiroha start + /** + * The brand id for folia + */ + Key BRAND_FOLIA_ID = Key.key("papermc", "folia"); + /** + * The brand id for Shiroha. + */ + Key BRAND_SHIROHA_ID = Key.key("nanachiyo0721", "shiroha"); + // Shiroha end + /** * Gets the {@code ServerBuildInfo}. *