Commit Graph

79 Commits

Author SHA1 Message Date
Oliver
22f5ccca29 fancydialogs: Fixed player getting kicked when no button or action is defined
Updated version to 1.0.1
2025-11-23 11:36:50 +01:00
Oliver
9774f57ea6 fancydialogs: Add expectedUserInput field to ConfirmationDialog 2025-11-05 12:26:24 +01:00
Oliver
232f041df0 fancydialogs: Fix cast exception caused by close_timeout config option 2025-11-04 20:26:35 +01:00
Oliver
bef84f0366 fancydialogs: Add dialog close timeout 2025-10-15 16:26:50 +02:00
Oliver
1b2ec76eb5 fancydialogs: Remove tutorial command 2025-10-15 16:26:24 +02:00
Oliver
c3062652f5 fancynpcs, fancyholograms, fancydialogs: Use PluginMiddleware 2025-09-01 21:58:33 +02:00
Oliver
001c903cbf Update logger to 0.0.7 everywhere 2025-08-30 15:05:36 +02:00
Oliver
209509033b fancydialogs: Add checkbox input type 2025-07-25 18:45:32 +02:00
Oliver
f473e364ac fancydialogs: Add more metrics 2025-07-21 17:54:35 +02:00
Oliver
ee46c4bfff fancydialogs: Close dialogs when reloading the plugin 2025-07-21 17:32:47 +02:00
Oliver
b8512e503d config: Deprecate feature flag class 2025-07-19 19:32:51 +02:00
Oliver
19036ae0bc Move FeatureFlags to new config module 2025-07-19 19:17:21 +02:00
Oliver
56eee1c4c5 fancydialogs: Add support for PlaceholderAPI 2025-07-17 13:27:35 +02:00
Oliver
df75c7cf51 fancydialogs: Enhance dialog viewer management
Add viewer tracking and handle player join/quit/death events
2025-07-17 12:59:34 +02:00
Oliver
2ee40812bb all plugins: Update FancyAnalytics to 0.1.7 2025-07-10 19:40:01 +02:00
Oliver
08e1d70ebd fancydialogs: Allow inputs to be null 2025-06-29 00:16:31 +02:00
Oliver
f08fa67a84 fancydialogs: Add open_random_dialog action 2025-06-28 19:01:01 +02:00
Goldy
eb5eca03c8 fancydialogs: Fix wrong dialog open permission and allow console to open dialog on players (#76) 2025-06-28 14:23:25 +02:00
Oliver
462dc063f7 fancydialogs: Add disable-quick-actions-dialog feature flag 2025-06-27 19:39:00 +02:00
Oliver
44761739a4 fancydialogs: Add quick actions command 2025-06-27 19:37:11 +02:00
Oliver
0ea93f0b75 fancydialogs: Add disable-welcome-dialog featureflag 2025-06-27 19:13:54 +02:00
Oliver
ee918f73ab fancydialogs: Add command to clear joined players cache 2025-06-27 19:09:22 +02:00
Oliver
f16759a3ea fancydialogs: Enable debug logging in FS if debug-mode feature flag is enabled 2025-06-27 19:02:45 +02:00
Oliver
b8f027a125 fancydialogs: Fix dialog ids in default config 2025-06-27 19:02:16 +02:00
Oliver
6ed7b60f8a fancydialogs: Add joined players cache 2025-06-27 19:01:55 +02:00
Oliver
23efe9b951 fancydialogs: Add version fetcher and config 2025-06-27 16:49:26 +02:00
Oliver
68c8826343 fancydialogs: Add support for the select input 2025-06-26 19:34:39 +02:00
Oliver
1067ffa635 fancydialog, docs: Update example dialog 2025-06-21 15:01:03 +02:00
Oliver
450082b6f1 fancydialgos: Add support for text fields 2025-06-21 14:52:25 +02:00
Oliver
d5665109e8 fancydialgos: Use user input as placeholder for actions 2025-06-21 14:30:26 +02:00
Oliver
64e919ef29 fancydialogs: Add fancyanalytics integration 2025-06-20 16:42:29 +02:00
Oliver
f0e6c6d2c5 packets: Fix payload parsing for ServerboundCustomClickActionPacket 2025-06-19 22:36:39 +02:00
Oliver
df107beea2 fancydialogs: Add debug logs and input control experiments 2025-06-19 21:30:26 +02:00
Oliver
6cdd77daba fancydialogs: Add confirmation dialog to destructive commands 2025-06-19 17:04:43 +02:00
Oliver
3aaa364b58 fancydialogs: Make dialog action registry accessible through api 2025-06-19 17:00:19 +02:00
Oliver
a3be8d71ce fancydialogs: Make dialog registry accessible through api 2025-06-19 16:57:20 +02:00
Oliver
50844fa59b fancydialogs: Add console_command, player_command and send_to_server actions 2025-06-19 16:22:37 +02:00
Oliver
819e6a4ed8 fancydialogss: Remove close action 2025-06-19 16:14:07 +02:00
Oliver
ce561f057b fancydialogs: Implemented confirmation dialog api 2025-06-19 15:31:21 +02:00
Oliver
c496283b79 fancydialogs: Add DialogButtonClickedEvent 2025-06-19 14:51:24 +02:00
Oliver
b8f57fda38 fancydialogs: Add support for multiple actions 2025-06-19 14:36:31 +02:00
Oliver
bd4a8f2f23 fancydialogs: Add default actions (close, message, open_dialog) 2025-06-19 12:55:24 +02:00
Oliver
d3850310ce fancydialogs: Add dialog action system 2025-06-19 12:55:09 +02:00
Oliver
d61b3af90b packets, fancydialogs: Refactor custom action handling to use a map for additional data 2025-06-17 21:50:34 +02:00
Oliver
31f03ae252 fancydialogs: Add packet listener for custom click actions 2025-06-17 21:39:38 +02:00
Oliver
9e8431938c fancydialogs: Add command to reload config 2025-06-17 21:29:17 +02:00
Oliver
f87e2fc537 fancydialogs: Make InvalidDialogException public 2025-06-17 21:17:41 +02:00
Oliver
bab3fa2052 fancydialogs: Fix dialog type parser 2025-06-17 21:16:14 +02:00
Oliver
42894ee8dc fancydialogs: Update default dialogs 2025-06-17 18:42:44 +02:00
Oliver
96ae8814dc fancydialogs: One title is enough 2025-06-17 17:53:15 +02:00