BanManagement / BanManager

A plugin for Minecraft to manage punishments and moderate more effectively
https://banmanagement.com/
Other
116 stars 90 forks source link

feat: added pointsTimeframe to warningActions #995

Closed confuser closed 3 weeks ago

confuser commented 3 weeks ago

this enables triggering commands only if the total accumulated points within the timeframe is reached

e.g. for a point value of 5, setting the timeframe to 30d will mean the command will only be executed if within the last 30 days the total number of points reached by the player is also 5

fixes #982