From 496a9faabbd5c5971d48969a076dfbba2f83aa0a Mon Sep 17 00:00:00 2001 From: Dennis <43997085+TheAlan404@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:22:37 +0300 Subject: [PATCH] add worldedit --- server.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server.toml b/server.toml index 5efebac..afbaa79 100644 --- a/server.toml +++ b/server.toml @@ -48,5 +48,10 @@ version = "1.10.58-fabric" type = "modrinth" id = "sodium" +[[mods]] +type = "modrinth" +id = "worldedit" +version = "7.2.18" + [markdown] files = ["README.md"]