From 20dfed40c9a943ec1980bae6bb82a02ca1eb1c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Sun, 17 Dec 2023 11:59:35 +0100 Subject: [PATCH] we now support spring bby --- docs/index.md | 4 ++-- mkdocs.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2ebbbf6..df4fcdd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,8 +3,8 @@ Cloud is a JVM framework for creating user commands. A command is a chain of parsed arguments and a handler that gets invoked with the parsed values. Cloud is not made to be used in any specific software, but it has modules with support for Minecraft -(Bukkit/Paper, BungeeCord, Velocity, Fabric, CloudBurst, Sponge & NeoForge), Discord (JavaCord & JDA) -and IRC (PIrcBotX). +(Bukkit/Paper, BungeeCord, Velocity, Fabric, CloudBurst, Sponge & NeoForge), Discord (JavaCord & JDA), IRC (PIrcBotX) +and Spring Shell. Cloud allows you to write commands either using builders or annotated methods, and has special support for Kotlin. Cloud allows you to customize the command execution pipeline by injecting custom behavior along the entire diff --git a/mkdocs.yml b/mkdocs.yml index 873513a..8baa352 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -32,6 +32,8 @@ nav: - cloud-sponge: minecraft/sponge.md - cloud-fabric: minecraft/fabric.md - cloud-neoforge: minecraft/neoforge.md + - cloud-spring: + - cloud-spring: https://github.com/incendo/cloud-spring - Other: - cloud-irc: other/irc.md theme: