Commit Graph

173 Commits

Author SHA1 Message Date
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 3f20655f0b
Update bStats (#868) 2022-06-27 15:34:40 -07:00
Nick Minkler b2c7296775
Fixes #769 - outdated update link 2019-06-11 17:59:33 -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
Nick Minkler d1a61d68bb
Fix URL displayed to the user during version check 2018-05-01 16:12:55 -07:00
stefvanschie 9ee967ece4 Fix incorrect version info
Change the version as double to the version as string in chat when player joins the server. This will correct information like:
"Vault 15.6 is out! You are running 15.5" and change it to "Vault 1.5.6 is out! You are running 1.5.5"
2016-06-15 16:10:33 +02:00
OverCaste 1e2741f209 Changed the package defs last minute in v2, this reflects that and actually allows it to function again. 2015-06-21 16:04:04 -05:00
Nick Minkler 18377681e0 fix convert command to take initial balance into account. 2014-12-18 16:27:35 -08:00
Nick Minkler 6a9abee471 update to Bukkit 1.8-R0.1 2014-12-07 13:45:00 -08:00
Nick Minkler d043e6a153 fix missing return statement in command section. fixes Issue #554 2014-06-27 06:34:01 -07:00
Nick Minkler 5579a00fe1 remove old economy plugins that aren't updated & wont ever be. 2014-06-25 22:24:18 -07:00
Nick Minkler dbab5cabaa remove zPermissions as they support Vault directly. 2014-06-25 22:12:53 -07:00
Nick Minkler b02309f933 add a small helper message in vault-convert to let the command user know
what economies vault can see as loaded when the command is run.
2014-06-05 06:22:21 -07:00
Nick Minkler b3783bb262 Move console log for update check to before we run the update checker.
version increase for development to next version.
2014-05-23 22:41:35 -07:00
Nick Minkler b9deb22737 forgot the superperms message too. 2014-05-23 22:32:41 -07:00
Nick Minkler 111cea97a7 fix duplicate [Vault] in messages 2014-05-23 22:30:05 -07:00
Nick Minkler a302f05eda Update Vault for VaultAPI changes 2014-05-08 19:13:05 -07:00
Nick Minkler f1b50edff6 Add overpermissions support, fix missing licenses, and correct all the
formatting problems.
Thanks @OverCaste
2014-02-21 10:03:30 -08:00
Nick Minkler b7c7ca4cce just report that there was an issue checking when the http connection
fails instead of reporting the full stack trace.
2014-02-01 20:54:28 -08:00
Nick Minkler ed2401d9ac forgot to identify the plugin in the messager 2014-01-28 17:34:04 -08:00
Nick Minkler 7c7a091661 adjust update message formatting 2014-01-28 17:26:13 -08:00
Nick Minkler d28828849b forgot to increase version after last release, and remove unnecessary
imports.
2014-01-28 14:49:24 -08:00
Nick Minkler 07ece8d5f6 added config.yml as requested. 2014-01-28 12:20:52 -08:00
Nick Minkler 762489b779 reduce log verbosity. 2014-01-28 12:06:24 -08:00
Nick Minkler 8a47066707 InTime2 support is not ready for release, none of the interface methods
exist, and the plugin doesn't even have proper value support at this
time.  Removed until plugin author can make an actual economy that
supports values necessary for interoperability with Vault.
2014-01-18 07:05:59 -08:00
David Mitchell 940a916667 InTime2 Support
Updated to latest Vault and update to correct version of InTime2
2014-01-17 10:37:26 -05:00
Nick Minkler 48c3c983a3 Add DigiCoin support, thanks @minizbot2012 2014-01-09 17:31:13 -08:00
Matthew Nickson 8d83cc6576 Add support for KPerms
Add support for KPerms (http://dev.bukkit.org/bukkit-plugins/kperms)
2014-01-05 20:27:43 +13:00
igwb 8fa0a80ac9 add support for GoldenChestEconomy 2014-01-01 22:01:37 +01:00
Nick Minkler e0fa3a2433 fix latest stable version including 'Vault' in the name 2013-12-24 14:09:22 -08:00
Nick Minkler 8f408a635b programmatically set permissions because bukkit doesn't handle load
order startup plugin permissions properly when overriden in
permissions.yml
2013-12-24 14:01:04 -08:00
Nick Minkler 25916757e5 cleanup the update display message, and remove debug line 2013-12-24 13:41:08 -08:00
Nick Minkler c94c85d16b adjust update messages, pull the actual version into a String for
dumping to screen.
2013-12-24 13:27:46 -08:00
Nick Minkler c6903d5044 Fix regexp, period needs to be escaped. Use better exception handling. 2013-12-24 13:23:35 -08:00
Nick Minkler a64a341a35 don't access ConsoleCommandSender until after processes start running,
also fix if permissions get altered while server is running.
2013-12-24 13:19:03 -08:00
Nick Minkler 89dd252bf4 dump the stack trace for the URL connection. 2013-12-24 13:10:30 -08:00
Nick Minkler 47ebb5ba57 dump version found from web for testing. 2013-12-24 12:58:25 -08:00
Nick Minkler d924557dd9 Add up-to-date message, and dev version message 2013-12-24 12:51:28 -08:00
Nick Minkler 7d6d695861 adjust plugin permissions, vault.update is now for displaying the update
messages, default is OP, all OPs (including console) will now see this
message.  override the permission to false if you don't want console
message, or want to set specific permission on specific players.
vault.admin now controls all commands, not op status.
2013-12-24 12:36:51 -08:00
Nick Minkler 4323fe9b12 Update for new json API via curse 2013-12-24 11:02:05 -08:00
Nick Minkler 1e6db1c87a Merge pull request #478 from teamalpha5441/master
Added TAEcon support
2013-12-02 11:57:38 -08:00
teamalpha5441 c4a3d43380 Added TAEcon support 2013-11-28 01:46:49 +01:00
LordRalex e1203ce3ba TotalPermissions: Add chat support
Signed-off-by: LordRalex <lordralex@gmail.com>
2013-10-02 19:15:35 -05:00
SimSonic 39f58a6c79 Added rscPermissions support. 2013-09-04 12:02:56 +07:00
Coniin 14480d651f support Minefaconomy 0.2
added needed Files for Minefaconomy Support,
and chenges to pom.xml
2013-08-04 17:33:17 +02:00
BleedObsidian 14ea165d5c Add support for MiConomy
Add support for MiConomy

Fixed formmating
2013-07-18 01:01:02 +01:00
Tyler Blair 8dd7c475f9 Update Plugin Metrics to R7 2013-06-29 10:51:59 -03:00
LordRalex b77b7beb6e TotalPermissions: Add basic hook 2013-06-27 15:32:35 -04:00
Nick Minkler 751224437e Merge pull request #423 from greatman/master
Craftconomy 3.1.4 update
2013-06-15 09:00:34 -07:00