Add links to Bukkit Javadoc

This commit is contained in:
filoghost 2020-10-09 20:36:04 +02:00
parent 1eb72078aa
commit 3207d63a92
2 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,43 @@
org.bukkit
org.bukkit.block
org.bukkit.block.banner
org.bukkit.command
org.bukkit.command.defaults
org.bukkit.configuration
org.bukkit.configuration.file
org.bukkit.configuration.serialization
org.bukkit.conversations
org.bukkit.enchantments
org.bukkit.entity
org.bukkit.entity.minecart
org.bukkit.event
org.bukkit.event.block
org.bukkit.event.enchantment
org.bukkit.event.entity
org.bukkit.event.hanging
org.bukkit.event.inventory
org.bukkit.event.painting
org.bukkit.event.player
org.bukkit.event.server
org.bukkit.event.vehicle
org.bukkit.event.weather
org.bukkit.event.world
org.bukkit.generator
org.bukkit.help
org.bukkit.inventory
org.bukkit.inventory.meta
org.bukkit.map
org.bukkit.material
org.bukkit.metadata
org.bukkit.permissions
org.bukkit.plugin
org.bukkit.plugin.java
org.bukkit.plugin.messaging
org.bukkit.potion
org.bukkit.projectiles
org.bukkit.scheduler
org.bukkit.scoreboard
org.bukkit.util
org.bukkit.util.io
org.bukkit.util.noise
org.bukkit.util.permissions

View File

@ -168,6 +168,12 @@
<sourceFileExcludes>
<exclude>**/chestcommands/api/internal/**/*.java</exclude>
</sourceFileExcludes>
<offlineLinks>
<offlineLink>
<url>https://hub.spigotmc.org/javadocs/bukkit</url>
<location>${basedir}/javadoc/bukkit-1.8</location>
</offlineLink>
</offlineLinks>
</configuration>
</plugin>