1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-26 10:44:43 +02:00
Commit Graph

3243 Commits

Author SHA1 Message Date
d9c04a09ba No need to clone here and it's not null checked
Fixes 
2014-02-15 23:35:14 +01:00
04a02cfdc8 Store McMMOPlayer objects as metadata 2014-02-15 14:21:25 +01:00
b3a6c32ef6 Skip glass bottles as well
Fixes 
2014-02-15 11:18:11 +01:00
254f3b5ac9 Cleanup finishBrewing a bit 2014-02-15 11:17:31 +01:00
7f9ada14c8 Schedule check after putting a new bottle in the brewing stand 2014-02-15 01:37:41 +01:00
f79a4741cc Store Locations, not BlockStates
Fixes 
2014-02-15 01:31:13 +01:00
f3fd48d0c0 Don't set potion meta data - for Vanilla potions 2014-02-14 23:58:22 +01:00
GJ
fbee3318bd These go the other way around. 2014-02-12 08:29:14 -05:00
15743c5f46 Don't set potion meta data
It causes incompatibilities with other plugins.

Fixes 
2014-02-12 11:54:21 +01:00
4b9d472f10 Fix ConcurrentModificationException with alchemyBrewTask.finishImmediately()
Fixes 
2014-02-12 11:16:05 +01:00
GJ
988006f913 Alchemy cleanup, part 1. 2014-02-11 16:22:57 -05:00
2f05c472ce Make party names case insensitive
Fixes 
2014-02-10 17:14:34 +01:00
5c836cdaaf Check party level before sending party chat
Fixes 
2014-02-10 16:07:43 +01:00
9e39c3495d Fix IllegalArgumentException: 1 > 0 2014-02-09 17:15:42 +01:00
b653aa57b7 You can't accept an alliance request when you already have an ally 2014-02-09 16:10:43 +01:00
2ffdd340af The command is spelled xpshare, not expshare.
Fixes 
2014-02-09 12:31:30 +01:00
d63c3fc6d0 Ensure the FlatFile directory exists.
Fixes 
2014-02-09 12:31:29 +01:00
4486261413 Schedule an Alchemy check after using a hotkey to add ingredients
Fixes 
2014-02-07 13:39:24 +01:00
a2e32179bb Fix /mcstats command
Fixes 
2014-02-05 19:24:14 +01:00
72b106e71f Fix ptp Accept_Required setting
I forgot to change this, oops!
2014-02-05 19:15:39 +01:00
GJ
734815c58d No reason to have our scoreboard stuff in a different listener. 2014-02-04 08:34:17 -05:00
GJ
abfedf381d Allow mod name to go in the middle or at the beginning. 2014-02-04 07:53:54 -05:00
GJ
8e040ae8d9 Refactor to match existing conventions 2014-02-03 14:57:45 -05:00
GJ
0c9836eb03 Made mod config files modular. Addresses 2014-02-03 14:48:43 -05:00
62b13a9a84 Fixed bug where Snow would never drop treasures
Fixes 
2014-02-01 00:30:42 +01:00
6264bfa15f Don't store Block objects, use BlockState
Fixes , Closes 
2014-01-30 20:45:21 +01:00
GJ
b3474c04c7 Increment SQL query numbers due to addition of Alchemy. Fixes
Thanks to @roastnewt for the help!
2014-01-21 11:16:39 -08:00
a1c1271d21 Fix issues pointed out by the FindBugs plugin 2014-01-20 23:20:51 +01:00
d1fcd6958f Check if brewingStand == null
Fixes 
2014-01-20 22:38:20 +01:00
f39623c279 Bit of Alchemy cleanup 2014-01-20 22:38:04 +01:00
GJ
520f5cb116 Fix the broken build. Shame on me. 2014-01-20 14:53:31 -08:00
GJ
43e2c813d1 Clean up some of our messes. 2014-01-20 13:58:40 -08:00
c6ea32f0b0 Added Ender Dragon, Wither, and Witch to combat experience multipliers
They do not give any XP by default.

Fixes 
2014-01-19 19:40:33 +01:00
976c3b8494 Fix bug which prevented Hoppers from inserting new bottles
Fixes 
2014-01-19 15:35:27 +01:00
82509fb476 Added custom XP boost perk 2014-01-19 01:08:38 +01:00
c27d79cf25 Added new XP perk - 10% boost
Adds 
2014-01-19 01:08:37 +01:00
de912c1e07 Make sure the player is valid as well 2014-01-19 01:08:37 +01:00
2159aa91ff Add missing alchemy ingredient tiers to ingredient check 2014-01-18 20:28:28 +01:00
748dba41dc Randomize the treasure drop amounts instead of always dropping everything
For example, the guaranteed 5 diamonds will now be a 1-5 diamond drop.
2014-01-18 19:15:38 +01:00
9349416326 Check if brewing stand still exists before processing AlchemyBrewTask 2014-01-18 19:11:15 +01:00
3b794c897d Make sure the party leader is online before attempting to notify 2014-01-18 19:06:20 +01:00
b460f7a564 Add more debug messages in onDisable()
So that we can track down why the disable proces slows down
2014-01-18 16:59:16 +01:00
383b048fef Changed config validation for Rank_Levels, successive Ranks can now be less than or equal to each other
Closes 
2014-01-18 12:02:05 +01:00
243a3bfbf6 Remove trailing whitespaces 2014-01-18 12:02:05 +01:00
6b653fa606 Changed appearance of party member list 2014-01-17 18:58:07 +01:00
818962e668 Added party levels
Parties now have XP and Levels. Party features such as party teleport and party chat have to be unlocked before they can be used by the party members
2014-01-17 18:56:27 +01:00
c729297615 Added party alliances
Adds the following commands:
`/party alliance`
`/party alliance invite <target>`
`/party alliance accept`

Allies will share party chat and will not be able to harm eachother.
Item and XP sharing is limitied to a single party. Allowing two parties
to team up without sharing resources and XP.

Closes 
2014-01-17 18:55:58 +01:00
e6e90954a9 Changed config validation for UnlockLevels, they can now also be 0
Closes 
2014-01-17 15:51:28 +01:00
4e86f60fd2 Replace ingredient strings correctly
Fixes 
2014-01-17 14:00:22 +01:00
7c891e9ba8 Optimize imports 2014-01-16 22:32:40 +01:00