-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEssentials.xml
More file actions
46 lines (34 loc) · 2.05 KB
/
Copy pathEssentials.xml
File metadata and controls
46 lines (34 loc) · 2.05 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0"?>
<PluginData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="GitHubPlugin">
<!-- The ID of your plugin, never change this -->
<Id>DF09925B-6D53-41F2-899C-CA6214B5DD6F</Id>
<!-- GitHub repository ID -->
<RepoId>OwendB1/SE-Essentials</RepoId>
<!-- The name of your plugin that will appear in the plugin list -->
<FriendlyName>Essentials</FriendlyName>
<!-- The author name that you want to appear in the plugin list -->
<Author>OwendB</Author>
<!-- Optional tooltip for the plugin in the plugin list -->
<Tooltip>Quality-of-life admin and player essentials</Tooltip>
<!-- Optional plugin description. If omitted, this will be the same as the Tooltip. 1000 characters max. -->
<Description>
Essentials is a Magnetar server plugin for Space Engineers dedicated servers
that bundles a broad set of quality-of-life and admin tools, all configured
through the Magnetar PluginSdk with the config UI rendered by Quasar.
It adds ship repair (!fixship), PCU and ownership transfer and inspection
(!transfer, !pcu), economy management with player-to-player payments (!econ),
bulk block enable/disable/removal (!blocks) and auto-commands.
Server features include a customizable MOTD with optional Steam overlay links,
stopping all ships on startup, automatic empty-backpack cleanup, owned-grid GPS
listing, and optional matchmaking tag filtering. Harmony patches are guarded
with the EnsureCode attribute so they fail-safe when Space Engineers ships an
update that changes patched methods.
</Description>
<!-- Only source code in the Directory entries listed in SourceDirectories is compiled. Exclude any test projects or similar. -->
<SourceDirectories>
<Directory>ServerPlugin</Directory>
<Directory>Shared</Directory>
</SourceDirectories>
<!-- The current plugin version's commit hash -->
<Commit>TODO Git commit hash</Commit>
</PluginData>