Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
library:hook:start [2020/09/15 14:04] – created phoenix616 | library:hook:start [2021/12/06 23:04] (current) – [Maven information] Fix missing close phoenix616 | ||
---|---|---|---|
Line 3: | Line 3: | ||
Library to simplify hooking into other plugins. | Library to simplify hooking into other plugins. | ||
- | Currently (directly) support Bukkit | + | Currently (directly) support Bukkit, Bungee |
## How to use it | ## How to use it | ||
Line 57: | Line 57: | ||
#### Repository: | #### Repository: | ||
- | ```xml | + | < |
< | < | ||
< | < | ||
< | < | ||
</ | </ | ||
- | ``` | + | </ |
#### Bukkit adapter: | #### Bukkit adapter: | ||
- | ```xml | + | < |
< | < | ||
< | < | ||
< | < | ||
- | < | + | < |
< | < | ||
</ | </ | ||
- | ``` | + | </ |
#### Bungee adapter: | #### Bungee adapter: | ||
- | ```xml | + | < |
< | < | ||
< | < | ||
< | < | ||
- | < | + | < |
< | < | ||
</ | </ | ||
- | ``` | + | </ |
+ | |||
+ | #### Velocity adapter: | ||
+ | |||
+ | <code xml> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
#### Core for implementing AbstractHookManager: | #### Core for implementing AbstractHookManager: | ||
- | ```xml | + | < |
< | < | ||
< | < | ||
< | < | ||
- | < | + | < |
< | < | ||
</ | </ | ||
- | ``` | + | </ |
## License | ## License |