7506646862
Party NPE fix
2019-04-21 16:56:26 -07:00
78fdfc1c35
Made improvements to the Party member list from /party
2019-04-19 17:56:59 -07:00
33a68daa9c
mcMMO now checks in all places for a loaded profile before executing processing on said profile
2019-04-12 15:17:05 -07:00
77e6e79eb6
Prep for 2.1.7 Release
2019-02-03 18:20:56 -08:00
025183d434
Tweaks to the party info commands
2019-02-03 17:44:10 -08:00
71a3eb6a93
Fixed a lot of problems with the bleed task code...
2019-01-23 16:01:30 -08:00
6be1319927
WG refactor
2019-01-23 13:55:43 -08:00
0ad1530505
mcMMO now supports WorldGuard, added "mcmmo" and "mcmmo-xp" flags!
2019-01-22 16:40:54 -08:00
95d60e646d
Diminishing returns now has an optional minimum gains setting
2019-01-14 22:11:58 -08:00
19c38f0cb1
Parties can now have max size limits (configurable), by default party sizes are unlimited.
2019-01-11 06:17:07 -08:00
400e15b559
Party member list will only contain players visible to the player
2019-01-10 21:06:51 -08:00
2dd8e719c8
UUID support for parties
2014-09-28 11:13:23 +02:00
a3943aab24
Add checks for loaded/unloaded profiles in commands
2014-08-19 22:23:19 -06:00
ead716ef0d
Fix a NPE when tab completing with /ptp
...
Fixes #2013
2014-05-11 18:33:50 +02:00
c14a4e9305
Fix /party teleport command
...
Why did we use getCommand("ptp").getExecutor() again?
Fixes #1995
2014-04-21 14:54:09 +02:00
79a1ef5d3e
Players need to be in a party to use /ptp
...
Fixes #1967
2014-04-06 12:43:42 +02:00
862d38b587
Clean up all of the imports
2014-03-03 18:27:45 +01:00
840f3d9382
Fix /party kick command
2014-02-28 22:32:09 +01:00
e56d5a0454
Exclude vanished players from tab complete list
...
Part 2 of fixing #1745
2014-02-28 21:56:30 +01:00
0056be2d5f
Assorted cleanup.
2014-02-28 08:36:42 -05: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 #1841
2014-02-09 12:31:30 +01:00
43e2c813d1
Clean up some of our messes.
2014-01-20 13:58:40 -08: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 #1009
2014-01-17 18:55:58 +01:00
730f786d5b
Fix issue with /ptp command
...
Fixes #1773
2014-01-11 10:30:12 +01:00
13a623ea1f
Misc was getting crowded again.
2014-01-03 11:07:13 -05:00
69ef7f40d8
Command cleanup.
2013-11-08 23:14:11 +01:00
60d69e3cc4
Create wrapper to handle all PTP data.
2013-10-28 15:49:48 -04:00
b8c1f868f5
Event updates
2013-10-18 08:54:06 -04:00
00918fbdc1
Change this back, getPlayerExact() is faster
2013-09-30 14:04:34 +02:00
45143836e5
Fixed /party kick
...
Fixes #1499
2013-09-30 10:39:33 +02:00
6eb255632f
Clean this up a little bit
2013-09-30 10:24:36 +02:00
d5bd9a1693
Fixed some small mistakes in CommandUtils
2013-09-23 20:22:41 +02:00
93fe2ff504
Cleanup our imports
2013-09-10 15:28:11 +02:00
435522415d
This is better too.
2013-08-26 12:20:56 -04:00
a17d1d3a2f
More cleanup to PartyManager.
2013-08-26 11:55:35 -04:00
94a5bef62c
Cleaning up PartyManager
2013-08-26 08:39:24 -04:00
50ef8d9610
Improvements to mcMMOPlayer lookup.
2013-08-20 14:10:49 -04:00
6518d192ec
Improved partial name matcher
...
Fixes #1164
2013-08-19 10:37:04 +02:00
90fcf35c34
Javadocs cleanup
2013-08-10 20:10:45 +02:00
e0e574c19e
Fix a potential issue with PTP and Chimera Wing teleportation cooldowns.
2013-07-24 13:50:33 -04:00
ee86f8244f
Put ShareMode in its own class.
2013-07-15 09:56:45 -04:00
c9aba059e2
Don't provide direct access to the players map.
2013-07-15 09:14:23 -04:00
69aead58a7
Using getPlayerExact is faster.
2013-07-08 19:15:44 -04:00
0ba4bc25c7
Use player objects instead of names - should be more efficient and less
...
buggy.
2013-05-28 13:33:20 -04:00
0b6372a6ea
Don't run these calculations twice. Also, pretty sure one of these was
...
bugged.
2013-05-21 11:41:39 -04:00
3158c7e3eb
List /party itemshare and /party expshare in /party ?
...
Closes #913
2013-05-15 19:00:34 +02:00