Skip to content

Commit

Permalink
修改贴贴玩家默认不分摊伤害 + 上传we (#212)
Browse files Browse the repository at this point in the history
* Create nestle-server.toml

* Add files via upload
  • Loading branch information
KunoSayo authored Oct 24, 2024
1 parent 99b1eae commit a3d1b07
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jiachen/config/nestle-server.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#The nestle value get from different world or far away.
far_away_nestle_value = 1
#The nestle value to minus if damage player and the value to add if nestle player
damage_apportion_require = 360000
#The nestle value to nestle freely
nestle_free_require = 720000
#The radius to nestle
nestle_radius = 5
#The nestle value get if in the distance
#Format: distance:nestle_value
nestle_values = ["5:200", "50:100", "500:50", "5000:10"]
#The entities not to spread damage if no any buff
entities_not_spread_damage_by_default = ["minecraft:player"]
Binary file not shown.

0 comments on commit a3d1b07

Please sign in to comment.