From b65db17677c1dbc011af2e3f9f3eecf5f1b20c4d Mon Sep 17 00:00:00 2001 From: TheMode Date: Tue, 22 Sep 2020 18:09:50 +0200 Subject: [PATCH] Update README.md Added warning for non-developers --- .github/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/README.md b/.github/README.md index 76763d077..0b5052fe9 100644 --- a/.github/README.md +++ b/.github/README.md @@ -11,6 +11,8 @@ Minestom is an alternative to the popular Minecraft server API called Bukkit. The main difference is that our implementation of the Notchian server does not contain any features by default! However, we have a complete API which allows you to make anything possible with current spigot plugins. +This is a developer API not meant to be used by the end-users. Replacing Spigot/Paper with this will **not** work since we do not implement the Bukkit API + # Table of contents - [Install](#install) - [Usage](#usage)