mirror of
https://github.com/taoneill/war.git
synced 2024-11-10 20:50:04 +01:00
0805a04cad
War now collects statistics from servers running the plugin. The statistics are minimal. The goal is so the developers of the plugin can tell what areas they need to do more work in. In addition to the default statistics collected by PluginMetrics, War sends the number of warzones and if certain plugins that War interfaces with are enabled. To prevent your server from sending statistical data, set "opt-out" to "true" in plugins/PluginMetrics/config.yml. Closes #716.
17 lines
184 B
Plaintext
17 lines
184 B
Plaintext
# Ignore all dotfiles...
|
|
.*
|
|
# except for .gitignore
|
|
!.gitignore
|
|
!.classpath
|
|
!.project
|
|
|
|
# Ignore all classfiles
|
|
*.class
|
|
|
|
# Ignore bin
|
|
bin
|
|
*/lib/*
|
|
*/target/*
|
|
dependency-reduced-pom.xml
|
|
|