⚒️
Ultimate BlockRegen
DiscordDonate
  • 👋Welcome to Ultimate BlockRegen Wiki
  • Overview
    • ⬇️Installation
    • ❓FAQ
      • How to add custom drops?
      • How to enable per regeneration?
      • Does it Support ItemsAdder?
      • Does it Support Oraxen?
      • Does it Support Nexo?
      • Where can i get support?
      • Alternative Payment Options??
      • What is Command Chaining?
      • How to setup world gaurd subregion?
  • Fundamentals
    • 🛠️Basic Settings
      • Creating A Region
      • General Commands
      • Permission Nodes
      • Reloading The Plugin
      • Add More Blocks
      • Edit Block Menu
      • Deleting A Region
      • Placeholders
    • ⚙️GUI Settings
      • Main Menu
        • Change Prefix
      • Toggle Menu
        • Disabling Regeneration
        • Regen As Seed
        • Drop To Inventory
        • Allow Block Placements
        • Update Checker
        • Messages
        • Crop Animation
      • Region Menu
        • Per Region Regeneration
        • Per Region Permission
        • Per Region Allow Block Place
        • Region Status
      • Edit Menu
        • Disable Specific Block
        • Customize Block Xp Drop
        • Customize Block Regen Delay
        • Customize Replace Block
        • Customize Delay Block
        • Customize Money Reward
        • Customize Block Permission Requirement
        • Customize Cost Required
        • Customize Tool Damage
        • Customize Block Drops
        • Customize Block Commands
        • Customize Required Tools
        • Customize Block Sounds
    • 🪝Hooks
      • ItemsAdder
      • Oraxen
      • Nexo
      • Vault + Any Economy Plugin
  • Defualt Files
    • 🔌Default Ymls
      • Materials.yml
      • Config.yml
Powered by GitBook
On this page

Was this helpful?

  1. Defualt Files
  2. Default Ymls

Config.yml

2.0.38

#*******************************
#        Mine Farm Regen
#
#        Made By HmmboYt
#            Discord
#   Conatact Jumbo_Hmmbo#0747
#******************************

# Thank You For Downloading

#Permission Nodes
#Use This Permission Nodes To Give Player Access
#regen.reload -> Reload  Config
#regen.positions -> Pos1 and Pos2
#regen.create -> Create Regions
#regen.delete -> Delete Regions
#regen.menu -> Open Regen Menu

#Toggle Plugin On / Off
Block_Regen: true

#prefix of messages sent by plugin
prefix: §f[§eRegen§f]

#Drops Are Added Into Inventory Directly
Drop_To_Inv: true

#Crops Regenerates As Seed
Regen_As_Seed: true

#Allows Block Placing For Players
Allow_Block_Place: false

#Allows Other Non Regenerating Blocks To Be Broken
Allow_Other_Block_Break: false

#Deafault Drops
DefaultDrops: true

#Damage Tools
Send_Messages: true

#Update Notifications
Update_Checker: true

#Message Combo [ Combines messages ]
Message_Combo: false
#Floating money messages

#add none to disable it
Money_Bubble: false

#Crop Animation
Regen_Crop_Animation: false

# Advanced Configurations
#
#
# /save-all regenerates all the region
RegenAfterWorldSave: false
# No Physics in the regen ( set true if you use blocks like sand to regen )
NoPhysics: true

#Event based Configuration Inside regions
Allow_Block_Burn: false
Allow_Block_Explode: false
Allow_Player_Use_Bucket: false
Allow_Block_Ignite: false
Allow_Pistons: false
Allow_Entity_Explode: false


#add none here to disabale messages
#Messages_Lang: none

Messages_Lang: en
en:
  InventoryFull: "§eYour inventory is full."
  Other_Block_Break: "§cYou cannot break this block."
  Disabled_Block_Break: "§cBreaking this block is disabled."
  Required_Tool: "§cYou don't have the required tool to break this block."
  Plugin_TurnedOFF: "§cThe plugin has been disabled via the GUI."
  NotGrownCrops: "§cThese crops need more time to grow."
  No_Region_Perms: "§cYou don't have the necessary permissions to break blocks in this region."
  Money_Deposit: "§aYou have received %money%."
  Disabled_Region: "§cThis region has been disabled."
  Cost_Deducted: "§aYou paid §e%cost%§a$."
  Low_Balance: "§cYou need at least §e%cost%§c$."
  No_Block_Perms: "§cYou don't have the necessary permissions to break this blocks."

es:
  InventoryFull: "Tu inventario está lleno."
  Other_Block_Break: "No puedes romper este bloque."
  Disabled_Block_Break: "Romper este bloque está deshabilitado."
  Required_Tool: "No tienes la herramienta necesaria para romper este bloque."
  Plugin_TurnedOFF: "El plugin ha sido deshabilitado a través de la interfaz gráfica."
  NotGrownCrops: "Estos cultivos necesitan más tiempo para crecer."
  No_Region_Perms: "No tienes los permisos necesarios para romper bloques en esta región."
  Money_Deposit: "Has recibido %money%."
  Disabled_Region: "Esta región ha sido deshabilitada."
  Cost_Deducted: "§aHas pagado §e%cost%§a monedas."
  Low_Balance: "§cNecesitas al menos §e%cost%§c monedas."
  No_Block_Perms: "§cNo tienes los permisos necesarios para romper estos bloques."



PreviousMaterials.yml

Last updated 5 days ago

Was this helpful?

🔌