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