From 37996c2c813b4b98bbff3dd83ba9694f54b147c1 Mon Sep 17 00:00:00 2001 From: masmc05 <63639746+masmc05@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:19:41 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7635aab8..072b29b3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # paperweight-test-plugin +> [!CAUTION] +> ## USING MINECRAFT INTERNALS +> Using Minecraft internals is not recommended. This is because using internal code directly is not guaranteed to be stable and it changes often. This means that your plugin may break when a new version of Minecraft is released. Whenever possible, [you should use API instead of internals](https://docs.papermc.io/paper/dev/project-setup). +> +> PaperMC will offer no direct support for programming against Minecraft internals. jmp's test plugin for [`paperweight-userdev`](https://github.com/PaperMC/paperweight/tree/main/paperweight-userdev) development