This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# weebanalyser-mac | |
## Made for MyAnimeList and Kitsu users ! | |
The four parameters of your XML file (manga_reading, manga_completed, manga_reading and manga_dropped) or (anime_watching, anime_dropped, anime_planned and anime_completed) | |
create respectivly manga_total and anime_total | |
Your "weebpercentage" is then calculated using the following formulas: | |
weebpercentage = (manga_completed*100+manga_planned*manga_reading)/(manga_total - manga_dropped) | |
or weebpercentage = (anime_completed*100+anime_planned*anime_watching)/anime_total |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Created by X00LA | |
# Optimized by Yaroster | |
# License: GPL2.0 https://github.com/X00LA/Bukkit-Essentials-worth.yml/blob/master/LICENSE | |
# Made for MC 1.13+ (Flattened) | |
# Optimized for ideal balanced Economy! | |
# Based on https://github.com/X00LA/Bukkit-Essentials-worth.yml | |
worth: | |
stone: 2.31 | |
granite: 1.1 |