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 4d6e069 commit 29002b2Copy full SHA for 29002b2
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- Depends on Magic 7.5.3 or higher
6
- Maybe support for 1.13
7
+ - Fix server lag when generating leaderboards or showing leaderboard GUI
8
9
## 3.2
10
pom.xml
@@ -4,14 +4,14 @@
<groupId>com.elmakers.mine.bukkit.plugins</groupId>
<artifactId>MagicArenas</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>3.3</version>
<name>Magic Arenas</name>
11
<properties>
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
<java.version>1.8</java.version>
14
- <magic.version>7.5.3-SNAPSHOT</magic.version>
+ <magic.version>7.5.3</magic.version>
15
<bukkit.version>1.12.2-R0.1-SNAPSHOT</bukkit.version>
16
</properties>
17
0 commit comments