插件介绍
保存玩家加载并在生成时加载它们
Loadoutless allows players to respawn with a loadout and save their custom loadout. Admin can ban certain items so that players cannot save them!
主要用途
主要用于礼包、loadout、物品、unmaintained等服务端功能。 本插件由 发布,当前目录记录版本为 v2.1.2,uMod 累计下载 17,142 次。
适用场景
- 带经济、商店、礼包或奖励系统的服务器
- 需要调整建造、物品、制作或采集体验的服务器
功能分类
查看 uMod 官方英文简介
Saves player loadouts and loads them on spawn
权限节点
loadoutless.spawnAllows players to spawn/respawn with the server set loadout.
loadoutless.use -
Required to save a custom loadout.
Required to remove custom loadouts.
Required to switch between custom loadouts.
loadoutless.admin -
Required to add or remove an item from the banfile.
Required to reset players loadout to default loadout.
Required to Delete all players saved loadouts.
授权示例:oxide.grant user 玩家名 权限节点;撤销使用 oxide.revoke。
指令说明
Requires the - loadoutless.use permission
/loadout overwriteAllows player to overwrite their loadout.
/loadout saveAllows player to save their inventory and wear slot.
/loadout removeAllows player to remove 1 of there loadouts.
/loadout selectAllows players to select 1 of there saved loadouts.
/loadout setdefaultSets default loadout for new players.
/loadout banitemAdds currently holding item to the ban file.
/loadout baninvAdds inventory to the ban file.
/loadout removebanitemRemoves currently holding item from the ban file.
/loadout resetResets all players current loadout to default loadout.
/loadout clearDeletes all players saved loadouts.
You must first set up a default loadout for your players to use/get when they spawn.
As an admin or moderator you must have this permission - loadoutless.admin to setup up a default configuration.
Make sure you put everything you want them to have! on your self before you run this command!
Once this is done simply grant your players or group the permission
loadoutless.spawnAllows player to respawn with the server set default loadout.
(optoinal) You can let them have this permission as well if you want!
loadoutless.useAllows them to save a unique loadout seperate from the default for individual players.
This will allow them to customize their own load-outs to spawn individually.
Of course, you can set up prohibited items to prevent people from saving Over Powered load-outs.
By having the permission called - loadoutless.admin and adding the banned items with the command /loadout banitem or to remove a banned item - /loadout removebanitem
You can also ban a whole inventory set that you are wearing as well! - /loadout baninv
/loadout save name - you must name your loadout like /loadout save 1 or primary
/loadout select name - this will set your loadout to the selected one
/loadout remove name - this will remove 1 of your custom loadouts so you can make another.
配置说明
{ "Sets Max Loadouts": 3, "Enable Item Limits": true, "Enable Auto Update Limits": false, "DefaultLoadout": [ { "Itemid": 20489901, "Bp": false, "Skinid": 0, "Container": "wear", "Slot": 0, "Amount": 1, "Weapon": false, "Ammotype": 0, "Mods": [] }, { "Itemid": -1754948969, "Bp": false, "Skinid": 0, "Container": "main", "Slot": 0, "Amount": 1, "Weapon": false, "Ammotype": 0, "Mods": [] }, { "Itemid": 963906841, "Bp": false, "Skinid": 0, "Container": "belt", "Slot": 0, "Amount": 1, "Weapon": false, "Ammotype": 0, "Mods": [] }, { "Itemid": 795236088, "Bp": false, "Skinid": 0, "Container": "belt", "Slot": 1, "Amount": 1, "Weapon": false, "Ammotype": 0, "Mods": [] }, { "Itemid": -1583967946, "Bp": false, "Skinid": 0, "Container": "belt", "Slot": 2, "Amount": 1, "Weapon": false, "Ammotype": 0, "Mods": [] }, { "Itemid": 171931394, "Bp": false, "Skinid": 0, "Container": "belt", "Slot": 3, "Amount": 1, "Weapon": false, "Ammotype": 0, "Mods": [] } ], "Item Loadout Limits Defaults to your Servers Stack Size": { "hat.wolf": { "DisplayName": "Wolf Headdress", "Amount": 1.0 }, "fogmachine": { "DisplayName": "Fogger-3000", "Amount": 1.0 }, "spear.wooden": { "DisplayName": "Wooden Spear", "Amount": 1.0 } } }
官方配置示例
{
"Sets Max Loadouts": 3,
"Enable Item Limits": true,
"Enable Auto Update Limits": false,
"DefaultLoadout": [
{
"Itemid": 20489901,
"Bp": false,
"Skinid": 0,
"Container": "wear",
"Slot": 0,
"Amount": 1,
"Weapon": false,
"Ammotype": 0,
"Mods": []
},
{
"Itemid": -1754948969,
"Bp": false,
"Skinid": 0,
"Container": "main",
"Slot": 0,
"Amount": 1,
"Weapon": false,
"Ammotype": 0,
"Mods": []
},
{
"Itemid": 963906841,
"Bp": false,
"Skinid": 0,
"Container": "belt",
"Slot": 0,
"Amount": 1,
"Weapon": false,
"Ammotype": 0,
"Mods": []
},
{
"Itemid": 795236088,
"Bp": false,
"Skinid": 0,
"Container": "belt",
"Slot": 1,
"Amount": 1,
"Weapon": false,
"Ammotype": 0,
"Mods": []
},
{
"Itemid": -1583967946,
"Bp": false,
"Skinid": 0,
"Container": "belt",
"Slot": 2,
"Amount": 1,
"Weapon": false,
"Ammotype": 0,
"Mods": []
},
{
"Itemid": 171931394,
"Bp": false,
"Skinid": 0,
"Container": "belt",
"Slot": 3,
"Amount": 1,
"Weapon": false,
"Ammotype": 0,
"Mods": []
}
],
"Item Loadout Limits Defaults to your Servers Stack Size": {
"hat.wolf": {
"DisplayName": "Wolf Headdress",
"Amount": 1.0
},
"fogmachine": {
"DisplayName": "Fogger-3000",
"Amount": 1.0
},
"spear.wooden": {
"DisplayName": "Wooden Spear",
"Amount": 1.0
}
}
}{
"Error_Insuffarg": "Insufficient arguments!",
"Error_Noitem": "No item selected!",
"Error_Itemnotfound": "Item not found!",
"Error_Filenotexist": "Playerfile doesn't exist.",
"Error_Creatingnewfile": "Creating a new playerfile...",
"Cmd_Removebanitem": "Item is removed from the banfile.",
"Cmd_Removebanitem_notinfile": "Item was not banned!",
"Cmd_Banitem_already": "Item is already banned!",
"Cmd_Banitem": "Item <color=#32CD32>sucessfully added</color> to the banfile!",
"Cmd_Setdefault": "Default loadout has <color=#32CD32>succesfully been set!</color>",
"Cmd_Noperm": "You don't have the permsission to do that!",
"Cmd_Saved": "Loadout was <color=#32CD32>sucessfully saved!</color>",
"Cmd_inv_added": "All inventory Items are saved in the ban file",
"Cmd_Reset": "All players loadouts have been reset to default",
"Cmd_MaxLoadOut": "Maximum number of loadouts is {0} please remove 1 to add another",
"Cmd_MaxLimit": "{0} amount is greater than item limit set {1}",
"Cmd_Select": "Available loadouts are <color=#32CD32> {0} </color>",
"Cmd_SelectMia": "Loadout {0} doesn't exist, your current loadouts are <color=#32CD32> {1} </color>",
"Cmd_Selected": "Loadout {0} is now set",
"Cmd_Cleared": "Player {0} has cleared everyone's loadouts, only default loadout remains"
}更新日志
本站记录 uMod 官方插件信息。完整的历史更新日志请参阅 uMod 官方页面。
安装方法
- 确认服务器已安装 Oxide / uMod 或兼容的 Carbon 框架。
- 登录本站后点击"下载",由 uMod 官方地址获取作者发布的文件。
- 将 .cs 文件放入服务器的
oxide/plugins目录。 - 观察服务端控制台,确认插件编译并成功加载。
- 具体配置、权限、指令和依赖请查看原作者的 uMod 页面。
使用前注意
- Rust 更新后,请先确认插件是否仍兼容当前服务端版本。
- 修改配置前建议备份原配置文件,并在测试服验证后再部署到正式服。
- 若插件依赖其他扩展或库,以 uMod 原作者页面的最新说明为准。
- 本站中文内容用于辅助理解,遇到版本差异时以官方英文文档和源码为准。
中文介绍由 uMod 官方简介翻译整理。插件著作权、许可证、完整文档和最新发布状态均以原作者及 uMod 官方页面为准。