Commit Graph

  • fcab84a52a
    Update locale_hu_HU.properties András Marczinkó 2020-11-02 19:11:38 +0100
  • 161662e5dd Key instead of Name for Piercing TheBusyBiscuit 2020-11-02 09:08:11 +0100
  • 33e11aba73 Fixed armor counting in BleedTimerTask TheBusyBiscuit 2020-11-02 09:04:00 +0100
  • bae9783123 2.1.151 nossr50 2020-10-29 14:38:09 -0700
  • 5a8e607a39 party leader has unique chat style nossr50 2020-10-29 14:30:29 -0700
  • 1f02d9a5a0 online leaders will be gold nossr50 2020-10-29 14:13:39 -0700
  • 4e8f49db5b avoid null party names nossr50 2020-10-29 14:06:34 -0700
  • c6ecf30d1f new party member list format/style nossr50 2020-10-29 13:54:12 -0700
  • 449407439a Added 'Chat.Channels.Party.Spies.Automatically_Enable_Spying' which allows chat spys to join servers with spying toggled on instead of off its a QOL feature for people who are always spying on chat nossr50 2020-10-29 13:12:26 -0700
  • 8856d2b071 move chat config options from config.yml -> chat.yml nossr50 2020-10-29 13:06:22 -0700
  • 4bac586253 Add missing party chat permission check to the party chat command nossr50 2020-10-29 12:20:52 -0700
  • ca93dc02df Fix missing party chat permission node check nossr50 2020-10-28 10:53:47 -0700
  • 8aff138954 import cleanup nossr50 2020-10-27 13:37:08 -0700
  • 81bf0935e1 changelog tweaks nossr50 2020-10-27 13:35:01 -0700
  • 3169cf9225 2.1.150 nossr50 2020-10-27 13:19:00 -0700
  • 2f506b72bb Better party chat logging in console, some style changes to admin/party chat as well nossr50 2020-10-27 13:09:01 -0700
  • d183d1217c Players & Console can now use color codes in party or admin chat (new permission node mcmmo.chat.colors) nossr50 2020-10-27 11:55:59 -0700
  • 1d55c4c2bc fix message spam bug nossr50 2020-10-27 11:08:50 -0700
  • 05f2763311 You can now silence mmoedit, addlevels, and addxp with -s nossr50 2020-10-27 11:03:47 -0700
  • 33287b650f Add NMS definition for 1.16.4 nossr50 2020-10-26 16:52:43 -0700
  • e6e9fdca31 Fix ArrayIndexOutOfBoundsException for Skill Reset command nossr50 2020-10-26 16:42:56 -0700
  • 8372fae6f8 remove some unwanted code comments nossr50 2020-10-26 16:34:31 -0700
  • f976302cf0 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO nossr50 2020-10-26 16:33:15 -0700
  • 749c83ac59 Complete rewrite of Admin & Party chat code There are some API breaks as a result of these rewrites, I tried to keep it minimal, but I'm sure some plugins will need to update. nossr50 2020-10-26 16:31:02 -0700
  • cf6a2e9e97 Update all locale files to use & codes instead of [[color]] codes nossr50 2020-10-26 16:04:56 -0700
  • 5cb79bf7b6 Merge remote-tracking branch 'origin/master' Momshroom 2020-10-23 11:04:33 -0500
  • 87be3af52c Added warped fungus on a stick as a string repairable. Momshroom 2020-10-23 10:43:39 -0500
  • 7b9685c621 Changed comment over netherite items to say "Netherite repairables" instead of "Diamond repairables" Added Crossbow to string repairables Added Shield to wood repairables, with oak planks as material Added Elytra and Trident to Other repairables, using phantom membrane and prismarine crystals respectively. Added warped fungus on a stick as a string repairable. Momshroom 2020-10-23 10:43:39 -0500
  • 8240cff0d5
    Some small optimizations (#4305) TheBusyBiscuit 2020-10-23 17:21:47 +0200
  • f970cc2d74 Changed comment over netherite items to say "Netherite repairables" instead of "Diamond repairables" Added Crossbow to string repairables Added Shield to wood repairables, with oak planks as material Added Elytra and Trident to Other repairables, using phantom membrane and prismarine crystals respectively. Momshroom 2020-10-23 03:27:04 -0500
  • 1f43cfbafa Post-fix for some style accidents TheBusyBiscuit 2020-10-23 01:58:02 +0200
  • c4d1be46c4 Whoops, missed one TheBusyBiscuit 2020-10-23 01:56:03 +0200
  • aedcf46559 Switched to Jetbrains annotations TheBusyBiscuit 2020-10-23 01:54:55 +0200
  • 7e057792f5
    Fix locale (#4275) 怠惰 2020-10-23 05:56:36 +0900
  • 5f0c4b1dd3
    Update locale_pt_BR.properties (#4276) Patrick 2020-10-22 17:55:48 -0300
  • 99d6640065 Reverted style changes (I hope) TheBusyBiscuit 2020-10-22 00:42:08 +0200
  • bdc43aca24 Another utility class TheBusyBiscuit 2020-10-21 22:35:35 +0200
  • 65eea55e62 Added annotations to exceptions TheBusyBiscuit 2020-10-21 22:31:43 +0200
  • 0371f00f4b Generate a serial version uid TheBusyBiscuit 2020-10-21 22:31:02 +0200
  • 67f67d4502 Some improvements to the EntityListener TheBusyBiscuit 2020-10-21 21:06:47 +0200
  • 4f86ace95d Applied the same for Woodcutting TheBusyBiscuit 2020-10-21 20:46:28 +0200
  • 0ff403e49a Improved ItemMeta calls for SkillUtils TheBusyBiscuit 2020-10-21 20:42:48 +0200
  • cd674cbba8 Improved Salvage code a little TheBusyBiscuit 2020-10-21 20:35:20 +0200
  • 9873091eb4
    Use asynchronous chunkmeta API in bukkit events Frank van der Heijden 2020-10-16 21:14:37 +0200
  • 2175bf47f1
    Implement asynchronous chunk meta loading/saving Frank van der Heijden 2020-10-16 18:23:23 +0200
  • cf245b02a5 WIP of reworking classes involved in querying data, also some work done to the party code rewrite nossr50 2020-10-15 16:19:47 -0700
  • 8c21891e6f Merge branch 'master' of github.com:mcMMO-Dev/mcMMO nossr50 2020-10-14 12:14:44 -0700
  • 23f836de40 dev mode + changelog update nossr50 2020-10-14 12:14:32 -0700
  • f29370a1c8
    Added Fake Event check (#4296) TheBusyBiscuit 2020-10-14 21:11:15 +0200
  • a096392b08 Added Fake Event check TheBusyBiscuit 2020-10-14 15:18:44 +0200
  • 8d6d0cf254 Spelling mistake in changelog nossr50 2020-10-13 13:22:36 -0700
  • e90f8f5b82 Slightly more readable changelog nossr50 2020-10-12 13:06:57 -0700
  • 72feacfdfe update changelog nossr50 2020-10-12 13:01:53 -0700
  • 508c256aa4 2.1.149 nossr50 2020-10-12 12:57:15 -0700
  • bc71f586d7 Messy fix for now, code cleanup will happen later nossr50 2020-10-12 12:50:18 -0700
  • 29722511b7 new config persistentdata.yml nossr50 2020-10-12 12:40:54 -0700
  • 916eb76553 2.1.148 nossr50 2020-10-08 19:30:36 -0700
  • 80f910fc67 Add setting for enable/disable triple drops on super breaker nossr50 2020-10-08 19:21:39 -0700
  • d4699c0e20 Add player tamed experience multiplier nossr50 2020-10-08 19:14:44 -0700
  • 80c89fe1e5 Revert this change for now nossr50 2020-10-08 19:07:42 -0700
  • f5294387b0 oopsy nossr50 2020-10-08 16:34:59 -0700
  • 20c69b63af Memory leak fixes, optimizations, and persistence nossr50 2020-10-08 15:25:40 -0700
  • 0767e62965 Only ignore 0 dmg if specific plugins are detected nossr50 2020-10-05 14:43:06 -0700
  • a6586e07cc final damage values of 0 are only ignored in certain circumstances, fixes a few bugs nossr50 2020-10-05 14:13:32 -0700
  • 98630c2470 Correcting references to the Potion of Leaping being made with Red Mushrooms MLD 2020-10-04 11:01:14 +0100
  • 5d022b6f7c adding new and required kyori includes nossr50 2020-10-02 13:09:38 -0700
  • ee17707c6c Alchemy progression through ranks improved nossr50 2020-09-30 13:12:28 -0700
  • 9e450adb0b reworking party code nossr50 2020-09-30 13:04:35 -0700
  • e057dfc482 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO into tridentsxbows nossr50 2020-09-30 11:35:03 -0700
  • c675c36601 adventure api update nossr50 2020-09-30 11:34:01 -0700
  • 790ac99aa4 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO into tridentsxbows nossr50 2020-09-30 11:33:00 -0700
  • 4005c21810 2.1.147 nossr50 2020-09-28 17:36:33 -0700
  • 8451f84083 dev mode nossr50 2020-09-25 11:36:42 -0700
  • adbcf11c15 2.1.146 nossr50 2020-09-25 11:01:47 -0700
  • 6f99940540 Add missing includes nossr50 2020-09-25 10:40:26 -0700
  • 02fe8addb7 adventure Riley Park 2020-09-24 07:08:24 -0700
  • 06c506c5ec Added Donkeys and Mules to the list of animals that display stats Daniel Jarski 2020-09-22 13:46:04 -0500
  • 0b20fc2c16 Some tweaks to tracking blocks as unnatural nossr50 2020-09-21 21:36:24 -0700
  • 3fd5cd03ee Blocks that have double drops enabled are also worth marking nossr50 2020-09-21 21:29:21 -0700
  • 959a74b139 Temporarily mark debarked wood as unnatural (will undo later) nossr50 2020-09-21 21:27:17 -0700
  • f496d795fb Always track blocks in BlockMultiPlaceEvent nossr50 2020-09-21 21:23:10 -0700
  • d4ab829812 Mark blocks always in BlockPlaceEvent nossr50 2020-09-21 21:20:53 -0700
  • 934ba24b17 Applying the new design to DirtySet (formerly DirtyDataSet) as well nossr50 2020-09-17 18:46:30 -0700
  • 0bfb3b23b6 DirtyMap (renamed from DirtyDataMap) treated as the map instead of a container nossr50 2020-09-17 18:23:01 -0700
  • 5aaa749907 DirtyDataMap implements Map nossr50 2020-09-17 18:06:18 -0700
  • 6f6f76532e Merge branch 'master' of github.com:mcMMO-Dev/mcMMO into tridentsxbows nossr50 2020-09-17 17:13:30 -0700
  • 86fdafef08 More work on parties nossr50 2020-09-17 17:12:34 -0700
  • 3badc26806 Hardcore mode won't bring players below level threshold anymore nossr50 2020-09-16 20:09:59 -0700
  • 31c5ebc1a4
    Update locale_pt_BR.properties Patrick 2020-09-11 19:48:27 -0300
  • ee32c2f0a0
    Fix locale 怠惰 2020-09-12 03:32:42 +0900
  • 11c29c8299 silly git stash requirements nossr50 2020-09-10 15:56:50 -0700
  • d7099a69d8 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO into tridentsxbows nossr50 2020-09-10 15:13:07 -0700
  • 621ccfed34 minor nms tweak nossr50 2020-09-08 19:38:35 -0700
  • 4d8a57d119 upstream changes nossr50 2020-09-08 19:19:36 -0700
  • 9e5c9ec567 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO into tridentsxbows nossr50 2020-09-01 13:40:01 -0700
  • 2810d36e08 2.1.145 nossr50 2020-08-26 10:45:53 -0700
  • 973279cdb7 Revert listener behaviour for PlayerInteractEvent nossr50 2020-08-26 10:26:50 -0700
  • 480f9afa80 2.1.144 nossr50 2020-08-25 16:49:50 -0700
  • 419a810a1e Steel Arm Style can now be customized in advanced.yml nossr50 2020-08-25 16:28:21 -0700
  • e4c5a3b8ee two deflect bugs down nossr50 2020-08-25 16:14:08 -0700