slipcor / PVPStats

GNU General Public License v3.0
8 stars 15 forks source link

v1.8.14 - add ability to run multiple commands on a streak #42

Closed ffaen closed 3 years ago

ffaen commented 3 years ago

The format of the streak yml file is now like so:

# string method
'5': 'give %player% emerald 2'
# list method
'10':
  - 'give %player% diamond 10'
  - 'give %player% emerald 2'