v1.27.0
Overview
- This update involves major improvements to datatores and cross-communication tools so that HD Admin now scales for games with over 150,000 live servers, and includes many fixes to ranking and banning systems.
- It also removes the chat prompt, and increases the share you get from our donation products from 10% to 40%.
- Please note that HD Admin now explicitly includes its LICENSE which you must read here (https://github.com/nanoblox/hd-admin/blob/main/LICENSE.md) if you wish to use a modified version of the MainModule in a public Roblox experience.
Added
- Added LICENSE under MainModule
- Added
AutoSaveMap = falseto Settings and set to false by default to limit some bugs that were occurring by cloning the map. Thanks to @brejndead for help with this.
Changed
- SIGNIFICANTLY IMPROVED cross-communication tools so that they now scale for games with over 150,000+ concurrent servers by incorporating all three cross-server-communication tools: DataStores, MessagingService & MemoryStores
- Improved banland so that ban records appear instantly within the interface after banning someone
- Improved error handling within unbanning so that users can no longer be removed from HD Admin's datastore of bans before Roblox's (preventing incorrect mirroring of bans that would occur when Roblox's BanAPI thew an error)
- Increased share developers get from HD donation products from 10% to 40% by converting gamepasses to accessories
- When a user purchases a gamepass you sell through HD Admin, it will also recommend HD Admin's donation accessory, which you receive 40% of, and HD Admin 30%
- Improved
;tempRankso that it converts a previously ranked person to tempRank
Fixed
- Fixed Private Message replies so that the text filter now returns its filtered text instead of an empty string
- Fixed
;rankso that the rank remains when the player rejoins the same server
Removed
- Removed "Type /commands to view chat commands" chat prompt - I acknowledge this was annoying so have removed entirely
Thanks @do_small, @yHasteeD, @brejndead and @alwayshydra for help in this release