From 0602d7b8edd78b72472154302f3d5a14a7aff86f Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Tue, 13 May 2025 18:48:27 +0200 Subject: [PATCH 1/2] Create README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c109009 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# PoketDimensions +A Minecraft Plugin for the 1.21.4 that adds a Poket Dimension for each player that gets a Poket Dimension via Command. + +## Requirements +Paper ```1.21.4``` + +## Installation in Minecraft +- Stop your Minecraft Server +- Download the latest [Release](/releases/latest) and add it to your ```plugins``` folder +- Start your Minecraft Server + +## Commands +- ```/givepd ``` + - Permissions: ```poketdimensions.commands.givepd``` + - Description: Gives you an item for any players own pocketdimension! +- ```/pdtp ``` + - Permissions: ```poketdimensions.commands.pdtp``` + - Description: Lets an Admin teleport into another players pocket dimension +- ```/pdgamerule [Value]``` + - Permissions: ```poketdimensions.commands.pdgamerule``` + - Description: Lets an Admin change the PoketDimensions Gamerule until the Item to teleport into the PoketDimension is Used again +- ```/pd invite ``` + - Permissions: No Permission Required + - Description: The Owner of a PoketDimension can invite a Player to their Own +- ```/pd kick ``` + - Permissions: No Permission Required + - Description: The Owner of a PoketDimension can kick a Player out of their PoketDimension +- ```/pd acceptinv ``` + - Permissions: No Permission Required + - Description: If someone has Invited a you in their PoketDimension you can Accept their Invite via this Command From 172edf5cd313068f0a08b2333371e58607f34560 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Tue, 13 May 2025 18:49:00 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c109009..1adf13c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Paper ```1.21.4``` ## Installation in Minecraft - Stop your Minecraft Server -- Download the latest [Release](/releases/latest) and add it to your ```plugins``` folder +- Download the latest [Release](https://github.com/SiskelDev/PoketDimensions/releases/latest) and add it to your ```plugins``` folder - Start your Minecraft Server ## Commands