Commit Graph
16 Commits
Author SHA1 Message Date
Sn0wStorm df004cc79c More name matching for the create command 2020-11-13 22:26:32 +01:00
Sn0wStorm 390f7fe765 Some changes to the Quality StringParser 2020-11-09 16:14:20 +01:00
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
Sn0wStorm 786a3c5741 Added %quality% placeholder & Bottled Materials
issue #259
2020-04-13 13:52:57 +02:00
Sn0wStorm 8f7696cdb5 Implemented Custom Model Data
issue #246
2020-04-12 22:21:17 +02: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 16c03f9da1 Added and Fixed lots of JavaDocs 2019-11-25 22:16:16 +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 318963b379 Add/change recipes by plugin 2019-11-09 17:02:48 +01:00
Sn0wStorm 81ea014e45 Save Alc content on the Brew 2019-11-09 11:46:34 +01:00
Sn0wStorm 4c77944eb8 Find more suitable Data Structures 2019-11-08 16:22:58 +01:00
Sn0wStorm 7f2f9d75dd Rewrite of the Custom item into RecipeItem
and Ingredient with subclasses
Implemented adding custom items to Ingredients
Added support for plugin-items
2019-11-06 19:44:52 +01:00