[Commands] Add scoped buckets and editing to #databuckets (#3826)

* [Commands] Cleanup #databuckets Command

# Notes
- Cleanup messages and logic.
- Utilize keyed buckets functionality optionally.
- Use repositories instead of a regular query.

* Add edit.

* Remove | in message
This commit is contained in:
Alex King
2024-01-06 23:10:00 -05:00
committed by GitHub
parent a3a707adae
commit 43c4b13978
2 changed files with 245 additions and 74 deletions
+1
View File
@@ -35,6 +35,7 @@ void SendNPCEditSubCommands(Client *c);
void SendRuleSubCommands(Client *c);
void SendGuildSubCommands(Client *c);
void SendShowInventorySubCommands(Client *c);
void SendDataBucketsSubCommands(Client *c);
// Commands
void command_acceptrules(Client *c, const Seperator *sep);