Compare commits

..

42 Commits

Author SHA1 Message Date
Leonardo Di Gianfelice Stornelli adf1be3157
Merge branch 'master' into native-support-purge 2022-08-07 17:03:40 +02:00
ILikePlayingGames 460cb21c62 Fix Travis CI Link 2022-08-01 10:03:21 -07:00
Morgan 48fd2b40b8 Update pom.xml for coveralls configuration 2022-08-01 10:02:02 -07:00
Morgan 95d46aa5e6
Coveralls (#897)
* Update pom.xml
* Update build.sh
* Create .coveralls
2022-08-01 09:46:44 -07:00
Morgan 272d4a6fc7
Merge branch 'master' into native-support-purge 2022-07-29 11:40:50 -07:00
Llm Dl 741a4929cd Remove Economy plugins from the README.md 2022-07-29 11:36:16 -07:00
Llm Dl 1996cfadc0 Finish removal of native support for abandoned economy plugins.
- All economy plugins removed as libs.
  - None of them are actively developed, many abandoned in 2011.
- Removal of Register hook.
  - Register was last updated by the Towny team, many years ago, it is
no longer used by any modern server.
  - Remove VaultEco class, unused after removal of Register
compatibilty.
2022-07-29 11:36:16 -07:00
Ricardo Boss 52df9d3287
Add option to silence "no update" logs (#823)
* Added "silent-no-update" config option

Added switch to turn off messages if no update is available.

* Set default value for "silent-no-update"

* Removed any "no update available" option and message
2022-06-28 09:50:18 -07:00
Leonardo Di Gianfelice Stornelli 28cf0e08ae
Merge branch 'master' into native-support-purge 2022-06-28 00:39:40 +02:00
Leonardo Di Gianfelice Stornelli 3f20655f0b
Update bStats (#868) 2022-06-27 15:34:40 -07:00
leonardo_dgs 2fe1850bf0 Remove plugins from README.md 2022-06-28 00:28:35 +02:00
Geolykt 2022cb0892 Support newer JDKs for building
Apparently the ancient version of lombok used
by a dependency is not compatible with newer
versions of java. As Vault proper did not make
use of lombok, it can be safely removed without
declaring an alternative.

This commit allows Vault to build under Java 17.
2022-06-27 11:33:51 -07:00
Jack 8e7ca81a40
fix spelling and grammar and use HTTPS in README (#890) 2022-06-27 10:58:59 -07:00
Morgan 8c963f39da
build: use travis for config for conditionals instead of scripts (#893) 2022-06-27 10:50:08 -07:00
Leonardo-DGS 3545714c9e Forgot to remove a Chat plugin implementation 2021-11-10 03:29:21 +01:00
Leonardo-DGS 966218395f Remove native support for ancient chat and permissions plugins 2021-11-10 02:36:08 +01:00
Chen Zhang 76d6ab9098 Improve Travis CI build Performance 2021-08-19 16:45:20 -07:00
Nick Minkler d456b051c3
builtin editor goof 2020-07-17 10:39:09 -07:00
Nick Minkler d17f3c0fbd
Add null check on playernames for #782
Add a simple null check on playernames for deposit/withdraw to prevent NPEs in essentials economy even though they should be handled in essentials.
2020-07-17 10:34:56 -07:00
TheBlueKingLP 2a85b772ef
Added correct permissions to all registered commands in plugins.yml (#796)
Thanks: <chris@chris-laptop>
2020-02-25 16:23:45 -08:00
Nick Minkler f34cf494cf
Update README.md with current direction 2020-02-18 15:07:14 -08:00
montlikadani 681488e8dd [Economy] Remove double logging plugin name (#771)
Fix plugin name being logged multiple times. This was caused by swapping to getLogger() for the plugin rather than using the built-in minecraft logger.
2019-06-28 14:00:52 -07:00
Nick Minkler b2c7296775
Fixes #769 - outdated update link 2019-06-11 17:59:33 -07:00
Nick Minkler c4c953753e
rollup version for next release 2019-06-04 12:31:54 -07:00
MrIvanPlays 74c29cd892 Update bstats version to latest (#768)
* Update bstats version to latest
* Replace bstats repo with codemc repo - where all new versions of bstats metrics are located

- thanks @MrIvanPlays
2019-06-04 09:30:35 -07:00
Nick Minkler 1be47ae55b cleanup minecraft logger usage. fixes Issue #748 2019-04-28 12:52:14 -07:00
Nick Minkler 7fc36288bf Merge branch 'master' of github.com:MilkBowl/Vault 2019-04-28 12:39:14 -07:00
Nick Minkler 19f0d8a3fe prevent essentials from having a race condition with NPC accounts. 2019-04-28 12:30:47 -07:00
Tim "timmyRS" Speckhals 81c38e983b Fix bukkit links (#754) 2019-01-16 11:55:27 -08:00
Sleaker afaaf0d9f7 update plugin.yml with 1.13 API compatibility setting. 2018-09-12 00:03:53 -07:00
Sleaker 28c18ec76f debug why travis is complaining about a non-overridden file. 2018-09-10 22:37:00 -07:00
Sleaker 3f716e8347 remove unused imports, update pom.xml to remove bad repository. 2018-09-10 22:30:28 -07:00
Sleaker e05bdf17da remove deprecated method calls from older permission systems. 2018-09-10 22:21:35 -07:00
Sleaker 94d0a45218 update pom.xml 2018-09-10 22:06:28 -07:00
DoNotSpamPls 0729a8be33 Replace MCStats with bStats, set build compatibility to Java 8 (#733)
* Replace mcstats with bStats

* (Hopefully) fix build errors

* Set build target to Java 8
2018-08-28 10:44:14 -07:00
BrightSkyz ed0bf63f68 Typos, add LuckPerms and EssentialsX, other fixes (#724)
* Typos, add LuckPerms and EssentialsX, other fixes

Fixed some typos, added LuckPerms and EssentialsX to the supported plugins, added links to some more plugins, updated license year, and some other small changes.

* Fixed the license starting year.
2018-07-30 12:46:00 -07:00
Niklas Linz da162f114e Fix jenkins ci build (#728)
* Add DroxPerm as Jar
* Fix CI build
Add missing maven dependency for a success build.

thanks @LinzN
2018-07-23 12:37:53 -07:00
Nick Minkler 64be59fb15
Merge pull request #718 from montlikadani/patch-1
Fix URL displayed to the user during version check (again)
2018-05-14 13:32:33 -07:00
montlikadani c588ff0035
Fix URL displayed to the user during version check (again) 2018-05-10 19:33:25 +02:00
Nick Minkler d1a61d68bb
Fix URL displayed to the user during version check 2018-05-01 16:12:55 -07:00
Nick Minkler 031c3ebf73
update version reference to be unambiguous 2018-05-01 16:07:44 -07:00
Nick Minkler 291179822c
Update pom.xml 2018-05-01 16:05:55 -07:00

Diff Content Not Available