Commit Graph

87 Commits

Author SHA1 Message Date
89200f416f Improve code quality 2021-10-21 11:09:10 +03:00
2fb2dbcc08 Remove unnecessary EventHandler 2021-10-21 11:09:10 +03:00
a8c7250c31 Update README.md 2021-10-21 11:09:10 +03:00
1efb5a5fe5 Update README.md 2021-10-21 11:09:09 +03:00
e31773f6dd Optimizations 2021-10-21 11:09:08 +03:00
3e4b6b78e7 Merge branch 'master' of https://github.com/Limework/RediSkript 2021-10-21 11:09:08 +03:00
cb7c2c1de8 Some more work on variables (Still very unfinished) 2021-10-21 11:09:08 +03:00
3733018e7c Remove to-do list from readme (refer to issues) 2021-10-21 11:09:08 +03:00
22e9cfdd40 Add cross-server variable editing (I'll make it use {} instead of strings later) 2021-10-21 11:09:08 +03:00
c33f49ca3c Allow sending multiple redis messages in one go 2021-10-21 11:09:08 +03:00
13ce7d90c4 Fix rare error on disable 2021-10-21 11:09:08 +03:00
cf9da45f5d Fix wrong prefix coloring in command 2021-10-21 11:09:08 +03:00
ee294a4f65 test 2021-10-21 11:09:08 +03:00
f53f9dd5a2 Fix wrong class name & Fully fix sending messages while disabled 2021-10-21 11:09:08 +03:00
f35ad377d1 so I found that this threadpool was actually needed, oops
due to it not having threadpool, froze my server at one point
2021-10-21 11:09:08 +03:00
76b7166145 Remove Skript plugin check, as it doesn't load without it anyway 2021-10-21 11:09:08 +03:00
8d4ee31faa Oops forgot one more console message 2021-10-21 11:09:08 +03:00
dae23fe228 Improve console messages 2021-10-21 11:09:08 +03:00
3373e86248 some refactoring, make classes more well-sorted 2021-10-21 11:09:08 +03:00
114e4ed7cb use HIGHEST priority on disable, so "on script unload" can still work 2021-10-21 11:09:08 +03:00
93e4754b9f Update jarRepositories.xml 2021-10-21 11:09:08 +03:00
60a81fb32d Merge branch 'master' of https://github.com/Limework/RediSkript 2021-10-21 11:09:07 +03:00
989440528b try fix maven 2 2021-10-21 11:09:07 +03:00
1a4752f0d5 Update README.md 2021-10-21 11:09:07 +03:00
3eaa27cb4d try fix maven 2021-10-21 11:09:07 +03:00
b3e2f897c3 Update pom.xml 2021-10-21 11:09:07 +03:00
0dd09bbd50 Improve debug (thanks ShaneBee) 2021-10-21 11:09:07 +03:00
3bddfe8d36 Little questionable improvements (shouldn't hurt anything anyway) 2021-10-21 11:09:07 +03:00
0d5ba1c874 Make on redis message a synchronous event for thread-safety 2021-10-21 11:09:07 +03:00
80aefba328 Merge branch 'master' of https://github.com/Limework/RediSkript 2021-10-21 11:09:07 +03:00
13042c4805 Update README.md 2021-10-21 11:09:07 +03:00
5ae6ad2235 Update pom.xml 2021-10-21 11:09:06 +03:00
8244cf4974 Remove unneeded threadpool (testing has shown for it to be unneeded) 2021-10-21 11:09:06 +03:00
afab303292 change useSSL to useTLS, because redis itself refers to it as TLS 2021-10-21 11:09:06 +03:00
266ba28a1d Revert "fixed reload but not tested"
This reverts commit a08ecd93b7.
2021-10-21 11:09:06 +03:00
625e7b0d83 Revert "Update RedisManager.java"
This reverts commit 6c5d580b16.
2021-10-21 11:09:06 +03:00
d443203c64 Revert "Update RedisManager.java"
This reverts commit b93624bc49.
2021-10-21 11:09:06 +03:00
mohammed jasem alaajel
eb00a0c0b4 Update RedisManager.java 2021-10-21 11:09:06 +03:00
mohammed jasem alaajel
9bed693a03 Update RedisManager.java 2021-10-21 11:09:06 +03:00
mohammed jasem alaajel
5f074d3472 fixed reload but not tested 2021-10-21 11:09:06 +03:00
2851d8e8a1 Re-word redis reload command information 2021-10-21 11:09:05 +03:00
00dd267d72 Fix critical redis server shutdown bug 2021-10-21 11:09:05 +03:00
cfc8ceb2ec Better 1.8 support & cleanup 2021-10-21 11:09:05 +03:00
ef71150db2 Undo synchronous event, broke 1.8 servers completely 2021-10-21 11:09:05 +03:00
df9297e324 add redis message date expression & improve quality of existing expressions & make event guaranteedly synchronous 2021-10-21 11:09:05 +03:00
3992ff508e New /reloadredis fully restarts the plugin with reloaded configuration & some code improvements 2021-10-21 11:09:05 +03:00
94f90efcf1 Make json errors easier to debug 2021-10-21 11:09:05 +03:00
a9560d78a1 Reduce jar size by removing unneeded dependencies 2021-10-21 11:09:05 +03:00
b17345d0be Merge branch 'master' of https://github.com/Limework/RediSkript 2021-10-21 11:09:05 +03:00
4d8ce22991 Update README.md 2021-10-21 11:09:05 +03:00