Skip to content

Releases: Grzybol/BetterElo

BetterElo-3.2.22-SNAPSHOT

11 Mar 01:14
71e7895
Compare
Choose a tag to compare

What's Changed

Full Changelog: BetterElo-3.2.11-SNAPSHOT...BetterElo-3.2.22-SNAPSHOT

BetterElo-3.2.11-SNAPSHOT

05 Mar 16:31
78c0967
Compare
Choose a tag to compare

-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

04 Mar 01:15
69d77c3
Compare
Choose a tag to compare

Working version!! Old bugs removed (most of them)
You can finally setup rewards again xD
Added /be event functionality

What's Changed

Full Changelog: BetterElo-3.1.53-SNAPSHOT...BetterElo-3.2.4-SNAPSHOT

BetterElo-3.1.53-SNAPSHOT

25 Feb 18:11
02ace23
Compare
Choose a tag to compare

What's Changed

    • points should be saved as double, but displayed only with 2 decimal… by @Grzybol in #10

Full Changelog: BetterElo-3.1.52-SNAPSHOT...BetterElo-3.1.53-SNAPSHOT

BetterElo-3.1.52-SNAPSHOT

25 Feb 16:46
Compare
Choose a tag to compare

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

24 Feb 22:40
0cc5544
Compare
Choose a tag to compare

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

Full Changelog: BetterElo-3.1.18-SNAPSHOT...BetterElo-3.1.45-SNAPSHOT

BetterElo-3.1.18-SNAPSHOT

23 Jan 10:00
9e9b04a
Compare
Choose a tag to compare

Small fixes, removed BetterRanks dependency.
Now also works on Spigot, but some features might not be available

What's Changed

  • Fixes, removed BetterRanks dependency by @Grzybol in #4

Full Changelog: BetterElo-3.1.11-SNAPSHOT...BetterElo-3.1.18-SNAPSHOT

BetterElo-3.1.11-SNAPSHOT

11 Jan 21:41
Compare
Choose a tag to compare

BetterElo-3.1.10-SNAPSHOT

19 Dec 00:05
6f801f6
Compare
Choose a tag to compare

+- stable version. Requires BetterRanks plugin to work

BetterElo-3.0.22-SNAPSHOT

26 Nov 22:01
8e80df0
Compare
Choose a tag to compare

+- 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)