Commit Graph

1056 Commits

Author SHA1 Message Date
Olof Larsson
747e9c1d3a Use Pager and Asynchronous execution for the f list command. 2015-01-08 10:00:38 +01:00
Magnus Ulf
e4aa8cb633 Updated rank commads
Updated rank command after feedback from Cayorion.
SHould we use role or rank?
2015-01-04 15:35:17 +01:00
Olof Larsson
d463d378b4 Now then? 2014-12-30 10:29:31 +01:00
Olof Larsson
1af49d4946 Merge pull request #717 from magnusulf/master
Better support for Economy systems
2014-12-30 10:15:11 +01:00
Olof Larsson
1f479bd699 Java 1.6 compatibility and tweaks to the previous commit. 2014-12-30 10:01:54 +01:00
Magnus Ulf
68fe1f2d28 Rank cmd rework 2014-12-30 09:28:41 +01:00
Olof Larsson
7a674468c8 This is 2.7.5 2014-12-19 12:53:46 +01:00
Olof Larsson
10a19d00c4 Move WorldExceptionSet from Faction to MassiveCore. Closes MassiveCraft/MassiveCore#197. 2014-12-19 11:53:59 +01:00
Olof Larsson
40bf1af44a Further improve armor stand protection. We must block place an break too, obviously. 2014-12-19 11:50:28 +01:00
Olof Larsson
bb1d2e9c54 Protection of Minecraft 1.8 armor stands. 2014-12-16 22:25:35 +01:00
Olof Larsson
cc31d334bf Use implicit string based lazily evaluating sets instead of explicit enum sets. Fixes MassiveCraft/Factions#730. Fixes MassiveCraft/Factions#733. 2014-12-16 02:07:09 +01:00
Olof Larsson
9915386235 This is 2.7.4 2014-12-12 10:58:16 +01:00
Olof Larsson
83006399a9 Removed dormant universe support in HeroChat. Fixes #718. 2014-12-12 10:36:18 +01:00
Olof Larsson
327caeea47 Updated ParticleLib. Fixes MassiveCraft/Factions#723. 2014-12-12 10:28:36 +01:00
Olof Larsson
6ab443c8b7 Various sender reference improvements. Fixes MassiveCraft/Factions#726. 2014-12-10 10:27:56 +01:00
Olof Larsson
3d93d07c99 Fix guardian spelling. 2014-12-10 09:14:13 +01:00
Olof Larsson
c901ff8ccc Merge pull request #728 from drexplosionpd/master
Update MConf.java
2014-12-09 09:26:54 +01:00
drexplosionpd
bd89d9d3e8 Update MConf.java
Added 1.8 Block, mobs, and Armor stand
2014-12-08 22:18:56 -05:00
Olof Larsson
442bbd1139 We might have the special faction id but not the faction on update. Probably Fixes #722. 2014-12-05 00:34:48 +01:00
Olof Larsson
5c9c2a6123 This is 2.7.3 2014-12-04 19:42:48 +01:00
Olof Larsson
f1bd4f6f5a This is 2.7.2 2014-12-04 12:10:22 +01:00
Olof Larsson
d23ac9de09 Repair the war claiming if statement. Fixes #708. Fixes #711. 2014-12-04 10:49:43 +01:00
Olof Larsson
e5d7749255 Use inhouse getOnlinePlayers method. 2014-12-03 02:13:39 +01:00
Olof Larsson
70c5e36645 Link pom.xml version to plugin.yml version 2014-12-02 23:54:46 +01:00
Madus
4dc2b29eca Better support for Economy systems
This will add better support for economy systems hooking directly into MassiveCores econ system.
Now they can take advantage of the category.
2014-11-30 19:40:06 +01:00
Olof Larsson
a70ee689c6 NPE evade. Fixes #712. 2014-11-26 15:01:12 +01:00
Olof Larsson
446ba5c74c Swapped open flag yes/no descriptions. They were the wrong way around. 2014-11-24 07:56:10 +01:00
Olof Larsson
4896362cd8 This is 2.7.1 2014-11-21 11:25:30 +01:00
Olof Larsson
5d0f0abd4d Supply the Plugin upon registration of a MassiveCommand. 2014-11-21 10:48:51 +01:00
Olof Larsson
ad4fab5372 Fix a security flaw in the player autokick algorithm. Never trust OfflinePlayer#lastPlayed(). 2014-11-21 09:59:04 +01:00
Olof Larsson
519977c2ab Add spigot resource icon 2014-11-19 13:43:10 +01:00
Olof Larsson
8eb3d25969 This is 2.7.0 2014-11-19 11:51:36 +01:00
Olof Larsson
f8d7e50828 Ensure recreation of faction flags and perms on getAll and every 3 seconds to allow for runtime database deletion without server crash. 2014-11-19 11:24:36 +01:00
Olof Larsson
c058cd7ca5 Split up set in to claim and unclaim 2014-11-19 10:30:44 +01:00
Olof Larsson
2240696c98 Get PS from Location rather than Entity to minimize the risk for hitting a velocityX NaN bug. 2014-11-18 10:00:15 +01:00
Olof Larsson
7da0b805a1 Improve source code comments for MFlag and MPerm. 2014-11-18 09:49:11 +01:00
Olof Larsson
3cb44eef0c Better defaults 2014-11-17 11:14:09 +01:00
Olof Larsson
19ce054de2 Deprecate some methods, add some config comments and fix an adminmode bug. 2014-11-14 08:41:58 +01:00
Olof Larsson
a376fffa47 Use Massive collections to avoid null checks, convert to lower case and use quicker permission and flag checking. 2014-11-13 11:41:21 +01:00
Olof Larsson
aa0edb28b7 Add Expansions command and placeholders. 2014-11-12 11:34:43 +01:00
Olof Larsson
40a666c7c3 Breaking out to an expansion plugin. 2014-11-07 13:14:32 +01:00
Olof Larsson
caeb907a03 Java 1.6 Compliance. Dynmap as jar dependency. Their maven repo does not seem to work. 2014-11-07 08:38:26 +01:00
Olof Larsson
2ac847fe14 Added tip to /f set. Empowered board interface with extra methods. 2014-10-22 07:50:30 +02:00
Olof Larsson
b1c0512b46 Fire FactionsEventDisband when last player leaves faction. Fixes #642. 2014-10-21 07:48:42 +02:00
Olof Larsson
972eace5d2 Better MFlag description system 2014-10-18 18:30:13 +02:00
Olof Larsson
2612615d52 Increase the map width by another character, better ARRel, tweaked default permissions. 2014-10-16 18:03:58 +02:00
Olof Larsson
7696265eef Eventified /f f and better flag interest detection. 2014-10-15 14:35:50 +02:00
Olof Larsson
6709363f99 Added MOTD event 2014-10-15 12:05:16 +02:00
Olof Larsson
7ceafaee55 Weaken the default territory shield. Suggested by my server staff. 2014-10-14 10:33:05 +02:00
Olof Larsson
fd102bbd39 Add missing else before if. Wilderness is now never Your Faction. 2014-10-14 10:08:54 +02:00