|
| 1 | +# ReviveToken |
| 2 | + |
| 3 | +[English](#english-version) |
| 4 | + |
| 5 | +复活币 |
| 6 | +消耗 **1** 个**复活币**可以在当前位置原地复活,复活币不会掉落 |
| 7 | + |
| 8 | +gif: |
| 9 | + |
| 10 | + |
| 11 | +## 新增内容 |
| 12 | + |
| 13 | +- 物品:复活币 |
| 14 | +  |
| 15 | +- **交易**: |
| 16 | + 1. 图书管理员 |
| 17 | +  |
| 18 | + 2. 流浪商人-一般交易 |
| 19 | +  |
| 20 | + 3. 流浪商人-稀有交易 |
| 21 | +  |
| 22 | +- "原地复活"按钮 |
| 23 | +  |
| 24 | + |
| 25 | +## 可自定义内容 |
| 26 | + |
| 27 | +配置文件示例: |
| 28 | + |
| 29 | +```toml |
| 30 | +#Specify the Token item to consume |
| 31 | +token = "revivetoken:coin" |
| 32 | +#Specify the Item count to consume |
| 33 | +# Default: 1 |
| 34 | +# Range: > 0 |
| 35 | +cost = 1 |
| 36 | +#Disable the trade recipes of Coin |
| 37 | +notrade = false |
| 38 | +``` |
| 39 | + |
| 40 | +改变`token`可以改变复活时消耗什么物品(不掉落的物品也会随之改变) |
| 41 | +改变`cost`可以改变复活时消耗多少币 |
| 42 | +将`notrade`改为`true`可以取消添加的交易配方 |
| 43 | + |
| 44 | +## FAQ |
| 45 | + |
| 46 | +**Q: 为什么我背包里明明有币但是没有立即复活的按钮?** |
| 47 | +**A:** 币不够/币不符合你填的配置文件 |
| 48 | + |
| 49 | +**Q: Fabric / Forge / 1.20.1?** |
| 50 | +**A:** 不会做,但欢迎 PR |
| 51 | + |
| 52 | +## English Version |
| 53 | + |
| 54 | +Revive Token - Coin  |
| 55 | +Consuming **1** Revive Token allows you to respawn on the spot. Tokens will not drop on death. |
| 56 | + |
| 57 | +gif: |
| 58 | + |
| 59 | + |
| 60 | +## New Features |
| 61 | + |
| 62 | +- Item: Revive Token  |
| 63 | +  |
| 64 | +- **Trades**: |
| 65 | + 1. Librarian |
| 66 | +  |
| 67 | + 2. Wandering Trader – Common Trade |
| 68 | +  |
| 69 | + 3. Wandering Trader – Rare Trade |
| 70 | +  |
| 71 | +- "Revive" button |
| 72 | +  |
| 73 | + |
| 74 | +## Customizable Settings |
| 75 | + |
| 76 | +Sample configuration file: |
| 77 | + |
| 78 | +```toml |
| 79 | +#Specify the Token item to consume |
| 80 | +token = "revivetoken:coin" |
| 81 | +#Specify the Item count to consume |
| 82 | +# Default: 1 |
| 83 | +# Range: > 0 |
| 84 | +cost = 1 |
| 85 | +#Disable the trade recipes of Coin |
| 86 | +notrade = false |
| 87 | +``` |
| 88 | + |
| 89 | +Changing `token` lets you define which item is consumed upon revival (non-droppable items will also change accordingly). |
| 90 | +Changing `cost` lets you set how many tokens are consumed when reviving. |
| 91 | +Set `notrade` to `true` to disable the added trade recipes. |
| 92 | + |
| 93 | +## FAQ |
| 94 | + |
| 95 | +**Q: Why doesn’t the respawn button appear even though I have tokens in my inventory?** |
| 96 | +**A:** Not enough tokens / tokens don’t match the item defined in the config file. |
| 97 | + |
| 98 | +**Q: Fabric / Forge / 1.20.1 support?** |
| 99 | +**A:** Not implemented. PRs are welcome. |
0 commit comments