Releases: Grzybol/BetterElo
BetterElo-3.2.22-SNAPSHOT
BetterElo-3.2.11-SNAPSHOT
-fixes
- added '/be holo <event/main/daily...>'
- added '/be holo delete <event/main...>'
- changed '/be event <h/m>' to '/be startevent <h/m>'
- added '/be stopevent' (it doesn't reward player>
- added '/be event' (for players)
What's Changed
Full Changelog: BetterElo-3.2.4-SNAPSHOT...BetterElo-3.2.11-SNAPSHOT
BetterElo-3.2.4-SNAPSHOT
Working version!! Old bugs removed (most of them)
You can finally setup rewards again xD
Added /be event
functionality
What's Changed
- Additional player notifications by @Grzybol in #12
- Event by @Grzybol in #13
- Fixes3.2.1 by @Grzybol in #14
Full Changelog: BetterElo-3.1.53-SNAPSHOT...BetterElo-3.2.4-SNAPSHOT
BetterElo-3.1.53-SNAPSHOT
What's Changed
Full Changelog: BetterElo-3.1.52-SNAPSHOT...BetterElo-3.1.53-SNAPSHOT
BetterElo-3.1.52-SNAPSHOT
current formula:
(1-(playerElo-minElo)/(maxElo-MinElo))baseblock
base and block values are fully configurable in config.yml
Full Changelog: BetterElo-3.1.45-SNAPSHOT...BetterElo-3.1.52-SNAPSHOT
BetterElo-3.1.45-SNAPSHOT
Now you can add Elo gain from breaking blocks in config.yml (there is a check if the block was placed by a player to prevent elo farming)
Example config:
blocks_rewards:
DIAMOND_ORE: 4
DIAMOND_BLOCK: 4
EMERALD_ORE: 3
EMERALD_BLOCK: 3
GOLD_ORE: 2
GOLD_BLOCK: 2
IRON_ORE: 1
IRON_BLOCK: 1
BEACON: 100
YELLOW_GLAZED_TERRACOTTA: 25
NETHERITE_BLOCK: 7
CRYING_OBSIDIAN: 6
OBSIDIAN: 5
block_base: 0.1 #base multiplier
What's Changed
- master by @Grzybol in #5
- Asynchrous task for PlayerDeath event by @Grzybol in #6
- Merge pull request #7 from Grzybol/Delay-fix by @Grzybol in #8
- Blocks rewards by @Grzybol in #9
Full Changelog: BetterElo-3.1.18-SNAPSHOT...BetterElo-3.1.45-SNAPSHOT
BetterElo-3.1.18-SNAPSHOT
Small fixes, removed BetterRanks dependency.
Now also works on Spigot, but some features might not be available
What's Changed
Full Changelog: BetterElo-3.1.11-SNAPSHOT...BetterElo-3.1.18-SNAPSHOT
BetterElo-3.1.11-SNAPSHOT
- small fixes
BetterElo-3.1.10-SNAPSHOT
+- stable version. Requires BetterRanks plugin to work
BetterElo-3.0.22-SNAPSHOT
+- stable version with option to "ban" player and automatically redistribute points back to victims (even if the "victim" would loose the points because the cheater got killed)