Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

datapackets functions LIB_v2.0_1.13-1.21.x

Choose a tag to compare

@WhiteElephant-abc WhiteElephant-abc released this 20 Dec 04:32
· 87 commits to main since this release

new

  • 添加了 dfl:start/addteam 函数。
  • 添加了 dfl:tick/kill_tnt 函数。
  • 添加了 dfl:tick/suicide 函数。
  • 添加了 dfl:lib/day 函数。
  • 添加了 dfl:lib/daytime 函数。
  • 添加了 dfl:lib/gametime 函数。
  • 添加了 dfl:lib/fill_outline 函数。
  • 添加了 dfl:lib/players 函数。

change

  • 现在数据包加载成功提示的最后多了一行空白。
  • 为所有 dummy 类型的记分项添加了前缀 dfl_。
  • 现在 dfl:tick/kill 函数会在实体数大于 1000 时清理实体而非原来的 500。
  • 现在 dfl:tick/kill_better 函数会在实体周围的实体数大于 50 时清理实体而非原来的 30。
  • 现在 dfl:tick/relax 函数的 1.21 以上部分同步了上一版本 1.21 以下部分的更改。