MobArena/src/main/java/com/garbagemule/MobArena
Andreas Troelsen 8e5d2f0d23 Make InventoryThingParser package-private.
We don't need the parser exposed outside of the `things` package, and
none of the other thing parsers are public anyway. Coincidentally, this
fixes a warning about exposing InventoryThing outside of its visibility
scope, so yay.
2024-01-01 18:34:20 +01:00
..
announce Use spaces for "empty" titles. 2021-08-09 21:32:55 +02:00
commands Add support for saved items. 2023-11-13 14:33:31 +01:00
config Refactor startup logic. 2018-08-10 23:23:30 +02:00
events Add reload events. 2021-07-07 00:14:29 +02:00
formula Simplify formula operation interfaces. 2024-01-01 19:39:59 +01:00
framework Deprecate Arena `arenaName()` method. 2020-11-03 19:58:30 +01:00
healthbar Use spaces for "empty" titles. 2021-08-09 21:32:55 +02:00
items Add support for saved items. 2023-11-13 14:33:31 +01:00
leaderboards Strip trailing whitespace; add missing newlines. 2020-08-21 00:23:14 +02:00
listeners Don't nag players with `mobarena.admin.teleport`. 2022-02-12 19:06:40 +01:00
metrics Update bStats Metrics to 2.2.1. 2021-04-11 13:11:47 +02:00
region Strip trailing whitespace; add missing newlines. 2020-08-21 00:23:14 +02:00
repairable Call `update()` when reparing signs. 2023-10-23 18:55:08 +02:00
signs Prevent unauthorized sign edits. 2023-11-04 00:20:39 +01:00
steps Reset player velocity on select teleports. 2022-02-12 16:24:44 +01:00
things Make InventoryThingParser package-private. 2024-01-01 18:34:20 +01:00
time Strip trailing whitespace; add missing newlines. 2020-08-21 00:23:14 +02:00
util Remove unused class. 2023-10-23 00:30:55 +02:00
waves Use boss entity as source for obsidian bomb. 2023-05-07 11:29:36 +02:00
ArenaClass.java Remove normal/undyed shulker boxes from My Items inventories. 2022-03-07 17:45:16 +01:00
ArenaImpl.java Remove discrepancy in auto-ready behavior. 2023-05-07 11:52:31 +02:00
ArenaListener.java Add per-arena setting `monster-teleporting`. 2023-11-13 16:29:51 +01:00
ArenaMasterImpl.java Make pet names per-class configurable. 2021-08-07 15:13:44 +02:00
ArenaPlayer.java Optimize imports on all project files. 2017-03-13 20:47:48 +01:00
ArenaPlayerStatistics.java Use class "config name" on leaderboard signs. 2020-11-03 19:58:30 +01:00
ClassLimitManager.java Strip trailing whitespace; add missing newlines. 2020-08-21 00:23:14 +02:00
ConfigError.java Rewrite ThingParser usages. 2018-08-05 23:14:01 +02:00
MASpawnThread.java Clean up PvP activation logic. 2023-11-13 16:19:01 +01:00
MAUtils.java Use "legacy-aware" utility class for Material types. 2021-07-30 18:21:41 +02:00
Messenger.java Guard against null messages in Messenger. Fixes #391 2017-10-09 23:49:47 +02:00
MobArena.java Add support for saved items. 2023-11-13 14:33:31 +01:00
MobArenaHandler.java Return class name slugs in MobArenaHandler. 2020-11-03 19:58:30 +01:00
MonsterManager.java Strip trailing whitespace; add missing newlines. 2020-08-21 00:23:14 +02:00
Msg.java Add specific Msg value for `/ma addreward`. 2020-09-19 10:57:17 +02:00
PluginVersionCheck.java Rewrite plugin version checker. 2019-12-31 16:10:43 +01:00
RewardManager.java Strip trailing whitespace; add missing newlines. 2020-08-21 00:23:14 +02:00
ScoreboardManager.java Strip trailing whitespace; add missing newlines. 2020-08-21 00:23:14 +02:00
ServerVersionCheck.java Use a blacklist for the server version check. 2019-04-16 12:38:19 +02:00
SpawnsPets.java Make pet names per-class configurable. 2021-08-07 15:13:44 +02:00