Skip to content

Commit

Permalink
Upgrade to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Elikill58 committed Aug 31, 2023
1 parent 83916c7 commit 32a28dc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ Please note that Negativity is not compatible with Spigot 1.7.10 and Sponge vers

Even if you plan to use it on your proxy server, you still need to install the plugin on your Spigot or Sponge server.

**The free version has no longer support. Only the premium one has**.

## Informations

If you need assistance, you can reach out to me through Discord private messages (`Elikill58`) or join my Discord server ([join link](https://discord.gg/KHRVTX2)).
If you need assistance (*except for free version*), you can reach out to me through Discord private messages (`Elikill58`) or join my Discord server ([join link](https://discord.gg/KHRVTX2)).
You can also provide suggestions and report bugs through the [issue tracker](https://github.com/Elikill58/Negativity/issues) on the repository.

A premium version of the plugin is available. You can download it from [here](https://www.spigotmc.org/resources/86874/). You can learn about the differences between the free and premium versions [here](https://github.com/Elikill58/Negativity/wiki/V1-and-V2-:-Description,-differencies-and-explainations).
Expand Down
2 changes: 1 addition & 1 deletion bungee.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BungeeNegativity
author: Elikill58
version: "1.13.1"
version: "1.14"
main: com.elikill58.negativity.bungee.BungeeNegativity
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Negativity
main: com.elikill58.negativity.spigot.SpigotNegativity
version: "1.13.1"
version: "1.14"
author: [Elikill58, RedNesto]
description: It's an Advanced AntiCheat Detection, by Elikill58.
api-version: 1.13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

public class UniversalUtils {

public static final String PLUGIN_VERSION = "1.13.1";
public static final String PLUGIN_VERSION = "1.14";
public static final DateTimeFormatter GENERIC_DATE_TIME_FORMATTER = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
public static boolean HAVE_INTERNET = true, TPS_DROP = false;
private static boolean DEBUG = false;
Expand Down
2 changes: 1 addition & 1 deletion velocity-plugin.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"negativity","name":"Negativity","version":"1.13.1","description":"It's an Advanced AntiCheat Detection","authors":["Elikill58", "RedNesto"],"dependencies":[],"main":"com.elikill58.negativity.velocity.VelocityNegativity"}
{"id":"negativity","name":"Negativity","version":"1.14","description":"It's an Advanced AntiCheat Detection","authors":["Elikill58", "RedNesto"],"dependencies":[],"main":"com.elikill58.negativity.velocity.VelocityNegativity"}

0 comments on commit 32a28dc

Please sign in to comment.