@@ -114,15 +114,18 @@ pub fn run() {
114114 command:: military:: request_maneuver,
115115 command:: npc:: bot:: get_bot_coords,
116116 command:: npc:: bot:: get_public_bot,
117+ command:: npc:: bot:: get_public_bots,
117118 command:: npc:: precursor:: get_precursor_coords,
118119 command:: npc:: precursor:: get_public_precursor,
120+ command:: npc:: precursor:: get_public_precursors,
119121 command:: player:: get_player,
120122 command:: player:: get_player_coords,
121123 command:: player:: get_player_maintenance,
122124 command:: player:: get_player_military,
123125 command:: player:: get_player_reports,
124126 command:: player:: get_player_status,
125127 command:: player:: get_player_storage_capacity,
128+ command:: player:: get_player_worlds,
126129 command:: player:: get_players,
127130 command:: player:: get_public_player,
128131 command:: player:: get_public_players,
@@ -153,7 +156,10 @@ pub fn run() {
153156 command:: world:: get_remote_world,
154157 command:: world:: get_remote_worlds,
155158 command:: world:: get_savedata_players,
159+ command:: world:: get_world_bots,
156160 command:: world:: get_world_config,
161+ command:: world:: get_world_players,
162+ command:: world:: get_world_precursors,
157163 command:: world:: get_world_stats,
158164 command:: world:: read_savedata_info,
159165 command:: world:: save_local_world,
0 commit comments