mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
Remove outdated Javadoc / examples concerning database support
By: md_5 <git@md-5.net>
This commit is contained in:
parent
5dcd2db4e8
commit
331d059798
1 changed files with 0 additions and 5 deletions
|
@ -84,10 +84,6 @@ import com.google.common.collect.ImmutableSet;
|
||||||
* <td>{@link #getPrefix()}</td>
|
* <td>{@link #getPrefix()}</td>
|
||||||
* <td>The token to prefix plugin log entries</td>
|
* <td>The token to prefix plugin log entries</td>
|
||||||
* </tr><tr>
|
* </tr><tr>
|
||||||
* <td><code>database</code></td>
|
|
||||||
* <td>{@link #isDatabaseEnabled()}</td>
|
|
||||||
* <td>Indicator to enable database support</td>
|
|
||||||
* </tr><tr>
|
|
||||||
* <td><code>load</code></td>
|
* <td><code>load</code></td>
|
||||||
* <td>{@link #getLoad()}</td>
|
* <td>{@link #getLoad()}</td>
|
||||||
* <td>The phase of server-startup this plugin will load during</td>
|
* <td>The phase of server-startup this plugin will load during</td>
|
||||||
|
@ -136,7 +132,6 @@ import com.google.common.collect.ImmutableSet;
|
||||||
*website: http://www.curse.com/server-mods/minecraft/myplugin
|
*website: http://www.curse.com/server-mods/minecraft/myplugin
|
||||||
*
|
*
|
||||||
*main: com.captaininflamo.bukkit.inferno.Inferno
|
*main: com.captaininflamo.bukkit.inferno.Inferno
|
||||||
*database: false
|
|
||||||
*depend: [NewFire, FlameWire]
|
*depend: [NewFire, FlameWire]
|
||||||
*
|
*
|
||||||
*commands:
|
*commands:
|
||||||
|
|
Loading…
Reference in a new issue