GangsX
  • GangsX
  • Overview
    • Features
    • Commands & Permissions
    • Placeholders
    • Changelogs
      • v1.3
      • v1.2
      • v1.1
  • Product Guides
    • Configuring The Plugin
  • Previews
    • config.yml
    • quests.yml
    • tournament.yml
    • locale.yml
  • API Usage
    • Developer API
    • Events
      • GangCreateEvent
      • GangDisbandEvent
      • GangPermissionUpdateEvent
      • GangShopPurchaseEvent
      • PlayerJoinGangEvent
      • PlayerLeaveGangEvent
Powered by GitBook
On this page
  1. Previews

quests.yml

This is a preview of the entire quests.yml file.


time:
  daily-reset-time: "15:00" # Daily quests reset at 3pm
  weekly-reset-time: "17:00" # Weekly quests reset at 5pm on "weekly-reset-day"
  weekly-reset-day: "Friday" # Weekly quests reset on Sunday

amount:
  daily-quest-amount: 2
  weekly-quest-amount: 1

#statistic types:
### blocksmined, blocksplaced, kothwins, bosskills, tokensgained, mobkills, kills
quests:
  daily:
    - id: "mine_blocks_50"
      description: "Mine 50 blocks as a gang"
      target: 50
      statistic_type: "blocksmined"
      gui:
        completed:
          material: 'DIAMOND_PICKAXE'
          name: '&eMine 50 Blocks'
          glow: true
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eDaily'
            - '&e&l | &fProgress: &a%target%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&aYou have completed this quest.'
        incomplete:
          material: 'DIAMOND_PICKAXE'
          name: '&eMine 50 Blocks'
          glow: false
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eDaily'
            - '&e&l | &fProgress: &c%progress%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&eComplete this quest to earn rewards.'
      rewards:
        - 'gadmin addstat %gang% coins 10'
        - 'gadmin addstat %gang% points 5'
      sound: 'ENTITY_PLAYER_LEVELUP' # Set to NONE and it will disable the sound
      message:
        - ''
        - '&a&lGang Quest Complete'
        - '&fYour gang completed the &eMine 50 Blocks Quest &fand received:'
        - '&b&l • &f10x Gang Coins'
        - '&b&l • &f5x Gang Points'
        - ''
    - id: "mine_blocks_1000"
      description: "Mine 1,000 blocks as a gang"
      target: 1000
      statistic_type: "blocksmined"
      gui:
        completed:
          material: 'DIAMOND_PICKAXE'
          name: '&eMine 1,000 Blocks'
          glow: true
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eDaily'
            - '&e&l | &fProgress: &a%target%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&aYou have completed this quest.'
        incomplete:
          material: 'DIAMOND_PICKAXE'
          name: '&eMine 1,000 Blocks'
          glow: false
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eDaily'
            - '&e&l | &fProgress: &c%progress%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&eComplete this quest to earn rewards.'
      rewards:
        - 'gadmin addstat %gang% coins 10'
        - 'gadmin addstat %gang% points 5'
      sound: 'ENTITY_PLAYER_LEVELUP'
      message:
        - ''
        - '&a&lGang Quest Complete'
        - '&fYour gang completed the &eMine 1,000 Blocks Quest &fand received:'
        - '&b&l • &f10x Gang Coins'
        - '&b&l • &f5x Gang Points'
        - ''
    - id: "mine_blocks_100"
      description: "Mine 100 blocks as a gang"
      target: 100
      statistic_type: "blocksmined"
      gui:
        completed:
          material: 'DIAMOND_PICKAXE'
          name: '&eMine 100 Blocks'
          glow: true
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eDaily'
            - '&e&l | &fProgress: &a%target%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&aYou have completed this quest.'
        incomplete:
          material: 'DIAMOND_PICKAXE'
          name: '&eMine 100 Blocks'
          glow: false
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eDaily'
            - '&e&l | &fProgress: &c%progress%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&eComplete this quest to earn rewards.'
      sound: 'ENTITY_PLAYER_LEVELUP'
      rewards:
        - 'gadmin addstat %gang% coins 10'
        - 'gadmin addstat %gang% points 5'
      message:
        - ''
        - '&a&lGang Quest Complete'
        - '&fYour gang completed the &eMine 100 Blocks Quest &fand received:'
        - '&b&l • &f10x Gang Coins'
        - '&b&l • &f5x Gang Points'
        - ''
    - id: "kill_mobs_10"
      description: "Kill 10 mobs as a gang"
      target: 10
      statistic_type: "mobkills"
      gui:
        completed:
          material: 'ROTTEN_FLESH'
          name: '&eKill 10 Mobs'
          glow: true
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eDaily'
            - '&e&l | &fProgress: &a%target%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&aYou have completed this quest.'
        incomplete:
          material: 'ROTTEN_FLESH'
          name: '&eKill 10 Mobs'
          glow: false
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eDaily'
            - '&e&l | &fProgress: &c%progress%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&eComplete this quest to earn rewards.'
      sound: 'ENTITY_PLAYER_LEVELUP'
      rewards:
        - 'gadmin addstat %gang% coins 10'
        - 'gadmin addstat %gang% points 5'
      message:
        - ''
        - '&a&lGang Quest Complete'
        - '&fYour gang completed the &eKill 10 Mobs Quest &fand received:'
        - '&b&l • &f10x Gang Coins'
        - '&b&l • &f5x Gang Points'
        - ''
    - id: "win_koths_1"
      description: "Win 1 KoTH as a gang"
      target: 1
      statistic_type: "kothwins"
      gui:
        completed:
          material: 'ANVIL'
          name: '&eWin 1 KoTH'
          glow: true
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eDaily'
            - '&e&l | &fProgress: &a%target%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&aYou have completed this quest.'
        incomplete:
          material: 'ANVIL'
          name: '&e&eWin 1 KoTH'
          glow: false
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eDaily'
            - '&e&l | &fProgress: &c%progress%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&eComplete this quest to earn rewards.'
      rewards:
        - 'gadmin addstat %gang% coins 10'
        - 'gadmin addstat %gang% points 5'
      sound: 'ENTITY_PLAYER_LEVELUP'
      message:
        - ''
        - '&a&lGang Quest Complete'
        - '&fYour gang completed the &e&eWin 1 KoTH Quest &fand received:'
        - '&b&l • &f10x Gang Coins'
        - '&b&l • &f5x Gang Points'
        - ''
  weekly:
    - id: "mine_blocks_5000"
      description: "Mine 5000 blocks as a gang"
      target: 5000
      statistic_type: "blocksmined"
      gui:
        completed:
          material: 'DIAMOND_PICKAXE'
          name: '&eMine 5,000 Blocks'
          glow: true
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eWeekly'
            - '&e&l | &fProgress: &a%target%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&aYou have completed this quest.'
        incomplete:
          material: 'DIAMOND_PICKAXE'
          name: '&eMine 5,000 Blocks'
          glow: false
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eWeekly'
            - '&e&l | &fProgress: &c%progress%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&eComplete this quest to earn rewards.'
      rewards:
        - 'gadmin addstat %gang% coins 10'
        - 'gadmin addstat %gang% points 5'
      sound: 'ENTITY_PLAYER_LEVELUP'
      message:
        - ''
        - '&a&lGang Quest Complete'
        - '&fYour gang completed the &eMine 5,000 Blocks Quest &fand received:'
        - '&b&l • &f10x Gang Coins'
        - '&b&l • &f5x Gang Points'
        - ''
    - id: "mine_blocks_10000"
      description: "Mine 10,000 blocks as a gang"
      target: 10000
      statistic_type: "blocksmined"
      gui:
        completed:
          material: 'DIAMOND_PICKAXE'
          name: '&eMine 10,000 Blocks'
          glow: true
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eWeekly'
            - '&e&l | &fProgress: &a%target%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&aYou have completed this quest.'
        incomplete:
          material: 'DIAMOND_PICKAXE'
          name: '&eMine 10,000 Blocks'
          glow: false
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eWeekly'
            - '&e&l | &fProgress: &c%progress%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&eComplete this quest to earn rewards.'
      rewards:
        - 'gadmin addstat %gang% coins 10'
        - 'gadmin addstat %gang% points 5'
      sound: 'ENTITY_PLAYER_LEVELUP'
      message:
        - ''
        - '&a&lGang Quest Complete'
        - '&fYour gang completed the &eMine 10,000 Blocks Quest &fand received:'
        - '&b&l • &f10x Gang Coins'
        - '&b&l • &f5x Gang Points'
        - ''
    - id: "win_koths_1"
      description: "Win 1 KoTH as a gang"
      target: 1
      statistic_type: "kothwins"
      gui:
        completed:
          material: 'ANVIL'
          name: '&eWin 1 KoTH'
          glow: true
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eWeekly'
            - '&e&l | &fProgress: &a%target%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&aYou have completed this quest.'
        incomplete:
          material: 'ANVIL'
          name: '&e&eWin 1 KoTH'
          glow: false
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eWeekly'
            - '&e&l | &fProgress: &c%progress%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&eComplete this quest to earn rewards.'
      rewards:
        - 'gadmin addstat %gang% coins 10'
        - 'gadmin addstat %gang% points 5'
      sound: 'ENTITY_PLAYER_LEVELUP'
      message:
        - ''
        - '&a&lGang Quest Complete'
        - '&fYour gang completed the &eWin 1 KoTH Quest &fand received:'
        - '&b&l • &f10x Gang Coins'
        - '&b&l • &f5x Gang Points'
        - ''
    - id: "kill_mobs_1000"
      description: "Kill 1,000 mobs as a gang"
      target: 1000
      statistic_type: "mobkills"
      gui:
        completed:
          material: 'ROTTEN_FLESH'
          name: '&eKill 1,000 Mobs'
          glow: true
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eWeekly'
            - '&e&l | &fProgress: &a%target%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&aYou have completed this quest.'
        incomplete:
          material: 'ROTTEN_FLESH'
          name: '&e&eKill 1,000 Mobs'
          glow: false
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eWeekly'
            - '&e&l | &fProgress: &c%progress%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&eComplete this quest to earn rewards.'
      rewards:
        - 'gadmin addstat %gang% coins 10'
        - 'gadmin addstat %gang% points 5'
      sound: 'ENTITY_PLAYER_LEVELUP'
      message:
        - ''
        - '&a&lGang Quest Complete'
        - '&fYour gang completed the &eWin 1,000 Mobs Quest &fand received:'
        - '&b&l • &f10x Gang Coins'
        - '&b&l • &f5x Gang Points'
        - ''
    - id: "earn_tokens_1T"
      description: "Earn 1T Tokens as a gang"
      target: 1000000000000
      statistic_type: "tokensgained"
      gui:
        completed:
          material: 'SUNFLOWER'
          name: '&eEarn 1T Tokens'
          glow: true
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eWeekly'
            - '&e&l | &fProgress: &a%target%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&aYou have completed this quest.'
        incomplete:
          material: 'SUNFLOWER'
          name: '&eEarn 1T Tokens'
          glow: false
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eWeekly'
            - '&e&l | &fProgress: &c%progress%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&eComplete this quest to earn rewards.'
      rewards:
        - 'gadmin addstat %gang% coins 10'
        - 'gadmin addstat %gang% points 5'
      sound: 'ENTITY_PLAYER_LEVELUP'
      message:
        - ''
        - '&a&lGang Quest Complete'
        - '&fYour gang completed the &eEarn 1T Tokens Quest &fand received:'
        - '&b&l • &f10x Gang Coins'
        - '&b&l • &f5x Gang Points'
        - ''
    - id: "earn_tokens_5T"
      description: "Earn 5T Tokens as a gang"
      target: 5000000000000
      statistic_type: "tokensgained"
      gui:
        completed:
          material: 'SUNFLOWER'
          name: '&eEarn 5T Tokens'
          glow: true
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eWeekly'
            - '&e&l | &fProgress: &a%target%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&aYou have completed this quest.'
        incomplete:
          material: 'SUNFLOWER'
          name: '&eEarn 5T Tokens'
          glow: false
          lore:
            - '&7&o"%description%"'
            - ''
            - '&eInformation:'
            - '&e&l | &fType: &eWeekly'
            - '&e&l | &fProgress: &c%progress%&f/&a%target%'
            - ''
            - '&eRewards:'
            - '&e&l | &f10x Gang Coins'
            - '&e&l | &f5x Gang Points'
            - ''
            - '&eComplete this quest to earn rewards.'
      rewards:
        - 'gadmin addstat %gang% coins 10'
        - 'gadmin addstat %gang% points 5'
      sound: 'ENTITY_PLAYER_LEVELUP'
      message:
        - ''
        - '&a&lGang Quest Complete'
        - '&fYour gang completed the &eEarn 5T Tokens Quest &fand received:'
        - '&b&l • &f10x Gang Coins'
        - '&b&l • &f5x Gang Points'
        - ''

Previousconfig.ymlNexttournament.yml

Last updated 6 months ago