Skip to content

Commit

Permalink
we now support spring bby
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Dec 17, 2023
1 parent 170fca2 commit 20dfed4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 20dfed4

Please sign in to comment.