Skip to content

Commit 1e8bf16

Browse files
committed
removed repo protocolsupport
1 parent 496255f commit 1e8bf16

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

MiniGamesBox Classic/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@
7878
<version>5.2.1</version>
7979
<scope>provided</scope>
8080
</dependency>
81-
<dependency>
82-
<groupId>com.github.ProtocolSupport</groupId>
83-
<artifactId>ProtocolSupport</artifactId>
84-
<version>master</version>
85-
<scope>provided</scope>
86-
</dependency>
8781
<dependency>
8882
<groupId>com.github.cryptomorin</groupId>
8983
<artifactId>XSeries</artifactId>

MiniGamesBox Classic/src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ${description}
22
main: plugily.projects.PlugilyProjects.Main
33
authors: [ PlugilyProjects, Tigerpanzer_02 ]
44
version: ${version}
5-
softdepend: [ PlaceholderAPI, Parties, Spigot-Party-API-PAF, PartyAndFriends, ViaVersion, ProtocolSupport ]
5+
softdepend: [ PlaceholderAPI, Parties, Spigot-Party-API-PAF, PartyAndFriends, ViaVersion ]
66
api-version: 1.13
77

88
commands:

0 commit comments

Comments
 (0)