feat(Scripts/Commands): Implement debug zonestats command (#23249)

This commit is contained in:
Andrew 2025-10-16 07:24:23 -03:00 committed by GitHub
parent 46f04b6062
commit eb2c6a445c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 40 additions and 4 deletions

View file

@ -0,0 +1,4 @@
--
DELETE FROM `command` WHERE `name` = 'debug zonestats';
INSERT INTO `command` (`name`, `security`, `help`) VALUES
('debug zonestats', 1, '.debug zonestats [$playerName]\nDisplays the amount of players in the player\'s current zone.');