Paradaux

PAR-7

0

Look at /transactions colouring improvements

Pending ReleaseLowrianTreasuryImprovement

Improve the readability/colouring of the in-game /transactions output.

Technical notesTransactionsCommand.showTransactions colours only the amount (green + / red -); the rest of treasury.transactions.entry (<gray>#{txn}</gray> {amount} <gray>- {memo} ({time})</gray>) is uniformly gray, so txn id, memo and time blend together. (User memo is MiniMessage-sanitized.) Rework the treasury.transactions.entry template in messages.properties + pass a credit/debit colour tag to differentiate columns (distinct colours for id / memo / time, optionally a hover for full detail) — a format-only change, no logic.

Comments

tesks · Jun 4, 2026, 9:57 AM

Code contextTransactionsCommand.showTransactions colours only the amount (green + / red -); the rest of treasury.transactions.entry (<gray>#{txn}</gray> {amount} <gray>- {memo} ({time})</gray>) is uniformly gray, so the txn id, memo and time blend together. (User memo is MiniMessage-sanitized.)

Approach: rework the treasury.transactions.entry template in messages.properties + pass a credit/debit colour tag to differentiate columns (distinct colours for id / memo / time, optionally a hover for full detail) — a format-only change, no logic.

Activity

  • tesks changed status to Status → Pending Release
  • tesks changed status to Status → In Progress
  • paradaux description: Description updated
  • paradaux changed status to Status → Planned
  • tesks description: Description updated
  • tesks commented
  • tesks assigned Assigned to rian