Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmightyLks authored May 23, 2021
1 parent c9c5c7e commit 13482a0
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,47 @@
# HelperPlus
A plugin helping out devs debugging their own plugins and servers

---

### Command

| Name | Description | Usage | Console Type | Permission |
| ------------- | ------------- | ------------- | ------------- | ------------- |
| pHelper | Toggle a UI for plugin debugging | "phelper" | Remote Admin | helperplus.phelper

---

### Config

Self-explanatory.

Default:
```
[HelperPlus]
{
server:
enabled: false
displayServerFps: false
displayTotalRamUsage: false
displaySLRamUsage: false
environment:
enabled: false
displayPosition: false
displayCurrentRoom: false
displayTargetName: false
displayTargetPosition: false
items:
enabled: false
displayTotalItems: false
displayWeaponAmount: false
displayGrenadeAmount: false
displayMedicalAmount: false
displayKeycardAmount: false
map:
enabled: false
displayDoorAmount: false
displayRoomAmount: false
displayRagdollAmount: false
}
```

0 comments on commit 13482a0

Please sign in to comment.