forked from dododex/dododex.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommands.json
841 lines (841 loc) · 26.2 KB
/
commands.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
{"BP":[{
"id":"AddEquipmentDurability",
"c":"AddEquipmentDurability <amount>",
"e":"admincheat AddEquipmentDurability 99999",
"t":"Items",
"d":"Add specific amount of durability/water/energy to items in hotbar and equipped armor. (Will charge batteries)"
},{
"id":"AddExperience",
"c":"AddExperience <XP Quantity> <XP Came From Tribe?> <Share With Tribe?>",
"e":"admincheat AddExperience 100 0 0",
"t":"Player Status",
"d":"Add experience to a player, and optionally make it apply as if it came from a tribemate and/or share the XP with the tribe. (0 = false, 1 = true)"
},{
"id":"AllowPlayerToJoinNoCheck",
"c":"AllowPlayerToJoinNoCheck <Steam ID>",
"e":"admincheat AllowPlayerToJoinNoCheck 12347890",
"t":"Server",
"d":"Whitelists a specific player using their Steam ID."
},{
"id":"AutoCycle",
"c":"AutoCycle <Duration>",
"e":"admincheat AutoCycle 1",
"t":"Misc",
"d":"Details on this command are unknown."
},{
"id":"BanPlayer",
"c":"BanPlayer <Steam ID>",
"e":"admincheat BanPlayer 12345890",
"t":"Server",
"d":"Bans a player from the server based on their player ID."
},{
"id":"Broadcast",
"c":"Broadcast <Message Text>",
"e":"admincheat Broadcast Please download Dododex!",
"t":"Chat & Messaging",
"d":"Broadcasts a message to all players."
},{
"id":"CE",
"c":"CE <Start / Stop Weather Event>",
"e":"admincheat CE start_superheat",
"t":"Environment",
"d":"Starts or stops a weather event. (start_superheat, stop_superheat, start_sandstorm, stop_sandstorm, start_electricalstorm, stop_electricalstorm, start_rain, stop_rain)"
},{
"id":"ChangeSize",
"c":"ChangeSize <SizeMult>",
"e":"admincheat ChangeSize 5",
"t":"Player Cosmetics",
"d":"Changes the size of a player."
},{
"id":"ClearCryoSickness",
"c":"ClearCryoSickness",
"e":"admincheat ClearCryoSickness",
"t":"Dinos",
"d":"Clears the Cryo Sickness status effect from targeted dino.(Wakes dino up)"
},{
"id":"ClearPlayerInventory",
"c":"ClearPlayerInventory <PlayerID> <Clear Inventory?> <Clear Slot Items?> <ClearEquippedItems>",
"e":"admincheat ClearPlayerInventory 1234567890 1 1 1",
"t":"Items",
"d":"Clear a player's inventory and/or item slots. (0 = false, 1 = true)"
},{
"id":"ClearTutorials",
"c":"ClearTutorials",
"e":"admincheat ClearTutorials",
"t":"Misc",
"d":"Clears the game tutorial making it so they re-appear without being forced."
},{
"id":"DebugStructures",
"c":"DebugStructures",
"e":"admincheat DebugStructures",
"t":"Misc",
"d":"Debug information on structures."
},{
"id":"DestroyAll",
"c":"DestroyAll <Type>",
"e":"admincheat DestroyAll Dodo_Character_BP_C",
"t":"Dinos",
"d":"Destroy all creatures of a certain type."
},{
"id":"DestroyAllEnemies",
"c":"DestroyAllEnemies",
"e":"admincheat DestroyAllEnemies",
"t":"Dinos",
"d":"Destroys ALL creatures on the map. (WARNING: This command is incorrectly labeled; it will also killed TAMED dinos.)"
},{
"id":"DestroyMyTarget",
"c":"DestroyMyTarget",
"e":"admincheat DestroyMyTarget",
"t":"Structures / Dinos",
"d":"Kills or destroys the target creature or structure."
},{
"id":"DestroyStructures",
"c":"DestroyStructures",
"e":"admincheat DestroyStructures",
"t":"Tribe & Player Administration",
"d":"Destroys all structures on the map."
},{
"id":"DestroyTribeDinos",
"c":"DestroyTribeDinos",
"e":"admincheat DestroyTribeDinos",
"t":"Tribe & Player Administration",
"d":"Destroys all creatures in the tribe of the target (player/creature)."
},{
"id":"DestroyTribePlayers",
"c":"DestroyTribePlayers",
"e":"admincheat DestroyTribePlayers",
"t":"Tribe & Player Administration",
"d":"Kills all players in the tribe of the target (player/creature)."
},{
"id":"DestroyTribeStructures",
"c":"DestroyTribeStructures",
"e":"admincheat DestroyTribeStructures",
"t":"Tribe & Player Administration",
"d":"Destroys all structures in the tribe of the target (player/creature)."
},{
"id":"DestroyWildDinos",
"c":"DestroyWildDinos",
"e":"admincheat DestroyWildDinos",
"t":"Dinos",
"d":"Destroy all untamed creatures."
},{
"id":"DisableSpectator",
"c":"DisableSpectator",
"e":"admincheat DisableSpectator",
"t":"Misc",
"d":"Disables spectator mode for current player."
},{
"id":"DisallowPlayerToJoinNoCheck",
"c":"DisallowPlayerToJoinNoCheck <Steam ID>",
"e":"admincheat DisallowPlayerToJoinNoCheck 1234567890",
"t":"Server",
"d":"Removes a specific player from the server's whitelist using their Steam ID."
},{
"id":"DoExit",
"c":"DoExit",
"e":"admincheat DoExit",
"t":"Server",
"d":"Shuts down the server."
},{
"id":"DoRestartLevel",
"c":"DoRestartLevel",
"e":"admincheat DoRestartLevel",
"t":"Server",
"d":"Details on this command are unknown."
},{
"id":"DoTame",
"c":"DoTame",
"e":"admincheat DoTame",
"t":"Dinos",
"d":"Tames the target creature, but only if they can be tamed normally. (Use 'ForceTame' to force tame any creature.)"
},{
"id":"EnemyInvisible",
"c":"EnemyInvisible <true | false>",
"e":"admincheat EnemyInvisible true",
"t":"Dinos",
"d":"Makes the current player invisible to all creatures (preventing them from aggroing.)"
},{
"id":"EnableCheats",
"c":"EnableCheats <Password>",
"e":"admincheat EnableCheats Dodo123",
"t":"Cheats",
"d":"Enables cheats for a server that requires a password."
},{
"id":"EnableSpectator",
"c":"EnableSpectator",
"e":"admincheat EnableSpectator",
"t":"Misc",
"d":"Enables spectator mode for current player."
},{
"id":"ExecSetSleeping",
"c":"ExecSetSleeping <true | false>",
"e":"admincheat ExecSetSleeping true",
"t":"Tribe & Player Administration",
"d":"Puts the current player to sleep or wakes them up."
},{
"id":"Fly",
"c":"Fly",
"e":"admincheat Fly",
"t":"Movement",
"d":"Allows current player to fly. (Use 'Walk' to disable.)"
},{
"id":"ForcePlayerToJoinTargetTribe",
"c":"ForcePlayerToJoinTargetTribe <Player ID>",
"e":"admincheat ForcePlayerToJoinTargetTribe 1234567890",
"t":"Tribe & Player Administration",
"d":"Changes a player's tribe based on the player or structure that is being targeted."
},{
"id":"ForcePlayerToJoinTribe",
"c":"ForcePlayerToJoinTribe <Player ID> <Tribe Name>",
"e":"admincheat ForcePlayerToJoinTribe 1234567890 Dododex",
"t":"Tribe & Player Administration",
"d":"Forces a player (using their player ID) to join a specific tribe."
},{
"id":"ForceTame",
"c":"ForceTame",
"e":"admincheat ForceTame",
"t":"Dinos",
"d":"Tames the target dino."
},{
"id":"ForceTribes",
"c":"ForceTribes <Player Name 1> <Player Name 2> <New Tribe Name>",
"e":"admincheat ForceTribes 1234567890 1234567890 Dododex",
"t":"Tribe & Player Administration",
"d":"Details on this command are unknown."
},{
"id":"ForceTameAOE",
"c":"ForceTameAOE <Radius>",
"e":"admincheat ForceTameAOE 2500",
"t":"Dinos",
"d":"Tames all dinos within specified radius, defaults to 2000 if no number is given."
},{
"id":"GameCommand",
"c":"GameCommand <TheCommand>",
"e":"admincheat GameCommand test",
"t":"Server",
"d":"Executes a custom command."
},{
"id":"GetAllState",
"c":"GetAllState <type>",
"e":"admincheat GetAllState Dodo_Character_BP_C",
"t":"Server",
"d":"Returns the state of all dinos that are currently spawned on the map."
},{
"id":"GetChat",
"c":"GetChat",
"e":"admincheat GetChat",
"t":"Chat & Messaging",
"d":"Returns the most recent chat messages."
},{
"id":"GetGameLog",
"c":"GetGameLog",
"e":"admincheat GetGameLog",
"t":"Server",
"d":"Returns the most recent server logs."
},{
"id":"GetPlayerIDForSteamID",
"c":"GetPlayerIDForSteamID <Steam ID>",
"e":"admincheat GetPlayerIDForSteamID 12567890",
"t":"Tribe & Player Administration",
"d":"Returns the player ID for a player based on their Steam ID. This does not currently work."
},{
"id":"GetSteamIDForPlayerID",
"c":"GetSteamIDForPlayerID <PlayerId>",
"e":"admincheat GetSteamIDForPlayerID 12567890",
"t":"Tribe & Player Administration",
"d":"Returns the Steam ID for a player based on their player ID."
},{
"id":"GetTribeIdPlayerList",
"c":"GetTribeIdPlayerList <TribeID>",
"e":"admincheat GetTribeIdPlayerList 123",
"t":"Tribe & Player Administration",
"d":"Returns the list of players in a Tribe."
},{
"id":"GFI",
"c":"GFI <Blueprint Path Part> <Quantity> <Quality> <Force Blueprint?>",
"e":"admincheat GFI spy 1 0 0",
"t":"Items",
"d":"Adds an item to the current player's inventory. 'Blueprint Path Part' is a partial match. For example, you can use 'spy' to spawn the Spyglass."
},{
"id":"Ghost",
"c":"Ghost",
"e":"admincheat Ghost",
"t":"Movement",
"d":"Similar to 'fly', this command allows the current player to move through all objects. (Use 'walk' to disable.)"
},{
"id":"GiveAllStructure",
"c":"GiveAllStructure",
"e":"admincheat GiveAllStructure",
"t":"Tribe & Player Administration",
"d":"Gives the current player ownership of the target structure and all structures connected to it."
},{
"id":"GiveColors",
"c":"GiveColors <Quantity>",
"e":"admincheat GiveColors 5",
"t":"Items",
"d":"Gives current player a specificied quantity of every type of dye."
},{
"id":"GCM",
"c":"GCM",
"e":"admincheat GCM",
"t":"Cheats",
"d":"Enables Creative Mode for yourself, which includes: invincibility, preventing you from being encumbered, instant crafting, unlock all engrams, infinite stats, God mode, and adds the Admin Blink Rifle to your inventory. Same as command: GiveCreativeMode"
},{
"id":"GCMT",
"c":"GCMT",
"e":"admincheat GCMT",
"t":"Cheats",
"d":"Enables Creative Mode for your target. Same as: GiveCreativeModeToTarget."
},{
"id":"GCMP",
"c":"GCMP <PlayerID>",
"e":"admincheat GCMP 1234567890",
"t":"Cheats",
"d":"Enables Creative Mode for the specified player. Same as: GiveCreativeModeToPlayer"
},{
"id":"GiveEngrams",
"c":"GiveEngrams",
"e":"admincheat GiveEngrams",
"t":"Player Status",
"d":"Unlocks all engrams for the current player."
},{
"id":"GiveExpToPlayer",
"c":"GiveExpToPlayer <PlayerID> <Quantity of XP> <From Tribe Share?> <Prevent Sharing With Tribe?>",
"e":"admincheat GiveExpToPlayer 123567890 500 1 0",
"t":"Player Status",
"d":"Gives XP to a specific player."
},{
"id":"GiveExpToTarget",
"c":"GiveExpToTarget <Quantity of XP> <From Tribe Share?> <Prevent Sharing With Tribe?>",
"e":"admincheat GiveExpToTarget 500 1 0",
"t":"Player Status",
"d":"Gives XP to the target player."
},{
"id":"GiveInfiniteStatsToTarget",
"c":"GiveInfiniteStatsToTarget",
"e":"admincheat GiveInfiniteStatsToTarget",
"t":"Cheats",
"d":"Gives Infinite Stats to targeted player or dino. Only works on dinos currently."
},{
"id":"GiveItem",
"c":"GiveItem <Blueprint Path> <Quantity> <Quality> <Force Blueprint?>",
"e":"admincheat GiveItem \"Blueprint'/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP.Dodo_Character_BP'\" 10 0 0",
"t":"Items",
"d":"Gives current player item(s) using a blueprint path (see 'Items' tab for interactive version)."
},{
"id":"GiveItemNum",
"c":"GiveItemNum <ItemNum> <Quantity> <Quality> <Force Blueprint?>",
"e":"admincheat GiveItemNum 294 10 0 0",
"t":"Items",
"d":"Gives current player item(s) using an item number (see 'Items' tab for interactive version)."
},{
"id":"GiveItemNumToPlayer",
"c":"GiveItemNumToPlayer <PlayerID> <Item Number> <Quantity> <Quality> <Force Blueprint?>",
"e":"admincheat GiveItemNumToPlayer 1234567890 294 10 0 0",
"t":"Items",
"d":"Gives a player item(s) using an item number."
},{
"id":"GiveItemToPlayer",
"c":"GiveItemToPlayer <PlayerID> <Blueprint Path> <Quantity> <Quality> <Force Blueprint?>",
"e":"admincheat GiveItemToPlayer 123567890 \"Blueprint'/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP.Dodo_Character_BP'\" 10 0 0",
"t":"Items",
"d":"Gives a player item(s) using a blueprint path."
},{
"id":"GiveResources",
"c":"GiveResources",
"e":"admincheat GiveResources",
"t":"Items",
"d":"Gives 50 of each item to the current player."
},{
"id":"GiveSlotItem",
"c":"GiveSlotItem <Blueprint Path> <Slot Number> <Quantity>",
"e":"admincheat GiveSlotItem \"Blueprint'/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP.Dodo_Character_BP'\" 1 20",
"t":"Items",
"d":"Gives an item to the target player in a specified slot number using a blueprint path."
},{
"id":"GiveSlotItemNum",
"c":"GiveSlotItemNum <Item Number> <Slot Number> <Quantity>",
"e":"admincheat GiveSlotItemNum 294 1 20",
"t":"Items",
"d":"Gives an item to the current player in a specified slot number using an item number."
},{
"id":"GiveToMe",
"c":"GiveToMe",
"e":"admincheat GiveToMe",
"t":"Structures / Dinos",
"d":"Changes the ownership of the target structure or creature to the current player."
},{
"id":"GMBuff",
"c":"GMBuff",
"e":"admincheat GMBuff",
"t":"Cheats",
"d":"Enables the God, InfiniteStats, and EnemyInvisible commands for the current player, and also gives a large quantity of XP."
},{
"id":"GMSummon",
"c":"GMSummon \"<Creature Entity Name>\" <Level>",
"e":"admincheat GMSummon \"Dodo_Character_BP_C\" 150",
"t":"Dinos",
"d":"Summons a specific tamed dino at a specified level. (Quotes around the entity name are required.)"
},{
"id":"God",
"c":"God",
"e":"admincheat God",
"t":"Cheats",
"d":"Enables god mode, making the current player invincible and not able to receive damage. (Note: Player can still be affected by drowning.)"
},{
"id":"HideTutorial",
"c":"HideTutorial <TutorialIndex>",
"e":"admincheat HideTutorial 2",
"t":"Misc",
"d":"Hides the game tutorial."
},{
"id":"HurtMe",
"c":"HurtMe <Amount>",
"e":"admincheat HurtMe 40",
"t":"Player Status",
"d":"Inflicts damage to the current player."
},{
"id":"InfiniteStats",
"c":"InfiniteStats",
"e":"admincheat InfiniteStats",
"t":"Cheats",
"d":"Prevents your Health, Stamina, Oxygen, Food, and Water from decreasing."
},{
"id":"KickPlayer",
"c":"KickPlayer <SteamID>",
"e":"admincheat KickPlayer 12390",
"t":"Tribe & Player Administration",
"d":"Kicks a player from the server."
},{
"id":"Kill",
"c":"Kill",
"e":"admincheat Kill",
"t":"Structures / Dinos",
"d":"Kills the target dino or destroys the target structure."
},{
"id":"KillPlayer",
"c":"KillPlayer <PlayerID>",
"e":"admincheat KillPlayer 1234567890",
"t":"Player Status",
"d":"Kills a player based on their Player ID."
},{
"id":"KillAOE",
"c":"KillAOE <Category> <Radius>",
"e":"admincheat KillAOE wild 2500",
"t":"Structures / Dinos",
"d":"Kills or destroys all items of specified category within radius. Valid categories are pawns, dinos, wild, tamed, players, or structures."
},{
"id":"LeaveMeAlone",
"c":"LeaveMeAlone",
"e":"admincheat LeaveMeAlone",
"t":"Cheats",
"d":"Enables the commands God, InfiniteStats, and EnemyInvisible for the current player."
},{
"id":"ListPlayer",
"c":"ListPlayer",
"e":"admincheat ListPlayer",
"t":"Tribe & Player Administration",
"d":"List all active players."
},{
"id":"MakeTribeAdmin",
"c":"MakeTribeAdmin",
"e":"admincheat MakeTribeAdmin",
"t":"Tribe & Player Administration",
"d":"Makes current player an admin of their tribe."
},{
"id":"MakeTribeFounder",
"c":"MakeTribeFounder",
"e":"admincheat MakeTribeFounder",
"t":"Tribe & Player Administration",
"d":"Makes current player the founder of their tribe."
},{
"id":"OnToggleInGameMenu",
"c":"OnToggleInGameMenu",
"e":"admincheat OnToggleInGameMenu",
"t":"Misc",
"d":"Toggles the in-game menu."
},{
"id":"OpenMap",
"c":"OpenMap <MapName>",
"e":"admincheat OpenMap TheIsland",
"t":"Server",
"d":"Loads a map."
},{
"id":"PlayersOnly",
"c":"PlayersOnly",
"e":"admincheat PlayersOnly",
"t":"Dinos",
"d":"Disables all movement for both creatures and projectiles."
},{
"id":"PrintColors",
"c":"PrintColors",
"e":"admincheat PrintColors",
"t":"Commands",
"d":"Prints a list of colors."
},{
"id":"RainCritters",
"c":"RainCritters <amount> <spread> <height>",
"e":"admincheat RainCritters 30 300 200",
"t":"Dinos",
"d":"Spawns a mix of sheep and dodos above the player. Defaults values 30 300 200"
},{
"id":"RemoveTribeAdmin",
"c":"RemoveTribeAdmin",
"e":"admincheat RemoveTribeAdmin",
"t":"Tribe & Player Administration",
"d":"Details on this command are unknown."
},{
"id":"RenamePlayer",
"c":"RenamePlayer <Player Name> <New Name>",
"e":"admincheat RenamePlayer \"DiloLover\" DodoLover",
"t":"Tribe & Player Administration",
"d":"Renames a player."
},{
"id":"RenameTribe",
"c":"RenameTribe <TribeName> <NewName>",
"e":"admincheat RenameTribe DiloLovers DodoLovers",
"t":"Tribe & Player Administration",
"d":"Renames a tribe."
},{
"id":"ReportLeastSpawnManagers",
"c":"ReportLeastSpawnManagers",
"e":"admincheat ReportLeastSpawnManagers",
"t":"Misc",
"d":"Details on this command are unknown."
},{
"id":"ReportSpawnManagers",
"c":"ReportSpawnManagers",
"e":"admincheat ReportSpawnManagers",
"t":"Misc",
"d":"Details on this command are unknown."
},{
"id":"RequestSpectator",
"c":"RequestSpectator <Password>",
"e":"admincheat RequestSpectator Dodo123",
"t":"Misc",
"d":"Enables spectator mode for a server has been configured to require a password."
},{
"id":"SaveWorld",
"c":"SaveWorld",
"e":"admincheat SaveWorld",
"t":"Server",
"d":"Saves a server's state."
},{
"id":"ScriptCommand",
"c":"ScriptCommand <CommandString>",
"e":"admincheat ScriptCommand CommandString",
"t":"Commands",
"d":"Runs a mod script."
},{
"id":"SDF",
"c":"SDF <NamePart> <Tamed>",
"e":"admincheat SDF dodo 1",
"t":"Dinos",
"d":"Spawn a creature of specified type with a random level."
},{
"id":"ServerChat",
"c":"ServerChat <MessageText>",
"e":"admincheat ServerChat Hello!",
"t":"Chat & Messaging",
"d":"Sends a chat message to all players."
},{
"id":"ServerChatTo",
"c":"ServerChatTo <SteamID> <MessageText>",
"e":"admincheat ServerChatTo 1234567890 Hello",
"t":"Chat & Messaging",
"d":"Sends a private chat message to a specific player using their Steam ID."
},{
"id":"ServerChatToPlayer",
"c":"ServerChatToPlayer <PlayerName> <MessageText>",
"e":"admincheat ServerChatToPlayer Dododex Hello",
"t":"Chat & Messaging",
"d":"Sends a private chat message to a specific player using their user name."
},{
"id":"SetAdminIcon",
"c":"SetAdminIcon <true | false>",
"e":"admincheat SetAdminIcon true",
"t":"Chat & Messaging",
"d":"Enables or disables the admin icon in chat."
},{
"id":"SetBabyAge",
"c":"SetBabyAge <AgeValue>",
"e":"admincheat SetBabyAge 0.4",
"t":"Dinos",
"d":"Changes maturation progress of baby (between 0 and 1)."
},{
"id":"SetCheatPlayer",
"c":"SetCheatPlayer <true | false>",
"e":"admincheat SetCheatPlayer true",
"t":"Cheats",
"d":"Enables cheats for the current player."
},{
"id":"SetFacialHairPercent",
"c":"SetFacialHairPercent <Length>",
"e":"admincheat SetFacialHairPercent 0.5",
"t":"Player Cosmetics",
"d":"Changes facial hair growth of current player."
},{
"id":"SetFacialHairStyle",
"c":"SetFacialHairStyle <Number>",
"e":"admincheat SetFacialHairStyle <Number>",
"t":"Player Cosmetics",
"d":"Sets facial hair style of current player (0: Default, 1: Mohawk, 2: Afro, 3: Romantic, 4: Dreadlocks, 5: Ponytail, 6: Braids, 7: Viking)."
},{
"id":"SetGlobalPause",
"c":"SetGlobalPause <true | false>",
"e":"admincheat SetGlobalPause true",
"t":"Server",
"d":"Pauses everything."
},{
"id":"SetGodMode",
"c":"SetGodMode <Enable>",
"e":"admincheat SetGodMode <Enable>",
"t":"Cheats",
"d":"Enables or disables God mode for current player."
},{
"id":"SetGraphicsQuality",
"c":"SetGraphicsQuality <Quality>",
"e":"admincheat SetGraphicsQuality 3",
"t":"Visual",
"d":"Sets the graphics quality of your client (0 = low, 3 = high)."
},{
"id":"SetHeadHairPercent",
"c":"SetHeadHairPercent <Length>",
"e":"admincheat SetHeadHairPercent 0.5",
"t":"Player Cosmetics",
"d":"Changes head hair growth of current player."
},{
"id":"SetHeadHairStyle",
"c":"SetHeadHairStyle <Number>",
"e":"admincheat SetHeadHairStyle 3",
"t":"Player Cosmetics",
"d":"Sets head hair style of current player (0: Default, 1: Mohawk, 2: Afro, 3: Romantic, 4: Dreadlocks, 5: Ponytail, 6: Braids, 7: Viking)."
},{
"id":"SetImprintQuality",
"c":"SetImprintQuality <ImprintValue>",
"e":"admincheat SetImprintQuality 1",
"t":"Dinos",
"d":"Changes the target baby's imprint quality (from 0 to 1)"
},{
"id":"SetMessageOfTheDay",
"c":"SetMessageOfTheDay <Message>",
"e":"admincheat SetMessageOfTheDay <Message>",
"t":"Chat & Messaging",
"d":"Sets a message of the day to appear when new players join the server."
},{
"id":"SetPlayerPos",
"c":"SetPlayerPos <x> <y> <z>",
"e":"admincheat SetPlayerPos setplayerpos -260544 238951 -10847",
"t":"Movement",
"d":"Telepors the player to a specified position on the map."
},{
"id":"SetShowAllPlayers",
"c":"SetShowAllPlayers <true | false>",
"e":"admincheat SetShowAllPlayers true",
"t":"Spectator",
"d":"Enables all player names in spectator mode."
},{
"id":"SetTargetDinoColor",
"c":"SetTargetDinoColor <ColorRegion> <ColorID>",
"e":"admincheat SetTargetDinoColor 1 4",
"t":"Dinos",
"d":"Changes the target creature's color using a region number and color ID (1-56)."
},{
"id":"SetTargetPlayerBodyVal",
"c":"SetTargetPlayerBodyVal <BodyValIndex> <BodyVal>",
"e":"admincheat SetTargetPlayerBodyVal 1 0.5",
"t":"Player Cosmetics",
"d":"Changes the size of a specific region of the target player's body (0: Head Size, 1: Neck Size, 2: Neck Length, 3: Chest, 4: Shoulders (Width), 5: Arm Length, 6: Upper Arm (Width), 7: Lower Arm (Width), 8: Hand Size, 9: Leg Length, 10: Upper Leg (Width), 11: Lower Leg (Width), 12: Foot Size, 13: Hip Width, 14: Torso Width, 15: Upper Face Size, 16: Lower Face Size, 17: Torso Depth, 18: Head Height, 19: Head Width, 20: Head Depth, 21: Torso Height)"
},{
"id":"SetTargetPlayerColorVal",
"c":"SetTargetPlayerColorVal <ColorValIndex> <ColorVal>",
"e":"admincheat SetTargetPlayerColorVal <ColorValIndex> <ColorVal>",
"t":"Player Cosmetics",
"d":"Sets the target player's color. (0 = body, 1 = hair, 2 = eyes)"
},{
"id":"SetTimeOfDay",
"c":"SetTimeOfDay <Hours>:<Minutes>:<Seconds>",
"e":"admincheat SetTimeOfDay 10:00:00",
"t":"Environment",
"d":"Changes the time of day."
},{
"id":"ShowDebug",
"c":"ShowDebug <value>",
"e":"admincheat ShowDebug <value>",
"t":"Misc",
"d":"Shows debugging information."
},{
"id":"ShowInGameMenu",
"c":"ShowInGameMenu",
"e":"admincheat ShowInGameMenu",
"t":"Misc",
"d":"Toggles in-game menu."
},{
"id":"ShowMessageOfTheDay",
"c":"ShowMessageOfTheDay",
"e":"admincheat ShowMessageOfTheDay",
"t":"Chat & Messaging",
"d":"Shows message of the day."
},{
"id":"ShowMyAdminManager",
"c":"ShowMyAdminManager",
"e":"ShowMyAdminManager",
"t":"Misc",
"d":"Toggles the admin manager."
},{
"id":"ShowTutorial",
"c":"ShowTutorial <TutorialIndex> <ForceDisplay>",
"e":"admincheat ShowTutorial 1 true",
"t":"Misc",
"d":"Shows a specific game tutorial."
},{
"id":"Slomo",
"c":"Slomo <SpeedMult>",
"e":"admincheat Slomo 0.5",
"t":"Misc",
"d":"Puts game in slow motion mode."
},{
"id":"SpawnActor",
"c":"SpawnActor <Blueprint Path> <Distance> <Y Offset> <Z Offset>",
"e":"admincheat SpawnActor \"Blueprint'/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP.Dodo_Character_BP'\" 500 0 0",
"t":"Dinos",
"d":"Spawns a creature or entity."
},{
"id":"SpawnActorSpread",
"c":"SpawnActorSpread <Blueprint Path> <Distance> <Y Offset> <Z Offset> <Quantity> <Spread Amount>",
"e":"admincheat SpawnActor \"Blueprint'/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP.Dodo_Character_BP'\" 500 0 0 10 0",
"t":"Dinos",
"d":"Spawns a custom number of creatures or entities."
},{
"id":"SpawnDino",
"c":"SpawnDino <Blueprint Path> <Distance> <Y Offset> <Z Offset> <DinoLevel>",
"e":"admincheat SpawnDino Dodo_Character_BP_C 500 0 0 150",
"t":"Dinos",
"d":"Spawns a specific dino (see 'Dinos' tab for interactive version)."
},{
"id":"Stat",
"c":"Stat <Command>",
"e":"admincheat Stat fps",
"t":"Misc",
"d":"Shows debugging information. (Commands: 'fps', 'levels', 'unit', 'unitgraph')"
},{
"id":"StopSpectating",
"c":"StopSpectating",
"e":"admincheat StopSpectating",
"t":"Spectator",
"d":"Disables Spectator Mode for the current player."
},{
"id":"Suicide",
"c":"Suicide",
"e":"admincheat Suicide",
"t":"Player Status",
"d":"Kills current player."
},{
"id":"Summon",
"c":"Summon <type>",
"e":"admincheat Summon Dodo_Character_BP_C",
"t":"Dinos",
"d":"Spawns a specific creature."
},{
"id":"SummonTamed",
"c":"SummonTamed <type>",
"e":"admincheat SummonTamed Dodo_Character_BP_C",
"t":"Dinos",
"d":"Spawns a specific creature tamed."
},{
"id":"TakeAllDino",
"c":"TakeAllDino",
"e":"admincheat TakeAllDino",
"t":"Tribe & Player Administration",
"d":"Takes all dinos owned by the target player's tribe and transfers ownership to the current player."
},{
"id":"TakeAllStructure",
"c":"TakeAllStructure",
"e":"admincheat TakeAllStructure",
"t":"Tribe & Player Administration",
"d":"Takes all structures owned by the target player's tribe and transfers ownership to the current player."
},{
"id":"Teleport",
"c":"Teleport",
"e":"admincheat Teleport",
"t":"Movement",
"d":"Teleports the player to the target location (or teleports them to 0,0 if no valid target is in view.)"
},{
"id":"TeleportPlayerIDToMe",
"c":"TeleportPlayerIDToMe <PlayerID>",
"e":"admincheat TeleportPlayerIDToMe 1234567890",
"t":"Movement",
"d":"Teleports a player (based on their player ID) to the current player."
},{
"id":"TeleportPlayerNameToMe",
"c":"TeleportPlayerNameToMe <PlayerName>",
"e":"admincheat TeleportPlayerNameToMe Dododex",
"t":"Movement",
"d":"Teleports a player (based on their name) to the current player."
},{
"id":"TeleportToPlayer",
"c":"TeleportToPlayer <PlayerID>",
"e":"admincheat TeleportToPlayer 1234567890",
"t":"Movement",
"d":"Teleports the current player to another player based on their player ID."
},{
"id":"TPCoords",
"c":"TPCoords <Latitude> <Longitude>",
"e":"admincheat TPCoords 50 60",
"t":"Movement",
"d":"Teleports the current player to a specific GPS coordinate."
},{
"id":"TestSteamRefreshItems",
"c":"TestSteamRefreshItems",
"e":"admincheat TestSteamRefreshItems",
"t":"Misc",
"d":"Details on this command are unknown."
},{
"id":"ToggleGun",
"c":"ToggleGun",
"e":"admincheat ToggleGun",
"t":"Visual",
"d":"Hides weapons or hands of current player in first-person mode."
},{
"id":"ToggleInfiniteAmmo",
"c":"ToggleInfiniteAmmo",
"e":"admincheat ToggleInfiniteAmmo",
"t":"Cheats",
"d":"Enables or disables infinite ammo."
},{
"id":"UnbanPlayer",
"c":"UnbanPlayer <SteamID>",
"e":"admincheat UnbanPlayer 123567890",
"t":"Server",
"d":"Unbans a player from a server."
},{
"id":"UnlockEngram",
"c":"UnlockEngram <Blueprint Path>",
"e":"admincheat UnlockEngram \"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_DoedSaddle.PrimalItemArmor_DoedSaddle'\"",
"t":"Player Status",
"d":"Unlocks a specific engram for the current player."
},{
"id":"Walk",
"c":"Walk",
"e":"admincheat Walk",
"t":"Movement",
"d":"Disables Fly mode."
},{
"id":"ShowMyAdminManager",
"c":"ShowMyAdminManager",
"e":"admincheat ShowMyAdminManager",
"t":"Tribe & Player Administration",
"d":"Opens the admin manager GUI."
},{
"id":"EnableSpectator",
"c":"EnableSpectator",
"e":"admincheat EnableSpectator",
"t":"Misc",
"d":"Enables spectator mode (destroys inventory)."
},{
"id":"RepairArea",
"c":"RepairArea",
"e":"admincheat Cheat RepairArea 2500",
"t":"Misc",
"d":"Repairs all strucutres in given radius around player. (Only seems to work on structures that have been damaged since last server/session restart.)"
}]}