Skip to content

Commit a65375c

Browse files
committed
Updated documentation
1 parent 6114765 commit a65375c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
It's a Minecraft AntiCheat for multiples platforms :
44
- **Spigot** 1.8.8 to 1.21 (*and fork like PaperSpigot or Tuinity*)
55
- **Sponge** API 7, 8, 9 & 10
6-
- **WARN**: After internal issue, it's actually not available. **Fabric** MC 1.18.2, 1.19 to 1.19.4 (Download [here](https://github.com/Elikill58/NegativityFabric#negativityfabric))
6+
- **Fabric** MC 1.18.2 to 1.21.4 (Download [here](https://github.com/Elikill58/NegativityFabric#negativityfabric))
77
- **Minestom** 1.19.3
88

99
Proxies:
@@ -24,10 +24,6 @@ Suggestions and bug reports can also be filled in [this repository issue tracker
2424

2525
Check [installation wiki](https://github.com/Elikill58/Negativity/wiki/Installation) for all informations according to platform.
2626

27-
## I want to test it before download !
28-
29-
You can check it on **play.negativity.fr** (server in 1.19.2, you can connect with 1.8.8 to 1.19.2). Server can be down.
30-
3127
## What are the detected cheat ?
3228

3329
We made a wiki for all [detected cheat](https://github.com/Elikill58/Negativity/wiki/Cheat) which explain what every hack does.
@@ -90,7 +86,8 @@ For permissions config, [click here](https://github.com/Elikill58/Negativity/wik
9086
Prerequisites:
9187
- [Git](https://git-scm.com)
9288
- JDK 8 (any distribution should work, [AdoptOpenJDK](https://adoptopenjdk.net/?variant=openjdk8&jvmVariant=hotspot) for example)
93-
- JDK 18 (any distribution should work) recommended for latest minecraft version (also work with lower versions)
89+
- JDK 17 (any distribution should work) recommended for latest minecraft version (also work with lower versions)
90+
- JDK 21 (any distribution should work) required for fabric platform
9491

9592
In the following instructions you will have to execute Gradle tasks. You **must** use the Gradle wrapper distributed in this repository.
9693

bungee/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ processResources {
3636

3737
shadowJar {
3838
archiveBaseName.set('NegativityBungeecord')
39-
archiveAppendix.set(null)
39+
archiveAppendix.set('all')
4040
archiveClassifier.set(null)
4141

4242
relocate('org.bstats.bungeecord', 'com.elikill58.negativity.bungee')

0 commit comments

Comments
 (0)