Rust 腐蚀 – 服务器命令

2023-06-29 0 803

 


admin.mutevoice “player”
     
admin.unmutevoice [player]   取消玩家的静音或管理游戏中的说话能力  
admin.mutechat “player”   关闭玩家在游戏中的聊天功能  
admin.unmutechat “player”   取消玩家在游戏中聊天的静音功能  
global.status status 通知当前连接的客户端 Only available for admins nowadays.
global.kick “player” kick “player” 踢玩家/管理员  
global.kickall kickall “reason” 在游戏中踢每个人  
global.ban “player” ban “player” ban玩家/管理员  
global.moderatorid “SteamID” moderatorid “SteamID” 设置玩家为管理员 AuthLevel 1, (Moderator)
global.ownerid “SteamID” ownerid “SteamID” 设置玩家为服主 AuthLevel 2, (Admin)
global.removemoderator “SteamID” removemoderator “SteamID” 移除管理员  
global.removeowner “SteamID” removeowner “SteamID” 移除服主  
global.banid “SteamID” banid “SteamID”    
global.unban “SteamID” unban “SteamID”    
global.players players 打印当前连接的客户端等  
global.say “text” say “text” 在聊天中发送消息  
global.users( ) users 显示玩家在服务器上的用户信息.  
global.banlist banlist 禁止用户名单  
global.banlistex( ) banlistex 被禁用户列表-显示原因和用户名  
global.listid( ) listid 按ID列出的禁用用户列表  
chat.say “text” chat.say “text” 打印聊天中的文本,例如“t0kenz:你好  
draft.add( void )   no description  
craft.canceltask( void )   no description  
craft.cancel( void )   no description  
data.export( void )   no description  
entity.debug_toggle( void )   no description  
entity.nudge( void )   no description  
env.addtime( void )   no description  
event.run( void )   no description  
gc.collect( void )   no description  
global.restart( ) restart 重新启动服务器-每隔5秒发出300秒的警告。  
global.quit( ) quit 退出游戏  
global.report( void ) report no description  
global.objects( void ) objects no description  
global.textures( void ) textures no description  
global.colliders( void ) colliders no description  
global.error( void ) error no description  
global.queue( void ) queue no description  
global.setinfo( void ) setinfo no description  
global.sleep( void ) sleep no description  
global.kill( void ) kill 自杀命令 Used for respawning
global.respawn( void ) respawn no description  
global.injure( void ) injure no description  
global.spectate( void ) spectate no description  
global.respawn_sleepingbag( void )   no description  
global.respawn_sleepingbag_remove( void )   no description  
global.teleport( void ) teleport “name” no description  
global.teleport2me( void ) teleport2me “name” no description  
global.teleportany( void ) teleportany “bear, deer..” no description  
global.cleanup( void ) cleanupon description  
hierarchy.ls( void )   no description  
hierarchy.cd( void )   no description  
hierarchy.del( void )   no description  
inventory.endloot( void )   on description  
inventory.give( void )   no description  
inventory.giveall( void )   no description  
inventory.givebpall( void )   no description  
inventory.giveto( void )   no description  
inventory.giveid( void )   no description  
inventory.givearm( void )   no description  
inventory.givebp( void )   no description  
pool.status( void )   no description  
pool.clear( void )   on description  
server.start( )   Starts a server  
server.stop( string DisconnectMessage )   Stops a server  
server.backup( )   备份服务器文件夹  
server.writecfg( ) writecfg 写入配置文件  
server.fps( void )   no description  
server.save( ) save 强制保存当前游戏  
server.readcfg( void )   no description  
spawn.fill_populations( void )   no description  
spawn.fill_groups( void )   no description  
weather.clouds( void )   no description  
weather.fog( void )   no description  
weather.wind( void )   no description  
weather.rain [value]   设置降雨系数,其中0为零,1.0为100%。 Using anything other than a valid value will set it to “auto”.
world.monuments( void )   打印所有纪念碑和洞穴的位置以供控制台 DISABLED
global.dump( void )   将服务器诊断转储到[rust>rustds>diagnostics]  
global.find( string Name )   搜索命令  
global.echo( string output )   将某些内容打印到调试输出  
airdrop.drop( void )   no description  
cui.test( void )   no description  
global.ent kill ent kill 摧毁/杀死你的目标实体(查看) Useful binding for admins:bind q “ent kill”
global.ent lock ent lock 锁定你瞄准的标志/绘画(看)  
global.ent unlock ent unlock 解锁你瞄准的标志/绘画(看)

 


服务器变量

语法 描述 默认 范围 Notes
aianimation.groundorient no description True Boolean  
aianimation.speedscale no description True Boolean  
aianimation.qualitydistance no description 100    
lerp.enabled 在网络位置上启用插值 True Boolean  
lerp.smoothing 该值越高,应用的后期处理平滑越多。0=准确,1=平滑 0.5 0 – 1.0  
lerp.time 还剩多少秒。0是最准确的,但可能是最不稳定的 0.1    
ai.think no description True Boolean  
ai.move no description True Boolean  
ai.sensetime no description 1    
antihack.enabled is antihack enabled at all True Boolean  
antihack.userlevel 0 == users, 1 == admins, 2 == developers 0 0 – 2  
antihack.enforcementlevel 0 == no enforcement, 1 == kick, 2 == ban (DISABLED) 0 0 – 2  
antihack.relaxationrate the rate at which violation values go back down 0.1    
antihack.relaxationpause the time before violation values go back down 5    
antihack.maxviolation violation value above this results in enforcement 5    
antihack.noclip_protection 0 == disabled, 1 == raycast, 2 == spherecast 2 0 – 2  
antihack.noclip_reject whether or not to reject movement when noclip is detected True Boolean  
antihack.noclip_penalty violation penalty to hand out when noclip is detected 4    
antihack.speedhack_protection 0 == disabled, 1 == enabled 1    
antihack.speedhack_reject whether or not to reject movement when speedhack is detected False Boolean  
antihack.speedhack_penalty violation penalty to hand out when speedhack is detected 4    
antihack.speedhack_forgiveness speed threshold to assume speedhacking, lower value = more false positives 2    
antihack.speedhack_deltatime time interval to calculate speed in, lower value = more false positives 0.2    
antihack.speedhack_tickets required number of speeding tickets to trigger a violation 15    
antihack.speedhack_history speeding ticket history length 20    
antihack.flyhack_protection 0 == disabled, 1 == simple, 2 == advanced 1 0 – 2  
antihack.flyhack_reject whether or not to reject movement when flyhack is detected False Boolean  
antihack.flyhack_penalty violation penalty to hand out when flyhack is detected 4    
antihack.flyhack_forgiveness distance threshold to assume flyhacking, lower value = more false positives 2    
antihack.debuglevel 0 == silent, 1 == print max violation, 2 == print every violation 1 0 – 2  
audio.master Volume 1    
audio.music Volume 1    
audio.game Volume 1    
audio.voice Volume 1    
audio.speakers Volume 2    
chat.enabled Enable or disable chat displaying True Boolean  
chat.serverlog no description True Boolean  
construct.frameminutes How many minutes before a placed frame gets destroyed 30    
craft.instant no description False Boolean  
decay.scale no description 1    
decay.debug no description False Boolean  
env.time Time of day. 12 is midday. 12 0 – 24.0  
env.day Day 26    
env.month Month 5    
env.year Year 2024    
file.time no description False Boolean  
fps.limit The maximum number of frames to render per second 256    
fps.graph no description 0    
global.developer no description 0    
global.safemode no description False Boolean  
global.debugmode no description False Boolean  
global.warmup no description True Boolean  
global.censornudity no description True Boolean  
global.perf no description 0    
global.god If you’re an admin this will enable god mode True Boolean  
global.skincol If you’re an admin you can change your skin colour using this variable (0-1) -1    
global.skintex If you’re an admin you can change your skin texture using this variable (0-1) -1    
global.skinmesh If you’re an admin you can change your head mesh using this variable (0-1) -1    
graphics.shadowlights no description 1    
graphics.drawdistance no description 2500    
graphics.fov no description 75    
graphics.hud no description True Boolean  
graphics.chat no description True Boolean  
graphics.branding no description True Boolean  
graphics.dof no description False Boolean  
graphics.quality The currently selected quality level 0    
graphics.shadowdistance no description 100    
graphics.lodbias no description 0.5    
graphics.shaderlod no description 2147483647    
graphics.uiscale no description 1    
graphics.af no description 0    
graphics.parallax no description 0    
net.visdebug Turns on debug display of network visibility False Boolean  
net.debug no description False Boolean  
net.log no description False Boolean  
physics.bouncethreshold no description 2    
physics.sleepthreshold no description 0.005    
physics.solveriterationcount The default solver iteration count permitted for any rigid bodies (default 7). Must be positive 3    
physics.steps The amount of physics steps per second 30.003    
server.ip no description      
server.port no description 28015    
server.maxplayers no description 200    
server.hostname no description      
server.identity no description my_server_identity    
server.level no description Procedural Map    
server.seed no description 8675309    
server.worldsize no description 4000    
server.saveinterval no description 300    
server.secure no description True Boolean  
server.tickrate no description 10    
server.entityrate no description 16    
server.official no description False Boolean  
server.globalchat no description True Boolean  
server.stability no description True Boolean  
server.radiation no description False Boolean  
server.npctickrate no description 5    
server.itemdespawn no description 180    
server.aihandlerms no description 50    
server.pve no description False Boolean  
server.description no description No server description has been provided.    
server.headerimage no description      
server.url no description      
server.eac no description 1    
server.planttick Plants tick every x seconds. This is how many seconds between ticks. 60    
server.planttickscale Setting this to 2 will make plants grow, fruit and die two times faster than normal. 1    
server.maxunack Max amount of unacknowledged messages before we assume we’re congested 4    
server.rootfolder no description server/my_server_identity    
server.backupfolder no description backup/0/my_server_identity    
server.backupfolder1 no description backup/1/my_server_identity    
server.backupfolder2 no description backup/2/my_server_identity    
server.backupfolder3 no description backup/3/my_server_identity    
server.compression no description False Boolean  
server.netlog no description True Boolean  
spawn.min_rate no description 0.1    
spawn.max_rate no description 1    
spawn.min_density no description 0.1    
spawn.max_density no description 1    
terrain.quality no description 100    
terrain.pvt no description False Boolean  
time.fixeddelta Fixed delta time in seconds 0.03333    
time.maxdelta The minimum amount of times to tick per frame 0.33    
vis.damage Turns on debug display of damages False Boolean  
vis.attack Turns on debug display of attacks False Boolean  
vis.metab Turns on debug display of metabolism False Boolean  
vis.triggers Show trigger entries False Boolean  
voice.loopback no description False Boolean  
water.quality no description 0    
rcon.password no description 1234    
rcon.port no description 0    
rcon.ip no description 127.0.0.1    
nametags.enabled no description True Boolean
收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

玛缇尼源码网|Rust插件|手游源码|端游源码|工具集合 Rust服主百科 Rust 腐蚀 – 服务器命令 https://www.rustjl.xyz/1827.html

常见问题

相关文章

官方客服团队

每天10点-22点 - 在线专业服务