aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMark Cockram <kiwiszijncool@gmail.com>2023-06-23 02:20:56 +0200
committerGitHub <noreply@github.com>2023-06-23 02:20:56 +0200
commitb2dd1dd2dcd220a67c1b91d1affe5d993388b22c (patch)
treeb19ced9e64c33d51c365998d4e4130fb63363cd1 /CONTRIBUTING.md
parentb4ab9addc9e8930a9e469bba622f7f189ac37c15 (diff)
downloadNotEnoughUpdates-b2dd1dd2dcd220a67c1b91d1affe5d993388b22c.tar.gz
NotEnoughUpdates-b2dd1dd2dcd220a67c1b91d1affe5d993388b22c.tar.bz2
NotEnoughUpdates-b2dd1dd2dcd220a67c1b91d1affe5d993388b22c.zip
Elaborate DCEVM instructions (#733)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f4840270..77728582 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -39,7 +39,9 @@ Use [DevAuth](https://github.com/DJtheRedstoner/DevAuth). You do **not** need to
## Hot Reloading
-Hot Reloading is possible by first launching using the IntelliJ debugger with [DCEVM 1.8](https://dcevm.github.io/). Then running a regular build and confirming the reload prompt. This can cause issues (especially with commands), so restarting is sometimes still necessary.
+Hot Reloading is possible by launching using the IntelliJ debugger and having [DCEVM 1.8](https://dcevm.github.io/) installed to your JVM. Then you can run a regular build and confirm the reload prompt. This can cause issues (especially with commands), so restarting is sometimes still necessary.
+
+For quicker hot swapping or if the above does not work you can install [Single Hotswap](https://plugins.jetbrains.com/plugin/14832-single-hotswap). With this you can hot swap a single java class instead of rebuilding the entire project.This still requires DCEVM.
## Creating a new Release
<details>