A poi plugin that helps you view quest info. Data maintained by kcanotify-gamedata & kc3-translations & kcQuests.
Paste poi-plugin-quest-info-2
in the plugins tab and click the install button.
# Install dependencies
npm install
# Download game data from github and convert assets to base64
# try set `http_proxy` or `https_proxy` as environment when download fail
npm run build
# Run the plugin in web environment
npm run storybook
MIT