Commit Graph

10 Commits

Author SHA1 Message Date
44aad43df6 Refactor economy service and types for improved readability and functionality
- Reformatted code for consistent styling and indentation in service.ts
- Enhanced item reward structure in types.ts to include probability for chest rewards
- Added randomization modes for chest rewards: 'all', 'single', and 'roll-each'
- Updated functions in service.ts to handle new reward structures and improve error handling
- Ensured better organization and clarity in function parameters and return types
2025-10-08 23:34:55 -05:00
ab49a7d3c5 feat: add crafting recipe functionality to item creation and editing commands 2025-10-06 11:47:22 -05:00
b37261e73b Refactor and modernize itemCreate command: flatten message components and improve editor logic 2025-10-05 17:32:12 -05:00
02b4eae7be feat(economy): enhance area and mob commands with improved display and error handling 2025-10-05 06:42:10 -05:00
70098988dc feat(economy): add message flags and enhance component structure for improved display 2025-10-05 06:28:42 -05:00
d709f25354 feat(economy): implement item editing command with enhanced display components and interactive modals 2025-10-05 05:54:24 -05:00
c868e3bf80 refactor(economy): enhance type definitions and improve channel message handling 2025-10-05 05:19:16 -05:00
696e444846 refactor(economy): improve labels for stackable and max inventory fields in item editor 2025-10-05 01:35:55 -05:00
bec3a7fbfb fix(economy): remove deprecated flags from item editor messages 2025-10-05 01:28:12 -05:00
d04f54eb3d feat(economy): add interactive editors for creating and editing EconomyItems and Mobs 2025-10-05 01:20:52 -05:00