Config Files - Lightman314/LightmansCurrency GitHub Wiki
Config Files
IMPORTANT NOTE This page lists how things are configured in LC Forge v2.2.0.1 or newer. To view documentation for older versions of LC Forge, or for LC Fabric, please go here.
As a Currency/Economy mod, Lightman's Currency has a lot of configuration options to help you balance your economy in any way you wish. Below is a more detailed list of all configuration options and what they change.
Note, unlike forge configs, changes to these files will not be automatically loaded. To reload them you must run the /lcconfig reload
command. Running this command will reload commands on the server if you are an admin, as well as reload all configs on your client.
Client Config
Found in FOLDER/config/lightmanscurrency-client.lcconfig
quality
itemTraderRenderLimit
The maximum number of items (per trade) that an Item Trader is allowed to render in-world. Setting to 0 will disable, but setting to 1 should be enough to reduce lag in trader-heavy areas.
time
timeFormatting
The format of the Time Stamps displayed in this mod. Mostly used for Notifications. Follows SimpleDateFormatting
wallet_slot
Various Inputs that let you customize the location of the wallet slot in your inventory menu. Useful if another mod places their own item slots or buttons where the wallet slot is placed.
slot
the X & Y position of the wallet slot in the inventory screen (pixels from the top-left corner of the menu). Formatted as X,Y
.
creativeSlot
the X & Y position of the wallet slot in the creative inventory (pixels from the top-left corner of the menu). Formatted as X,Y
.
button
The X & Y offset of the "Open Wallet" button (pixels from the top-left corner of the wallet slot). Formatted as X,Y
.
wallet_hud
Various Inputs that let you customize the location of the Wallet HUD.
enabled
Whether the Wallet HUD will show itself.
displayCorner
The corner that the Wallet HUD will display at. Accepted values are TOP_LEFT
,TOP_RIGHT
,BOTTOM_LEFT
, and BOTTOM_RIGHT
displayOffsetX/Y
The X/Y offset of the Wallet HUD (pixels from the corner). Note, negative values will be necessary for any corner that isn't the TOP_LEFT.
displayType
The display method of the Wallet HUD.
ITEMS_WIDE
Draws the Wallet followed by its contained coins.ITEMS_NARROW
Same asITEMS_WIDE
but the contained coins will be closer together and may/will overlap.TEXT
Draws the value text of the wallets contents as defined by the money type/coin chain.
inventory_buttons
Various inputs that let you customize the location of the notification & team manager buttons in your inventory menu. Useful if another mod places their own buttons where my buttons are placed.
button
The X & Y position of the left-most button (pixels from the top-left corner of the menu). Formatted as X,Y
buttonCreative
The X & Y position of the left-most button in the creative inventory (pixels from the top-left corner of the menu). Formatted as X,Y
chest_buttons
Settings related to the "Move Coins into Wallet" button that can appear in the chest screen.
enabled
Whether the "Move Coins into Wallet" button will appear in the top-right corner of a Chest Screen (if there are coins to collect)
allowSideChainCollection
Whether the button will also collect coins from a side-chain (by default these would be the Coin Pile and Coin Block items)
notification
notificationsInChat
Whether notification sources are allows to push a notification in your in-game chat box. Notifications will still be visible in the notification screen accessible from your inventory regardless of this setting.
slot_machine
Settings related to the Slot Machine and its animation.
animationDuration
The duration of the slot machine animation in Minecraft Ticks (20 ticks = 1s)
animationRestDuration
The duration of the slot machine animations "rest" state (only used when the 5x or 10x buttons were pressed)
sounds
moneyMendingClink
Whether money mending will trigger a coin sound when repairing a tool.
Common Config
Found in FOLDER/config/lightmanscurrency-common.lcconfig
debugLevel
The debug level of the mod. Useful if you don't want to see log messages from me in the server console. Note that even if disabled, logs will still appear in the debug.log file.
crafting
Various config options to disable the recipes of certain blocks/items. There are quite a lot of sub-options, but I'm not going to go into details here, as they're fairly self-explanatory.
Note: Disabling the crafting recipe does NOT disable their use for players who already have them, and will not prevent them from being obtained via command, creative mode. or admin trader. If you wish to disable a recipe that isn't listed in the config, I highly recommend the use of CraftTweaker.
events
chocolate
Whether the Chocolate Coin event will trigger during the Christmas season!
chocolateRate
The chance of a default coin being replaced by a chocolate coin when dropped by an entity or spawned in a chest.
villagers
Various config options to customize how my mod interacts with Vanilla and/or Modded Villagers. Note: Due to how villagers work, any changes made here CANNOT apply to any existing villager trades.
addCustomWanderingTrades
Whether my mod will insert some custom trades into the Wandering Traders trade pool.
addBanker/addCashier
Whether the Banker or Cashier villagers added by my mod will have any trades registered.
modification
changeVanillaTrades
Whether villagers added by vanilla Minecraft will have their Emeralds replaced with coins.
changeModdedTrades
Whether villagers added by other mods will have their Emeralds replaced with coins.
changeWanderingTrades
Whether the Wandering Trader will have their Emeralds replaced with coins.
defaultReplacementCoin
The default coin that villagers will have their Emeralds replaced by.
replacementCoinOverrides
A list of override entries that will replace specific villager types with a coin other than the default coin.
Entries should be formatted as "villager_id
-coin_id
".
For example, replacing the Butcher's emeralds with a Gold Coin would be "minecraft:butcher-lightmanscurrency:coin_gold"
loot
Various config options allowing you to define the coins used for Entity and Chest loot.
lootItemT?
The item defined as Tier ? loot.
entities
Various config options allowing you to define what entities will drop what value of coins (if any at all)
enabled
Whether entities will drop coins at all. Does not replace any loot table modifications done via a data pack.
allowSpawnedDrops
Whether entities spawned by a vanilla spawner will drop coins. Enable only if you wish players to be able to infinitely farm coins.
allowFakePlayerDrops
Whether modded machines that emulate player behavior can trigger coin drops. Enable only if you wish players to be able to infinitely farm coins from mobs.
lists.T?
A list of entity ids that should spawn loot of the given Tier (and lower tiers as well).
Note: If an entity is on multiple lists, only the lowest tier of loot will be triggered.
lists.BossT?
A list of entity ids that should spawn boss-level loot of the given Tier (and lower tiers as well).
Note: Boss tier loot does not require a player kill to trigger, and spawns a much larger coin quantity than the non-boss equivalent.
All entity list entries can accept the following inputs:
- Entity ID: Input of "minecraft:zombie" will make the zombie entity drop coins of that tier.
- EntityType Tag: Input of "#minecraft:skeletons" will make all entities with the "minecraft:skeletons" tag drop coins of that tier.
- ModId Filter: Input if "example:*" will make all entities from the "example" mod drop coins of that tier.
chests
Various config options allowing you to define what chests loot tables will spawn what value of coins (if any at all)
enabled
Whether coins will be inserted into any chests loot tables at all. Does not block loot tables added or edited by a data pack.
lists.T?
List of loot tables (e.g. "minecraft:chests/ruined_portal") that will generate the given tier of loot in them.
Note: If a loot table is on multiple lists, only the lowest tier of loot will be triggered.
Server Config
Found in FOLDER/config/lightmanscurrency-server.lcconfig
Will not be generated client-side when connecting to a dedicated server.
notifications
notificationLimit
The maximum number of player notifications allowed before old entries are deleted. Required to keep notification sync packets from getting too large.
machine_protection
safeEjection
Whether protected blocks (such as traders, trader interfaces, etc.) broken by non-players (such as Create Drills, or other modded blocks that don't call Forges Block Break Events) will have their contents safely ejected into a temporary storage that will only be accessible by the protected blocks owner/admins. If disabled, the protected blocks contents will be thrown on the ground as though the owner had broken it.
coin_mint
canMint
Whether coin mint recipes of mintType MINT
will be craftable in the Coin Mint. Set to false to disable the minting of coins (unless added by a datapack using mintType OTHER
).
canMelt
Whether coin mint recipes of mintType MELT
will be craftable in the Coin Mint. Set to false to disable the melting of coins (unless added by a datapack using mintType OTHER
).
defaultMintDuration
The default time period it will take for the Coin Mint to mint/melt a coin. Ignored if the recipe has a defined "duration".
recipes.mint
Config options that allow you to disable the minting of a specific default coin.
Note: Only affects recipes with a mintType of MINT
recipes.melt
Config options that allow you to disable the melting of a specific default coin.
Note: Only affects recipes with a mintType of MELT
wallet
Config options that allow you to determine which Wallet Tiers have which abilities. The Wallet Tiers are as follows: 0. Copper Wallet
- Iron Wallet
- Gold Wallet
- Emerald Wallet
- Diamond Wallet
- Netherite Wallet
exchangeLevel
The Wallet Tier that gains the ability to exchange coins via a button in the Wallet Menu.
pickupLevel
The Wallet Tier that gains the ability to automatically collect coins (while equipped). This also determines which Wallet Tier can be enchanted with the Coin Magnet enchantment.
bankLevel
The Wallet Tier that gains the ability to interact with their bank account.
upgrades.item_capacity
Config values to define the power of certain upgrades
itemCapacity1/2/3
The number of items added to a machines item storage when given an Item Capacity Upgrade of the given tier (1-Iron, 2-Gold, 3-Diamond)
upgrades.money_chest_magnet
Config values to define the power of the Money Chest Magnet Upgrade
radius1/2/3/4
The radius (in meters) of the Money Chest Magnet Upgrade of the given tier (1-Copper, 2-Iron, 3-Gold, 4-Emerald)
enchantments
Config values to define the power of certain enchantments
moneyMendingRepairCost
A Money Value Input to define the cost of repairing a single unit of durability with the Money Mending enchantment.
coinMagnetBaseRange
The coin collection range (in meters) of the Coin Magnet I enchantment.
coinMagnetLeveledRange
The range (in meters) added by each extra level of the Coin Magnet enchantment.
auction_house
enabled
Whether the Auction House will be automatically generated and accessible.
Note: Disabling after players have used the Auction House will result in any items/money within the Auction Houses storage being trapped permanently.
visibleOnTerminal
Whether the Auction House will appear in the Trading Terminal. If disabled, the only way to access the Auction House is by interacting with an Auction Stand.
minimumDuration
The minimum number of days an auction can define as its duration.
Note: Even when set as 0 days, an auction can still be no less than 1 hour long.
maximumDuration
The maximum number of days an auction can define as its duration.
terminal
sortUnnamedTradersToBottom
Whether traders with no custom name will be sorted to the bottom of the Network Terminal list. Enable to discourage players leaving a bunch of "Item Network Terminal T4" traders on the trader list.
player_trading
maxPlayerDistance
The maximum distance allowed between players in order for a player trader to persist.
Note: Input of -1 will always allow a player trade regardless of position or dimension, while an input of 0 will allow a player trade regardless of position but will require that they be in the same dimension.
taxes
adminOnlyActivation
Whether only players in Admin Mode can activate a Tax Collector. Enable to require administrator authorization in order to tax an area.
maxTaxRate
The maximum tax rate that a Tax Collector is allowed to enforce.
maxRadius
The maximum horizontal radius around the Tax Collector that it is allowed to tax.
maxHeight
The maximum vertical area around the Tax Collector that it is allowed to tax.
maxVertOffset
The maximum vertical offset from the Tax Collector that the area can be set in.
chocolate_coins
chocolateEffects
Whether the chocolate coins will give players potion effects when eaten by a player.
compat
Various config options about my compatibility features with other mods.
claim_purchasing
Config options around my mods Claim & Forceload purchasing.
Compatible with FTB Chunks & Cadmus.
allowClaimPurchase
Whether players can buy claims via the /lcclaims buy claim
command.
claimPrice
The Money Value price to be paid per claim chunk purchased.
maxClaimCount
The maximum number of bonus claims players are allowed to buy.
allowForceloadPurchase
Whether players can buy claims via the /lcclaims buy forceload
command.
forceloadPrice
The Money Value price to be paid per forceload chunk purchased.
maxForceloadCount
The maximum number of bonus forceload chunks players are allowed to buy.
ldi
Config options related to the Lightman's Discord Integration "Trade Bot" addon. Does nothing if Lightman's Discord Integration is not installed.
channel
The channel ID of the Trade Bot channel.
prefix
The prefix used for Trade Bot commands.
limitSearchToNetwork
Whether the search command should limit its search result to only Network Traders (or normal trades with network upgrades)
ldi.notifications
Config options to determine if the Trade Bot should announce notifications in its channel when certain events happen.
networkTraderBuilt
Whether a notification will appear when a new Network Trader is created.
Note: This notification will have a 60 second delay to allow the owner to customize the traders name, assign it to a team, etc.
auctionCreated
Whether a notification will appear when an Auction is created by a player in the Auction House.
auctionPersistentCreations
Whether a notification will appear when a Persistent Auction is created/renewed.
auctionCancelled
Whether a notification will appear when an Auction is cancelled.
auctionWon
Whether a notification will appear when an Auction is completed and had a valid bidder.
Other
The Master Coin List and Persistent Traders config files have their own page.