Commit Graph

407 Commits

Author SHA1 Message Date
Sebi
dda1c6fb0a Fix git omitting half of the changes 2020-05-08 15:48:36 +02:00
Sebi
aab880e437 further abstraction and implementing quality on player and server commands
Add StringParser to parse a String to other formats on the fly or on a predefined base.

Rework Builder methods for server and player commands to allow quality.

Add getServercmdsForQuality() and getPlayercmdsForQuality().

Rework loadQualityStringList() to accept the new StringParser.

Add cmdParser and loreParser to the StringParser.
2020-05-08 15:19:26 +02:00
Sebi
adaeeed88c rework getLoreForQuality() to extract a more generic getStringForQuality() 2020-05-08 12:33:51 +02:00
Sebi
d3da0dbe14 change loadLore() to a more generic loadQualityStringList() 2020-05-08 12:17:58 +02:00
MrNizzy
c1d4781cff
Create config.yml
Adding the Spanish translation to config.yml
2020-04-30 15:14:37 -05:00
MrNizzy
377f5f2e3a
Create es.yml 2020-04-30 15:06:14 -05:00
Sn0wStorm
5cc7116aee Version 2.1.1 + Config Updater 2020-04-13 23:57:50 +02:00
Sn0wStorm
b2d1af28cf Added stats & debug info commands 2020-04-13 22:25:26 +02:00
Sn0wStorm
786a3c5741 Added %quality% placeholder & Bottled Materials
issue #259
2020-04-13 13:52:57 +02:00
Sn0wStorm
2cd52955a0 Added Config option to disable MC Barrel Aging
issue #265
2020-04-13 12:01:41 +02:00
Sn0wStorm
8f7696cdb5 Implemented Custom Model Data
issue #246
2020-04-12 22:21:17 +02:00
Sn0wStorm
ef868fc7eb Fix Async Load Exception on 1.12 and lower 2020-04-12 18:06:03 +02:00
Sn0wStorm
0dd03133dc
Update README.md 2020-04-09 12:09:35 +02:00
Sn0wStorm
e847672b81 Added MC Barrel Permission #222 2020-04-08 13:52:54 +02:00
Sn0wStorm
44310e0e36 Version 2.1 & Config Updater
Also Implements #229
2020-04-08 13:12:33 +02:00
Sn0wStorm
0e5893472b Added sealing command 2020-04-08 11:34:18 +02:00
Sn0wStorm
ce4e665fda Added ChestShop notification 2020-04-08 10:13:04 +02:00
Sn0wStorm
241150a468
Merge pull request #241 from Neubulae/patch-4
Update zh.yml
2020-04-07 15:11:09 +02:00
Sn0wStorm
ccc0d019d5 Split World Data into seperate File
Allows for async WorldDataFile read and parse
2020-04-07 15:01:08 +02:00
Sn0wStorm
cae2b9dfff Implemented Async World-Data Loading
Uses Mutex to assure no concurrent loading and saving
Merges Loaded data in Main Thread
2020-04-07 12:45:55 +02:00
Sn0wStorm
f4bfdfa595 Added config options for Sealing Table
Translations for the Sealing Table
And a Data Tag for the Block
2020-04-06 10:51:44 +02:00
Sn0wStorm
12b0a3c115 Added Brew Sealing: Equalize Brews for Shops
Craftable Brew Sealing Table
Equalizes Brews that are similar, for support in Shop Plugins
Sealed Brews are also always unlabeled and immutable
2020-04-05 22:47:46 +02:00
Sn0wStorm
948b843b59 Fixed the MMOItems Error #253 2020-04-02 17:48:33 +02:00
Sn0wStorm
86f82f0a14 Make Cauldron Cooking start at minute 0
Fixes #256
2020-04-02 16:23:19 +02:00
Sn0wStorm
11c7fa1378 SQL Saving Fixes 2020-04-02 13:43:58 +02:00
Neubulae
5da08fb85b
Update zh.yml 2020-02-22 00:13:19 +08:00
Sn0wStorm
1266111f8a Implemented Playerdata DB Syncing 2020-01-29 15:39:02 +01:00
Sn0wStorm
00f541dafe Created Async MySQL Saver 2020-01-23 22:18:14 +01:00
Sn0wStorm
5f076c4d2f Bump to 2.0.1 2019-12-13 22:19:54 +01:00
Sn0wStorm
a9fedeab32 Fix BoundingBox Conversion
See #228
2019-12-13 22:16:17 +01:00
Sn0wStorm
e7a77bf2a1 Release Version 2.0 2019-12-13 13:23:40 +01:00
Sn0wStorm
9afeae7774 Fix Lore order when converting & 1.8 Regeneration 2019-12-13 11:43:37 +01:00
Sn0wStorm
214bb52939 Added more default recipes + small fixes
BStats shows that >75% of users don't add any recipes themselves. So even if I would have preferred not to, i've added more default recipes to make it easier for everyone
+Fixed Brew Create with space in name
+Changed look of Quality Stars (now with half-stars)
+Fixed Cauldron Recipe with Multiple Ingredients
2019-12-06 18:57:41 +01:00
Sn0wStorm
bc79248db5
Merge Branch v2.0 into Master via PR #226 2019-12-02 20:33:23 +01:00
Sn0wStorm
27652b511f Include config patches is pom build 2019-12-02 20:24:14 +01:00
Sn0wStorm
55200608c1 Language Updater: Put new lines at the end 2019-12-02 15:56:30 +01:00
Sn0wStorm
4f0b56e2dc Config updater for 2.0
+ config fixes & fix for unlabeled
2019-12-01 23:50:56 +01:00
Sn0wStorm
c6ea0cd493 Updated other Config and Language variations 2019-11-29 18:00:49 +01:00
Sn0wStorm
6577cbf628 Added Barrel Check for GamemodeInventories 2019-11-27 13:52:19 +01:00
Sn0wStorm
40da30bf8e Optimizing Barrel retrieve 2019-11-26 21:29:41 +01:00
Sn0wStorm
16c03f9da1 Added and Fixed lots of JavaDocs 2019-11-25 22:16:16 +01:00
Sn0wStorm
c287b6350f Moved some test code, optimized Distiller 2019-11-25 20:28:08 +01:00
Sn0wStorm
a5f73ceacc Inline updater for Language file 2019-11-25 15:36:48 +01:00
Sn0wStorm
3b9f9ae26d Added some more Custom Metrics Charts 2019-11-24 19:06:35 +01:00
Sn0wStorm
32b6c3c4b1 Tweaked performance of data save and campfire check 2019-11-24 16:06:17 +01:00
Sn0wStorm
a1c0116650 Make Metrics work again 2019-11-23 19:59:53 +01:00
Sn0wStorm
fa2a4974d8 Added Messages and Commands when drinking 2019-11-22 20:00:05 +01:00
Sn0wStorm
d0198c9f04 Convert pre 1.11 Brews (cosmetic) 2019-11-15 14:43:26 +01:00
Sn0wStorm
036657747c Only reload config if valid yml 2019-11-14 16:16:12 +01:00
Sn0wStorm
f483f03560 Handle Hoppers for Distillers and MCBarrels
Removed most mentions of Persistent
2019-11-14 15:46:15 +01:00