Fake Date

Fake Date

随意更改日期

工具

概述

一个小型实用模组,允许你“伪造”系统日期,可能有以下几种用途:

  • 在不修改系统级日期的情况下测试或体验节日内容
  • 通过伪造非节日日期来禁用某些模组中的节日内容

配置

配置文件位于 config/fakedate.toml:

#Specifies the year to fake (0 = disable)
fakeYear = 0
#Specifies the month to fake (0 = disable, 1 = January, 2 = February, ...)
fakeMonth = 0
#Specifies the day to fake (0 = disable)
fakeDayOfMonth = 0
#Only fake date when queried by specified mods
#Use * to allow any (not recommended)
filter = ["enter_modid_here"]
#When enabled, prints verbose information when faking date
debugFakingDate = true
#When enabled, prints verbose information when not faking date (mod is not in filter)
debugNonFakingDate = true

侧端要求

此模组没有严格的侧端要求。这意味着可以在客户端安装此模组而无需在专用服务器上安装,反之亦然。日期只会对已安装此模组的一侧伪造。