Skip to content

Commit 7d3b6b0

Browse files
committed
Update ProtocolLib groupId and version
1 parent 842cdf9 commit 7d3b6b0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

AdvancedCore/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@
175175
<id>opencollab-snapshot</id>
176176
<url>https://repo.opencollab.dev/main/</url>
177177
</repository>
178-
<repository>
179-
<id>dmulloy2-repo</id>
180-
<url>https://repo.dmulloy2.net/repository/public/</url>
181-
</repository>
182178
<repository>
183179
<id>nickuc-repo</id>
184180
<url>https://repo.nickuc.com/maven-releases/</url>
@@ -225,9 +221,9 @@
225221
<scope>compile</scope>
226222
</dependency>
227223
<dependency>
228-
<groupId>com.comphenix.protocol</groupId>
224+
<groupId>net.dmulloy2</groupId>
229225
<artifactId>ProtocolLib</artifactId>
230-
<version>5.3.0</version>
226+
<version>5.4.0</version>
231227
<scope>provided</scope>
232228
</dependency>
233229
<dependency>

AdvancedCore/src/main/resources/Rewards/ExampleBasic.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Items:
6767

6868
# Set glowing effect on item (enchanted item effect)
6969
Glow: false
70+
71+
# Hide item tool tip
72+
#HideToolTip: false
7073

7174
# Skull options
7275
#Skull: 'PLAYERNAME'

0 commit comments

Comments
 (0)