From 8217290975c41ab4ea8053f70a9e94de4304dd61 Mon Sep 17 00:00:00 2001 From: JarFiles Date: Mon, 5 Oct 2020 20:42:52 +0200 Subject: [PATCH] Update README.md Update README for the new implementations --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89008292..c0ac7383 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ The code is based on a (W.I.P) paper that can be found [here](https://github.com - **cloud-minecraft/cloud-bungee**: BungeeCord 1.8.8+ implementation of Cloud - **cloud-minecraft/cloud-velocity**: Velocity v1.1.0 implementation of cloud - **cloud-minecraft/cloud-cloudburst**: Cloudburst v1.0.0+ implementation of cloud +- **cloud-discord/cloud-jda**: JDA v4.2.0_207+ implementation of cloud +- **cloud-discord/cloud-javacord**: Javacord v3.1.1+ implementation of cloud ## links @@ -166,7 +168,7 @@ dependencies { } ``` -Replace `PLATFORM` with your platform of choice. We currently support: `bukkit`, `paper`, `bungee` and `velocity`. All modules use the same versions. +Replace `PLATFORM` with your platform of choice. We currently support: `bukkit`, `paper`, `bungee` and `velocity`for minecraft and `jda` and `javacord` for discord. All modules use the same versions. More information about the Minecraft specific modules can be found [here](https://github.com/Sauilitired/cloud/tree/master/cloud-minecraft). ## attributions, links & acknowledgements