mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-16 20:32:36 +01:00
Updated APIv5 DataExtension API (markdown)
parent
b9afca9072
commit
2eba93da01
@ -196,7 +196,7 @@ public CallEvents[] callExtensionMethodsOn() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
- `DataExtension#callExtensionMethodsOn` can be overridden to change default event call behavior.
|
- `DataExtension#callExtensionMethodsOn` can be overridden to change default event call behavior (default: PLAYER_JOIN, PLAYER_LEAVE, SERVER_EXTENSION_REGISTER).
|
||||||
- Explanations
|
- Explanations
|
||||||
- Empty array: Plan will not call the methods automatically, see below for manual calls.
|
- Empty array: Plan will not call the methods automatically, see below for manual calls.
|
||||||
- `PLAYER_JOIN`: Plan calls player methods after a Join event (Bukkit/Bungee: MONITOR, Sponge: POST)
|
- `PLAYER_JOIN`: Plan calls player methods after a Join event (Bukkit/Bungee: MONITOR, Sponge: POST)
|
||||||
|
Loading…
Reference in New Issue
Block a user