We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd62515 commit 1d1c531Copy full SHA for 1d1c531
AdvancedCore/pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.bencodez</groupId>
6
<artifactId>advancedcore</artifactId>
7
- <version>3.7.15-SNAPSHOT</version>
+ <version>3.7.15</version>
8
<packaging>jar</packaging>
9
<name>AdvancedCore</name>
10
<properties>
AdvancedCore/src/main/resources/Rewards/ExampleAdvanced.yml
@@ -198,6 +198,7 @@ AdvancedWorld:
198
# The number represents a weight value essentially
199
# Decimals are allowed as well, just use _ as the decimal
200
# no duplicates numbers allowed
201
+# If using decimals avoid the last number decimal value being 0, no 5.500
202
SpecialChance:
203
5:
204
# rewards here
0 commit comments