You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
fix(texts): add missing command descriptions
This commit is contained in:
@@ -15355,7 +15355,9 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES
|
||||
('commands.cmd_promote_offer.list', 'All available offers (%amount%):<br>%list%'),
|
||||
('commands.cmd_promote_offer.list.entry', '%id%: %title% %description%'),
|
||||
('commands.description.acc_debug', ':test [header] i:1 s:a b:1'),
|
||||
('commands.description.acc_modtool_room_info', 'Allows viewing room information in the moderation tool.'),
|
||||
('commands.description.cmd_about', ':about'),
|
||||
('commands.description.cmd_add_youtube_playlist', ':add_youtube <base_item_id> <youtube_playlist_id>'),
|
||||
('commands.description.cmd_alert', ':alert <username> <message>'),
|
||||
('commands.description.cmd_allow_trading', 'Enables / Disables the tradelock for a user.'),
|
||||
('commands.description.cmd_badge', ':badge <username> <badge>'),
|
||||
@@ -15379,6 +15381,8 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES
|
||||
('commands.description.cmd_danceall', ':danceall <dance id>'),
|
||||
('commands.description.cmd_diagonal', ':diagonal'),
|
||||
('commands.description.cmd_disable_effects', ':disableffects'),
|
||||
('commands.description.cmd_disablemassmentions', ':disablemassmentions'),
|
||||
('commands.description.cmd_disablementions', ':disablementions'),
|
||||
('commands.description.cmd_disconnect', ':disconnect <username>'),
|
||||
('commands.description.cmd_duckets', ':duckets <username> <amount>'),
|
||||
('commands.description.cmd_ejectall', ':ejectall'),
|
||||
@@ -15395,11 +15399,13 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES
|
||||
('commands.description.cmd_freeze_bots', ':freezebots'),
|
||||
('commands.description.cmd_furnidata', ':furnidata'),
|
||||
('commands.description.cmd_gift', ':gift <username> <itemid>'),
|
||||
('commands.description.cmd_give_prefix', ':giveprefix <username> <text> <color> [icon] [effect]'),
|
||||
('commands.description.cmd_give_rank', ':giverank <username> <rank>'),
|
||||
('commands.description.cmd_ha', ':ha <message>'),
|
||||
('commands.description.cmd_hal', ':hal <url> <message>'),
|
||||
('commands.description.cmd_hand_item', ':handitem <itemid>'),
|
||||
('commands.description.cmd_happyhour', ':happyhour'),
|
||||
('commands.description.cmd_hidewired', ':hidewired'),
|
||||
('commands.description.cmd_hoverboard', ':hoverboard'),
|
||||
('commands.description.cmd_hug', ':hug <username>'),
|
||||
('commands.description.cmd_invisible', ':invisible'),
|
||||
@@ -15408,6 +15414,7 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES
|
||||
('commands.description.cmd_kill', ':kill <username>'),
|
||||
('commands.description.cmd_kiss', ':kiss <username>'),
|
||||
('commands.description.cmd_lay', ':lay'),
|
||||
('commands.description.cmd_list_prefixes', ':listprefixes <username>'),
|
||||
('commands.description.cmd_machine_ban', ':machineban <username> [reason]'),
|
||||
('commands.description.cmd_massbadge', ':massbadge <badge>'),
|
||||
('commands.description.cmd_masscredits', ':masscredits <amount>'),
|
||||
@@ -15429,6 +15436,7 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES
|
||||
('commands.description.cmd_push', ':push <username>'),
|
||||
('commands.description.cmd_redeem', ':redeem'),
|
||||
('commands.description.cmd_reload_room', ':reload_room'),
|
||||
('commands.description.cmd_remove_prefix', ':removeprefix <username> <id|all>'),
|
||||
('commands.description.cmd_roomalert', ':roomalert <message>'),
|
||||
('commands.description.cmd_roombadge', ':roombadge <badge>'),
|
||||
('commands.description.cmd_roomcredits', ':roomcredits <amount>'),
|
||||
@@ -15444,6 +15452,7 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES
|
||||
('commands.description.cmd_set', ':set info'),
|
||||
('commands.description.cmd_setmax', ':setmax <amount>'),
|
||||
('commands.description.cmd_setpublic', ':setpublic'),
|
||||
('commands.description.cmd_setroom_template', ':setroom_template'),
|
||||
('commands.description.cmd_setrotation', ':rot;rotation'),
|
||||
('commands.description.cmd_setspeed', ':setspeed <speed>'),
|
||||
('commands.description.cmd_setstate', ':ss'),
|
||||
@@ -15486,6 +15495,7 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES
|
||||
('commands.description.cmd_update_polls', ':update_polls'),
|
||||
('commands.description.cmd_update_texts', ':update_texts'),
|
||||
('commands.description.cmd_update_wordfilter', ':update_word_filter'),
|
||||
('commands.description.cmd_update_youtube_playlists', ':update_youtube'),
|
||||
('commands.description.cmd_userinfo', ':userinfo <username>'),
|
||||
('commands.description.cmd_welcome', ':welcome <username>'),
|
||||
('commands.description.cmd_word_quiz', ':wordquiz <question>'),
|
||||
|
||||
Reference in New Issue
Block a user