diff --git a/README.md b/README.md index 410eba1..8c68fc6 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,14 @@ Extension Mod for [gnembon's fabric-carpet](https://github.com/gnembon/fabric-ca - [`SURVIVAL`](markdown/SURVIVAL_Category.md) ## Index -Count: 67 +Count: 69 - [anvilledBlueIce](#anvilledblueice) - [anvilledIce](#anvilledice) - [anvilledPackedIce](#anvilledpackedice) - [cactusFurnaceXp](#cactusfurnacexp) - [campSleeping](#campsleeping) +- [commandFrame](#commandframe) +- [commandSkull](#commandskull) - [commandSlimeChunk](#commandslimechunk) - [concreteConvertOnCauldron](#concreteconvertoncauldron) - [craftableCobwebs](#craftablecobwebs) @@ -139,12 +141,25 @@ Allows players to sleep in a Bed without setting their spawn point by entering w - Required options: `true`, `false` - Categories: `EXPERIMENTAL`, `FEATURE`, `RUG`, `SURVIVAL` +### commandFrame +A command that makes the nearest item frame in a 5 Block radius around the player, that holds an item, invisible or visible +- Type: `String` +- Default value: `ops` +- Required options: `true`, `false`, `ops` +- Categories: `COMMAND`, `RUG` + +### commandSkull +A command that gives the executing Player the Player Head of the selected Player +- Type: `String` +- Default value: `ops` +- Required options: `true`, `false`, `ops` +- Categories: `COMMAND`, `RUG` + ### commandSlimeChunk -A command that shows if the current chunk is a slime chunk based on the set slimeChunkPercentage -Players do not need extra permissions to use this command -- Type: `boolean` -- Default value: `false` -- Required options: `true`, `false` +A command that shows if the current chunk is a slime chunk based on the set slimeChunkPercentage +- Type: `String` +- Default value: `ops` +- Required options: `true`, `false`, `ops` - Categories: `COMMAND`, `RUG` ### concreteConvertOnCauldron diff --git a/markdown/COMMAND_Category.md b/markdown/COMMAND_Category.md index 670efd5..69d999e 100644 --- a/markdown/COMMAND_Category.md +++ b/markdown/COMMAND_Category.md @@ -2,15 +2,30 @@ For a list of all implemented Rules go [here](../README.md) ## Index -Count: 1 +Count: 3 +- [commandFrame](#commandframe) +- [commandSkull](#commandskull) - [commandSlimeChunk](#commandslimechunk) ## Rules in COMMAND Category +### commandFrame +A command that makes the nearest item frame in a 5 Block radius around the player, that holds an item, invisible or visible +- Type: `String` +- Default value: `ops` +- Required options: `true`, `false`, `ops` +- Categories: `COMMAND`, `RUG` + +### commandSkull +A command that gives the executing Player the Player Head of the selected Player +- Type: `String` +- Default value: `ops` +- Required options: `true`, `false`, `ops` +- Categories: `COMMAND`, `RUG` + ### commandSlimeChunk -A command that shows if the current chunk is a slime chunk based on the set slimeChunkPercentage -Players do not need extra permissions to use this command -- Type: `boolean` -- Default value: `false` -- Required options: `true`, `false` +A command that shows if the current chunk is a slime chunk based on the set slimeChunkPercentage +- Type: `String` +- Default value: `ops` +- Required options: `true`, `false`, `ops` - Categories: `COMMAND`, `RUG` diff --git a/markdown/curseforge.md b/markdown/curseforge.md index c1c0963..57bee56 100644 --- a/markdown/curseforge.md +++ b/markdown/curseforge.md @@ -5,12 +5,14 @@ Extension Mod for [gnembon's fabric-carpet](https://github.com/gnembon/fabric-ca **Visit the [GitHub page](https://github.com/RubixDev/fabric-rug) for a more detailed explanation of all features.** ## List of implemented Carpet Rules -Count: 67 +Count: 69 - anvilledBlueIce - anvilledIce - anvilledPackedIce - cactusFurnaceXp - campSleeping +- commandFrame +- commandSkull - commandSlimeChunk - concreteConvertOnCauldron - craftableCobwebs