Commit Graph

315 Commits

Author SHA1 Message Date
CmdrKittens 997ad68cdd Patch Spigot storage bug 2020-07-28 15:23:13 -04:00
CmdrKittens 17e0984165 Sign preservation 2020-07-27 23:52:12 -04:00
CmdrKittens 4a2f70bf1b Improved item handling 2020-06-04 20:36:01 -04:00
CmdrKittens 0efcf13494 Soft depend MV-inventories to enforce stopping before it 2020-04-25 11:21:09 -04:00
CmdrKittens 18dac06fa9 Better handle cancelled inventory open event 2020-04-24 16:31:36 -04:00
CmdrKittens 288c53be49 Add a bit more debug 2020-04-24 16:31:28 -04:00
CmdrKittens d6ed5a79a5 Add default perm 2020-04-13 16:14:18 -04:00
CmdrKittens 3925012a94 Link, wake up... 2020-04-13 14:57:22 -04:00
CmdrKittens db414a7d2f Check permission node correctly in command 2020-04-11 23:22:48 -04:00
CmdrKittens 1ee7bce3ee Allow left clicking for sign-setting 2020-04-11 11:39:56 -04:00
CmdrKittens 4e679aba9b Resolve cleanup timing bug 2020-04-09 23:27:56 -04:00
CmdrKittens 51363a4cbb Lang cleanup 2020-04-09 23:13:50 -04:00
CmdrKittens fbb7f6a01c Don't add extra space if title prefix is empty 2020-04-09 22:34:29 -04:00
CmdrKittens 6876a68429 Add Danish. Thanks, @AggerTV 2020-04-09 22:27:49 -04:00
CmdrKittens aaf98cad02 Resolve configuration resetting concern 2020-04-09 22:21:22 -04:00
CmdrKittens 55a314a5c6 Informative config migration 2020-04-09 21:42:10 -04:00
CmdrKittens d450ffc1f9 Properly handle two languages 2020-04-09 21:41:15 -04:00
CmdrKittens ab9919071a Don't charge players for costs of zero 2020-04-09 10:50:46 -04:00
CmdrKittens 2e4fef70d9 Improve debug, and other informative messages 2020-04-09 01:54:32 -04:00
CmdrKittens 6d95eadf78 Improve rendering of config 2020-04-09 01:04:53 -04:00
CmdrKittens 9a8538b844 Customizable default (no perms) vault size 2020-04-09 00:49:34 -04:00
CmdrKittens 167189c064 Apply customizations to config lib 2020-04-09 00:30:07 -04:00
CmdrKittens 2286fd7656 New config 2020-04-09 00:18:17 -04:00
CmdrKittens a2980ca603 Amend previous commit 2020-03-28 22:52:32 -04:00
CmdrKittens 1547e58b9b Add bstats 2020-03-28 22:16:00 -04:00
CmdrKittens ebfee098c1 Prevent items the server deems invalid from getting into vaults 2020-03-28 19:53:00 -04:00
CmdrKittens d362c6810e Some more light cleaning 2020-03-23 21:23:05 -04:00
CmdrKittens c3473b1c81 Some light cleaning 2020-03-18 19:22:49 -04:00
CmdrKittens 0272e20d60 Configurable max amount to test via perms 2020-03-17 21:35:20 -04:00
CmdrKittens 876c696e86 Prettier code 2020-03-17 21:32:59 -04:00
ArtelGG 0592554f0c Rework vault signs (#387)
* Rework vault signs

* Fix potential vault sign issues
2019-05-30 09:28:03 -07:00
Trent Hensler 6406e3d19f Check for null on item click 2019-05-20 11:10:58 -07:00
Trent Hensler 8008663c1f Update to 1.14 in a backwards compatible way. 2019-04-28 15:48:56 -07:00
Vasiliy b81789f7ba Add Russian locale file (#382) 2019-03-28 13:20:50 -07:00
Trent Hensler 077745733b Send messages the right way. Fixes #378 2018-12-29 15:45:06 -08:00
Trent Hensler f463dedee6 Update license headers in all files. 2018-12-17 20:08:56 -08:00
ArtelGG 88e0351826 Retain cross-version compatibility & cleanup (#374) 2018-12-17 19:58:55 -08:00
Trent Hensler 21222e0232 Remove unused node pointed out in #363 2018-12-16 22:39:06 -08:00
Trent Hensler a3d72a0a28 Commit rest of files. 2018-12-16 22:37:41 -08:00
Trent Hensler 181bb89ac0 Rework operations to allow for owners of vaults to be Strings, which is more friendly to third party or group vaults. Fixes compatibility with FactionsUUID. 2018-12-16 22:13:13 -08:00
Trent Hensler 55cbea8582 Set vault size manually instead of relying on Inventory object. Fixes #366 2018-12-15 16:13:40 -08:00
Trent Hensler 8b8ba97386 1.13 2018-08-06 13:34:20 -07:00
Trent Hensler 57663bed8e Ignore folders when checking file last edit date 2018-07-02 13:23:02 -07:00
ArtelGG f0bed171c2 Update all the language files (#361)
* Add missing placeholder comment (lang.yml)

* Add missing placeholder comment (turkish.yml)

* Add missing placeholder comment (german.yml)

* Add missing placeholder comment (english.yml)

* Add missing placeholder comment (dutch.yml)

Also added some rough Google translations.

* Add missing placeholder comment (bulgarian.yml)

* Translate a comment (german.yml)

* Add missing translation (turkish.yml)

* Add missing language option (german.yml)

NEEDS TRANSLATION

* Add missing language option (turkish.yml)

NEEDS TRANSLATION

* Add missing language option (english.yml)

* Add missing language option (dutch.yml)

NEEDS TRANSLATION

* Add missing language option (bulgarian.yml)

NEEDS TRANSLATION
2018-06-18 12:36:23 -07:00
Trent Hensler 920a4398e1 Safely handle cancelled inventory open events on vaults by checking if inventory is null AFTER it's opened. Resolves #354 2018-05-21 13:51:39 -07:00
ArtelGG ed858dd01e Use shorter link to fit it on one line in game (#348) 2018-05-18 16:36:11 -07:00
Jamie Sinn 2b687fc42e Warn -> Info (#357) 2018-05-13 15:30:34 -07:00
Jamie Sinn 10befe7f61 Correct the lang file (#356) 2018-05-13 14:00:46 -07:00
Jamie Sinn 79fe9b53f8 Delete all vaults (1-100) 2018-05-11 19:34:16 -07:00
Paul Keller 3bd3368f4d added German translation (#347)
* added german translation

I translated your lang file in to german but left some english names (likes PlayerVaults) because they are commonly used in the german language or stand for names like the plugin name.
Greetings 
Paul

* Update german.yml
2018-04-09 10:18:20 -07:00