Releases: FTBTeam/FTB-Chunks
Releases · FTBTeam/FTB-Chunks
2004.1.2 release (MC 1.20.4)
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)
Fixed
- Setting
disable_protection
to false in server configftbchunks-world.snbt
now allows explosions to happen in claimed chunks
v2001.2.5 release (MC 1.20.1)
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)
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)
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)
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)
- 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)
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)
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)
Fixed
- Fixed a crash related to Enderman mobn griefing control