Skip to content

Commit 4910d4e

Browse files
improve readme
1 parent 21cf739 commit 4910d4e

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

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

46
## Features
7+
58
- Modify the loot dropped by animals on death.
69
- Set up custom spawn points for animals with a specific radius and respawn time.
710

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`
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`
1114
1215
## Commands
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.
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. |
1723

1824
## Configuration
25+
1926
### AnimalManager.Configuration.xml
27+
2028
```xml
2129
<?xml version="1.0" encoding="utf-8"?>
2230
<AnimalManagerConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -75,6 +83,7 @@ When **CustomSpawns** are enabled the following Config.json settings are ignored
7583
```
7684

7785
### AnimalSpawns.Washington.xml
86+
7887
```xml
7988
<?xml version="1.0" encoding="utf-8"?>
8089
<AnimalSpawnsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
@@ -143,6 +152,7 @@ When **CustomSpawns** are enabled the following Config.json settings are ignored
143152
```
144153

145154
## Translations
155+
146156
```xml
147157
<?xml version="1.0" encoding="utf-8"?>
148158
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

0 commit comments

Comments
 (0)