Console Common console commands

  • Thread starter Thread starter Phoenix
  • Start date Start date
  • Replies Replies: Replies 0
  • Views Views: Views 82

Phoenix

QSG Recruit
Dec 16, 2023
15
9
3
Visit site
How do I spawn custom recycler locations?
I believe this can all be done from g-portal console or the in-game console.(Please reply below if i am wrong)
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.



How do I change the furnace cooking speed?
Code:
craft.itemcookspeedmultiplier "scale"
the "scale" can either be 1,2,3 the higher the number the faster it will cook (max is 3).​


How can I change how much the furnace outputs/gives?
Code:
craft.furnaceoutputmultiplier "scale"
"scale" can be 1,2,3 the higher the number the more yield you receive (max is 3).​


How do I remove a players permissions (admin,moderator,etc)
Code:
global.removemoderator "playerid"
global.removeadmin "playerid"


How do I ban or unban a player?
Code:
global.banid "player id"
global.unban "player id"


How do i stop spawned items from showing up in chat?
Code:
global.broadcastadmincommands "0,1"
0 is off and 1 is on​


How do i post a message to the server?
Code:
global.say "Type your message to be sent to server here"


How do I make it always day/night?
Code:
env.progresstime "0/1"
0 is to freeze time 1 is to progress time.​


How to i toggle infinite ammo/unlimited clip?
Code:
baseprojectile.infiniteammo "0/1"
0 is limited and 1 is unlimited​


How do i find out who owns a base?
Code:
construct.getbuildinginfo
ent who
Ent info
any one of those three will work however you have to be standing pretty close to the building and look directly at it.​


How do i destroy a players building?
Code:
construct.nukebuilding "building id"
entity.deleteby "player id"
ent destroybuilding
the "building id" can be found by typing the ent info command
if you do deleteby command it will delete EVERY single thing the player as ever placed on the map.
for destroy building you have to be standing close to it and looking directly at the building.​


How do i set chinook crate location?
Code:
dropcrate.heli_setdropzone "monument"


How do i call a supply drop to a random location?
Code:
supply.call


How do I start a specific event?
Code:
events.triggerevent "event"
your options for "event" are - event_airdrop | event_cargoheli | event_cargoship | event_helicopter​


How do i see whos sleeping?
Code:
servermgr.numsleepingplayers


How do I put a player to sleep?
Code:
relationshipmanager.sleeptoggleother "player id"


How do I injure a player?
Code:
global.injure "player id"


How do I hide my admin or moderator status on player list?
Code:
global.nogreen "0/1"
0 is off 1 is on​
 
  • Like
Reactions: Smitty

Users who are viewing this thread