O'DailyQuests
  • šŸ’»O'DailyQuests
  • Installation
  • Configuration
    • Configuration file
    • Messages file
    • Player Interface
  • Quests
    • Create a quest
    • Standard types
      • Item quest
      • Entity quest
      • Global quest
      • Location quest
      • Villager quest
      • Placeholder quest
    • External types
      • PyroFishingPro
      • Custom Mobs
    • Rewards types
  • Commands
    • Player commands
    • Admin commands
  • INTEGRATIONS
    • WildStacker
    • NPCs
    • Placeholders
    • Holograms
  • HELP
    • Contact us
    • Common errors
  • API
    • Initialisation
    • ODailyQuestsAPI class
    • Create a new quest
    • Events
Powered by GitBook
On this page
  1. INTEGRATIONS

Placeholders

Compatible with PlaceholderAPI.

You can use two placeholders in your scoreboards, tabs, or wherever you want as long as it is compatible with PlaceholderAPI.

  • odailyquests_achieved āžœ Display the number of daily achieved quests of the player.

  • odailyquests_total āžœ Display the total number of achieved quests of the player.

  • odailyquests_drawin āžœ Display the time remaining before the next quest draw for the player.

  • odailyquests_name_<index> āžœ Display the name of the player's active quest.

  • odailyquests_desc_<index>_<line> āžœ Display the description line of the selected quest.

  • odailyquests_progress_<index> āžœ Display the current progression for a quest.

  • odailyquests_progressbar_<index> āžœ Display the current progress bar for a quest.

  • odailyquests_iscompleted_<index> āžœ Display the status of the selected quest. Returns true or false.

  • odailyquests_requiredamount_<index> āžœ Display the required amount to complete the selected quest.

  • odailyquests_<global/easy/medium/hard>_<index> āžœ Display the name of a quest from all the existing quests or from a category.

The index corresponds to the order in which the quests are displayed in the category menu, starting from 1. For example, odailyquests_global_5 will display the name of the 5th quest of the global quest menu.

PreviousNPCsNextHolograms

Last updated 9 months ago