aboutsummaryrefslogtreecommitdiff
path: root/server/src/commands.rs
AgeCommit message (Expand)Author
2025-09-21Add tile message command and demand list commandmetamuffin
2025-09-19Refactor book part 1metamuffin
2025-08-31add /start option to skip announcemetamuffin
2025-08-29drei komma fünfmetamuffin
2025-08-26server: annouce start feature, entity constructors, pause timermetamuffin
2025-07-13Replace copyright notices to not include individual author namesmetamuffin
2025-06-06manual clippy and other cleanupmetamuffin
2025-06-03cleanup old todosmetamuffin
2025-06-03use multiple ints for characters; close #294metamuffin
2025-05-31offset scoreboard ranks by 1; fix #291metamuffin
2025-01-28show message for empty scoreboardsmetamuffin
2024-12-26editor load feature and return to editor commandmetamuffin
2024-12-23clippy: mostly map_or replaced with is_some_andmetamuffin
2024-11-24Manual clippymetamuffin
2024-10-15remove paragraph from /top listmetamuffin
2024-10-14send /top as document, add docstrings to doc structsmetamuffin
2024-10-14book intermediate representation and packets for sending to clientmetamuffin
2024-10-02translate command errorsmetamuffin
2024-09-28/bot aliasmetamuffin
2024-09-25player class decoupled from character idmetamuffin
2024-09-24change some stuff regarding default timer for gamesmetamuffin
2024-09-24pinned ordersmetamuffin
2024-09-20/end-tutorialmetamuffin
2024-09-20show game abort message when aborting with /startmetamuffin
2024-09-18prevent multiple tutorials at oncemetamuffin
2024-09-18translate server messagesmetamuffin
2024-09-18make effect its own packetmetamuffin
2024-09-17localized messagesmetamuffin
2024-09-17add hint-based tutorial for item craftingmetamuffin
2024-09-04book as entity and /book commandmetamuffin
2024-09-04mapinfo commandmetamuffin
2024-09-04top5 commandmetamuffin
2024-09-02move things around, add scoreboards load/save modulemetamuffin