Commit graph

90 commits

Author SHA1 Message Date
Telesphoreo
4cac10d250 Definitely not my best moment 2022-03-30 23:08:33 -05:00
Telesphoreo
34c54e88fd I have no idea if this fixes things 2022-03-30 23:06:23 -05:00
Telesphoreo
a0eb111adc Make the plugin work again 2022-03-25 16:38:46 -05:00
Telesphoreo
492250caca Update for TFM refactor 2021-12-07 17:16:29 -06:00
Telesphoreo
4a20f1a7b3 Merge https://github.com/aromaa/WorldGuardExtraFlagsPlugin 2021-12-07 16:26:16 -06:00
Max Lee
b0581f1a78
Fix spawn location event (#192) 2021-12-06 17:55:08 +02:00
Telesphoreo
624df45b5d Merge changes 2021-09-29 17:03:45 -05:00
speed
debc062a64
Merge aromaa/master 2020-12-13 22:12:13 -05:00
aromaa
32e2711732 Back to snapshot 2020-12-13 19:44:59 +02:00
aromaa
263bb47f15 Release 4.1.5 2020-12-13 19:41:59 +02:00
aromaa
4572780827 Disable block specifig flags on WG 7, fixes #152 2020-12-13 19:36:52 +02:00
speed
b167bb8a2f refactor 2020-12-03 22:22:13 -05:00
Telesphoreo
869397bf83
TFM refactor 2020-11-22 23:59:56 -06:00
Telesphoreo
ebce0fc43e Merge https://github.com/aromaa/WorldGuardExtraFlagsPlugin into master 2020-10-03 23:34:45 -05:00
Ethan P
146505dd96
Add "fly-speed" flag. (#144)
* Add "fly-speed" flag

Similar to walk-speed, but for players who are flying.
2020-10-03 17:34:17 +03:00
Telesphoreo
9b2cb58f94 why isnt steven owner 2020-08-18 13:32:35 -05:00
Telesphoreo
4a0523a329 i give up 2020-08-18 01:20:40 -05:00
Telesphoreo
e525aa4d0a Merge https://github.com/aromaa/WorldGuardExtraFlagsPlugin into master 2020-08-15 23:35:04 -05:00
Telesphoreo
9abae74da3 Update for the TFM staff refactor
and i swear to god if the author comments on this commit, he's gonna get banned from the repo
2020-08-15 20:41:13 -05:00
isokissa3
4d084282e5 Fixed TNT not working on allow-block-place, closes #12 2020-08-15 00:56:26 +03:00
Telesphoreo
d946737e90 modify for tfm 2020-08-12 19:09:17 -05:00
isokissa3
d9f15956cd Fix edge case with glide flag 2020-07-08 22:16:15 +03:00
isokissa3
7cd74edb2e Teleport player back when denying glide
This should help with #115
2020-04-27 04:16:56 +03:00
isokissa3
02b47224da Performance tweaks 2020-04-27 03:46:51 +03:00
isokissa3
d02d9d49e1 Back to snapshot 2020-04-24 17:45:51 +03:00
isokissa3
84e41c5b00 Release 4.1.4 2020-04-24 17:44:22 +03:00
isokissa3
3e4387d45c And maybe yes, don't include debug shit 2020-04-24 16:57:26 +03:00
isokissa3
46cc45fc77 Added bStats 2020-04-24 16:55:13 +03:00
怠惰
3fbd10e078
Code improvement and dependency update. (#106)
* [Change] pom indent to 2 spaces.

* [Update] dependencies (Essentials and ProtocolLib)

* [Change] "new Integer(s)" to "Integer.parseInt(s)"

* [Change] indent (from space to tab)
2020-02-15 23:13:19 +02:00
isokissa3
7ceace5eba Ah, yes, forgot about case sensitivity 2020-02-01 20:28:18 +02:00
isokissa3
2f1529c4c8 Back to dev 2020-01-31 03:08:10 +02:00
isokissa3
ee6db3c153 Release 1.4.3 2020-01-31 03:05:14 +02:00
isokissa3
3b55c219f8 Make glide have seprate forced value, closes #23 2020-01-31 02:26:22 +02:00
isokissa3
2df13dcc81 Do not show effect particles by default, allow overriding this 2020-01-31 01:00:50 +02:00
Joni
d68263ac3a
Merge pull request #85 from jacky8399/master
Fix stopSound
2019-08-15 20:31:04 +03:00
0u0
7648a0f8b6
Fix stopSound 2019-08-13 16:03:34 +08:00
isokissa3
dc8cb8459a Hacky fix for chunk-unload flag on 1.14 server 2019-08-05 22:26:15 +03:00
isokissa3
1327ab3112 Oops, forgot the abstract layer 2019-08-05 22:20:05 +03:00
isokissa3
78add0a96f Fixed nether-portals flag on 1.14
This needs clean up later...
2019-08-05 22:17:40 +03:00
isokissa3
be129516c7 Don't supress potion effect removal if diff amplifier 2019-06-07 19:23:06 +03:00
isokissa3
c2a0b0fd32 Fixed keep-inventory & keep-exp has no effect is set to false 2019-03-13 01:00:31 +02:00
isokissa3
c4b229e137 Corrected chunk-unload flag bitwise operator 2019-03-13 00:20:32 +02:00
isokissa3
32b5d257bb Release 4.1.2 2019-01-15 16:54:38 +02:00
isokissa3
2eaba09e0b Fixed materials looking up legacy ones first on 1.13 2018-12-11 18:04:27 +02:00
isokissa3
592ef42741 Make NPCs bypass all flags, closes #41 2018-12-11 02:50:28 +02:00
isokissa3
99a96a3c77 Made teleport-on flags teleport loop detection smarter 2018-12-11 02:44:36 +02:00
isokissa3
1addc326db PotionEffect hasParticles not supported on 1.7 2018-12-11 02:04:02 +02:00
isokissa3
7d12cdb0e1 Moved WG handlers to WG module
This fixes the error given when using unsupported version of WG and gives message saying that you are using unsupported version of WG instead
2018-12-09 23:08:39 +02:00
isokissa3
adbe09ad82 Also added potion effect types javadoc link 2018-12-09 00:08:38 +02:00
isokissa3
5c69855195 Block related flags now refer to javadocs on invalid material and errors on non block materials 2018-12-08 23:51:46 +02:00