Skip to content

Commit 3adb2b2

Browse files
Revert "improve readme"
This reverts commit 4910d4e.
1 parent 4910d4e commit 3adb2b2

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

README.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,22 @@
1-
21
# Animal Manager
3-
42
Set up custom spawns points and modify the loot from animals.
53

64
## Features
7-
85
- Modify the loot dropped by animals on death.
96
- Set up custom spawn points for animals with a specific radius and respawn time.
107

11-
> **Note:** When **CustomSpawns** are enabled the following Config.json settings are ignored or overridden:
12-
> - `Respawn_Time`
13-
> - `Max_Instances_Tiny`, `Max_Instances_Small`, `Max_Instances_Medium`, `Max_Instances_Large`, `Max_Instances_Insane`
8+
When **CustomSpawns** are enabled the following Config.json settings are ignored or overridden:
9+
- `Respawn_Time`
10+
- `Max_Instances_Tiny`, `Max_Instances_Small`, `Max_Instances_Medium`, `Max_Instances_Large`, `Max_Instances_Insane`
1411

1512
## Commands
16-
17-
| Command | Description |
18-
|---------|-------------|
19-
| `/setanimalspawn <animal> [maxRadius] [respawnTime]` | Set a custom spawn point for an animal. |
20-
| `/removeanimalspawns [radius]` | Remove all custom animal spawn points in a radius. |
21-
| `/tpanimal <animal>` | Teleport to a random animal. |
22-
| `/rocket reload AnimalManager` | Reload the configuration. Not recommended with **CustomSpawns** enabled. |
13+
- `/setanimalspawn <animal> [maxRadius] [respawnTime]` - Set a custom spawn point for an animal.
14+
- `/removeanimalspawns [radius]` - Remove all custom animal spawn points in a radius.
15+
- `/tpanimal <animal>` - Teleport to a random animal.
16+
- `/rocket reload AnimalManager` - Reload the configuration. Not recommended with **CustomSpawns** enabled.
2317

2418
## Configuration
25-
2619
### AnimalManager.Configuration.xml
27-
2820
```xml
2921
<?xml version="1.0" encoding="utf-8"?>
3022
<AnimalManagerConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -83,7 +75,6 @@ Set up custom spawns points and modify the loot from animals.
8375
```
8476

8577
### AnimalSpawns.Washington.xml
86-
8778
```xml
8879
<?xml version="1.0" encoding="utf-8"?>
8980
<AnimalSpawnsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -152,7 +143,6 @@ Set up custom spawns points and modify the loot from animals.
152143
```
153144

154145
## Translations
155-
156146
```xml
157147
<?xml version="1.0" encoding="utf-8"?>
158148
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

0 commit comments

Comments
 (0)