Skip to content

Releases: FTBTeam/FTB-Chunks

2004.1.2 release (MC 1.20.4)

22 Mar 16:36
b1c8e47
Compare
Choose a tag to compare
Pre-release

Changed

  • Ported to Minecraft 1.20.4. Support for Forge, NeoForge and Fabric.
  • A few minor GUI improvements.

2001.2.6 release (MC 1.20.1)

12 Mar 10:33
a06939f
Compare
Choose a tag to compare

Fixed

  • Setting disable_protection to false in server config ftbchunks-world.snbt now allows explosions to happen in claimed chunks

v2001.2.5 release (MC 1.20.1)

03 Jan 14:13
7966b54
Compare
Choose a tag to compare

Added

  • Added /ftbchunks waypoint add <name> <pos> [<color>] command, to add waypoints from server-side
    • Name can contain spaces if it's quoted
    • Pos is a standard blockpos spec, e.g. ~ ~ ~ for the player's current pos
    • Color is optional; either a chat color or, if omitted, a random color is picked

Fixed

  • Fixed a couple of claim and force load limit issues
    • Max claim/force limits weren't synced to clients when changed in server config
    • Team claim/force limits weren't always correctly recalculated when a player joined/left a team

2001.2.4 release (MC 1.20.1)

04 Dec 11:11
9ac64d8
Compare
Choose a tag to compare

Fixed

  • Fixed cross-mod compat issue causing an NPE
    • not entirely sure of the cause, but added some defensive coding checks to ensure chunk claim manager is not null when it's used in a mixin

2001.2.3 beta release (MC 1.20.1)

31 Oct 08:37
e2d9f8a
Compare
Choose a tag to compare

Added

  • Added a team property to control whether PvP is permitted in a team's claims
    • If PvP is prevented, then if either the attacking player or the attacked player is in such a claim, PvP damage will be cancelled
    • Can be controlled by server admin with the server config "Allow PvP Combat"
      • "always" (default) allows PvP everywhere
      • "never" prevents PvP in all claimed chunks
      • "per_team" allows teams to configure PvP for their claims via new team property "Allow PvP Combat"
    • Not 100% guaranteed to prevent all forms of PvP damage, but direct or projectile damage is prevented where the damage source can be traced back to a player

Fixed

  • Fixed a held item desync when an item or block right-click is prevented in a claimed area
  • Cleaned up stale kubjes support files (kubejs.classfilter.txt / kubejs.plugins.txt) - they're in FTB XMod Compat now

2001.2.2 alpha release (MC 1.20.1)

15 Sep 07:18
b4897b1
Compare
Choose a tag to compare
Pre-release

Fixes

  • Fixed crash on player disconnect if they don't have a team assigned
    • Should never occur under normal circumstance but could happen if external factors force a premature disconnect

v2001.2.1 alpha release (MC 1.20.1)

29 Aug 13:13
6440e2f
Compare
Choose a tag to compare
Pre-release
  • Fixed "Show waypoints in world" client config setting being ignored for waypoint icons
    • It was only working to suppress beacons when set to false, now it suppresses icons too
  • Fixed NPE when checking for fake players which had a null name or UUID in their GameProfile
  • Client memory fix; eliminated some unnecessary region data loading when players change chunk settings (claiming, forceloading)

2001.2.0 alpha release (MC 1.20.1)

25 Aug 13:18
4077037
Compare
Choose a tag to compare

Changed

  • All cross-mod integration has been moved to the FTB XMod Compat mod
    • This includes: FTB Ranks / Luckperms, Waystones, Game Stages (Forge only) and Common Protection API (Fabric only)

2001.1.4 alpha release (MC 1.20.1)

20 Jul 11:07
2b406ae
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fixed a NoSuchMethodError crash with Game Stages mod
  • Worked around Optifine bug, which is firing Forge mob griefing events on the client and causing client crashes

2001.1.3 alpha release (MC 1.20.1)

07 Jul 17:11
279362b
Compare
Choose a tag to compare
Pre-release

Fixed

  • Fixed a crash related to Enderman mobn griefing control