mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-30 12:29:17 +00:00
Updated readme and bstats
This commit is contained in:
26
README.md
26
README.md
@@ -1,20 +1,20 @@
|
||||
<h1 align="center">
|
||||
<br>
|
||||
<img src="https://i.imgur.com/I74yjwu.png" alt="Illusioner logo" width="256">
|
||||
<img src="https://i.imgur.com/I74yjwu.png" alt="EcoBosses logo" width="256">
|
||||
<br>
|
||||
</h1>
|
||||
|
||||
<h4 align="center">Source code for Illusioner, a premium spigot plugin.</h4>
|
||||
<h4 align="center">Source code for EcoBosses, a premium spigot plugin.</h4>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.spigotmc.org/resources/illusioner.79573/">
|
||||
<img alt="spigot" src="https://img.shields.io/badge/spigot-illusioner-blue?style=for-the-badge"/>
|
||||
<a href="https://www.spigotmc.org/resources/ecobosses.79573/">
|
||||
<img alt="spigot" src="https://img.shields.io/badge/spigot-ecobosses-blue?style=for-the-badge"/>
|
||||
</a>
|
||||
<a href="https://bstats.org/plugin/bukkit/Illusioner" alt="bstats servers">
|
||||
<img src="https://img.shields.io/bstats/servers/9596?color=blue&style=for-the-badge"/>
|
||||
<a href="https://bstats.org/plugin/bukkit/EcoBosses" alt="bstats servers">
|
||||
<img src="https://img.shields.io/bstats/servers/10635?color=blue&style=for-the-badge"/>
|
||||
</a>
|
||||
<a href="https://bstats.org/plugin/bukkit/Illusioner" alt="bstats players">
|
||||
<img src="https://img.shields.io/bstats/players/9596?color=blue&style=for-the-badge"/>
|
||||
<a href="https://bstats.org/plugin/bukkit/EcoBosses" alt="bstats players">
|
||||
<img src="https://img.shields.io/bstats/players/10635?color=blue&style=for-the-badge"/>
|
||||
</a>
|
||||
<a href="https://illusioner.willfp.com/" alt="Docs (gitbook)">
|
||||
<img src="https://img.shields.io/badge/docs-gitbook-blue?style=for-the-badge&logo=appveyor"/>
|
||||
@@ -25,13 +25,7 @@
|
||||
</p>
|
||||
|
||||
|
||||
[]()
|
||||
[]()
|
||||
[](https://www.youtube.com/watch?v=AiRDwKc6LYQ)
|
||||
[]()
|
||||
[]()
|
||||
|
||||
## License
|
||||
*Click here to read [the entire license](https://github.com/Auxilor/Illusioner/blob/master/LICENSE.md).*
|
||||
|
||||
Illusioner is not freeware. In order to use it you must purchase a license on [spigotmc.org](https://spigotmc.org).
|
||||
Distributing compiled versions of the plugin is not permitted.
|
||||
*Click here to read [the entire license](https://github.com/Auxilor/EcoBosses/blob/master/LICENSE.md).*
|
||||
|
||||
@@ -33,7 +33,7 @@ public class EcoBossesPlugin extends AbstractEcoPlugin {
|
||||
* Internal constructor called by bukkit on plugin load.
|
||||
*/
|
||||
public EcoBossesPlugin() {
|
||||
super("EcoBosses", 86576, 9596, "com.willfp.ecobosses.proxy", "&9");
|
||||
super("EcoBosses", 86576, 10635, "com.willfp.ecobosses.proxy", "&9");
|
||||
instance = this;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rootProject.name = 'Illusioner'
|
||||
rootProject.name = 'EcoBosses'
|
||||
|
||||
// Core
|
||||
include ':eco-core'
|
||||
|
||||
Reference in New Issue
Block a user