Skip to content

Commit

Permalink
Format Table correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasenzahn1 committed Feb 9, 2024
1 parent b3a7a3c commit 63c33e1
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,27 @@

*This plugin is tested for minecraft versions 1.19.x, 1.20.x*

A plugin for automatically resettings loot blocks like chests/dispensers/suspicious gravel/sand as well as lootentities like chest minecars/elytra item frames. Intended for the usage on a server with a fixed worldboarder that relies on these blocks/entities to be present.
A plugin for automatically resettings loot blocks like chests/dispensers/suspicious gravel/sand as well as lootentities
like chest minecars/elytra item frames. Intended for the usage on a server with a fixed worldboarder that relies on
these blocks/entities to be present.

## Commands

To execute any of the commands you need the base permission `structurereloot.command.reloot`

| Command | Description | Permission |
|-------------------------|---------------------------------------------------------------------------------|-----------------------------|
| /reloot info (world) | Displays an ingame and clickable view of the settings for that specific world. | `structurereloot.command.info` |
| /reloot listLootables <block/entity> (world) (page) | Lists all Relootable blocks/entities in the world | `structurereloot.command.listLootables` |
| /reloot regen <block/entity> <amount> (world) | Regenerates a certain amount of blocks/entities in the specific world | `structurereloot.command.regen` |
| /reloot reloadConfig <configName> (override: true/false) | Reloads the specified config. If override is true the config will be completely overridden with the default config | `structurereloot.command.reloadConfig` |
| /reloot reset <block/entity> (world) | Resets all the blocks/entities in the specific world | `structurereloot.command.reset` |
| /reloot internal <subcommand> | This command in normaly hidden, as it is used for all the clickable commands. | `structurereloot.command.internal` |
| Command | Description | Permission |
|----------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|-----------------------------------------|
| /reloot info (world) | Displays an ingame and clickable view of the settings for that specific world. | `structurereloot.command.info` |
| /reloot listLootables <block/entity> (world) (page) | Lists all Relootable blocks/entities in the world | `structurereloot.command.listLootables` |
| /reloot regen <block/entity> <amount> (world) | Regenerates a certain amount of blocks/entities in the specific world | `structurereloot.command.regen` |
| /reloot reloadConfig <configName> (override: true/false) | Reloads the specified config. If override is true the config will be completely overridden with the default config | `structurereloot.command.reloadConfig` |
| /reloot reset <block/entity> (world) | Resets all the blocks/entities in the specific world | `structurereloot.command.reset` |
| /reloot internal <subcommand> | This command in normaly hidden, as it is used for all the clickable commands. | `structurereloot.command.internal` |

#### Settings

![image](https://github.com/CansteinBerlin/StructureReloot/assets/75828222/5dc693ff-981e-40d9-a9dd-929127c40d02)

#### Lootable List

![image](https://github.com/CansteinBerlin/StructureReloot/assets/75828222/8d896bc3-620f-4955-b2eb-100b0154b1de)

0 comments on commit 63c33e1

Please # to comment.