Commit Graph

237 Commits

Author SHA1 Message Date
Magnus Ulf
61bea411f5 Code cleanup 2019-05-03 09:25:18 +02:00
Magnus Ulf
c341f7f11e Updated for 1.14 2019-04-26 21:21:20 +02:00
Magnus Ulf
c2798cc569 Add debug to BoardColl
Try to find out if the extractor is used
2019-04-23 11:28:40 +02:00
Magnus Ulf
d015f19181 Change the underlying mechanics of /f access 2019-04-15 00:19:41 +02:00
Magnus Ulf
7171d43a2a Add faction votes 2019-03-25 14:18:05 +01:00
Magnus Ulf
c38181e5e9 Convert factions properly 2019-03-05 18:30:25 +01:00
Magnus Ulf
de9c4e273a Refactor boards 2019-03-03 21:02:28 +01:00
Magnus Ulf
32f52c1158 Rename sethome and home permissions 2019-02-17 11:10:03 +01:00
Magnus Ulf
b5cade3793 Avoid NPE 2019-02-10 19:06:00 +01:00
Magnus Ulf
edb9f46167 Switch to Bukkit.getOnlinePlayers 2019-02-08 14:45:00 +01:00
Magnus Ulf
0a0cc047ae Add possibility for new money system 2019-02-06 12:39:03 +01:00
Magnus Ulf
858343d121 . 2019-02-05 13:58:23 +01:00
Magnus Ulf
15f03799a9 Rename field from usingAdminMode to overriding 2019-02-01 22:35:49 +01:00
Magnus Ulf
1b0f2d29f8 Add warp documentation command 2019-02-01 08:47:11 +01:00
Magnus Ulf
f35c040af7 Add f fly 2019-01-27 22:30:56 +01:00
Magnus Ulf
442e90759d Semi-rename home/warp MPerms
So the names for MPerms have been renamed, but their id's have not
2019-01-27 17:36:08 +01:00
Magnus Ulf
19de471de0 Add Faction warps 2019-01-27 17:12:56 +01:00
Magnus Ulf
f91c36b9c7 Add simple VentureChat integration
This integration can filter the recipients of a chat message
2019-01-26 11:01:20 +01:00
Magnus Ulf
c89ee61b34 Remove more unimportant configuration options 2019-01-24 11:22:39 +01:00
Magnus Ulf
6b14bb0b56 Fix migrator bug 2019-01-19 17:02:04 +01:00
Magnus Ulf
1e36c9f744 Make accidental faction disbanding more difficult 2019-01-19 12:24:16 +01:00
Magnus Ulf
84b66ba18b Allow newline in faction motd 2019-01-08 17:37:36 +01:00
Magnus Ulf
e5f864ca6b Java 8 2019-01-03 16:26:55 +01:00
Magnus Ulf
c5a1bb4801 Minor improvements to the rank commands 2019-01-03 15:23:06 +01:00
Magnus Ulf
a85b2b9f2d This is 3.0.0 snapshot 2018-12-23 13:59:25 +01:00
Magnus Ulf
c0041e60e2 1.13 update
Mostly changes with Material.java
2018-12-22 23:59:12 +01:00
Magnus Ulf
595a051a23 Perm rework 2018-12-22 01:55:46 +01:00
Magnus Ulf
cee15b6333 Custom ranks 2018-12-21 02:41:42 +01:00
Magnus Ulf
0efccf335c Change permission checking in preparation for permission rework 2018-12-20 18:12:16 +01:00
Magnus Ulf
f347c1058a Rank rework
This makes an under the hood rank-rework. Nothing is changed from the player perspective.
2018-12-20 15:17:20 +01:00
Magnus Ulf
6bf9d29bed Remove Status perm 2018-12-18 15:40:07 +01:00
Magnus Ulf
3642301de0 Untangle from MassiveCoreXlib 2018-12-18 15:29:15 +01:00
Magnus Ulf Jørgensen
140152c463 Only call changed() when required 2018-04-29 16:28:24 +02:00
Olof Larsson
8536d3db7b Use the Massive collections some more 2018-01-19 20:51:07 +01:00
Magnus Ulf Jørgensen
c6144a51ea Fix migrator 2017-12-17 16:01:02 +01:00
Magnus Ulf Jørgensen
4904bb39c6 Fix cleaning bug 2017-10-31 07:23:06 +01:00
Olof Larsson
f0bf9aa2ed Repair land reward task 2017-10-11 08:44:48 +02:00
Magnus Ulf Jørgensen
b681ee01a4 Use new inactivity cleanup system 2017-07-25 12:12:12 +02:00
gregor0812
fa4b850b01 Updated Faction Name constraints 2017-07-17 14:18:41 +02:00
ulumulu1510
8f45585a8d Cleanup EngineMoveChunk and use cleaner method structure. 2017-07-17 13:02:35 +02:00
ulumulu1510
577c164e2a Create AsciiMap and move map logic from Board to own class. 2017-07-17 12:57:55 +02:00
Magnus Ulf Jørgensen
4dba9140de Fix getters for motd and description 2017-05-28 19:44:41 +02:00
Magnus Ulf Jørgensen
25a54882c9 Fix message colour for invite commands 2017-05-28 18:24:59 +02:00
Magnus Ulf Jørgensen
baf1d6fde8 Remove the right player from invites 2017-05-28 18:17:08 +02:00
Magnus Ulf Jørgensen
f1150d21e3 Fix invite removal 2017-05-28 17:58:27 +02:00
Magnus Ulf Jørgensen
60c9d7fcac Invitations as inner entities 2017-05-27 12:21:24 +02:00
Olof Larsson
18976b57be Fix NPE caused by lazy cleanup 2017-05-15 07:33:14 +02:00
TheComputerGeek2
3f123922ba Have getMPlayersWhere use MUtil's transform method
Minor reduction in redundant code and safely handles null passed as the predicate
Added a new signature of getMPlayers which accomadates for all of MUtil.transform's parameters, similar to what is available in CollAbstract.
2017-05-15 06:48:56 +02:00
TheComputerGeek2
faf736a013 Grave digging config options
logLandUnclaims is actually handled by logLandClaims.
command logging is out of the scope of factions.
bank options have been gone for a while, and now the config field is removed for now.
2017-05-15 06:43:29 +02:00
TheComputerGeek2
063dd43f12 Clean up CmdFactionsMotd
Remove unused variable

Make use of TypeNullable instead of recreating its functionality
2017-05-15 06:39:22 +02:00