Added info about Bukkit

Florian CUNY 2017-12-15 09:25:31 +01:00
parent 1f89432002
commit d65972148f

@ -5,9 +5,9 @@ TODO
# What are Addons?
Addons are for BSkyBlock (also known as the "core") what plugins are for Bukkit. They bring new features, they change some behaviours of the core functionnalities and, most important, they act like bricks server owners can put together the way they want in order to customize their experience with BSkyBlock. And therefore create an entirely different Skyblock plugin, based on ours!
Addons are for BSkyBlock (also known as the "core") what plugins are for Bukkit. They bring new features, they change some behaviours of the core functionnalities and, most important, they act like bricks server owners can put together the way they want in order to customize their experience with BSkyBlock. And therefore create an entirely different Skyblock "plugin", based on ours!
Addons are fully managed by BSkyBlock. [TODO: explain they're not counted as plugins, that they're stored in addons folder, and they are the only files having "access" to BSkyBlock's main class.]
Addons are fully managed by BSkyBlock. They have to be put in the [addons directory](https://github.com/tastybento/bskyblock/wiki/List-of-BSkyBlock-directories#addons). Therefore, they're completely independant from Bukkit, even though they still have access to the entire Bukkit API.
# Create your first addon