本帖最后由 Jeansou 于 2020-10-22 00:05 编辑
同 bskyblock
https://github.com/JeansouLiu/BSkyBlock_Chinese/blob/master/src/main/resources/config.yml
复制代码
AoneBlock 单方块空岛里怎么设置第一次创岛屿 不会清除身上所有物品
同 bskyblock
https://github.com/JeansouLiu/BSkyBlock_Chinese/blob/master/src/main/resources/config.yml
- on-join:
- # 重置背包 - 若为 true, 玩家的背包将会被清空.
- # 注意: 如果你安装了 MultiInv 或其他相似的背包管理插件, 那些插件仍会在
- # 切换世界时更换玩家的背包.
- inventory: false
Jeansou 发表于 2020-10-22 00:01
同 bskyblock
https://github.com/JeansouLiu/BSkyBlock_Chinese/blob/master/src/main/resources/config. ...
用的是
AoneBlock 一个方块生存喔
q578859276 发表于 2020-10-22 09:05
用的是
AoneBlock 一个方块生存喔
| reset: | |
| # How many resets a player is allowed (manage with /bsbadmin reset add/remove/reset/set command) | |
| # Value of -1 means unlimited, 0 means hardcore - no resets. | |
| # Example, 2 resets means they get 2 resets or 3 islands lifetime | |
| reset-limit: -1 | |
| # Kicked or leaving players lose resets | |
| # Players who leave a team will lose an island reset chance | |
| # If a player has zero resets left and leaves a team, they cannot make a new | |
| # island by themselves and can only join a team. | |
| # Leave this true to avoid players exploiting free islands | |
| leavers-lose-reset: false | |
| # Allow kicked players to keep their inventory. | |
| # Overrides the on-leave inventory reset for kicked players. | |
| kicked-keep-inventory: false | |
| on-join: | |
| # What the addon should reset when the player joins or creates an island | |
| # Reset Money - if this is true, will reset the player's money to the starting money | |
| # Recommendation is that this is set to true, but if you run multi-worlds | |
| # make sure your economy handles multi-worlds too. | |
| money: false | |
| # Reset inventory - if true, the player's inventory will be cleared. | |
| # Note: if you have MultiInv running or a similar inventory control plugin, that | |
| # plugin may still reset the inventory when the world changes. | |
| inventory: true | |
| # Reset health - if true, the player's health will be reset. | |
| # Added since 1.8.0. | |
| health: true | |
| # Reset hunger - if true, the player's hunger will be reset. | |
| # Added since 1.8.0. | |
| hunger: true | |
| # Reset experience points - if true, the player's experience will be reset. | |
| # Added since 1.8.0. | |
| exp: false | |
| # Reset Ender Chest - if true, the player's Ender Chest will be cleared. | |
| ender-chest: false | |
| on-leave: | |
| # What the plugin should reset when the player leaves or is kicked from an island | |
| # Reset Money - if this is true, will reset the player's money to the starting money | |
| # Recommendation is that this is set to true, but if you run multi-worlds | |
| # make sure your economy handles multi-worlds too. | |
| money: false | |
| # Reset inventory - if true, the player's inventory will be cleared. | |
| # Note: if you have MultiInv running or a similar inventory control plugin, that | |
| # plugin may still reset the inventory when the world changes. | |
| inventory: true | |
| # Reset health - if true, the player's health will be reset. | |
| # Added since 1.8.0. | |
| health: false | |
| # Reset hunger - if true, the player's hunger will be reset. | |
| # Added since 1.8.0. | |
| hunger: false | |
| # Reset experience - if true, the player's experience will be reset. | |
| # Added since 1.8.0. | |
| exp: false | |
| # Reset Ender Chest - if true, the player's Ender Chest will be cleared. | |
| ender-chest: false |
Jeansou 发表于 2020-10-22 22:45
https://github.com/BentoBoxWorld/AOneBlock/blob/develop/src/main/resources/config.yml
这个解决了谢谢 Challenges这个在AoneBlock好像用不了有没有别的解决方式