MyDomain
A mod that helps players protect their private territories/homes and provides a basic economic system
- Загрузки
- 778
- Подписчики
- 1
- Обновлён
- 14 февраля 2024 г.
- Лицензия
- GPL-3.0-only
Опубликован 25 января 2024 г.
Introduction
Are you worried that your Minecraft Fabric server does not have the Residence plugin to protect player bases? This mod helps you protect your player's base and it has most of the basic features of Residence! Also provides a basic economic system.
Support and Feedback
Github: https://github.com/SAGUMEDREAM/MyDomain/issues
E-Mail: helper@otomads.top
Config
Configuration file directory: ./config/mydomain/config.yml
Settings
- allow_check_other_player_accounts: true
- Whether to allow viewing other players’ account balances (true/false)
- select_item: minecraft:stick
- Select items (fill in the Identifier of the item)
- currency_items: minecraft:gold_ingot
- Physical currency item (fill in the Identifier of the item)
- initialize_currency: 200.0
- Initialize the player's currency amount (fill in Double decimal)
- unit_block_price: 0.55
- Price per block in the selection (fill in Double decimal)
- uuid_authentication: false
- Whether to enable uuid in command suggest (true/false)
- admin_domain_control: true
- (true/false)
- max_domain: 5
- The maximum number of domains each player is allowed to have (fill in Integer)
- check_for_update: true
- Automatically check for MyDomain mod updates when launching the game (true/false)
- language: en_us
- Language type (default is zh_cn and en_us, language files should be placed in ./config/mydomain/languages)
- version_id: 1
- Configuration file version number, please do not change it
Usage
- /mydomain
- create (create a domain for you)
- delete (delete your domain)
- tp (teleport to domain)
- tpset (set domain teleport point)
- confirm (confirm whether important settings have been changed)
- delete
- give
- give (give a domain to other player)
- list (get all your domains)
- padd
- pdel
- set (change domain settings)
- expand (expand the domain range towards the player)
- info (get domain infos)
- get (get the infos information where the player is located)
- size (get the current selection size)
- about (get mod info and support)
- reload (reload mod, Requires administrator)
- update (check for updates, Requires administrator)
- encode (export internal language encoding, Requires administrator)
- /recharge
- (add money to your own account)
- /withdraw
- (withdraw money from your own account)
- /mydomain:money (query the player’s own account currency)
- (query the other player’s account currency)
- /mydomain:pay
- (transfer money to a player)
- /mydomain:account
- (modify a player's settings)
Ченджлог
1.4Релиз1.20.3, 1.20.4 · 14 февраля 2024 г.
Fixed unable to read currency value (need to delete config.yml to update it)
修复无法读取货币价值(需要删除config.yml去更新它)
1.3Релиз1.20.3, 1.20.4 · 4 февраля 2024 г.
Fixed bed and respawn block explosion causing game crash
修复床和重生方块爆炸导致游戏崩溃
1.2Релиз1.20.3, 1.20.4 · 3 февраля 2024 г.
Allows you to rename your domain
Fixed an error in the area overlap algorithm
Fixed the issue where other player accounts could not be queried
允许给你的领域重起名
修复了区域重叠算法出错
修复了无法查询其他玩家账户的问题
1.1Релиз1.20.3, 1.20.4 · 28 января 2024 г.
修复了启动失败的错误
增加了启动阶段出错误的报错机制,可以阻止游戏崩溃
Fixed the error of startup failure
Added an error reporting mechanism during the startup phase to prevent the game from crashing.
Комментарии
Загружаем…