Hey there I was attempting to make some custom fortune for my box server as it uses a skript to automatically pick up items. I tried creating a fake enchantment with lore called Nether Fortune I but I cannot figure out how to make the skript. Here is what I have:
on mine:
if event-block is bone block:
if player's tool's lore contains "&fNether &2Fortune &6I":
cancel event
give player 2 bone
set event-block to air
if player's tool's lore does not contain "&fNether &2Fortune &6I"::
cancel event
give player bone
set event-block to air
Any help?
on mine:
if event-block is bone block:
if player's tool's lore contains "&fNether &2Fortune &6I":
cancel event
give player 2 bone
set event-block to air
if player's tool's lore does not contain "&fNether &2Fortune &6I"::
cancel event
give player bone
set event-block to air
Any help?