Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Mar 9, 2021
1 parent e9450dc commit 803c477
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 13 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
27 changes: 21 additions & 6 deletions markdown/COMMAND_Category.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
4 changes: 3 additions & 1 deletion markdown/curseforge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 803c477

Please sign in to comment.