- 26,547
- 77
- 22.59 kB
About BackToTheWild
Makes animals spawn with random HP and Strength with optional config to show each spawn in console and integrated chat listing on current server setup.
Features :
- Spawns any animal (vanilla or playerspawned) with altered stats
- Set Min/Max Health
- Set Min/Max Strength
- This will give each animal a random value in hp and strength !!!
- Option to change any animal type true/false
- Option to set populations through plugin or use the servers variables.
- Can print to console each animal stating hp and strength lvls true/false on spawning.
- Chatcommand printing current populations/health/and Total animal count per animal type to the chat (with permission)
Animal list :
- Bear
- Wolf
- Boar
- Stag
- Horse
- Ridable Horse
- Chicken
Permissions :
- backtothewild.Admin
Commands :
/bttw animals : for a full listing of cfg setup and total animal count
Configuration :
- Change animal stats on spawns : true/false
- Minimum Health
- Maximum Health
- Minimum Strength
- Maximum Strenght
- Running Speed
Animals will have any stat between minimum and maximum, giving a random stat.
This is for both Health and Strenght.(Only ridable horses been limited to the health changes)
{ "Console Logging settings": { "Show Bear spawns in Console": false, "Show Wolf spawns in Console": false, "Show Boar spawns in Console": false, "Show Stag spawns in Console": false, "Show Horse spawns in Console": false, "show Ridable Horse spawns in Console": false, "Show Chicken spawns in Console": false }, "Population settings": { "Set population variables ?": false, "Bear population": 2.0, "Wolf population": 2.0, "Boar population": 5.0, "Stag population": 3.0, "Horse population": 0.0, "Ridable Horse population": 4.0, "Chicken population": 3.0 }, "Bear settings": { "Change Bear stats on spawns": true, "Minimum Health": 400, "Maximum Health": 1000, "Minimum Strength (Att dmg)": 20, "Maximum Strength (Att dmg": 40, "Running Speed": 6.0 }, "Wolf settings": { "Change Wolf stats on spawns": true, "Minimum Health": 150, "Maximum Health": 500, "Minimum Strength (Att dmg)": 15, "Maximum Strength (Att dmg)": 25, "Running Speed": 6.0 }, "Boar settings": { "Change Boar stats on spawns": true, "Minimum Health": 150, "Maximum Health": 450, "Minimum Strength (Att dmg)": 15, "Maximum Strength (Att dmg)": 25, "Running Speed": 6.0 }, "Stag settings": { "Change Stag stats on spawns": true, "Minimum Health": 150, "Maximum Health": 425, "Minimum Strength (Att dmg)": 15, "Maximum Strength (Att dmg)": 25, "Running Speed": 10.0 }, "Horse settings": { "Change Horse stats on spawns": true, "Minimum Health": 150, "Maximum Health": 600, "Minimum Strength (Att dmg)": 15, "Maximum Strength (Att dmg)": 25, "Running Speed": 10.0 }, "Ridable Horse settings": { "Change Ridable Horse stats on spawns": true, "Minimum Health": 400, "Maximum Health": 1000 }, "Chicken settings": { "Change Chicken stats on spawns": true, "Minimum Health": 25, "Maximum Health": 100, "Minimum Strength (Att dmg)": 1, "Maximum Strength (Att dmg)": 5, "Running Speed": 10.0 } }
Localisation :
English language file included to use a diffrent language just make a new file in the language folder.
{ "InvalidInput": "<color=red>Please enter a valid command!</color>", "Version": "\nVersion : V", "Info": "\n<color=green>List of current Population(KM2)/Health min/max settings\nAnd counts how many are on the map</color>", "NoPermission": "<color=red>You do not have permission to use that command!</color>" }
Credits :
Thx @Horus for making a awsome icon