Commit Graph

85 Commits

Author SHA1 Message Date
Govindas 2140cd67ff
Update README.md 2020-11-28 10:14:19 +02:00
Govindas e9ae0bd50b
Update README.md 2020-11-28 10:12:11 +02:00
Govindass 6ea120a85a Optimizations 2020-11-28 10:02:14 +02:00
Govindass 01525e4d63 Merge branch 'master' of https://github.com/Limework/RediSkript 2020-11-26 17:05:11 +02:00
Govindass c63495e201 Some more work on variables (Still very unfinished) 2020-11-26 17:05:07 +02:00
Govindas 265dbfa84d
Remove to-do list from readme (refer to issues) 2020-11-25 17:07:30 +02:00
Govindass 6f600cc96e Add cross-server variable editing (I'll make it use {} instead of strings later) 2020-11-25 17:01:11 +02:00
Govindass 1b151dfbbe Allow sending multiple redis messages in one go 2020-11-25 13:53:52 +02:00
Govindass afdb0c3e59 Fix rare error on disable 2020-11-25 13:18:23 +02:00
Govindass ca64ec19db Fix wrong prefix coloring in command 2020-11-12 12:36:12 +02:00
Govindass c0bd63e3cd test 2020-11-03 12:23:00 +02:00
Govindass 705ce16f5d Fix wrong class name & Fully fix sending messages while disabled 2020-11-03 11:29:06 +02:00
Govindass 5a4943bd9d so I found that this threadpool was actually needed, oops
due to it not having threadpool, froze my server at one point
2020-11-02 14:14:38 +02:00
Govindass 211a45ee52 Remove Skript plugin check, as it doesn't load without it anyway 2020-11-02 12:09:18 +02:00
Govindass 1e85072e34 Oops forgot one more console message 2020-10-31 17:12:13 +02:00
Govindass a60cae72e3 Improve console messages 2020-10-31 16:48:42 +02:00
Govindass d4461f09c8 some refactoring, make classes more well-sorted 2020-10-29 10:01:36 +02:00
Govindass dd6b9b6ee6 use HIGHEST priority on disable, so "on script unload" can still work 2020-10-29 09:47:18 +02:00
Govindass 2ee28a5450 Update jarRepositories.xml 2020-10-28 12:20:27 +02:00
Govindass 26b9e0e1d8 Merge branch 'master' of https://github.com/Limework/RediSkript 2020-10-28 12:15:30 +02:00
Govindass 933b85b2d5 try fix maven 2 2020-10-28 12:15:27 +02:00
Govindass 824cf3664c try fix maven 2020-10-28 12:08:44 +02:00
Govindas d02cac7c5d
Update README.md 2020-10-28 11:55:00 +02:00
Govindass a520ba6496 Update pom.xml 2020-10-28 11:53:44 +02:00
Govindass 4d265cbf61 Improve debug (thanks ShaneBee) 2020-10-27 09:06:36 +02:00
Govindass 7849efd866 Little questionable improvements (shouldn't hurt anything anyway) 2020-10-24 17:59:48 +03:00
Govindass f80d9b36e7 Make on redis message a synchronous event for thread-safety 2020-10-24 15:19:10 +03:00
Govindass 0c20becfa1 Merge branch 'master' of https://github.com/Limework/RediSkript 2020-10-24 14:33:12 +03:00
Govindass 089fdfd1f3 Update pom.xml 2020-10-24 14:32:55 +03:00
Govindas c4426a692e
Update README.md 2020-10-24 14:32:48 +03:00
Govindass ed3ea7b2c7 Remove unneeded threadpool (testing has shown for it to be unneeded) 2020-10-24 13:29:49 +03:00
Govindass 2b00f0908e change useSSL to useTLS, because redis itself refers to it as TLS 2020-10-24 12:35:35 +03:00
Govindass f6c4bbcdce Revert "fixed reload but not tested"
This reverts commit a08ecd93b7.
2020-10-24 12:32:40 +03:00
Govindass ba48fdc564 Revert "Update RedisManager.java"
This reverts commit 6c5d580b16.
2020-10-24 12:32:36 +03:00
Govindass ce47af29f4 Revert "Update RedisManager.java"
This reverts commit b93624bc49.
2020-10-24 12:32:24 +03:00
mohammed jasem alaajel b93624bc49 Update RedisManager.java 2020-10-23 21:01:57 +04:00
mohammed jasem alaajel 6c5d580b16 Update RedisManager.java 2020-10-23 20:45:53 +04:00
mohammed jasem alaajel a08ecd93b7 fixed reload but not tested 2020-10-23 20:37:43 +04:00
Govindass c720433c60 Re-word redis reload command information 2020-10-23 17:50:04 +03:00
Govindass 12ce69d68f Fix critical redis server shutdown bug 2020-10-23 17:48:22 +03:00
Govindass efab085c47 Better 1.8 support & cleanup 2020-10-23 17:21:32 +03:00
Govindass 31db51fce6 Undo synchronous event, broke 1.8 servers completely 2020-10-23 16:55:04 +03:00
Govindass 776ebc9780 add redis message date expression & improve quality of existing expressions & make event guaranteedly synchronous 2020-10-23 16:49:25 +03:00
Govindass 1ef35dfb60 New /reloadredis fully restarts the plugin with reloaded configuration & some code improvements 2020-10-23 14:34:30 +03:00
Govindass 2049616f64 Make json errors easier to debug 2020-10-22 17:44:45 +03:00
Govindass 97aa663bfd Reduce jar size by removing unneeded dependencies 2020-10-22 17:28:00 +03:00
Govindass 4afd5a2dbc Merge branch 'master' of https://github.com/Limework/RediSkript 2020-10-22 14:19:36 +03:00
Govindass 92d89ec76d Remove debug message & Hotfix 2020-10-22 14:19:29 +03:00
Govindas 0ca8712a1a
Update README.md 2020-10-22 13:31:38 +03:00
Govindass 216b2635b3 Further fixes & refactoring for release 2020-10-22 13:30:41 +03:00