forked from sepluginloader/PluginHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-mod
25 lines (19 loc) · 1.46 KB
/
sample-mod
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
<?xml version="1.0"?>
<PluginData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ModPlugin">
<!-- Place the steam id of your workshop item here. -->
<Id>2211605465</Id>
<!-- The name of your plugin that will appear in the list. -->
<FriendlyName>Tool Switcher (Mod)</FriendlyName>
<!-- The author name that you want to appear in the list. -->
<Author>avaness</Author>
<!-- Optional tag that adds a tooltip to the plugin in-game. -->
<Tooltip>Allows scrolling between welder, grinder, and drill.</Tooltip>
<!-- Optional tag that adds a plugin description. If omitted, this will be the same as the Tooltip. 1000 characters max. -->
<Description>This mod swaps the current tool with the next tool using the scroll wheel. It will also equip the best available tool in the inventory. Holding Alt or Ctrl will temporarily prevent tool switching. Modded tools and character weapons are supported. You may setup upgrade and downgrade keybinds to temporarily change the level of the equipped tool.</Description>
<!-- Optional tag that specifies whether the plugin is hidden. Hidden plugins only appear when they are enabled or searched for in the search box. -->
<Hidden>false</Hidden>
<!-- Optional tag that specifies what dependencies this mod has. Dependencies will be automatically enabled when this mod is enabled. -->
<DependencyIds>
<Id>758597413</Id>
</DependencyIds>
</PluginData>