Revisions for untitled paste

View the changes made to this paste.

unlisted ⁨3⁩ ⁨files⁩ 2021-09-20 19:11:29 UTC

gp

@@ -0,0 +1,6 @@

+name: GriefPrevention
+version: '${version}'
+main: wine.notmyfault.gptest.GPTestPlugin
+api-version: 1.17
+softdepend:
+  - WorldEdit

fawe

@@ -0,0 +1,5 @@

+name: FastAsyncWorldEdit
+version: '${project.version}'
+main: wine.notmyfault.fawe.FaweTestPlugin
+api-version: 1.17
+provides: [WorldEdit]

pl3x

@@ -0,0 +1,6 @@

+name: Pl3x
+version: '${version}'
+main: wine.notmyfault.plexmap.PlexMapTest
+api-version: 1.17
+softdepend:
+  - GriefPrevention