TamableFoxes/README.md

62 lines
2.8 KiB
Markdown
Raw Normal View History

2020-01-15 23:27:46 -05:00
<h1 align="center">Tamable Foxes</h1>
<p align="center">
SpigotMC Plugin that gives you the ability to tame foxes!
</p>
### WARNING: Do not reload the plugin, you may loose foxes!!
#### NOTE: You no longer need to add the program arguments to your start file. If you previously had them, you can delete them, but I don't think it would harm if you leave them in.
2021-06-14 12:39:20 -04:00
2021-06-23 20:20:32 -04:00
### Default configuration files:
* <a href="https://github.com/SeanOMik/TamableFoxes/blob/master/Plugin/src/main/resources/config.yml">config.yml</a>
* <a href="https://github.com/SeanOMik/TamableFoxes/blob/master/Plugin/src/main/resources/language.yml">language.yml</a>
<br>
2021-06-23 16:09:35 -04:00
If you get any errors, <a href="https://github.com/SeanOMik/TamableFoxes/issues/new">create an issue!</a><br><br>
2021-06-23 22:45:40 -04:00
Have you ever wanted to tame foxes? Well, now you can! <b>Use chicken to tame</b> and sweet berries to breed them!<br><br>
2020-09-08 13:43:23 -04:00
2021-07-18 23:46:45 -04:00
## Features:
2020-01-15 23:27:46 -05:00
* 33% Chance of taming
* Breeding
* Wild foxes pick berry bushes
* Leaping on targets
* Tamed foxes sleep when their owner does
* Foxes follow owner
* You can shift + right-click to let the fox hold items
* Right-click to make the fox sit
* Shift Right-click with an empty hand to make the fox sleep
2020-01-15 23:27:46 -05:00
* If the fox is holding a totem of undying, the fox will consume it and be reborn.
* Foxes attack the owner's target
* Foxes attack the thing that attacked the owner.
* Foxes are automatically spawned inside the world. (Same areas as vanilla foxes)
* Foxes attack chickens and rabbits.
* Snow and red foxes.
2020-08-27 16:09:31 -04:00
* Language.yml
* Message for when a tamed fox dies
* Disabling certain gameplay messages
2021-09-20 23:12:34 -04:00
* You can do this by changing certain fields in `language.yml` to "disabled". The fields that can be disabled are:
* `taming-tamed-message`
* `taming-asking-for-name-message`
* `taming-chosen-name-perfect`
* `fox-doesnt-trust`
2020-01-15 23:27:46 -05:00
2021-07-18 23:46:45 -04:00
## Commands:
* /spawntamablefox [red/snow]: Spawns a tamable fox at the players' location.
2020-09-09 23:57:59 -04:00
2021-07-18 23:46:45 -04:00
## Permissions:
2020-08-27 16:09:31 -04:00
* tamablefoxes.spawn: Gives permission to run the command /spawntamablefox. Default: `op`
* tamablefoxes.tame: Gives the player the ability to tame a fox. Default: `Everybody`
2020-10-28 17:51:18 -04:00
* tamablefoxes.tame.unlimited: Lets players bypass the tame limit. Default: `op`
2020-01-15 23:27:46 -05:00
2021-07-18 23:41:24 -04:00
<br>
2021-07-18 23:40:32 -04:00
![foxes sleeping](Screenshots/foxes-sleeping-with-player.png)
![foxes sitting player holding sword](Screenshots/foxes-sitting-sword.png)
![foxes with baby looking at player](Screenshots/foxes-baby-looking-at-player.png)
![giving fox totem](Screenshots/giving-fox-item.gif)
![fox leaping towards chicken](Screenshots/fox-pouncing.gif)
2021-07-18 23:46:45 -04:00
## Metrics collection
![metrics](https://bstats.org/signatures/bukkit/TamableFoxes.svg)
2021-07-18 23:49:19 -04:00
Tamable Foxes collects anonymous server statistics through bStats, an open-source statistics service for Minecraft software. If you wish to opt-out, you can do so in the `bstats/config.yml` file.