Commit graph

22 commits

Author SHA1 Message Date
9a6ff804f1
Bump version to v1-a2 2024-04-30 22:48:35 +02:00
d365fbb89c
Add /toggledownfall command (rip) 2024-04-30 22:48:26 +02:00
8dbb4671dc
Fix /clearchat command 2024-04-30 22:46:36 +02:00
78925ccb9a
Add isCommandSentByConsole method 2024-04-30 22:46:21 +02:00
027b86d5f2
Add /clearchat command 2024-04-30 22:30:55 +02:00
d776de46c7
Replace buggy execution times system
I replaced that buggy execution time checking thingy for simply keeping track of the bukkit scheduler task id and cancelling the task if necessary. Much easier and simpler, with less bugs.
2024-04-30 22:30:44 +02:00
0fb317038a
Add commandbase array 2024-04-30 22:29:00 +02:00
2f9eaffa12
Hide scheduler announcements by default
... when no players are online.
2024-04-30 21:52:59 +02:00
6dbb62238e
Fix /pssp scheduler <timeframe> completion 2024-04-30 21:51:43 +02:00
add5db8fc0
Send exception message and remove crash() call 2024-04-30 21:51:28 +02:00
f13d9bcfb8
Update GLOBAL_EXCEPTION 2024-04-30 21:51:02 +02:00
0f3b06a596
Move base classes into de.pickshadow.plugin.base 2024-04-30 21:47:28 +02:00
407a123566
Update gc and add scheduler subcommand 2024-04-30 21:46:34 +02:00
5d51ae33b0
Update scheduler internals + add hourly scheduler 2024-04-30 21:45:36 +02:00
943750109c
Add threadedGc() function 2024-04-30 21:44:59 +02:00
c9ef0d2d9a
Add gc() function to force garbage collection 2024-04-30 20:52:53 +02:00
77f7c34298
Implement support for git commit versioning
This commit also removes the Makefile introduced in 80236e6130 as make doesn't seem to like $().
2024-04-23 19:47:46 +02:00
d3d81f947b
:3 2024-04-23 18:53:04 +02:00
cfb79d9b8c
Update PLUGINCOMMAND_INFO translation 2024-04-23 18:43:52 +02:00
80236e6130
Add Makefile 2024-04-23 17:21:18 +02:00
bd49f00522
Bump version for next release 2024-04-23 17:21:13 +02:00
89789374cb
Initial commit 2024-04-23 17:15:46 +02:00