Add all source into GitHub Repo
markhughes opened this issue ยท 2 comments
The following parts of the source code are not on the GitHub repo, could you possibly push them on?
- vault.item.*
- vault.chat.Chat
- vault.econony.Economy
- vault.econony.EconomyResponse
- vault.permission.Permission
Also, our of curiosity - why were these removed (but available in older builds https://github.com/MilkBowl/Vault/tree/chat/src/net/milkbowl/vault)
Discovered it all in https://github.com/MilkBowl/VaultAPI/blob/master/src/main/java/net/milkbowl/vault/
Why do you have these parts in a separate repository?
VaultAPI is now split from the main Vault implementation in version 1.3 and forward to fix pom dependency issues and make it cleaner.
The release Vault jar still contains all classes. If you're building against the new version you should be depending on the VaultAPI artifact in your pom.