Allow server owners to rename the store and quest gui. Note: config.yml changed.
 
 
 
  
 
   
    
    
     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"
     
 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
     
   main_table: main
     
   quests_table: quests_tally
     
   date_table: dates
     
   username: user
     
   password: pass
     
   useSSL: false
     
   allowPublicKeyRetrieval: false
     
 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