okx-code
f6a9cb2aac
make bleeze immute to water damage
2026-06-20 03:14:22 +01:00
okx-code
fa2d9d37c1
Merge pull request #929 from xFier/namelayer-primary-owner-chat-label
...
Fix an inconsistency in how primary ownership of namelayer groups is surfaced.
2026-06-19 23:38:29 +01:00
okx-code
0bb004ed0f
Merge pull request #926 from bulbm1n/main
...
Add support for waxed varients for CopperRail simple admin hack
2026-06-19 23:38:04 +01:00
okx-code
ffc4ffcdc9
Merge pull request #924 from mousebites/fix/json-printing-plate-render
...
JSON page deserialization in PrintingPlateJSONRecipe so plates render…
2026-06-19 23:37:49 +01:00
xFier
c733b219a0
Show PRIMARY_OWNER label in /nllm and /nllg chat output
...
The group's primary owner is identified via Group#isOwner, not a distinct
PlayerType, so getPlayerType returns OWNER for them. The MainGroupGUI already
special-cases the primary owner, but the chat-output commands did not, listing
them indistinguishably from other owner-rank members.
Label the primary owner as PRIMARY_OWNER in ListMembers (/nllm) and ListGroups
(/nllg), matching the GUI's special handling.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-16 17:38:49 +01:00
okx-code
b18d221641
fix bundles
2026-06-06 00:49:21 +01:00
Bulbmin
284db0c15b
fixed dura, probabilities
2026-05-27 21:58:30 -04:00
okx-code
3d34435325
fix storing groups
2026-05-27 01:35:57 +01:00
Bulbmin
4a68986227
implement new copperstage to replace mc functions
2026-05-25 22:06:16 -04:00
Bulbmin
5af4b5e206
Add support for waxed varients for CopperRail simple admin hack
2026-05-25 19:28:39 -04:00
mousebites
35214ece75
JSON page deserialization in PrintingPlateJSONRecipe so plates render formatted text
2026-05-18 18:35:01 -04:00
okx-code
7254b1418b
Merge pull request #922 from adeadhead/patch-1
...
Add new woods as both Gearblocks and Bridge Materials in Castlegates
2026-05-15 23:41:03 +01:00
okx-code
cae4db47c1
fix NOT_BLACKLISTED perms
2026-05-12 02:20:21 +01:00
okx-code
9aebbbe491
handle deleting groups while using /ctf /ctr etc
2026-05-12 01:52:43 +01:00
okx-code
235a23fc5d
allow nlpp to owner
2026-05-09 23:02:26 +01:00
okx-code
ffd550e79e
optimise large groups
2026-05-08 15:32:15 +01:00
okx-code
bb8d612a56
actually delay group loading by 1 tick
2026-05-08 14:52:05 +01:00
okx-code
0c0fa13f86
Merge branch 'namelayer-multiserver'
2026-05-08 14:06:02 +01:00
okx-code
c49d271fe4
add group limit to nltg
2026-05-08 13:41:04 +01:00
okx-code
2da0150ca1
fix nlrm and notifications
2026-05-08 13:36:17 +01:00
okx-code
71bdd931ab
fix invitation messages getting sent to wrong server
2026-05-08 12:47:23 +01:00
okx-code
d2c59a60cb
typo
2026-05-08 04:49:29 +01:00
okx-code
7599c6a297
delay group loading by 1 tick to allow permissions to load
2026-05-08 04:43:11 +01:00
okx-code
020ae42bad
fix notifications and admin / owner override for perms
2026-05-08 04:38:39 +01:00
okx-code
6c3c6ac28f
add citadel to pvp
2026-05-08 04:24:07 +01:00
okx-code
bd36daa86e
fix reconnection
2026-05-08 03:38:05 +01:00
okx-code
b6e4eac27d
add auto reconnection to paper + move join group notifications to proxy + improve create group messages
2026-05-08 02:58:46 +01:00
okx-code
a0c638ce97
close screen on delete group
2026-05-08 02:14:13 +01:00
okx-code
5e3ed696ab
reconnect rabbitmq + fix null
2026-05-08 02:01:07 +01:00
adeadhead
6895fee168
Add new woods as both Gearblocks and Bridge Materials in Castlegates
2026-05-07 14:49:13 +03:00
okx-code
0ae9d644f4
fix invalidations to be db-specific
2026-05-07 04:46:21 +01:00
okx-code
2e32b449de
simplify creategroup
2026-05-07 03:58:51 +01:00
okx-code
8b0a9aa7b9
add multi database support in proxy
2026-05-06 06:38:25 +01:00
okx-code
5c6834c4a5
remove unnecessary db calls
2026-05-06 05:57:15 +01:00
okx-code
92d94db958
more cleanup
2026-05-06 05:21:30 +01:00
okx-code
89bdd109d6
final cleanup
2026-05-06 04:34:20 +01:00
okx-code
070a0cfb64
finale phase and cleanup
2026-05-06 02:50:20 +01:00
dxminic
4a6438e436
fix: allow for event cancelling when a wither is constructed
2026-05-05 17:33:54 +01:00
okx-code
983ee827f7
remove direct paper writes
2026-05-04 17:36:40 +01:00
okx-code
50acccbe75
move auto accept writes to proxy
2026-05-04 17:23:24 +01:00
okx-code
faf5da47cd
move default group writes to proxy
2026-05-04 17:13:13 +01:00
okx-code
b855f0870c
move invitation writes to proxy
2026-05-04 16:59:31 +01:00
okx-code
df158605ee
move blacklist writes to proxy
2026-05-04 16:50:21 +01:00
okx-code
613c8110ff
move group create and delete writes to proxy
2026-05-04 16:45:07 +01:00
okx-code
1053932bfe
replace stored permission ids with names
2026-05-04 16:39:02 +01:00
okx-code
d28c701ebf
partial work for creating groups
2026-05-04 15:48:33 +01:00
okx-code
e55edd1aa8
move metadata to async
2026-05-04 06:05:03 +01:00
okx-code
ce54fa664e
move role changes to async
2026-05-04 05:56:34 +01:00
okx-code
e88779faf6
move permission writes to async
2026-05-04 05:49:25 +01:00
okx-code
9cea7432c8
add freshness check
2026-05-04 05:42:24 +01:00