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. Quests

Rewards types

All you need to know about rewards types.

Available quests types :

Standard types :

  • COMMANDâžœ The player will be receive some rewards commands.

    • The commands are executed through the console.

  • EXP_POINTSâžœ The player will be receive experience points.

  • EXP_LEVELSâžœ The player will be receive experience levels.

  • MONEYâžœ The player will be receive money.

    • Works with all economy plugins that include Vault.

  • POINTSâžœ The player will be receive points.

    • Supported plugins : TokenManager, PlayerPoints

Plugins types :

COINS_ENGINE ➜ The player will receive points for a specified currency. Here is how looks the reward section:

reward:
    reward_type: COINS_ENGINE
    currency_label: "quests_coins"
    currency_display_name: "&6&lQuests Coins" # name that will be used in the reward message to the player
    amount: 500

currency_label is basically the name of the file (without the .yml) in your CoinsEngine/currences folder.

currency_display_name is the text that will be used in the reward_coins_engine message sent to the player when the reward is given.

PreviousCustom MobsNextPlayer commands

Last updated 9 months ago

Need more types or plugins integrations ? Please make a suggestion on our .

Discord