• Joined on 2026-06-02
anth64 pushed to master at anth64/CommandHook 2026-07-26 05:47:07 -04:00
anth64 pushed tag v2.1.1 to anth64/CommandHook 2026-07-26 05:41:56 -04:00
anth64 pushed to master at anth64/CommandHook 2026-07-26 05:40:41 -04:00
4c31a4a8ce chore: bump game dependency to 1.22.5, version to 2.1.1
anth64 pushed to master at anth64/CommandHook 2026-07-26 05:29:29 -04:00
1fff052c9c chore: bump game dependency to 1.22.5
anth64 pushed to main at anth64/ClaimLink 2026-07-26 05:28:30 -04:00
0e0e4e0f74 chore: bump version to 0.1.0
154e7b7848 chore: bump version to 0.0.7
9e37ec11cf feat: implement admin delete/unlink/kick, fix admin unlink claim arg type
4d98a115ed feat: infer claim link group from chat context when omitted; drop redundant admin info
99238c4744 feat: hook group leave/kick to proactively cancel pending actions with a reason
Compare 8 commits »
anth64 pushed to main at anth64/ClaimLink 2026-07-22 01:42:54 -04:00
b10d3a0f55 fix: cancel old owner's pending action on ownership transfer
b5ceba442a fix: cancel kicked player's pending action to stop stale link re-add
d248b772dc fix: split adminfree (by player name) from adminfreehere (by position)
c8fc86069b feat: gate claim link info detail by membership/admin, count members with no claims
2e4cc25b20 fix: guard claim-link entries against stale indices and dead groups
Compare 5 commits »
anth64 pushed to main at anth64/ClaimLink 2026-07-20 12:32:59 -04:00
fc7e601f5b refactor: expose TryResolveOwnedClaim for future external mod consumption
a2e4a68f9e refactor: rebuild claim link registry around live index tracking, drop ClaimLink type
Compare 2 commits »
anth64 pushed to main at anth64/ClaimLink 2026-07-19 04:49:15 -04:00
741d283f38 refactor: clear pending actions in claim link command instead of land claim listener
9fcf6f1da5 fix: resolve claim on load
Compare 2 commits »
anth64 pushed to main at anth64/ClaimLink 2026-07-19 02:53:10 -04:00
f699cd6d54 chore: log adminfree phase and claims found at caller position
94b6723456 feat: sanity-check claim save/free against tracked ordering state
de2026d239 refactor: merge land command Before/After into shared phase-aware dispatch
fffc046126 refactor: normalize claim link membership into flat entry storage
eaa79f8f52 fix: transferownership correctly sets owner level and demotes old owner to op, works for offline players, notifies members
Compare 5 commits »
anth64 pushed to main at anth64/ClaimLink 2026-07-14 16:21:11 -04:00
1c0a5f88a1 refactor: remove "claims" text from list of claims in FormatInfo.
d4ef3eba06 fix: show player name in require player
Compare 2 commits »
anth64 pushed to main at anth64/ClaimLink 2026-07-13 01:56:51 -04:00
32dbd4ad91 feat: implement claimlink admin transferownership
41a2f1a09d feat: implement claimlink transferownership with debug logging
bee6b6434a fix: RequireOpOrOwner allows OwnerUID holder regardless of membership level
Compare 3 commits »
anth64 pushed to main at anth64/ClaimLink 2026-07-13 01:36:53 -04:00
979f02e7f8 feat: open info to any player, add claimlink list, bump to 0.0.6
acbc45483e feat: implement claimlink delete
4e97e25b38 refactor: unlink no longer needs a groupname arg
1803aaaa37 fix: clear kicked player's pending action on kick
c035bf1a73 refactor: replace pending-link buffer with generic pending-action confirm/cancel
Compare 16 commits »
anth64 pushed to main at anth64/ClaimLink 2026-07-12 11:55:02 -04:00
a470456dcc refactor: revert claimlink admin info to a plain stub
1baa20022b feat: stub out full /land command surface as hook points
5c7fa58ea2 feat: hook /land claim load/cancel and dump claim info via admin info
Compare 3 commits »
anth64 pushed to main at anth64/ClaimLink 2026-07-12 03:43:45 -04:00
9206ecd6a9 refactor: add aliases for claim link and admin sub commands
anth64 pushed to main at anth64/ClaimLink 2026-07-11 11:56:21 -04:00
7d5deb5bdf refactor: drive subcommand registration from a data table
anth64 pushed to main at anth64/ClaimLink 2026-07-01 14:04:24 -04:00
28a89056e6 feat: add admin management surface
anth64 pushed to main at anth64/ClaimLink 2026-07-01 13:12:50 -04:00
72b59c93ed feat: build /claimlink command tree stubbed
anth64 pushed to main at anth64/ClaimLink 2026-06-29 01:59:05 -04:00
a668e56622 chore: make build.sh executable
ba9d4d992b feat: hook into land claim commands via CommandHook
a46c0ea8a8 chore: declare commandhook dependency, mark server-side
6b72350dfe build: reference CommandHook assembly
Compare 4 commits »
anth64 pushed tag v2.1.0 to anth64/CommandHook 2026-06-28 09:34:42 -04:00
anth64 pushed to master at anth64/CommandHook 2026-06-28 09:34:41 -04:00
2f434fbdfa docs: update example to use static Register/Unregister
f57a16f5cc refactor(api)make Register/Unregister static, hide Instance
a2ea0c4174 fix: Instance internal -> public
Compare 3 commits »