summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/plugin
Commit message (Expand)AuthorAgeLines
* Include the plugin channel name in the exception messagePhoenix6162018-09-13-2/+2
* Let JavaPlugins use their own Logger implementation by overriding getLoggerSenmori2018-08-29-1/+1
* Include class path in legacy conversion errors.md_52018-07-30-5/+1
* Throw CNFE if we have an error processing plugin classesmd_52018-07-29-1/+5
* Remove redundant try/catch loading api-versionmd_52018-07-15-5/+1
* Update to Minecraft 1.13-pre7md_52018-07-15-13/+90
* SPIGOT-3988: Error on manually constructed PluginDescriptionFilemd_52018-07-07-2/+9
* Fix some additional documentation typosmd_52018-01-15-1/+1
* Be more resilient to asynchronous package loads like URLClassLoadermd_52018-01-03-4/+10
* SPIGOT-3723: Delegate PluginClassLoader back to parentmd_52017-12-30-2/+6
* Throw ClassNotFoundException without delegationmd_52017-12-29-6/+2
* SPIGOT-3721: Plugins without manifests no longer loadmd_52017-12-28-2/+6
* Backport some PluginClassLoader changes for soak testing.md_52017-12-28-2/+53
* Catch exceptions per plugin in PluginMessage handlingmd_52017-11-10-1/+9
* Some minor improvements from static analysismd_52017-11-07-12/+13
* Assorted whitespace fixesmd_52017-08-06-7/+7
* SPIGOT-3409: Improve performance of registering stupid amounts of permissions...md_52017-07-10-5/+20
* Remove outdated Javadoc / examples concerning database supportmd_52017-05-15-5/+0
* Remove ability to load plugins with spaces in their name.md_52017-05-14-5/+2
* Remove Ebean ORMmd_52017-05-14-120/+0
* Warn about removal of ability to load plugins with spaces in Minecraft 1.12md_52017-04-21-1/+1
* SPIGOT-2988: Update JavaDoc in Plugin#saveDefaultConfigmd_52017-01-05-3/+3
* Add deprecation notice regarding EBeanmd_52016-12-29-0/+3
* Update to Minecraft 1.11md_52016-11-17-50/+0
* SPIGOT-2645: Better PluginClassLoader safetymd_52016-09-01-18/+17
* SPIGOT-2629: Better thread safety for plugin class loadingmd_52016-08-26-12/+10
* BUILDTOOLS-251: Make much of Bukkit locale independentmd_52016-06-26-10/+10
* SPIGOT-1889: Fail fast when plugin attempts to use database when not enabled.md_52016-03-12-0/+3
* Use UTF-8 as default encodingMatt2016-03-01-38/+7
* Speed up permission recalculation.md_52015-09-18-1/+1
* [SPIGOT-950] Make handlerList requirement really obvious.md_52015-06-01-1/+1
* SPIGOT-893: Fix bridge method registering generic listeners twiceJonas Konrad2015-05-18-0/+5
* SPIGOT-547: Increase the max plugin message channel name to 20Thinkofdeath2015-02-12-1/+1
* Clean up the javadoc to pass java 8's doclintThinkofdeath2014-11-30-4/+26
* Update to Minecraft 1.8md_52014-11-26-2/+3
* Change YamlConfiguration encoding styles.Wesley Wolfe2014-05-14-8/+207
* Update data folder migration for spaces in plugin names. Fixes BUKKIT-5417Wesley Wolfe2014-02-15-42/+24
* Provide warnings for spaces in plugin names. Addresses BUKKIT-5419Wesley Wolfe2014-02-15-2/+19
* Fix loadbefore, soft, and normal dependencies with spaces. Fixes BUKKIT-5418Wesley Wolfe2014-02-15-47/+28
* [Bleeding] Fix getCommand for conflicting plugin commands.t00thpick12014-02-09-2/+2
* [Bleeding] Also blacklist ":" in plugin command aliases.t00thpick12014-02-08-2/+4
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2014-02-08-9/+16
* [Bleeding] Blacklist certain plugin namest00thpick12014-02-08-2/+8
* Fix some messagesWesley Wolfe2014-01-06-2/+2
* Add method to get plugin by its class. Adds BUKKIT-5240Wesley Wolfe2013-12-24-0/+56
* [BREAKING] Shift plugin initialization; Addresses BUKKIT-1788Wesley Wolfe2013-12-24-248/+165
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-125/+218
* [BREAKING] Use event class instead of event for timings. Fixes BUKKIT-4664Score_Under2013-08-07-11/+27
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-08-03-1/+2
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-05-16-55/+675