Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrekt committed Aug 24, 2021
2 parents 0e3d224 + e38b868 commit a11ec55
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Arc has a very extensive permissions system. You can choose to bypass all checks
- `arc.commands.debug` Allows a player to view debug information with each violation.
- `arc.commands.timings` Allows a player to view check timings.
- `arc.commands.violationhistory` Allows a player to view violation history of another player.
- `arc.commands.summary` Allows a player to view basic information and violations of another player.

*Bypass all checks*
- `arc.bypass` Allows you to bypass all checks.
Expand Down Expand Up @@ -94,17 +95,20 @@ Please note not all checks are finished, and not all checks fully block that cer
- Prevents the player from breaking blocks too fast.

###### FastClick
- Prevents the player from clicking too fast.
- Prevents the player from clicking/interacting with blocks too fast.

###### KillAura
- Ensures the player is looking at the entity when attacking.

##### WaterWalk
- Ensures the player is not walking on liquids.
##### LiduidWalk
- Prevents the player from walking on water and lava.

## Configuration

You can view each configuration value and what they mean/do in the wiki [here](https://github.com/Vrekt/ArcNukkit/wiki)
Once Arc is ran at-least once on a server, you can find every configuration value and a explantation of what it does in your plugins folder under 'Arc'.

You can also view other basic information [here](https://github.com/Vrekt/ArcNukkit/wiki)


## In-depth

Expand Down

0 comments on commit a11ec55

Please sign in to comment.