Include links to bukkit documentation for event helper functions.
This commit is contained in:
parent
4e6e50c150
commit
88b8e29992
2 changed files with 159 additions and 158 deletions
File diff suppressed because it is too large
Load diff
|
@ -59,11 +59,12 @@ while ( ( entry = zis.nextEntry) != null) {
|
|||
'',
|
||||
'#### Parameters ',
|
||||
'',
|
||||
' * callback - A function which is called whenever the ' + shortName + ' event is fired',
|
||||
' * callback - A function which is called whenever the ['+ shortName + ' event](http://jd.bukkit.org/rb/apidocs/org/bukkit/event/' + shortName.replace('.','/') + '.html) is fired',
|
||||
'',
|
||||
' * priority - optional - see events.on() for more information.',
|
||||
'',
|
||||
'***/'
|
||||
//http://jd.bukkit.org/rb/apidocs/org/bukkit/event/player/PlayerJoinEvent.html
|
||||
];
|
||||
for (var i = 0; i < comment.length; i++){
|
||||
out.println(comment[i]);
|
||||
|
|
Reference in a new issue