Talisman Plugin _verified_
@EventHandler public void onPlayerTick(PlayerTickEvent event) Player player = event.getPlayer(); Talisman tal = TalismanManager.getEquipped(player, "speed"); if (tal != null && tal.getRarity() == Rarity.COMMON) player.addPotionEffect(new PotionEffect(PotionEffectType.SPEED, 40, 0, true, false));
The plugin automatically creates a "Talisman" note each day. Inside, it can embed your Todoist tasks, Google Calendar events, and even a random Tarot card or I Ching hexagram (for the spiritually inclined). talisman plugin
The true magic happens when you query your Talisman notes. Use Dataview code blocks to create a "Legend" of your past performance: Talisman tal = TalismanManager.getEquipped(player