forked from sepluginloader/PluginHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-workshop
More file actions
16 lines (12 loc) · 832 Bytes
/
sample-workshop
File metadata and controls
16 lines (12 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<PluginData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="WorkshopPlugin">
<!-- Workshop plugins are no longer recommended! Use a github plugin instead and advertise it using alternate means. -->
<!-- Place the steam id of your workshop item here. -->
<Id>2292390607</Id>
<!-- Optional tag that specifies the group this plugin belongs to. Only one plugin from a given group can be enabled. -->
<GroupId>ToolSwitcher</GroupId>
<!-- The name of your plugin that will appear in the list. -->
<FriendlyName>Tool Switcher</FriendlyName>
<!-- 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>
</PluginData>