Commit Graph

  • dfc2691cd6 dev mode and changelog update nossr50 2020-12-16 15:55:54 -0800
  • 9e931f880e updated changelog nossr50 2020-12-16 15:54:22 -0800
  • 16aa6d65ac
    Update McMMOUrl.java Robert Alan Chapton 2020-12-16 12:46:17 -0800
  • 306b8cfac4 more work on migrating the API nossr50 2020-12-15 16:24:11 -0800
  • 407b6fb343 more API migration nossr50 2020-12-15 09:31:51 -0800
  • 58e634e53a dev mode nossr50 2020-12-14 15:22:09 -0800
  • bb37edaa7f update changelog nossr50 2020-12-14 15:21:48 -0800
  • d8f8d541fc more work on migrating API nossr50 2020-12-14 15:20:01 -0800
  • 64e1d1a9d7 more refactoring/rewrites for player data loading stuff nossr50 2020-12-10 17:15:14 -0800
  • 0e22583df4 fix skill commands nossr50 2020-12-10 16:15:47 -0800
  • 0e09ac397d
    fix BrewingStand inventory is updated immediately instead of after firing the event. Now the event can be canceled correct. (#4351) Wolf2323 2020-12-10 22:24:08 +0100
  • 70beaaf553 fix BrewingStand inventory is updated immediately instead of after firing the event. Now the event can be canceled correct. Wolf2323 2020-12-10 18:59:12 +0100
  • c4072ee90d 2.1.161 - Messages fixed! nossr50 2020-12-09 19:58:20 -0800
  • b7cf84299a add missing adventure modules nossr50 2020-12-09 19:51:57 -0800
  • 439a69cc5b normalize pom nossr50 2020-12-09 19:16:58 -0800
  • 1c132ddb12 slow refactoring over skill commands nossr50 2020-12-09 18:42:48 -0800
  • 81d184c19e slowly refactoring stuff nossr50 2020-12-09 18:33:16 -0800
  • 8491d0f4e5 annotate messaging classes + update more things to use mmoPlayer nossr50 2020-12-09 18:09:04 -0800
  • a2a41e77ea Merge branch 'master' of github.com:mcMMO-Dev/mcMMO into tridentsxbows nossr50 2020-12-09 17:37:30 -0800
  • a114886454 2.1.160 nossr50 2020-12-09 15:36:54 -0800
  • 7f213ee305 exploit fix nossr50 2020-12-09 15:34:32 -0800
  • 8e17090cc7 these javadocs are straight up wrong nossr50 2020-12-08 15:36:24 -0800
  • 3cb63202a3 more work on parties and user data nossr50 2020-12-08 15:34:16 -0800
  • 0bb65e66e8 add rank edit on forced party leader nossr50 2020-12-08 14:32:45 -0800
  • 17268ca4ad forced promotion on a random player in a party if party leader is ever null nossr50 2020-12-08 14:31:54 -0800
  • 29fffbcc2a don't forget to init partyLeaderRef nossr50 2020-12-08 14:20:36 -0800
  • a8257f3d6e more work towards party stuff nossr50 2020-12-08 14:18:46 -0800
  • 44be4b9626 Sorting treasures.yml Geekerandy 2020-12-07 23:07:48 -0800
  • 85ad0ddd17 More work on parties nossr50 2020-12-07 16:40:24 -0800
  • 4e81d4ddb6 some work on experience rewrites nossr50 2020-12-04 15:35:59 -0800
  • 704e24d58b SkillIdentity will be used to ID skills, establish relationships, and avoid name conflicts Will probably move this into the mcMMO API which I might just get started on depending on my motivation nossr50 2020-12-03 13:57:46 -0800
  • 958fb6f044 Silenced a mostly harmless error that can happen when using plugins like crazyenchantments nossr50 2020-12-01 13:08:33 -0800
  • cc305317ba
    Merge pull request #1 from Altitude-Devs/movePartyManager Teriuihi 2020-11-28 20:30:47 +0100
  • 5d049a5acd Implemented all methods related to initially saving/loading parties. The only functionality this adds is what was originally available. It won't sync parties live but it will load them all from the same place. Sti-jn 2020-11-28 20:28:30 +0100
  • dacd846fe7 2.1.159 nossr50 2020-11-27 16:59:37 -0800
  • 0ce316e428 update adventure (used for chat) nossr50 2020-11-27 16:55:40 -0800
  • bcd260d9c1 Memory leak fix nossr50 2020-11-27 16:26:24 -0800
  • 19c507a2b7 Added party_name and password to parties table and fixed the use of tablePrefix for parties and party_users table Sti-jn 2020-11-25 03:49:04 +0100
  • c8918e0db7 Added creation of the two new tables that will hold the parties and the users and which party they are in Sti-jn 2020-11-25 02:40:32 +0100
  • fceb724ad3 Didn't need to overwrite loadParties and saveParties so removed that... Sti-jn 2020-11-25 00:49:39 +0100
  • 6ceeab6951 Moved loadParties from PartyManager to DatabaseManager Moved saveParties from PartyManager to DatabaseManager Sti-jn 2020-11-25 00:45:35 +0100
  • 07faf8d170 moved loadParties from PartyManager to DatabaseManager added saveParties from PartyManager to DatabaseManager Sti-jn 2020-11-25 00:41:44 +0100
  • bb89ca075d Make loadParties use the DatabaseManager instead of doing flatfile things on it's own Sti-jn 2020-11-25 00:40:49 +0100
  • b9374efe91 Added partiesFile variable, initialized it and added getter for it. Sti-jn 2020-11-25 00:18:21 +0100
  • 907105db30 Added the option to use the name of the channel you are toggling into or out of. With the default config it just says the channel type (Party or Admin) like it used to. Sti-jn 2020-11-24 22:23:53 +0100
  • c4521f8f09 Added useChannelNames function to retrieve Use_Channel_Names value from the chat.yml. This defaults to false so that when it is requested for an Admin channel (which doesn't have this option in chat.yml) it behaves the same as it used to. Sti-jn 2020-11-24 22:23:15 +0100
  • 8916efa947 Added Use_Channel_Names option, defaults to false. When set to true uses the name of the party the user is in when toggling party chat. Sti-jn 2020-11-24 22:18:59 +0100
  • ab276ffe33 2.1.158 nossr50 2020-11-16 16:55:55 -0800
  • c54161b7d1 update changes nossr50 2020-11-16 16:40:18 -0800
  • cf86e79e87 Updated changelog nossr50 2020-11-16 16:24:27 -0800
  • bc53714ac8 URL style adjust nossr50 2020-11-16 16:00:01 -0800
  • db8086d6ad Allow URLs in chat again nossr50 2020-11-16 14:56:48 -0800
  • 915855363d Update changelog nossr50 2020-11-16 14:43:53 -0800
  • c22a65f9f3
    Adding crossbows, shields, elytra, and tridents to default repair.vanilla.yml and fixing minor typo. (#4308) Momshroom 2020-11-16 16:42:24 -0600
  • 128ba88e64 Update changelog nossr50 2020-11-16 14:39:33 -0800
  • 4fd8f6d647
    Update locale_nl.properties (#4336) Tim 2020-11-16 23:39:07 +0100
  • cfcdcd1676 Fix Lure above 3 breaking fishing nossr50 2020-11-16 14:36:59 -0800
  • 450d09e9e4 wip expmanager/party/mcmmo player rewrites nossr50 2020-11-16 13:43:47 -0800
  • 0fb425a5bd
    Update locale_nl.properties Tim 2020-11-16 09:19:18 +0100
  • 5dc95b1fca Merge branches 'tridentsxbows' and 'master' of github.com:mcMMO-Dev/mcMMO into tridentsxbows nossr50 2020-11-13 13:53:12 -0800
  • f346d3b758 2.1.157 nossr50 2020-11-11 16:50:21 -0800
  • 148647709a Merge branch 'master' of github.com:mcMMO-Dev/mcMMO into tridentsxbows nossr50 2020-11-11 16:42:53 -0800
  • 477d6932cd 2.1.156 nossr50 2020-11-10 15:21:45 -0800
  • b31e1e533b New skill 'Knock On Wood', changes to axe readying messages nossr50 2020-11-10 15:17:52 -0800
  • 8f6819edc5 Fix GT replant sometimes planting floating plants nossr50 2020-11-10 13:17:58 -0800
  • 7887232d93 Update locales nossr50 2020-11-10 12:19:23 -0800
  • b0afdccfa5 skillranks.yml will automatically fix itself if it finds certain issues nossr50 2020-11-10 12:05:42 -0800
  • 592851e80b Throw errors for child skill leaderboard requests nossr50 2020-11-10 11:20:32 -0800
  • c9b950d0c8 Fix chat.yml chat channel toggles nossr50 2020-11-10 11:07:07 -0800
  • d9e99b08db changelog stuff nossr50 2020-11-09 16:56:02 -0800
  • 06334da7f8 2.1.155 nossr50 2020-11-09 16:47:34 -0800
  • ba7e235e64 Master Angler reworked nossr50 2020-11-09 16:46:52 -0800
  • f4f6abd9d5 Fix Spec Arrow awarding too much XP nossr50 2020-11-09 13:54:01 -0800
  • da06d5c075 Fixed a bug where Spectral arrow awarded too much XP nossr50 2020-11-09 13:53:17 -0800
  • 34d9f70ac0 Fixed a bug where party members didn't have properly colored names, added some optimization and removed some unnecessary API nossr50 2020-11-09 13:19:54 -0800
  • 124ac76bb3 Update japanese translation snake 2020-11-08 10:05:26 +0900
  • 8c5123f494 2.1.154 nossr50 2020-11-06 15:16:52 -0800
  • 4abf64f625 Full hex color support in admin/party chat nossr50 2020-11-06 15:16:26 -0800
  • 1383457eba Update javadocs nossr50 2020-11-06 14:16:24 -0800
  • bd48680125 Use legacy serializer instead nossr50 2020-11-06 14:13:46 -0800
  • 0f15f234b5 Update changelog nossr50 2020-11-06 14:05:40 -0800
  • 5b6a57d7a8 Tree Feller drops saplings again nossr50 2020-11-06 14:04:40 -0800
  • a4fd632d53 Fix Hex-Colored names in parties/admin chat nossr50 2020-11-06 14:01:07 -0800
  • b2cdffe965 2.1.153 nossr50 2020-11-04 12:14:55 -0800
  • 15578bb84e Some refactoring nossr50 2020-11-04 12:12:51 -0800
  • 329de942b4 Update changelog nossr50 2020-11-04 12:06:30 -0800
  • 96ed228d7c Merge branch 'master' of github.com:mcMMO-Dev/mcMMO nossr50 2020-11-04 12:05:45 -0800
  • cb9c7acceb Fixing a major bug with sub-skills not being shown when using commands nossr50 2020-11-04 12:05:29 -0800
  • 95c9daebe1
    Update locale_fr.properties (#4324) Vlammar 2020-11-04 18:59:56 +0100
  • 8b733c59da
    Update locale_fr.properties Vlammar 2020-11-04 01:42:02 +0100
  • 5afaeb40a8 2.1.152 nossr50 2020-11-02 15:12:29 -0800
  • 1f3a2baa6b Some BlockMultiPlaceEvent optimization nossr50 2020-11-02 14:10:17 -0800
  • 094d57bce0 more changelog tweaks nossr50 2020-11-02 14:06:02 -0800
  • 28b6a457f2 Add back the pc and ac command aliases nossr50 2020-11-02 14:03:58 -0800
  • a945e2e6b3 update changelog nossr50 2020-11-02 14:01:45 -0800
  • 01ebba4443
    Two small fixes (#4321) TheBusyBiscuit 2020-11-02 22:57:53 +0100
  • 65fba3e20e Expanding McMMOItemSpawnEvent & Fixing a bug with Tree Feller drops nossr50 2020-11-02 13:51:43 -0800
  • 9529bbf898
    Update locale_hu_HU.properties (#4322) András Marczinkó 2020-11-02 20:56:24 +0100
  • 523d10ef29 dev mode 2.1.152-snapshot nossr50 2020-11-02 11:30:18 -0800
  • 015c7dba48
    Update locale_hu_HU.properties András Marczinkó 2020-11-02 19:16:11 +0100