Commit graph

144 commits

Author SHA1 Message Date
Esophose
fe64195386 Alphabetize the blocks and items cache, add blocks to the item data 2021-01-19 15:48:26 -07:00
Esophose
f51fae2f63 Fix a NPE trying to get effects/styles for an offline player 2021-01-19 15:43:11 -07:00
Esophose
34ae6f1928 Allow directly opening two more gui pages 2020-12-30 00:29:32 -07:00
Esophose
28665d548e Fix effects or styles defaulting even if the player has no permission 2020-12-30 00:10:39 -07:00
Esophose
9bc4e82af0 Added an option to make the group save gui icon print a message to chat 2020-12-05 18:10:19 -07:00
Esophose
72ee0ab219 Fix group overwriting 2020-12-05 17:31:31 -07:00
Esophose
dd9c0a6321 Fixed registering permissions before effects/styles were loaded 2020-12-05 17:20:43 -07:00
Esophose
ee5b9ba7f1 Fix messages having a prefix even when disabled 2020-12-02 22:56:28 -07:00
Esophose
91e1e81ccd Added netherite sword to default swords style names 2020-12-02 22:09:54 -07:00
Esophose
89a19d308e Fixed needing to delay certain tasks after pp reload 2020-12-02 22:09:41 -07:00
Esophose
356d700c78 Don't run /ppo async to avoid race conditions 2020-11-27 18:38:56 -07:00
Esophose
f06b81a54d Added a safeguard to the celebration style
For some reason the task gets frozen in the last state and endlessly spawns the bursts, this fixes that rare condition
2020-11-26 23:17:16 -07:00
Esophose
df7162637c Fixed ParticlePair owner not getting set with /pp group load 2020-10-25 18:16:22 -06:00
Esophose
5288d669e4 Added /pp use 2020-10-18 12:01:34 -06:00
Esophose
dfe4d99568 Added override annotations to command methods, optimized imports 2020-10-18 11:16:05 -06:00
Esophose
06c705ef38 Wait a few ticks during startup to be able to load custom styles 2020-10-18 11:04:11 -06:00
Esophose
822fe397aa WorldGuard merge unification 2020-10-01 23:20:00 -06:00
Esophose
b20d9582b3
Merge pull request #59 from eth-p/master
Add "player-particles" flag to replace allow/disallow regions. (Fixes #56)
2020-10-01 22:47:00 -06:00
Esophose
fe9b580baf Hide particles from the owner if they are vanished 2020-10-01 22:41:05 -06:00
Ethan P
5f6ee80f1c
Add strictOrdering parameter to setting isDefault check 2020-10-01 21:28:06 -07:00
Ethan P
63ccc28c8e
Deprecate WG regions in favor of "player-particles" flag 2020-10-01 21:23:45 -07:00
Esophose
4ce525785a Added setting to hide preset group descriptions, added preset lore 2020-09-17 22:02:47 -06:00
Esophose
99daf94112 Hide GUI preset pages if there's nothing on them 2020-09-17 21:39:07 -06:00
Esophose
00848211cf Colorify the preset group display name 2020-09-16 23:48:26 -06:00
Esophose
163a1502ce Allow fine tuning of the preset groups pages 2020-09-16 23:14:12 -06:00
Esophose
e3bb724934 Allow /pp toggle [on|off] 2020-09-16 18:57:45 -06:00
Esophose
99c6666384 Made the group and preset group gui pages paginated 2020-09-16 15:37:36 -06:00
Esophose
cab6de1bfc Finally fix the janky way of using /pp to open the gui. Fixed error msgs 2020-09-06 20:11:42 -06:00
Esophose
ca485e0825 Make ParticleStyle constructors protected 2020-09-02 22:49:23 -06:00
Esophose
4474c4354c Fix off by 1 for hex colors when stopping at end of string 2020-08-25 18:44:53 -06:00
Esophose
3a441e3329 Use doubles instead of floats for MathL 2020-08-25 18:44:41 -06:00
Esophose
09fdeaf612 Fix preset group overrides for command not working properly 2020-08-25 18:44:27 -06:00
Esophose
e7190a57fe Use Material.matchMaterial instead of Material.valueOf 2020-07-12 16:04:23 -06:00
Esophose
631db42937 Update WorldGuardWrapper 2020-07-10 13:31:13 -06:00
Esophose
8e735914b3 Added hex utils, fixed preset group permissions 2020-06-30 16:30:40 -06:00
Esophose
6844d147dd Fix using multiple hex codes in one message 2020-06-25 03:53:39 -06:00
Esophose
c14785863c Added hex code support to 1.16. Fix material typo. Use bungee chat api. 2020-06-25 00:13:49 -06:00
Esophose
5031659aa2 Fix preset groups not using executor's permissions 2020-06-19 15:37:33 -06:00
Esophose
79abe31fd2 Added 1.16 particles, added getVersion() to API 2020-06-13 08:59:27 -06:00
Esophose
135bdb1065 Fix message with overlapping effect/style name 2020-05-20 13:35:47 -06:00
Esophose
2521f01d9a Fixed bug when trying to use '/pp remove fishing' 2020-05-19 17:16:13 -06:00
Esophose
426313ca7e
Update wording of worldguard-settings.use-allowed-regions 2020-05-13 14:43:15 -06:00
Esophose
c703f58075 Fix WorldGuard enable check 2020-05-13 01:37:01 -06:00
Esophose
179c6b58e1 WorldGuard region support 2020-05-13 01:15:48 -06:00
Esophose
4afc2135b1 Fix bug with versions lower than 1.9 2020-05-12 23:40:46 -06:00
Esophose
2d55d21a2a Version compatibility, craftbukkit error message 2020-05-04 20:50:02 -06:00
Esophose
26cf3d2d33 Version number needs to have quotes 2020-04-30 14:57:11 -06:00
Esophose
bc495c65eb Added ability to reset offline player's particles 2020-04-30 13:19:55 -06:00
Esophose
802e8f90d2 Add max permission for particles, groups, and fixed effects 2020-04-30 12:28:10 -06:00
Esophose
2afb90c669 Fix issue with 'swords' and 'fishing' styles 2020-04-30 11:51:54 -06:00