Zithium Studios
  • 👋Getting Started
  • All Plugins
    • Item Options
    • Text Colors (RGB)
    • ❓FAQ
  • Zithium Series
    • ZithiumTags
      • Menu Options
    • ZithiumMobCoins
      • Commands & Permissions
      • Placeholders
      • Menu Options
      • DeluxeWithdraw Add-on
    • ZithiumBuckets
      • Default Files
    • Zithium Collectors
      • Commands & Permissions
      • Configuration
      • Developer API
  • XL Series
    • 🏆XLTournaments
      • Commands and Permissions
      • Objective Types
      • PlaceholderAPI
      • Configuration Files
      • Developer API
        • Events
        • Custom Objectives
    • ⛏️XLAutoMiner
  • Other Plugins
    • DonutCrates
    • DeluxeHub
      • Commands & Permissions
    • SponsoredSlots
    • DeluxeCoinflip
      • Configuration
      • Developer API
      • Placeholders
      • Custom Currency
Powered by GitBook
On this page
  1. Zithium Series
  2. ZithiumBuckets

Default Files

Here you can find the default configuration files encase you need to reference them.

Default Configuration File:

settings:
  # Should buckets cost money to be used? Set the price per-bucket below. Requires Vault
  buckets-cost-to-use: false

  # Should the lava bucket be allowed to smelt infinitely. If disabled bucket can not be placed in furnace.
  lava-bucket-not-used-when-smelting: true

water-bucket:
  material: WATER_BUCKET # DO NOT CHANGE
  display_name: "<gradient:aqua:white:aqua><b>Infinite Water Bucket"
  glow: true
  lore:
    - "<dark_gray>Infinite Bucket"
    - ""
    - "<white>This bucket will never run out!"
    - ""
    - "<yellow>Click to use."
  price-per-use: 15

lava-bucket:
  material: LAVA_BUCKET # DO NOT CHANGE
  display_name: "<gradient:red:white:red><b>Infinite Lava Bucket"
  glow: true
  lore:
    - "<dark_gray>Infinite Bucket"
    - ""
    - "<white>This bucket will never run out!"
    - ""
    - "<yellow>Click to use."
  price-per-use: 10

messages:
  no-permission: '<red>You do not have permission to use this command!'
  not-enough-money: '<red>You do not have enough money to use this bucket. <gray>You need $%price%'
  reloaded: '<green>The plugin has been reloaded!'

  bucket-given-target: '<green>You have been given a %type% infinite bucket!'
  bucket-given-sender: '<green>You have given %target% a %type% infinite bucket!'

  bucket-used-cost: '<green>You''ve used an infinite bucket and have been charged $%price%'

  invalid-command: '<red>This command is invalid. Usage: <gray>/buckets give {username} {type}'
  invalid-player: '<red>That player is either offline or invalid. Usage: <gray>/buckets give {username} {type}'
  invalid-bucket-type: '<yellow>That bucket type is invalid. Types are: <white>Lava<yellow>,<white> Water'

  help:
    - '<reset>'
    - '<gradient:green:white:green><b>SaveBuckets</b>'
    - '<gray>By ItzSave'
    - '<reset>'
    - '<green>/buckets give {username} {type} <dark_gray>- <white>Gives a user a bucket.'
    - '<green>/buckets reload <dark_gray>- <white>Reloads the config'
    - '<reset>'
PreviousZithiumBucketsNextZithium Collectors

Last updated 7 months ago