generated from sepluginloader/ClientPluginTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sections.xml
33 lines (24 loc) · 1.09 KB
/
Sections.xml
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
<?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">
<Id>viktor-ferenczi/se-sections</Id>
<FriendlyName>Sections</FriendlyName>
<Author>Viktor</Author>
<Tooltip>Copy, cut and blueprint grid sections</Tooltip>
<Description>Allows for selecting a section of a grid, then copying, cutting, deleting or blueprinting the blocks inside it.
This is an implementation of a publicly announced Space Engineers 2 feature.
Demo video: https://youtu.be/watch?v=W0S-wIaIZ80
For more information please see the plugin's GitHub page:
https://github.com/viktor-ferenczi/se-sections
Please consider supporting my work:
- Patreon: https://www.patreon.com/semods
- PayPal: https://www.paypal.com/paypalme/vferenczi/
Bug reporting channel: #bug-reports
SE Mods Discord https://discord.gg/PYPFPGf3Ca
Enjoy!
</Description>
<Commit>9e28eaf5fa86dcf350762a9d6866ddae38491429</Commit>
<SourceDirectories>
<Directory>ClientPlugin</Directory>
</SourceDirectories>
<Hidden>true</Hidden>
</PluginData>