|
1 | | - |
2 | 1 | # Animal Manager |
3 | | - |
4 | 2 | Set up custom spawns points and modify the loot from animals. |
5 | 3 |
|
6 | 4 | ## Features |
7 | | - |
8 | 5 | - Modify the loot dropped by animals on death. |
9 | 6 | - Set up custom spawn points for animals with a specific radius and respawn time. |
10 | 7 |
|
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` |
14 | 11 |
|
15 | 12 | ## 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. |
23 | 17 |
|
24 | 18 | ## Configuration |
25 | | - |
26 | 19 | ### AnimalManager.Configuration.xml |
27 | | - |
28 | 20 | ```xml |
29 | 21 | <?xml version="1.0" encoding="utf-8"?> |
30 | 22 | <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. |
83 | 75 | ``` |
84 | 76 |
|
85 | 77 | ### AnimalSpawns.Washington.xml |
86 | | - |
87 | 78 | ```xml |
88 | 79 | <?xml version="1.0" encoding="utf-8"?> |
89 | 80 | <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. |
152 | 143 | ``` |
153 | 144 |
|
154 | 145 | ## Translations |
155 | | - |
156 | 146 | ```xml |
157 | 147 | <?xml version="1.0" encoding="utf-8"?> |
158 | 148 | <Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
0 commit comments