diff --git a/config/leashall-server.toml b/config/leashall-server.toml new file mode 100644 index 0000000..30893e3 --- /dev/null +++ b/config/leashall-server.toml @@ -0,0 +1,4 @@ +useEntityAllowList = false +allowedEntities = [] +blockedEntities = ["minecraft:ender_dragon", "minecraft:shulker", "minecraft:slime", "minecraft:magma_cube"] +maxLeashesPerPlayer = -1 diff --git a/mods/leashable-players.pw.toml b/mods/leashable-players.pw.toml deleted file mode 100644 index 79e6a85..0000000 --- a/mods/leashable-players.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Leashable Players" -filename = "leashmod-1.2.5+1.21.11.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/BKyMf6XK/versions/15ItkoRt/leashmod-1.2.5%2B1.21.11.jar" -hash-format = "sha512" -hash = "718b3e3616c03935273a3a38f695e0e68a96cb9c821bf37c1e0be0d056574fcc5fd65730ca016afa549eb6baec481464814dd7a70c38f5d7c7fd21aea0bb7006" - -[update] -[update.modrinth] -mod-id = "BKyMf6XK" -version = "15ItkoRt" diff --git a/mods/leashall.pw.toml b/mods/leashall.pw.toml new file mode 100644 index 0000000..21c6b9c --- /dev/null +++ b/mods/leashall.pw.toml @@ -0,0 +1,13 @@ +name = "LeashAll" +filename = "leashall-fabric-26.1-26.1-1.2.3-26.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/oKERV1Bi/versions/PWGUpmHC/leashall-fabric-26.1-26.1-1.2.3-26.1.jar" +hash-format = "sha512" +hash = "68fbb98c789292ba09d0fe9cec44b845095d8e7ee82080b170aa3389cc611823edfa66505afc3e9203b0548efe79b9bf535f3dad739aad06abbeb1490b9b6152" + +[update] +[update.modrinth] +mod-id = "oKERV1Bi" +version = "PWGUpmHC"