From 77982f2c3f90dd32395704fec5f474558f239743 Mon Sep 17 00:00:00 2001 From: grape-lol Date: Sun, 2 Feb 2025 10:16:20 -0600 Subject: [PATCH] Commit --- 1.21-api/README.md | 23 +++++++++++++---------- LICENSE | 2 ++ README.md | 24 ++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 10 deletions(-) create mode 100644 LICENSE create mode 100644 README.md diff --git a/1.21-api/README.md b/1.21-api/README.md index f8e0abe..1233cc1 100644 --- a/1.21-api/README.md +++ b/1.21-api/README.md @@ -1,21 +1,24 @@ -#
Anti Nether Roof
-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. +#
Anti-Nether Roof
+ +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. ##
Setup Guide
-**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/).
Bypass Permission -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
- diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b078a0b --- /dev/null +++ b/LICENSE @@ -0,0 +1,2 @@ +All rights reserved. +https://en.wikipedia.org/wiki/All_rights_reserved \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..1233cc1 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +#
Anti-Nether Roof
+ +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. + +##
Setup Guide
+ +### 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/). + +
+Bypass Permission + +**Permission**: `anr.bypass` +**Description**: Allows a player to bypass Nether roof teleportation. +**Default**: op + +