-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Scope:
- Renaming should be limited to faction leader and/or server admins
- Renaming should check for duplicate faction names before being accepted
- Renaming should have a configurable time-based limit (rate-limiting to prevent abuse)
Implementation Suggestions:
- Suggested command reference:
/f rename someName - Should have an option included in the GUI (may require an "Advanced Faction Settings" page to be added, useful for other options in the future)
Risks/Alternatives:
- Duplication checking may run into race conditions in busy servers
- As an alternative, we could allow duplicate faction names so long as the faction's primary key (identifier) uses a randomly generated UUID string rather than the faction name itself.
- Secondary alternative if UUID based PK is not feasible would be to keep a record of the original name but renaming simply alters the "Display name" of the faction
References and Media:
- Reference 1: ElbaphFactions (https://www.curseforge.com/hytale/mods/elbaphfactions)

Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request