MobArena plugin for Minecraft
Go to file
Andreas Troelsen 56dc504bec Refactor Messenger to allow for custom prefixes.
- Messenger no longer has a static nature and must be instantiated to be used. The prefix is provided in the constructor.
- MobArena instantiates a global Messenger in onEnable() with a prefix string from global-settings. This instance is used by anything that isn't arena-specific, as well as for arenas with no prefix.
- ArenaImpl instantiates a local Messenger in its constructor if, and only if, its arena-specific prefix setting is non-empty. Otherwise it uses the plugin's global instance.
2017-03-10 23:32:52 +01:00
src/main Refactor Messenger to allow for custom prefixes. 2017-03-10 23:32:52 +01:00
.gitignore Update for Spigot and mavenize. 2015-07-17 03:38:41 +02:00
LICENSE.md Add license. 2014-06-03 14:45:23 +02:00
pom.xml Bump version to 0.97.6. 2017-02-18 04:01:37 +01:00
README.md So, you got a big source code revamp. Big whoop, wanna fight about it? 2012-02-24 05:11:06 +01:00

Please read the Wiki for details on how to set up MobArena, and remember to read the FAQ before posting questions!