Plan/Plan Advanced/src/config.yml
Rsl1122 e903a5ac25 Finished first version of 2.0.0 Data Structure (SQL, Handlers, Listeners) + other
- Renamed old Plan to PlanLite with refractor
- Deprecated PlanLite API classes in Plan (Hook, DataPoint, DataType)
- API not yet changed
- extra hook calls passed onto PlanLite
- Created the new data structure that saves all the information needed
by analysis. (Not Bugtested)
- Refractored PlanDemographics code into DemographicsHandler
- Added Gender Enum
- Added Phrase Enum (plugin messages)

TODO:
- Bugtest SQL
- Bugtest UserData
- Bugtest ServerData
- Inspect command
- Analysis
- Search command (No clue yet)
- Bugtest Listeners
- Bugtest Handlers
- Command listener
- ServerData newPlayers / day reset
- Config
- html webserver for results
2016-12-31 00:39:11 +02:00

50 lines
851 B
YAML

debug: true
saveEveryXMinutes: 5
database:
type: sqlite
enabledData:
planLite:
pluginEnabled: true
towny: true
factions: true
achievements: true
votes: true
economy: true
essentials:
ruleBreaking: true
server:
commandUsage: true
playersOnline: true
amountOfNewPlayers: true
player:
basic info:
uuid: true
ipAddresses: true
usedNicknames: true
opped: true
activity:
dateRegistered: true
lastLogin: true
playTime: true
loginTimes: true
gamemodePercentages: true
location:
showLocation: true
locationHeatmap: true
bedLocation: true
ruleBreaking:
banLogging: true
timesKicked: true
demographics:
geoLocation: true
age: true
gender: true