Kaboom
fac2dfe8f2
Merge pull request #11 from amyavi/cleanups
2025-03-08 22:19:10 +02:00
Kaboom
10ef0d63aa
main.yml: Bump versions
2025-03-08 22:11:44 +02:00
amyavi
94c09b61f8
chore: bump checkstyle version
2024-12-21 15:41:34 -03:00
amy
2a5a9da567
chore: bump checkstyle version
2024-09-27 21:08:11 -03:00
amyavi
d4ca1c84ad
fix: maven skill issue
2024-06-25 22:34:09 -03:00
amyavi
91787dec90
fix: consistency, maven warning
2024-06-25 22:31:31 -03:00
amyavi
876ec6ae44
chore: bump paper to 1.20.4; fix warnings
...
We should probably keep kaboom plugins' API version synced with the main
server
2024-06-24 16:45:57 -03:00
amyavi
dbf9796791
feat: run build action on every branch
2024-06-24 11:48:00 -03:00
amyavi
74db21dea1
fix: use correct usage; color usage in red
2024-06-23 22:18:51 -03:00
amyavi
c6351f3f54
feat: allow players to disable/enable cspy for others
2024-06-23 18:42:10 -03:00
amyavi
7635411849
perf: rewrite config logic; use binary format
...
This was done so spamming CommandSpy commands wouldn't lag the server as
much, and having a bunch of players turn on CommandSpy wouldn't fill up
the server storage.
2024-06-23 16:27:37 -03:00
amyavi
3de6d8d6c9
style: misc style fixes
...
Finalizes everything, adds @NotNull to onCommand parameters, and uses
pattern matching for the onCommand instanceof Player check.
2024-06-23 13:18:37 -03:00
amyavi
1ca2ffc91a
perf: opt-out of paper plugin remapping
...
Since we don't use NMS, this is harmless. Saves about 100ms of startup
time on first boot on my machine
2024-06-23 13:07:12 -03:00
amyavi
130f06fe5a
fix: use MONITOR priority for the command event
...
This hides commands from players that are being controlled with
iControlU.
2024-06-23 12:54:02 -03:00
amyavi
d5c402cfc7
chore: bump used actions, checkstyle & paper
2024-06-23 12:51:26 -03:00
amyavi
020275f378
style: match file structure with Extras
2024-06-23 12:41:24 -03:00
Kaboom
f9529e3fa6
main.yml: bump versions
2023-04-01 01:07:51 +03:00
Allink
7d5d20b3f9
Set "folia-supported" in plugin.yml to true ( #10 )
2023-03-30 13:02:23 +03:00
Chip
b7f20a595a
Update Paper API & use Adventure for chat messages ( #9 )
2022-10-31 00:14:57 +02:00
kaboom
5933691f8c
Compile with Java 17
2022-10-31 00:14:34 +02:00
kaboom
308652bfd0
Various cleanups and optimizations
2022-05-21 03:17:28 +03:00
Allink
a904674707
Update the maven Paper repository URL ( #8 )
...
* Update the maven Paper repository URL
* Remove /repo
2022-05-20 22:22:43 +03:00
kaboom
316ce3f0f9
Simplify plugin config access
2022-05-20 22:06:26 +03:00
kaboom
21e3c43b14
Remove unnecessary .checkstyle file
2022-05-20 05:18:28 +03:00
kaboom
2c43271355
Set maximum line length to 100 characters
2022-05-20 05:15:47 +03:00
kaboom
7762bd56f5
Use spaces instead of tabs
2022-05-20 05:10:07 +03:00
kaboom
849895747e
Remove 'NewlineAtEndOfFile' checkstyle suppression
2022-05-20 04:34:30 +03:00
kaboom
d90ebc4393
Update maven-checkstyle-plugin to 3.1.2
2022-05-20 04:34:30 +03:00
business-goose
1cd9ff47ea
Make messages yellow if the command executor is using CommandSpy ( #6 )
2022-02-27 12:35:20 +02:00
kaboom
b4ce0443a4
Use actions/setup-java v2
2021-10-23 05:11:54 +03:00
kaboom
a577e87c97
Use Java 8 in GitHub Actions workflow
2021-10-23 05:03:15 +03:00
Luna
0e4fb0950f
Add GitHub Actions workflow ( #5 )
2021-09-03 17:53:48 +03:00
Kaboom
b1fb2f5490
Merge pull request #4 from business-goose/patch-1
...
Don't use ridiculously outdated language versions
2021-09-01 05:34:11 +03:00
Business Goose
0123e254da
Don't use ridiculously outdated JDKs
...
Maven won't compile with this
2021-08-31 19:44:40 +01:00
Business Goose
b2df42a51c
Disable the ability to view cancelled player commands ( #2 )
...
* Disable the ability to view cancelled player commands
This would mean that you cannot see the commands of persons who have been ICU controlled.
This would be a nice quality-of-life update because some bots who have been ICU controlled can still clog up CommandSpy even though their commands mean nothing.
* Move check outside the loop, per mathiascode's request
* Remove superfluous check
2020-12-12 18:59:04 +02:00
mathiascode
fb0c8e11ae
Correct command logic
2020-04-16 20:40:33 +03:00
mathiascode
bbfd27a046
Fix command error
2020-04-16 20:29:57 +03:00
mathiascode
3bd20f4ceb
Use correct index
2020-04-16 20:22:09 +03:00
mathiascode
8c4d4e8e6f
Add on/off arguments
2020-04-16 20:18:44 +03:00
mathiascode
099982d788
Change text color
2020-04-16 20:12:44 +03:00
mathiascode
2e70511748
Optimizations
2020-04-16 20:05:32 +03:00
mathiascode
0a3c44db89
Optimizations
2020-04-16 19:43:57 +03:00
mathiascode
a30bae3c3c
Don't allow star imports
2019-12-21 15:07:27 +02:00
mathiascode
538f580238
Fix command issue
2019-12-17 19:39:53 +02:00
mathiascode
43eb404e48
Target Java 5
2019-12-17 19:17:40 +02:00
mathiascode
9dc606c341
Set encoding
2019-12-17 18:55:36 +02:00
mathiascode
13b1b56545
Decrease target version
2019-12-17 18:09:28 +02:00
mathiascode
184fab622d
Update gitignore
2019-12-17 18:04:10 +02:00
mathiascode
29c52b475f
Enforce checkstyle
2019-12-17 18:00:31 +02:00
mathiascode
72a164ac3e
Cleanups
2019-09-28 03:37:11 +03:00