From bc5938915b06c90de5add3fc0c3bd46c09d84cba Mon Sep 17 00:00:00 2001 From: pancakes Date: Mon, 2 Jun 2025 16:36:09 +1000 Subject: [PATCH] Remove quick action entry and add OP requirement notice --- data/minecraft/tags/dialog/quick_actions.json | 3 --- data/simplewaypoints/dialog/manage.json | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 data/minecraft/tags/dialog/quick_actions.json diff --git a/data/minecraft/tags/dialog/quick_actions.json b/data/minecraft/tags/dialog/quick_actions.json deleted file mode 100644 index a6f1c60..0000000 --- a/data/minecraft/tags/dialog/quick_actions.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "values": ["simplewaypoints:manage"] -} diff --git a/data/simplewaypoints/dialog/manage.json b/data/simplewaypoints/dialog/manage.json index 5c0cf75..e7e8065 100644 --- a/data/simplewaypoints/dialog/manage.json +++ b/data/simplewaypoints/dialog/manage.json @@ -25,6 +25,11 @@ } ] } + }, + "\n\n", + { + "text": "Note: This is limited to players who are OP.", + "color":"yellow" } ] },