Skip to content

Commit

Permalink
feat: update readme and plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xCykrix committed Apr 17, 2024
1 parent f8ac468 commit 74dca54
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Commands
- /dynamiclights lock (dynamiclights.lock)
- Prevents placing Lanterns and Torches from the offhand. Useful for held
lights while exploring or eating.
- /dynamiclights toggle (dynamiclights.toggle)
- Toggle the rendering of lights for your client to reduce client impact.
- /dynamiclights reload (dynamiclights.reload)
- Dynamically reload the `lights.yml` configuration to add or adjust light levels.
- `config.yml` requires a restart due to async tasks at this time.

## FAQ

Expand All @@ -21,6 +26,8 @@ location for all online players asynchronously.
At the player's head location, DynamicLights will send a block change packet to
all players within the culling range. DynamicLights does NOT modify the world.

This plugin requires ProtocolLib to be present.

#### Can I change which items glow and work underwater?

Yes! In the "lights.yml" file you can add any item from
Expand All @@ -43,7 +50,7 @@ provide verioned and shaded assets associated with this plugin.
1. Update POM XML Plugins and Dependencies.
2. Update POM XML Version.
3. Build Plugin
4. Verify in 1.17 to 1.20.1
4. Verify in 1.17 to Latest Version
5. Update GitHub Source Code
6. Tag Version to Last Commit
7. Add Release
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ permissions:
dynamiclights.lock:
description: "Toggle placing light sources from your off hand."
default: true
dynamiclights.toggle:
description: "Toggle rendering of light sources for your client."
default: true
dynamiclights.reload:
description: "Reload the lights.yml configuration file."
default: false

0 comments on commit 74dca54

Please sign in to comment.