Magnus Ulf
858343d121
.
2019-02-05 13:58:23 +01:00
Magnus Ulf
9e81d6d865
Improve faction fly
2019-01-31 10:43:21 +01:00
Magnus Ulf
f35c040af7
Add f fly
2019-01-27 22:30:56 +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
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
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
TheComputerGeek2
6635ec9710
Address issue #1271
2018-04-23 09:48:55 +02:00
Connor 'Birb' McCormick
1a8a601357
Fix for Burning Armor stands exploit
...
Fix for issue where Burning Arrows could ignite Armor Stands regardless of Build Permissions.
2018-01-19 13:33:17 +01:00
Magnus Ulf Jørgensen
4904bb39c6
Fix cleaning bug
2017-10-31 07:23:06 +01:00
Olof Larsson
6db380e22d
PlayerBucketEmptyEvent modifies the relative face of clicked block
2017-10-11 08:51:48 +02:00
Olof Larsson
72b7a6a4ac
Protect against BlockExplodeEvent
2017-10-11 08:42:11 +02:00
Magnus Ulf Jørgensen
b681ee01a4
Use new inactivity cleanup system
2017-07-25 12:12:12 +02:00
ulumulu1510
a1ec8ce439
Fix supplying block isntead of material.
2017-07-17 17:31:23 +02:00
ulumulu1510
89d2921188
Remove Const reference.
2017-07-17 16:28:34 +02:00
ulumulu1510
c1d322a723
Remove Const class and move remaining to EngineShow.
2017-07-17 13:08:37 +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
ulumulu1510
edfabb7718
Refactor EnginePermBuild to more suitable structure.
2017-07-17 12:56:34 +02:00
Olof Larsson
d47d6ed4a1
Add consoleColorsEnabled configuration option
2017-07-02 17:20:51 +02:00
Magnus Ulf Jørgensen
4dba9140de
Fix getters for motd and description
2017-05-28 19:44:41 +02:00
Olof Larsson
f10da26159
Fix liquid flow check for removed Faction data.
2017-05-27 08:23:40 +02:00
Olof Larsson
94cffec16c
Add EnumerationUtil to simplify updates for server owners.
2017-03-24 15:07:59 +01:00
Olof Larsson
83b12fddc8
Rename and relocate Comparators and Predicates
2017-03-24 14:25:29 +01:00
Olof Larsson
bdbc1c79a2
IntelliJ Inspection Based Cleanup
2017-03-24 14:03:29 +01:00
Olof Larsson
60b4472735
Optimize Imports
2017-03-24 13:05:58 +01:00
Olof Larsson
ad6dc57fa8
Rework the BackstringSet solution
2017-03-23 16:40:32 +01:00
TheComputerGeek2
a18b6faf6f
Consider reinforcements and village invasions to be natural spawn reasons
2017-03-15 09:06:21 +01:00
ulumulu1510
6f782b8503
Add DisallowCause to EventFactionsPvpDisallowed.
2017-03-12 16:20:53 +01:00
Magnus Ulf Jørgensen
6e20e810f7
Split up EngineMain
2017-02-24 19:39:56 +01:00
Olof Larsson
c6b2983702
Fix world claiming issue.
2016-10-19 18:58:01 +02:00
Olof Larsson
9bca51b470
Maven
2016-10-09 10:59:43 +02:00
Mark Hughes
8c72b5e734
Adding denyCommandsDistance
2016-09-14 17:26:25 +02:00
magnusulf
3ce87426a7
Allow factionless vs factionless PvP
2016-06-17 13:53:24 +02:00
Olof Larsson
91d0676bf8
Protect against SignChangeEvent
2016-06-17 13:38:45 +02:00
Olof Larsson
0802c3367f
Add missing negation. Fixes #1101
2016-06-10 10:28:09 +02:00
Olof Larsson
011a59eb47
MassiveCore - Skip Off Hand Interact Test 1
2016-06-06 20:59:59 +02:00
Olof Larsson
150828712b
MUtil containsComamnd
2016-05-20 12:11:44 +02:00
Olof Larsson
a913433347
MassiveCore - Mixin Stuff part 2
2016-05-17 11:43:48 +02:00
Olof Larsson
9c9681957c
MassiveCore - Remove Static Mixin
2016-05-13 12:32:05 +02:00
BuildTools
32db800fe1
Max world claim count
2016-04-19 18:32:56 +02:00
BuildTools
67f5ff7edb
0.3h Add liquid flow protection toggle. Fix #1037
2016-03-21 15:57:52 +01:00
Olof Larsson
f03733f488
MassiveCore - Object Titles and Mixed Messages
2016-03-15 20:43:54 +01:00
daviga404
33e1d7749b
Check for zero money on faction disband
...
The takeOnDisband method of EngineEcon now checks if the amount of money
to be transferred to the player upon disbanding a faction is 0. If this is
the case, the method exits.
This will prevent unnecessary operations in transferring money to players
(which could be expensive if the economy is hooked to a database, for
example).
2016-03-02 21:37:01 +01:00
ulumulu1510
99bb301e0d
1h - Fix INdexOutOfBoundsException and use guidline formating for code.
2016-03-02 21:35:18 +01:00
ulumulu1510
4dd71863c1
1h - Disallow peacefull to fight wilderness.
2016-02-28 17:41:17 +01:00
ulumulu1510
38a84c9416
1h - Fix Arrows bouncing off entities, remove the arrow after hit.
2016-02-28 17:35:43 +01:00