Everneth / EMI-RP

0 stars 0 forks source link

Guild group prefixes #10

Closed TptMike closed 3 years ago

TptMike commented 3 years ago

For creating groups during guild creation, a prefix may be required to ensure the groups are unique and properly created/removed when guilds are created or removed.

An example of a prefix would be taking the intial letters of a guild's name. Examples include: "Example Guild" could be prefixed as eg_ or exgu_. For a guild name of Example the prefix could be the first for characters of the string such as exam_.

This will be done after or at the same time as #9

TptMike commented 3 years ago

implemented