Cheats Admin?

[LUIGI] bloxy1
Joined 01/02/2020
Posts 11,011
10:00 AM 24/07/2021
Where do I get it


[LUIGI] bloxy1
Joined 01/02/2020
Posts 11,011
10:03 AM 24/07/2021
oh shit wrong subforum


[MILK] vv0id1sm
Joined 07/10/2019
Posts 16,080
02:07 PM 24/07/2021
No this is still technically the correct subforum

just add this below modules:


cheatsAdmin: {
admins: [1], //change 1 to your userid
audit: true, //depends if you want to see it
safeCommands: false //personal preference again
}


Dragonian
Joined 29/05/2017
Posts 2,877
07:17 PM 24/07/2021
Quote from vv0id1sm , 02:07 PM 24/07/2021
No this is still technically the correct subforum

just add this below modules:


cheatsAdmin: {
admins: [1], //change 1 to your userid
audit: true, //depends if you want to see it
safeCommands: false //personal preference again
}
This is not true for cheatsAdmin v3 (which is now built into node-hill), you should instead do this in start.js:

cheatsAdmin: {
admins: [1]
},

Rest of the options can be configured in a script via Game.cheatsAdmin:

https://gitlab.com/Meta_Data/cheats-admin/-/blob/master/main.js#L23

1