Skip to content

Commit

Permalink
1.27.0 - Performance/NetherRoof blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
moom0o committed Aug 1, 2022
1 parent 356d75e commit 4bf9001
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,21 @@ Fix exploits on a Minecraft Anarchy Server

[![bstats](https://bstats.org/signatures/bukkit/AnarchyExploitFixes.svg)](https://bstats.org/plugin/bukkit/AnarchyExploitFixes/8700)

## NOTICE

This plugin has many features that are broken or do not work properly on version 1.19 or higher. Please submit pull
requests and issues for 1.19 problems.

## Requirements

* ProtocolLib - This is for preventing packet exploits, if it's not present these exploits will not be prevented.
* ProtocolLib - This is for preventing packet exploits, if it's not present these exploits will not be prevented, and
you will get an warning message every minute.

## Prebuilt jar

Go to releases, download the latest jar
<br> If you wish to have a prebuilt BETA jar with the latest code, click Actions at the top of the page, click the
### Go to releases, download the latest jar

If you wish to have a prebuilt BETA jar with the latest code, click Actions at the top of the page, click the
latest build, and download the artifact.

## Building from source
Expand All @@ -27,7 +34,7 @@ Run `mvn package`

Add your server in a pull request

constantiam.net (70-80), 5b5t.org (50-150), openanarchy.org (40-150), 1b1t.me (5-20), scfanarchy.ggs.gg (0-3)
constantiam.net (70-80), 5b5t.org (50-150), openanarchy.org (40-150), scfanarchy.ggs.gg (0-3)

## Commands

Expand All @@ -47,6 +54,8 @@ You can send bitcoin to `3DJan1GpSkhiWHYec55xKhchZC8NeC829S`

You can send Monero to `49aXC8ZatrK4MrQXeSpUGsYk5HKLpeuhTZKMW8MtXuXxhNob8rQQBrkRj471Zv4ZNoCu6teYwsMy42HznLp6grCt1AUDCrW`

You can also send gift cards, contact me on Discord.

## Contact

Need to let me know of any exploits in private? Contact me on discord: `moo#0529` or email `moom0o@protonmail.com`
Expand Down Expand Up @@ -104,6 +113,7 @@ alongside AEF to patch the majority of exploits.
* Prevent too many vehicles, such as minecarts, in chunks.
* Prevent bedtraps. - Disabled by default.
* Prevent nether roof access. - Disabled by default.
* Prevent placing blocks on nether roof
* Option to disable chests on donkeys. - This is unlike IllegalStack's, no items will drop if the chest is broken.
Useful to prevent many dupe exploits, Disabled by default.
* Option to prevent donkeys from going through portals. - Useful to prevent many dupe exploits, disabled by default.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.moomoo</groupId>
<artifactId>anarchyexploitfixes</artifactId>
<version>1.26.1.3</version>
<version>1.27.0</version>
<packaging>jar</packaging>

<name>AnarchyExploitFixes</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.block.BlockPlaceEvent;
import org.bukkit.event.player.PlayerMoveEvent;
import org.bukkit.event.player.PlayerTeleportEvent;
import org.bukkit.event.block.BlockPlaceEvent;

@RequiredArgsConstructor
public class NetherRoof implements Listener {
Expand Down

0 comments on commit 4bf9001

Please sign in to comment.