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
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
1be47ae55b
cleanup minecraft logger usage. fixes Issue #748
2019-04-28 12:52:14 -07:00
Nick Minkler
19f0d8a3fe
prevent essentials from having a race condition with NPC accounts.
2019-04-28 12:30:47 -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
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
OverCaste
a65df215c6
Added the required _chat suffix, shuffled some stuff around.
2015-06-20 22:35:29 -05:00
OverCaste
05c5c36f47
Fixed formatting, and other stuff like licenses. I guess those changed out from under me.
2015-06-20 22:25:56 -05:00
OverCaste
eddd072f80
Updated OverPermissions support to v2.0.0
2015-06-20 20:11:42 -05:00
Nick Minkler
9fdf4b592e
Merge branch 'master' of https://github.com/MilkBowl/Vault/
2015-01-13 08:29:47 -08:00
Nick Minkler
b0bc1407e8
fix incorrect import in PEX chat connector causing load failures.
2015-01-13 08:29:38 -08:00
William Lebel
a4f1cb6530
Craftconomy 3.2 update
2015-01-03 23:57:34 -05:00
Nick Minkler
18377681e0
fix convert command to take initial balance into account.
2014-12-18 16:27:35 -08:00
Nick Minkler
758ba0347b
indicate the revision of metrics is 8.
2014-12-07 19:42:15 -08:00
Nick Minkler
6a9abee471
update to Bukkit 1.8-R0.1
2014-12-07 13:45:00 -08:00
Nick Minkler
170d34df48
Revert "Merge pull request #579 from Spyboticsguy/master"
...
This reverts commit c3e4a56b79
, reversing
changes made to bef6642de6
.
2014-11-30 10:53:34 -08:00
Nick Minkler
832972e6dc
update PermissionsBukkit
2014-11-30 10:53:14 -08:00
Tristen Allen
e1c9c6d48e
Get the UUID of the player name, not the plugin.
2014-07-13 23:17:49 -04:00
Tristen Allen
74be09bd41
Update DroxPerms' UUID support
...
DroxPerms' API now supports UUIDs. barring a pull request to DP
(I will have sent such a pull request to DP before sending this one.)
2014-07-09 22:38:54 -04:00
Nick Minkler
d043e6a153
fix missing return statement in command section. fixes Issue #554
2014-06-27 06:34:01 -07:00
Nick Minkler
28d39b7ece
don't use overrides on non-abstract methods
2014-06-25 22:55:35 -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
cb4f2055a5
add changes to Chat_PermissionsEx for uuid support.
2014-06-25 22:07:22 -07:00
Nick Minkler
30828d082d
update PEX dependency to 1.22, fix deprecated method usage and update to
...
UUID support for OfflinePlayer object calls. people should not be using
playerNames for checks anylonger as they are deprecated
2014-06-25 19:39:11 -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
9411852e27
add OfflinePlayer methods to Economy. add AbstractEconomy to help with
...
translation into new methods. Update minor version due to API changes.
2014-05-08 07:10:45 -07:00
Nick Minkler
a45186c3ef
fix javadocs
2014-05-02 22:17:27 -07:00
Nick Minkler
24f2b98eba
update to bukkit 1.7.9-R0.1-SNAPSHOT for building. add placeholder UUID
...
methods in Permission layer.
2014-05-02 20:39:00 -07:00
Nick Minkler
4640fc2e9d
Add a couple more missing items/blocks. Fix Material test so it ignores
...
technical blocks, and deprecated blocks.
2014-02-21 10:13:46 -08: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
9065713a6a
add missing material test to make sure we register all bukkit materials
...
atleast once.
Add missing Golden Carrot
2014-01-29 22:43:05 -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
5b6ce6ce6a
add some more documentation on the Items search methods.
2014-01-21 00:37:56 -08:00