Commit Graph

5 Commits

Author SHA1 Message Date
Aurora Lahtela bc4aef8b2b Add some missing javadocs to not generate warnings 2024-01-06 18:01:50 +02:00
Risto Lahtela 7420e46df2 Fixed SonarCloud code smells
- Redundancies:
  - MySQLDB: Removed null check
  - DeathEventListener: Removed warning suppression
  - several Test classes: Removed public class identifier
  - Unused private fields
- Constructors of abstract classes should be protected x31
- Added missing Parameterized types x2
- "throws" declerations for runtime EnableException
- Prevented Boxed Boolean from causing NPE in the future x15
- Renamed lesser scope variables that were hiding variables x12

- Some smaller ones that I was too tired to write down
2020-11-05 23:16:01 +02:00
Rsl1122 e95e84a89b Implemented Bungee command adapters
- Fixed checkstyle errors
- planbungee & planvelocity now aliases to new
  'planproxy' command
2020-10-06 10:59:36 +03:00
Risto Lahtela 70af3ed7e1 Columns & better space compensation 2020-10-06 10:59:22 +03:00
Risto Lahtela 8a73753944 Random chat formatter work 2020-10-06 10:59:21 +03:00