Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anticamo committed Feb 2, 2025
1 parent cd1b0c4 commit 77982f2
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 10 deletions.
23 changes: 13 additions & 10 deletions 1.21-api/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# <center>Anti Nether Roof</center>
The best Anti-Nether Roof (ANR) plugin, ANR provides a very simple permission to bypass it. If a person tries to get onto the nether roof or is already on the nether roof they will be teleported to the nearest air block below them and as a fail safe be set to 117 aka 10 blocks below them incase there is no air below them.
# <center>Anti-Nether Roof</center>

Anti-Nether Roof (ANR) is a simple plugin that prevents players from accessing the Nether roof. It includes a permission for bypassing this restriction. If a player tries to access the Nether roof or is already there, they will be teleported to the nearest air block below. As a fail-safe, they will be teleported to Y=117 (10 blocks below) if no air block is found. These are mostly found on anarchy servers to stop people from dropping the TPS from loading to many chunks.

## <center>Setup Guide</center>
**Installation**

Download the latest version in the [versions tab](https://modrinth.com/plugin/anti-nether-roof/versions/). After downloading it you will want to put it in your ``/plugins`` folder then restart the server.
### Installation

1. Download the latest version from the [versions tab](https://modrinth.com/plugin/anti-nether-roof/versions/).
2. Place the file in your `/plugins` folder.
3. Restart the server.

**Permissions**
### Permissions

The bypass permission is defaulted to anyone who has op if you want to remove or give someone access its recommended to use a permission plugin like [LuckPerms](https://luckperms.net/).
The bypass permission is granted by default to players with operator status (op). To customize permissions, use a plugin like [LuckPerms](https://luckperms.net/).

<details>
<summary>Bypass Permission</summary>
anr.bypass

description: Allows a player to bypass Nether roof teleportation.
**Permission**: `anr.bypass`
**Description**: Allows a player to bypass Nether roof teleportation.
**Default**: op

default: op
</details>

2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
All rights reserved.
https://en.wikipedia.org/wiki/All_rights_reserved
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# <center>Anti-Nether Roof</center>

Anti-Nether Roof (ANR) is a simple plugin that prevents players from accessing the Nether roof. It includes a permission for bypassing this restriction. If a player tries to access the Nether roof or is already there, they will be teleported to the nearest air block below. As a fail-safe, they will be teleported to Y=117 (10 blocks below) if no air block is found. These are mostly found on anarchy servers to stop people from dropping the TPS from loading to many chunks.

## <center>Setup Guide</center>

### Installation

1. Download the latest version from the [versions tab](https://modrinth.com/plugin/anti-nether-roof/versions/).
2. Place the file in your `/plugins` folder.
3. Restart the server.

### Permissions

The bypass permission is granted by default to players with operator status (op). To customize permissions, use a plugin like [LuckPerms](https://luckperms.net/).

<details>
<summary>Bypass Permission</summary>

**Permission**: `anr.bypass`
**Description**: Allows a player to bypass Nether roof teleportation.
**Default**: op

</details>

0 comments on commit 77982f2

Please sign in to comment.