Commit graph

376 commits

Author SHA1 Message Date
Esophose
0c58fcfcd0
Bump version 2022-05-22 19:49:34 -06:00
Esophose
f2241ed1ea
Fix using the wrong lambda type 2022-05-13 14:34:17 -06:00
Esophose
1cc28b323e
Fixed an issue with WorldGuardWrapper making the region always deny 2022-03-23 12:51:51 -06:00
Esophose
95121dcc7e
Also flag the player as in combat if they are the one getting hit 2022-03-23 12:51:28 -06:00
Esophose
befe6ef3e2
Merge pull request #92 from Rosewood-Development/particle-packs
Added particle packs and other v8 changes
2022-03-22 21:46:58 -06:00
Esophose
94e1aa6b66
Added setting toggle-on-combat-include-mobs, fix reload error with GUIs 2022-03-22 21:45:39 -06:00
Esophose
4cb77646c9
Update README supported versions 2022-02-28 18:16:18 -07:00
Esophose
46fc435a96
Copy the yaw/pitch of the player when creating fixed effects 2022-02-21 01:38:30 -07:00
Esophose
cc528e91d6
Allow particle packs to generate style config files in a normalized way 2022-02-17 12:01:51 -07:00
Esophose
317f508f2b
Initial support for particle packs 2022-02-17 04:24:29 -07:00
Esophose
c244eb1a38
Merge remote-tracking branch 'origin/master' 2022-02-14 06:58:48 -07:00
Esophose
723caece21
Change icosphere style behavior with the dust_color_transition effect 2022-02-14 06:58:40 -07:00
Esophose
18b9c719fb
Update README.md 2022-01-04 16:10:16 -07:00
Esophose
2d86ba65af
Extra null checks for arrows style 2022-01-03 10:29:41 -07:00
Esophose
619fc29755
Bump version 2022-01-03 07:37:31 -07:00
Esophose
1c0dd516e2
Updated config comment handling to support 1.18.1 properly 2022-01-03 07:36:29 -07:00
Esophose
c60d90b261
Update Spigot dependency from 1.18-pre5 to 1.18 2021-11-30 12:24:37 -07:00
Esophose
bff7eef740
Added support for new 1.18 particle block_marker 2021-11-23 01:57:37 -07:00
Esophose
45b4a05ad5
Increment build to snapshot 2021-10-27 09:48:29 -06:00
Esophose
56840f771f
Added ability to toggle individual player particle visibility with API 2021-10-27 09:46:32 -06:00
Esophose
1c48ff3894
Delay registering permissions until all styles are loaded 2021-10-20 12:41:58 -06:00
Esophose
2e0fc35df1
Bump version to 7.22 2021-09-21 23:02:25 -06:00
Esophose
d37ca48df4
Added PolishLocale 2021-09-21 15:23:33 -06:00
Esophose
f73a56d250
permission not permissions 2021-09-13 12:49:55 -06:00
Esophose
f97da28560
Added a defaulted basecommand permission 2021-09-12 14:38:51 -06:00
Esophose
839ed48b86
Fix a ClassDefNotFoundError for versions below 1.13 2021-09-09 20:21:58 -06:00
Esophose
2067b965c6
Fix dust-size setting not working for DUST 2021-07-17 15:16:15 -06:00
Esophose
c622b2b102
Minor cleanup, remove legacy metrics 2021-07-15 03:41:52 -06:00
Esophose
4bc157255a
If the plugin gets loaded twice somehow, don't register permissions 2021-07-14 13:23:29 -06:00
basedAF
97cf24053c
Expand API (#80)
* PLAYER particles

When creating a custom particle effect its very limiting not having access to the player object, this PR adds a method that calls with the player object, allowing you to get player UUID for hash-map or checking nearby blocks etc.

* Remove metadata check

Bad for performance and not necessary (If a target is vanished player.canSee(target) will return false)

ParticleSpawner.canSee() 11.29% 577.34ms
CraftPlayer.getMetadata() 7.71% 394.13ms

* Add size param to PParticle

More customization

* Let actual vibration be used

Lets custom effects make cool skulk animations.

* Use eye location for spawning

Particles adjust when you sneak/crawl (player.getEyeLocation() exists in 1.8 also iirc)

* Remove unnecessary .clone

entity.getLocation returns a clone of their location.

* The changes esophose requested

* Changes

* Remove player from imports

* Where did this even come from

* and this
2021-07-14 13:16:51 -06:00
Esophose
45152fcfcb
Update README with new repo url 2021-07-04 16:14:18 -06:00
Esophose
e9c954d930
Merge remote-tracking branch 'origin/master' 2021-06-26 16:35:22 -06:00
Esophose
c828001970
Fix missing null check in ParticleStyleDeath 2021-06-26 16:35:01 -06:00
Esophose
dea79105d6
Update README.md 2021-06-22 17:19:49 -06:00
Esophose
258e3ee0ae
Fix the celebration style particles not being visible while vanished #77 2021-06-22 16:57:07 -06:00
Esophose
41366b0dec
Added Spanish translation 2021-06-22 16:44:36 -06:00
Esophose
dc72e39f46
Added 1.17 particles 2021-06-21 13:26:50 -06:00
Oribuin
70c398c41e
Death Particle Style (#79)
* Death Style
* Update ParticleStyleDeath.java
* Move duration check
2021-05-23 04:19:00 -06:00
Esophose
32d0995289
Use maps for ParticleStyle lookups 2021-05-23 02:59:34 -06:00
Esophose
ffbe03f792
Added experimental icosphere style 2021-05-13 01:08:51 -06:00
Esophose
845455c231
Added the option for styles to override individual particle data 2021-05-13 01:08:36 -06:00
Esophose
942e83216c
Added style 'outline' 2021-04-19 21:54:47 -06:00
Esophose
4cf49761a2
Added setting to display particles when invisible (#74) 2021-03-22 13:34:06 -06:00
Esophose
f94e87960f Don't display particles if the player is invisible 2021-02-25 19:05:02 -07:00
Esophose
d2de109103 Don't bother unregistering and registering permissions on reloads 2021-02-10 03:29:21 -07:00
Esophose
8f74d1b17a Fix console spam in default gui 2021-02-08 13:41:27 -07:00
Esophose
fb3ebbc063 Added dev builds link to readme, update changelog 2021-02-08 13:13:15 -07:00
Esophose
5758ff8564 Added button to main GUI to toggle particle visibility 2021-02-08 13:08:33 -07:00
Esophose
875b3b3170 Fix fixed effects getting deleted, database connection is now made async 2021-02-08 10:28:15 -07:00
Esophose
668191202d Added setting to check particle permissions on login 2021-01-30 06:35:36 -07:00