You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CheatBreaker API will allow you to detect when a player is running CheatBreaker, enable and disable HUD modules, allow x-ray for your staff, and much more.
9
9
10
10
## Compatibility
11
11
12
12
This API has been tested with Spigot 1.7.10, PaperSpigot 1.7.10 and mSpigot 1.7.10 (MineHQ Spigot). However, it can work on other/newer versions as well.
13
13
14
-
This API can detect people on Offline CheatBreaker 1.7.10 and 1.8.9.
14
+
This API can detect people on CheatBreaker 1.7.10 and 1.8.9.
15
15
16
16
## Download
17
17
18
-
The latest release can be found [here](https://github.com/Offline-Cheatbreaker/Bukkit-API/releases/latest).
18
+
The latest release can be found [here](https://github.com/CheatBreakerNet/Bukkit-API/releases/latest).
19
19
20
20
## Commands
21
21
@@ -33,7 +33,7 @@ Example plugins can be found under the [`Examples`](/Examples) folder. Those exa
33
33
34
34
1. Install maven `sudo apt-get install maven`
35
35
2. Verify installation `mvn -v`
36
-
3. Clone the repository `git clone [email protected]:Offline-CheatBreaker/Bukkit-API.git`
36
+
3. Clone the repository `git clone [email protected]:CheatBreaker/Bukkit-API.git`
37
37
4. Navigate to the new folder `cd Bukkit-API`
38
38
5. Import `pom.xml` into your IDE
39
39
@@ -45,11 +45,11 @@ Example plugins can be found under the [`Examples`](/Examples) folder. Those exa
45
45
46
46
## Documentation
47
47
48
-
Documentation can be found on the [wiki pages](https://github.com/Offline-CheatBreaker/Bukkit-API/wiki).
48
+
Documentation can be found on the [wiki pages](https://github.com/CheatBreakerNet/Bukkit-API/wiki).
0 commit comments