Maximvdw created page: api.ai questions authored by Maxim Van de Wynckel's avatar Maxim Van de Wynckel
...@@ -23,3 +23,5 @@ If you are familiar with the plugin you know that there are two main functionali ...@@ -23,3 +23,5 @@ If you are familiar with the plugin you know that there are two main functionali
It is recommended to prioritize the use of these types of questions. It is recommended to prioritize the use of these types of questions.
3. **Get and set player data** 3. **Get and set player data**
This allows you to get and set player data. The plugin has a key-value database for each user to store information like a name, birthday, .. or whatever you can think of. This allows you to get and set player data. The plugin has a key-value database for each user to store information like a name, birthday, .. or whatever you can think of.
4. **Get and set global data**
This is a bit the same as the player data. The only difference is this is globally for the server. These are usually settings or other things that are not player specific.