v1.25.0
Added
- Added size and type checks to Settings to prevent the inputting of characters/super-long-strings that would break the panel for that particular client
- Added Cmdbar Toggle Button to top of Commands page for desktop users
- Added UndoAliases (e.g.
;noclip->;clip,;invisible-> visible) - Added in API.commandExecuted signal:
local hdMain = require(game:GetService("ReplicatedStorage"):WaitForChild("HDAdminSetup")):GetMain()
local API = hdMain:GetModule("API")
local commandExecuted = API.commandExecuted
commandExecuted:Connect(function(speaker, commandName, args)
print("Command executed:", speaker, commandName, args)
end)
- Added in double-initializer prevention checks
Changed
- Major improvements to Cmdbar
- Displays more desirable items first (e.g. smaller items are now displayed correctly before larger)
- Checks for text matches instead of solely the start characters
- Shows undo aliases
- Upgraded appearance
- Improved globalPoll, globalAlert and globalBroadcast
- Improved functioning in Reserved Servers (double initializer Reference)
- Enhanced and fixed
;flingso that it now unsits you once complete - Enahanced polls so they now warn you if they'll exceed the data limit
- Improved
;controlto prevent the target resetting (and ending the command), and fixed a bug when the controller reset and could sometimes bug the target
Fixed
- Fixed
;insertbreaking after;loadMapis used - Fixed a notable bug that prevented the use of qualifiers with the / or ! prefixes (such as /kill others, /fly all, etc)
- Fixed player.Chatted bug when using > or < as prefix
- Fixed custom prefixes not working correctly within Settings, Commands and the Cmdbars
- Fixed themes not saving
- Fixed bug when attempting to execute silent commands using /e at the front
- Enhanced effects like
;gold,;shine, etc so they now work with R6 and all accessories, bodyparts and wrappings - Fixed all jump commands for R6
;unflyand;clipnow work correctly
Thanks @brodie0258, @isCreator, @Tony123_1020 and @Tomader910 @Maciek_848484 for discovering bugs and providing feedback on many of these changes