Commit graph

18 commits

Author SHA1 Message Date
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
isokissa3 02b47224da Performance tweaks 2020-04-27 03:46:51 +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 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
0u0 7648a0f8b6
Fix stopSound 2019-08-13 16:03:34 +08:00
isokissa3 be129516c7 Don't supress potion effect removal if diff amplifier 2019-06-07 19:23:06 +03: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
isokissa3 4ddde4438a Updated to WG 7 Vectors, closes #57 and #58 2018-11-17 19:42:03 +02:00
isokissa3 07d03b2229 Cleaned up WG 6/7 combatiblity 2018-11-12 20:48:17 +02:00