From 21636595fb3d1fff40c858f3e6ebc9c507c04140 Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Tue, 16 Jun 2026 19:20:25 -0300 Subject: [PATCH] Update supported versions in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf357cf..0871654 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ I made this plugin as an effort to preserve a village from my private server. Or Since version 1.0.3-SNAPSHOT, Eye of Nemesis has _reflection_, a technique that allows me to target multiple versions of the game while sharing the codebase across versions. Currently, we support the following Minecraft versions/loaders: -- **PaperMC** `1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10` -- **Bukkit** `b1.7.3 (CB1060)` +- **PaperMC** `1.21.X, 26.1.X, 26.2` +- **Project Poseidon/Bukkit** `b1.7.3 (CB1060)` ## Performance This plugin is not scalable as it is and will end up running unoptimized checks when your players do things with policies in effect, I made it for a server with a few friends. I'll look forward into writing more performant code after all my other priorities are implemented.