Updated APIv5 DataExtension API (markdown)

Risto Lahtela 2019-08-12 23:13:42 +03:00
parent 3be663f8d5
commit c5ecd155fe

@ -507,6 +507,7 @@ public String[] playerJobs(UUID playerUUID) {...}
- Player tables can have 4 columns.
- Server tables can have 5 columns.
- Values can only be 50 characters long when `toString()` is applied.
> If you want to display a table that lists how many players are using something (or data about groups), eg. Players on each version, use `@GroupProvider` (and `Group` parameter methods) instead.