TwistedWar3713
AAdmincraft
•Created by TwistedWar3713 on 7/10/2023 in #questions
Detecting Silk Touch Enchant
Hey! Could someone tell me what I am doing wrong?
execute as @a at @s unless data entity @s SelectedItem.tag:{Enchantments:[{id:"16"}]} run give ...
I also tried...
execute as @a at @s if data entity @s[nbt={SelectedItem:{tag:{Enchantments:[{id:silk_touch}]}}}] run give ...
I am trying to detect if the player is using silk touch or not mining a block to then give him the custom ore or the ingot, I have all the other stuff but this one does not work... I searched in google and this should work :/ (Minecraft Java 1.20.1)11 replies
AAdmincraft
•Created by TwistedWar3713 on 7/4/2023 in #questions
Any plugin that allows making NPCs like Hypixel?
Well, I'm searching for a plugin that gives the possibility to create an NPC that can have independent dialogue for each player, that allows a dialogue line and then a shop for example, or that gives and item, and if it's possible, that can show for the players that haven't talked to it, but not for the ones that have already to make quests that every player can complete.
Does anyone know a plugin, or a way to get a result similar to that?
7 replies