Commit graph

13 commits

Author SHA1 Message Date
kaboom 1e60f14b3d Stop using BukkitRunnable
In preparation for Folia support.
2023-03-31 16:04:50 +03:00
kaboom f4055c1233 Use ServerTickStartEvent for main loop 2023-03-31 05:38:14 +03:00
Chipmunk b9a61fac2e
Use a surrogate character instead of a section sign (#11)
Surrogate characters cannot be encoded into UTF-8 (which IIRC is used in the protocol), meaning that it cannot be used in chat messages. As far as I am aware, surrogate characters are not illegal chat characters. meaning they should still work in `Player#chat`.
2022-12-27 19:51:36 +02:00
Chip b80b443de3
Update Paper API & Use adventure for messages (#9)
* Update Paper API & Use adventure for messages

* Compile with Java 17

i almost forgor

* Remove the unused `ChatColor` import

(which i probably should have removed before)

* oops i messed up the usage
2022-11-03 12:27:46 +02:00
kaboom e28e4aa47a Set maximum line length to 100 characters 2022-05-20 05:28:35 +03:00
kaboom 0184867a61 Use spaces instead of tabs 2022-05-20 05:21:46 +03:00
mathiascode b3313b399b Allow controller to chat as the target
Closes #2
2020-12-13 18:43:15 +02:00
mathiascode ca385ad7c3 Add arm swing 2020-05-10 16:46:08 +03:00
mathiascode 1177db1440 Don't set health if max health is too low 2020-02-28 17:20:02 +02:00
mathiascode 86d7755a53 Fix compiling 2020-02-27 16:16:25 +02:00
mathiascode 145cfcb0c7 Don't try to modify max health if less than 0 2020-02-27 16:15:13 +02:00
mathiascode fa09341e8f Fix too long team name 2019-12-20 23:38:17 +02:00
mathiascode b6c804ae10 Enforce checkstyle 2019-12-17 18:59:28 +02:00
Renamed from src/main/java/pw/kaboom/icontrolu/Events.java (Browse further)