1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-13 11:04:42 +02:00

5359 Commits

Author SHA1 Message Date
840cfbe94d Updated plugin.yml to include command permissions ()
This will stop people from seeing the commands in tabcomplete for 1.13.2 if they dont have the permission for it. Should fix .
2018-12-09 18:26:09 -05:00
605535ed60 fix memory leak ()
on servers with lots of spawner farms this metadata won't get GC'd unless removed, line 436 its added but never removed as far as I can tell
2018-12-06 22:05:55 -05:00
71c72045b9 Revert "Update locale_zh_CN.properties ()"
This reverts commit eb930883fa.
2018-12-02 23:28:36 -05:00
eb930883fa Update locale_zh_CN.properties () 2018-12-02 23:27:39 -05:00
30ed18eb95 Update Simplified Chinese localization () 2018-12-02 23:27:19 -05:00
8508f5b8b8 Bug fix for italian locale ()
Fixed the command "/mctop Tiro con l'Arco" that with spaces was not recognized (/mctop archery is not usable if the English locale is not selected).
Now is "/mctop Arco".

That should fix also "/Tiro con l'Arco".
2018-12-02 23:26:58 -05:00
dfab223eb2 Fix locale_ja_JP.properties colors () 2018-12-02 23:26:38 -05:00
dd82fa0791 Duplicate shulker entry () 2018-11-26 23:30:08 -05:00
af8d2dc2c7 Tridents are enchantable 2018-11-26 23:28:15 -05:00
9f9529debf Has this ever not happened??? I don't understand why it only showed up in 1.13..... Fixes 2018-11-26 23:10:51 -05:00
495c4a33e5 Store skill totals rather than calculating them on the fly for faster leaderboard queries. 2018-11-14 20:31:57 -05:00
203d3749ee Fix herbalism XP again 2018-10-14 21:27:55 -04:00
1fcecbd3e7 Replant only the fully grown plants. 2018-10-13 17:09:08 -04:00
d778616b2c Herbalism was the one that actually needed to remain blockdata. 2018-10-13 17:06:54 -04:00
4bdd97a302 Not sure why this is even still here. 2018-10-09 21:57:01 -04:00
ab2a031ee0 Missed file in commit 2018-10-09 21:56:47 -04:00
5663b71387 Some of these should not have been blockdata, also this should check age of crops. 2018-10-09 21:52:23 -04:00
2a43bce849 Fix spectators being affected by a combat ability ()
* Fix spectators being affected by a combat ability
2018-10-01 22:21:22 -04:00
592c3a2142 Fix woodcutting double drop item names () 2018-09-23 14:43:38 -04:00
e9ca341476 End_Bricks renamed to End_Stone () 2018-09-23 11:52:48 -04:00
76617c8a61 German spelling fix () 2018-09-23 11:52:35 -04:00
10ff097232 Fix config item names () 2018-09-22 13:45:25 -04:00
1e043d481a Merge pull request from andris155/patch-7
Wood renamed to Wooden
2018-09-22 09:54:39 -07:00
7f8c670dc1 Merge pull request from andris155/patch-6
QUARTZ_ORE was renamed to NETHER_QUARTZ_ORE
2018-09-22 09:54:24 -07:00
0e536a2cb3 Wood renamed to Wooden 2018-09-22 18:53:08 +02:00
090cf82a39 Fix Terracotta and stained Terracotta names () 2018-09-22 12:50:25 -04:00
6e60f39f82 QUARTZ_ORE was renamed to NETHER_QUARTZ_ORE 2018-09-22 18:49:02 +02:00
b8078e4730 Fix Mycelium name () 2018-09-22 12:21:23 -04:00
e08fe64db2 Fix End Stone name () 2018-09-22 12:21:13 -04:00
2b576568a7 QUARTZ_ORE was renamed to NETHER_QUARTZ_ORE. 2018-09-16 18:47:15 -07:00
e2edbaad34 Update herbalism permissions for new block names. Should fix replanting crops. 2018-09-14 22:44:21 -04:00
184b98bbdc BREAKING CHANGE - Fix typo in secondary skill enum...... Fixes 2018-09-14 22:36:47 -04:00
7cc604dbdb Update potions.yml to reflect 1.13 potions and material names. 2018-09-14 20:50:28 -04:00
44ed35825f more cleanup in the TreasureConfig. 2018-08-30 23:59:55 -04:00
22833eea6c Slightly delay recipe loading because apparently spigot broke doing that on enable....... 2018-08-30 23:57:29 -04:00
64dfc1e3d3 Fix hylian drops 2018-08-30 23:28:48 -04:00
6619ca1d22 update excavation on experience.yml ()
In 1.13, the name of the grass block changed from "grass" to "grass_block". This caused no experience to be given while using a shovel on grass. This change was part of something mojang called the flattening and could possibly be the cause of some other experience related issues. 
https://minecraft.gamepedia.com/1.13/Flattening
2018-08-30 22:37:01 -04:00
2f2a80e1ce Various Fixes ()
* Updated ItemUtils, added isBlock check to smelt functions

+ added a check in ItemUtils.isSmeltable() and ItemUtils.isSmelted() to make sure the Item type was a block to prevent an error occuring mentioned in https://github.com/mcMMO-Dev/mcMMO/issues/3536

* Fixed Green Thumb replant issue

see https://github.com/mcMMO-Dev/mcMMO/issues/3535

HerbalismManager
= fixed names of netherwart
= fixed handleBlockState, and slightly altered it
StringUtils
= fixed name of netherwart

* Fixes to herbalism skill

Herbalism
= fixed material name for grass in green terra block conversion
= fixed material name for grass in shroom thumb block conversion
EntityListener
= fixed material name for melon in food level change
experience config
= updated name for melon and sugar cane

* Minor Name Updates

experience config
= removed Stone|*
= added Stone, Granite, Adesite, Diorite
MaterialTypes
= updated material reference for wood

* Small fishing change

PlayerListener
= made it so COD, TROPICAL_FISH, and PUFFERFISH are no longer overwritten, so players can now catch these
2018-08-05 10:15:12 -04:00
fa1bbd2031 Updated SkillUtils to no longer use BlockData () 2018-08-03 18:21:13 -04:00
a39a77f89e Fix fishing in 1.13 ()
* Fix fishing to use Material instead of BlockData (that was AIR)
2018-08-02 20:27:15 -04:00
7800e48f61 Make BiomeAdaptor support Bukkit 1.13 and bump java-version to 1.8 () 2018-08-01 21:23:29 -04:00
63378ae4c1 Updated herbalism (crop replaced by ageable) ()
* [WIP] Replacing MaterialData with Blockdata

* Fixed most block based experience gain

* Removed debug prints

* Updated configs

* [WIP] Replacing MaterialData with Blockdata

* Fixed most block based experience gain & updated wooden_tools

* ACTAULLY removed debug prints

* [WIP] Replacing bukkit treespecies 

This feature has been unofficially deprecated, (not yet fixed/marked in bukkit)
Also updated config.yml to match changes

* Updated configs

* [WIP] Replacing MaterialData with Blockdata

* [WIP] Replacing MaterialData with Blockdata

* Fixed most block based experience gain

* Fixed most block based experience gain & updated wooden_tools

* Removed debug prints

* ACTAULLY removed debug prints

* [WIP] Replacing bukkit treespecies 

This feature has been unofficially deprecated, (not yet fixed/marked in bukkit)
Also updated config.yml to match changes

* Fixed greenterra

Replaced deprecated features
2018-07-31 21:35:45 -04:00
fecf83c79c Don't break on double drops for woodcutting. 2018-07-30 20:44:10 -04:00
f287b6d8a7 Update fishing experience config 2018-07-27 22:30:57 -04:00
9082658357 Update locale_it.properties () 2018-07-27 18:28:44 -04:00
4bda175328 Removed misc, print statements ()
* ACTAULLY removed debug prints
2018-07-26 20:47:45 -04:00
ee324c77a9 Fixed errors with block-based skill experience ()
* Updated configs

* [WIP] Replacing MaterialData with Blockdata

* Fixed most block based experience gain

* Fixed most block based experience gain & updated wooden_tools

* Removed debug prints
2018-07-26 19:53:29 -04:00
210b418e44 Get string before format. () 2018-07-26 19:52:15 -04:00
b73eced36f Remove sound adapter 2018-07-25 20:29:40 -04:00
6296a6adde Updated configs
Signed-off-by: t00thpick1 <t00thpick1dirko@gmail.com>
2018-07-25 20:20:31 -04:00