From ef50ad1132e181c540fd3370bb30f4489b7ca41c Mon Sep 17 00:00:00 2001 From: LogicalSoIutions <67069181+LogicalSoIutions@users.noreply.github.com> Date: Tue, 17 Mar 2026 20:46:20 -0700 Subject: [PATCH] add shop-block (#10964) Shop-Block is a plugin that prevents users from selling to shops when they click an item based on a set value and value type. --- plugins/shop-block | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/shop-block diff --git a/plugins/shop-block b/plugins/shop-block new file mode 100644 index 000000000..ed352a39c --- /dev/null +++ b/plugins/shop-block @@ -0,0 +1,2 @@ +repository=https://github.com/LogicalSoIutions/Shop-Block.git +commit=be97e3102e3cba107902ff34087cc2fb7fd906db \ No newline at end of file