Commit Graph

158 Commits

Author SHA1 Message Date
Sn0wStorm
0b9b364f28 Added BlockLocker plugin support 2020-11-26 23:42:19 +01:00
Sn0wStorm
211833a188 Added Tab Completer, with perms cache 2020-11-24 12:48:43 +01:00
Sn0wStorm
2ee7dd825d Notify ShopKeepers users of unsealed brews 2020-11-19 19:23:59 +01:00
Sn0wStorm
7319bca59d Particle Cleanup 2020-11-16 22:39:49 +01:00
Sn0wStorm
c91e441eab Minimal Particles config option & optimizations 2020-11-16 21:52:25 +01:00
Sn0wStorm
3fa16414d0 Store the item loaders on the plugin instance 2020-11-08 01:50:17 +01:00
Sn0wStorm
db1a425215 Color fading for Cauldron Particles 2020-11-07 22:37:32 +01:00
Sn0wStorm
29830e0405 Check Cauldron Block Type on Update 2020-11-06 14:52:19 +01:00
Sn0wStorm
3d9309e2d9 Added Particles to boiling Cauldrons 2020-11-06 13:59:36 +01: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
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
00f541dafe Created Async MySQL Saver 2020-01-23 22:18:14 +01:00
Sn0wStorm
a9fedeab32 Fix BoundingBox Conversion
See #228
2019-12-13 22:16:17 +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
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
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
036657747c Only reload config if valid yml 2019-11-14 16:16:12 +01:00
Sn0wStorm
3332354846 Added more API and features for Events 2019-11-13 22:07:22 +01:00
Sn0wStorm
318963b379 Add/change recipes by plugin 2019-11-09 17:02:48 +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
Sn0wStorm
d0263c611c Added Custom Items and Cauldron-Recipes 2019-10-29 16:20:32 +01:00
Sn0wStorm
4909e59c90 Implemented NBT Saving
1.13: CustomItemTagContainer
1.14: PersistentDataContainer
2019-10-20 21:06:35 +02:00
Sn0wStorm
437f521a9b Refractor Utility 2019-10-16 20:07:09 +02:00
Sn0wStorm
7c0dcefb1b Refractoring 2019-10-16 17:21:04 +02:00
Sn0wStorm
d355966d42 Some more merge fixes 2019-10-12 14:47:01 +02:00
Sn0wStorm
4a1f606e99 Finalized Merge of 2.0-StoreDataInLore
Rebased onto Master Branch commit e5438e7ae3
And moved to new branch v2.0
2019-10-12 13:52:55 +02:00
Sn0wStorm
519c4821d9 Started api and events 2019-10-11 20:44:43 +02:00
Sn0wStorm
2121bf5c8a Added Parity/Sanity to Scrambling 2019-10-11 18:05:49 +02:00
Sn0wStorm
9bf3268fb4 Added XOR Scrambler for Brew data
Very fast obfuscator for brew data so that a client cant easily read it
2019-10-11 18:05:49 +02:00
Sn0wStorm
4b18dceada Implemented Lore Save system 2019-10-11 18:03:42 +02:00
Sn0wStorm
cdd50f8504 Optimized LoreStreams 2019-10-11 17:51:50 +02:00
Sn0wStorm
6311b9ed15 Split LoreIn/OutputStream
Implemented skip, mark and reset
2019-10-11 17:51:07 +02:00
Sn0wStorm
41fac3b08a Created LoreInputStream 2019-10-11 17:51:07 +02:00
Sn0wStorm
75d0f2f201 Started LoreOutputStream storing data with Base91 2019-10-11 17:50:41 +02:00
Sn0wStorm
435c9819d0 Added Chinese Language #193
Thanks to Neubulae and kp06125
2019-08-18 18:12:09 +02:00
Sn0wStorm
930d4a2028 Moved some Utility to Util Class 2019-08-18 15:42:22 +02:00
Sn0wStorm
67ab8e7de3 Support 1.14 Minecraft Barrels for Aging 2019-08-17 18:53:06 +02:00
Sn0wStorm
a95437cdf1 Started MCBarrel 2019-08-17 12:07:57 +02:00
Sn0wStorm
b713463ba3 Use latest WorldGuard-integration for all versions > 6
Fixes FastAsyncWorldEdit incompatibility
implements #172
2019-07-01 19:09:34 +02:00
Sn0wStorm
e62e9a61c2 Fix putting wrong uids on Brews in 1.14 2019-06-28 16:53:44 +02:00
Sn0wStorm
8fdfa41cc2 Use Gson api for update checking to fix build with 1.14 2019-06-28 16:12:52 +02:00