Update README.md with current direction

This commit is contained in:
Nick Minkler 2020-02-18 15:07:14 -08:00 committed by GitHub
parent 681488e8dd
commit f34cf494cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -29,8 +29,7 @@ So, what features do I _think_ you'll like the most?
namespaces. Just simply add Vault.jar to your download zip file! namespaces. Just simply add Vault.jar to your download zip file!
* Broad range of supported plugins * Broad range of supported plugins
I wanted an abstraction layer not only for Economic plugins but also I wanted an abstraction layer not only for Economic plugins but also
Permission plugins as well. The future will likely add more, but what Permission plugins as well.
types, I have yet to decide, let me know!
* Choice! * Choice!
That's half the fun of Bukkit, we get to choose what to use! More choice That's half the fun of Bukkit, we get to choose what to use! More choice
has never hurt developers so here's to choice! has never hurt developers so here's to choice!
@ -58,7 +57,8 @@ along with Vault. If not, see <http://www.gnu.org/licenses/>.
## Building ## Building
Vault comes with all libraries needed to build from the current branch and Vault comes with all libraries needed to build from the current branch and
also comes with an Apache Ant build file (build.xml). also comes with an Apache Ant build file (build.xml) and a Maven build file
(pom.xml). Maven is currently the preferred build method.
## Dependencies ## Dependencies
@ -70,10 +70,10 @@ only need to compile against Vault.
## Supported Plugins ## Supported Plugins
Vault provides abstraction for the following categories and plugins. If you Vault provides abstraction for the following categories and plugins. If
have your own plugin that you believe should be supported, fork Vault or create you have your own plugin that you believe should be supported you'll need
a patch with the necessary changes. Additionally you can create an issue on to add your own connector within your plugin as Vault no longer maintains
Github and we'll get to it at our convenience. new plugin connectors.
* Economy * Economy
- 3co (http://forums.bukkit.org/threads/22461/) - 3co (http://forums.bukkit.org/threads/22461/)