Main Config Settings
Warning
This plugin will not be maintained in the short term due to a lack of energy and high school dormitory life, so updates are temporarily suspended. qwp
Caution
Note that this plugin currently has a malicious bug where players can duplicate items. It is recommended to temporarily remove all crafting recipes involving the Philosopher's Stone.
About the main file
config.yml
Tips
Without any other hints, you can only use true
and false
. And it uses the default file content.
Language
language: "en_us"
Main language. Default is Simplified Chinese.
Debug
debug: false
Default is false. Enabling it will output a lot of content, so it's recommended to keep it off unless there's an issue.
Advancements
Advancement_Datapack: true
Default is true. It's for custom advancements to guide players.
Blocks
CustomBlockPack:
enabled: true
Default is true. For custom display blocks, but note that it consumes performance.
Alchemical Bag
AlchemicalBag:
enabled: true
Default is true. If enabled, players can use this item.
Tools
Tools:
dark_matter_tools_enabled: true
red_matter_tools_enabled: true
area_of_effect_mining_enabled: true
katar_attack_all_mode_enabled: true
Default is true. You can see explanations for their settings in the comments in the config.
Transmutation Table
TransmutationTable:
enabled: true
transfer-fee-percentage: 0
EMC:
recipeConflictStrategy: "lowest"
divisionStrategy: "floor"
Exclude_PDC:
enabled: true
only_mc_items: true
ImportantItems:
default: ...
The transmutation table is enabled by default.
transfer-fee-percentage
is the fee for player-to-player transfers, default is 0 (no fee).recipeConflictStrategy
is what EMC value to use when there are multiple recipes, options arelowest
orhighest
.divisionStrategy
is what to do when an item's EMC is not perfectly divisible,floor
/ceil
correspond to rounding down/up.Exclude_PDC
is whether to exclude PDC items, default is true, meaning PDC items are excluded from EMC calculation.only_mc_items
is to only calculate vanilla Minecraft items.ImportantItems
is for setting important items, highly not recommended to configure.
None of your business?! I'm gonna set it!
Alright then. Inside, you'll see settings like this:
- item: number
This means setting the EMC of "item" to number
. Let's say I want to change the EMC of a diamond to 114514
, then find the diamond line and change it to:
- diamond: 114514
You didn't mention ConfirmDatapack?!!!
It will become true
by itself after the plugin is enabled.
What about philosopher_stone?
Unfinished ╥﹏╥...