Paradaux
IssuesPAR-7PlannedOpen ↗
0

Look at /transactions colouring improvements

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

  • paradaux description: Description updatedJun 7, 2026, 9:10 PM
  • paradaux changed status to Status → PlannedJun 7, 2026, 9:10 PM
  • tesks description: Description updatedJun 4, 2026, 10:02 AM
  • tesks commentedJun 4, 2026, 9:57 AM
  • tesks assigned Assigned to rianJun 4, 2026, 9:27 AM