[RDQ] | Cross Server | Quests | Ranks | Tree | Passives/Unlocks | Stats | Achievements icon

[RDQ] | Cross Server | Quests | Ranks | Tree | Passives/Unlocks | Stats | Achievements -----

Custom rank tree, quests, stats, bounties, 30 unique passives and more!



Bug fixes and several new features, commands, and permissions!
Update 1.1.0 brings many new features including the ability to place condensed dirt/stone. New commands to give target players the custom dirt/stone. Quest commands and passive commands. Along with new permissions. This update also bring config changes. If you do not update your config the plugin uses default values. Many bug fixes implemented.
Passive cooldowns: You can now set a cooldown for each passive in passives.yml. Additionally, server owners set the interval players are notified of the cooldown in messages.yml
Code (Text):
################################################
#                                              #
#                   Config                     #
#                                              #
#          Developed by ItsRainingHP           #
#  Join 1.18.2 server at AntiMatterZoneMC.com  #
#        https://discord.gg/PqqXNNBs9Z         #
#                                              #
#                   Support                    #
#         https://discord.gg/pqG9DWm           #
################################################
#                                              #
#     DO NOT CHANGE ANY YML SETTING NAMES      #
#                                              #
################################################
# Plugin prefix
Prefix: "rq"
# Economy Settings - Setting Vault allows you to set a dollar reward.
StoreGUIName: "Raindrop - Store"
QuestGUIName: "Raindrop - Quests"
# Auto save block data
Sync: true
# Interval in minutes to save block data to database
Interval: 5
# This will cause lag on big servers. Use the sync interval or run the command /rq loadblocks if you have 100+ active players
# Save to database every time a custom block is placed or destroyed
BlockEvent: false
Economy:
  # Enable your economy plugin for quest rewards and passive costs
  Vault: true
  # Economy symbol
  Symbol: $
  # Custom plugin economy
  Custom: true
  # Custom name for plugin money
  Name: "Raindrops"
# Symbol used for the information button in the GUI
Info_Symbol: APPLE
# Database type: MySQL or SQLite
DBType: SQLite
MySQL:
  hostname: 127.0.0.1
  port: 3306
  database: raindrop
  username: user
  password: pass
  useSSL: false
  allowPublicKeyRetrieval: false
  # Main table that holds player passives and custom money
  main_table: main
  # Quest completion table
  quests_table: quests_tally
  # Quest last completed table (used for determining quest cooldown)
  date_table: dates
  passives_table: passives
  ################################################
  #                                              #
  #            UNIQUE FOR EACH SERVER            #
  #                                              #
  ################################################
  # YOU MUST CHANGE blocks_table
  # FOR EVERY SERVER THIS PLUGIN IS INSTALLED ON
  blocks_table: blocks # UNIQUE FOR EACH SERVER
  ################################################
Discord:
  # Enable discord notifications.
  enabled: false
  webhookURL: URL_HERE
  webhookImage: https://amzfiles.antimatterzone.net/api/public/dl/YG8o6te6
  webhookUser: AutoMelons
  # Creates all discord notifications embedded.
  webhookEmbedded: true
  # Embedded message color. Supported colors are
  # Black, blue, cyan, dark_gray, gray, green, light_gray, magenta, orange, pink, red, white, yellow
  color: blue
Code (Text):
################################################
#                                              #
#                   Passives                   #
#                                              #
#          Developed by ItsRainingHP           #
#  Join 1.18.2 server at AntiMatterZoneMC.com  #
#        https://discord.gg/PqqXNNBs9Z         #
#                                              #
#                   Support                    #
#         https://discord.gg/pqG9DWm           #
################################################
################################################
#                                              #
#     DO NOT CHANGE ANY YML SETTING NAMES      #
#                                              #
################################################
Passives:
  Wood_Passive: # DO NOT CHANGE THESE
    # Passive Name
    Name: "Wood Passive"
    # Passive description
    Description:
      - "Chance to save wood when crafting!"
      - "Cost 20"
      - "Requires: Quest1 completed"
    # Symbol in the GUI - Must be a minecraft material
    Symbol: Stick
    # Chance to trigger passive
    Percent: 0.9 # 90 percent
    # Required money to purchase passive
    Economy:
      Vault: 200
      Currency: 20
    # Items the passive effects
    Items:
      - STICK
      - oak_log
    # Required quest completions to purchase passive
    Requirements:
      # Format: [<QuestName, <Completions>]
      Quests: [Quest1, 1]
    Cooldown: 300
  Iron_Passive:
    Name: "Iron Passive"
    Description:
      - "Chance to save iron when crafting!"
      - "Cost 40"
    Symbol: Iron_Ingot
    Percent: 0.5 # 50 percent
    Economy:
      Vault: 200
      Currency: 20
    Items:
      - Iron_Ingot
    Requirements:
      Quests: []
    Cooldown: 300
  Gold_Passive:
    Name: "&4Gold Passive"
    Description:
      - "&6Chance to save gold when crafting!"
      - "Cost 60"
    Symbol: Gold_Ingot
    Percent: 0.5 # 50 percent
    Economy:
      Vault: 200
      Currency: 20
    Items:
      - Gold_Ingot
    Requirements:
      Quests: []
    Cooldown: 300
  Diamond_Passive:
    Name: "&dDiamond Passive"
    Description:
      - "&fChance to save diamond when crafting!"
      - "Cost 80"
      - "Requires 2 Quest2 completions"
    Symbol: Diamond
    Percent: 0.5 # 50 percent
    Economy:
      Vault: 200
      Currency: 20
    Items:
      - Diamond
    Requirements:
      Quests: [Quest2, 2]
    Cooldown: 300
  Nether_Passive:
    Name: "&lNether Passive"
    Description: ["Chance to save nether when crafting!"]
    Symbol: Netherite_Ingot
    Percent: 0.5 # 50 percent
    Cost: 100
    Items:
      - netherite_ingot
    Requirements:
      Quests: [ Quest2, 2 ]
    Cooldown: 300
  Bonus_Passive:
    Name: "&fBonus Passive"
    Description: ["Chance at bonus item when crafting!", "Cost 200"]
    Symbol: Crafting_Table
    Percent: 0.9
    Economy:
      Vault: 200
      Currency: 20
    Amount: 1
    Items:
      - iron_sword
    Requirements:
      Quests: []
    Cooldown: 300
  Potion_Return:
    Name: "&dPotion Return Passive"
    Description: ["Chance at keeping potion upon use!", "Cost 150"]
    Symbol: glass_bottle
    Percent: 0.9
    Economy:
      Vault: 200
      Currency: 20
    Amount: 1
    # Options: awkward, fire_resistance, instance_damage, instant_heal, invisibility, jump, luck, mundane, night_vision
    # poison, regen, slow_falling, slowness, speed, strength, thick, turtle_master, uncraftable, water, water_breathing
    # weakness
    Items:
      - regen
      - instant_heal
    Requirements:
      Quests: [ ]
    Cooldown: 300
  Potion_Extend:
    Name: "&cPotion Extended Passive"
    Description: ["Potions have increase duration!", "Cost 175"]
    Symbol: honey_bottle
    Amount: 1.5 # 50 percent increase
    Economy:
      Vault: 200
      Currency: 20
    Items:
      - night_vision
      - fire_resistance
      - swiftness
    Requirements:
      Quests: [ ]
    Cooldown: 300
  Potion_Strength:
    Name: "&fPotion Strength Passive"
    Description: ["Potions have increased effects!", "Cost 200"]
    Symbol: experience_bottle
    Amount: 2 # Amplifies potion effects
    Economy:
      Vault: 200
      Currency: 20
    Items:
      - healing
      - harming
      - regeneration
    Requirements:
      Quests: [ ]
    Cooldown: 0
  Superheat:
    Name: "&fSuperheat"
    Description: [ "Craft ore into bars", "Note: No XP gain.", "Cost 30" ]
    Symbol: furnace
    Economy:
      Vault: 200
      Currency: 20
    Cost: 30
    Iron_Cost: 2
    Gold_Cost: 2
    Copper_Cost: 2
    Requirements:
      Quests: [ ]
    Cooldown: 0
  Transmogrification:
    Name: "&cTransmogrification"
    Description: [ "Craft rotten flesh into leather", "Cost 30" ]
    Symbol: leather
    Economy:
      Vault: 200
      Currency: 20
    Leather_Cost: 2
    Requirements:
      Quests: [ ]
    Cooldown: 0
  CraftNetherTools:
    Name: "&lCraftNetherTools"
    Description: [ "Craft nether tools", "Cost 30" ]
    Symbol: netherite_pickaxe
    Cost: 30
    Material: Stick # Bonues required material to craft nether tools
  CraftNetherWeapons:
    Name: "&dCraftNetherWeapons"
    Description: [ "Craft nether weapons", "Cost 30" ]
    Symbol: netherite_sword
    Economy:
      Vault: 200
      Currency: 20
    Material: Gold_ingot # Bonues required material to craft nether weapons
    Requirements:
      Quests: [ ]
    Cooldown: 0
  CraftNetherArmor:
    Name: "&cCraftNetherArmor"
    Description: [ "Craft nether armor", "Cost 30" ]
    Symbol: netherite_chestplate
    Economy:
      Vault: 200
      Currency: 20
    Material: Iron_ingot # Bonues required material to craft nether armor
    Requirements:
      Quests: [ ]
    Cooldown: 0
  Condense:
    Name: "&cCondenser"
    Description: [ "Condense dirt and stone for storage", "Cost 20" ]
    Symbol: Dirt
    Economy:
      Vault: 200
      Currency: 20
    Requirements:
      Quests: [ ]
  Expedire:
    Name: "&cExpedire"
    Description: [ "Craft seeeds into wheat!", "Cost 20" ]
    Symbol: Wheat_Seeds
    Economy:
      Vault: 200
      Currency: 20
    Requirements:
      Quests: [ ]
    Cooldown: 0
  Mixologist:
    Name: "&cMixologist"
    Description: [ "Dye plus seeds to ingredients", "Cost 20" ]
    Symbol: black_dye
    # Note: setting both to false effectively makes the passive useless but players can still purchase
    # To disable passives remove the relevant permission.
    Primary: true
    QuasiPrimary: true
    # Additional item surrounding dye to craft
    PrimaryItem: wheat_seeds
    QuasiPrimaryItem: melon_seeds
    Economy:
      Vault: 200
      Currency: 20
    Requirements:
      Quests: [ ]
    Cooldown: 0
  Transmutation:
    Name: "&cTransmutation"
    Description: [ "Craft golden apples/carrots back to gold", "Cost 20" ]
    Symbol: golden_apple
    # Set the return amount. Apple = Gold Ingots and Carrots = Gold Nuggets
    GoldenApple: 5
    GoldenCarrot: 8
    EnchantedGoldenApple: 9
    Economy:
      Vault: 200
      Currency: 20
    Requirements:
      Quests: [ ]
    Cooldown: 0
Code (Text):
################################################
#                                              #
#                   Messages                   #
#                                              #
#          Developed by ItsRainingHP           #
#  Join 1.18.2 server at AntiMatterZoneMC.com  #
#        https://discord.gg/PqqXNNBs9Z         #
#                                              #
#                   Support                    #
#         https://discord.gg/pqG9DWm           #
################################################
# This config is for settings notifications.   #
# Change the string values for each message.   #
# Change each "Quest1" to same as quests.yml.  #
# Leave any string blank to disable            #
# individual messages.                         #
# You can use color codes                      #
################################################
# Discord sends the message to the webhook     #
# Logger adds the message to the server log    #
# Broadcast will send message server wide      #
# Player will send message to the player       #
################################################
Plugin:
  # Plugin disabled message
  Disable: false
  # Debug messages. This can fill your log if your database is large.
  Debug: true
Commands:
  Discord: false
  Logger: false
  Broadcast: false
  Player: false
  # Message anytime a player runs the command
  Messages:
    Info: "%player_name% ran &fthe &cinfo &dcommand!"
    QuestGUI: "%player_name% ran the QuestGUI command!"
    StoreGUI: "%player_name% ran the StoreGUI command!"
    QuestNPC: "%player_name% ran the QuestNPC command!"
    StoreNPC: "%player_name% ran the StoreNPC command!"
# Purchased = Anytime a player purchases a passive
# Used = Anytime a player triggers the passive
# NOTE SETTING MORE THAN 1 or 2 for each passive can result in server lag
Passives:
  # Time before player is notified of the cooldown in seconds.
  CoolDownInterval: 30
  Wood_Passive:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Wood Passive!"
      Used: "%player_name% used the Wood Passive!"
  Iron_Passive:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Iron Passive!"
      Used: "%player_name% used the Iron Passive!"
  Gold_Passive:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Gold Passive!"
      Used: "%player_name% used the Gold Passive!"
  Diamond_Passive:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Diamond Passive!"
      Used: "%player_name% used the Diamond Passive!"
  Nether_Passive:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Nether Passive!"
      Used: "%player_name% used the Nether Passive!"
  Bonus_Passive:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Bonus Passive!"
      Used: "%player_name% used the Bonus Passive!"
  Potion_Return:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Potion Return Passive!"
      Used: "%player_name% used the Potion Return Passive!"
  Potion_Extend:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Potion Extend Passive!"
      Used: "%player_name% used the Potion Extend Passive!"
  Potion_Strength:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Potion Strength Passive!"
      Used: "%player_name% used the Potion Strength Passive!"
  Superheat:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Superheat Passive!"
      Used: "%player_name% used the Superheat Passive!"
  Transmogrification:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Transmogrification Passive!"
      Used: "%player_name% used the Transmogrification Passive!"
  CraftNetherTools:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the ability to Craft Nether Tools!"
      Used: "%player_name% used the Craft Nether Tools Passive!"
  CraftNetherWeapons:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the ability to Craft Nether Weapons!"
      Used: "%player_name% used the Craft Nether Weapons Passive!"
  CraftNetherArmor:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the ability to Craft Nether Armor!"
      Used: "%player_name% used the Craft Nether Armor passive!"
  Condense:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Condense Passive!"
      Used: "%player_name% used the Condense Passive!"
  Expedire:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Expedire passive!"
      Used: "%player_name% used the Craft Expedire passive!"
  Mixologist:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Mixologist Passive!"
      Used: "%player_name% used the Mixologist Passive!"
  Transmutation:
    Discord: false
    Logger: false
    Broadcast: false
    Player: false
    Messages:
      Purchased: "%player_name% purchased the Transmutation passive!"
      Used: "%player_name% used the Craft Transmutation passive!"
----------, Nov 23, 2022
Resource Information
Author:
----------
Total Downloads: 8,893
First Release: Nov 21, 2022
Last Update: Aug 17, 2024
Category: ---------------
All-Time Rating:
8 ratings
Find more info at plugins.amzmcwiki.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings