File Details
MGLib v0.3.0
- B
- Sep 10, 2014
- 133.21 KB
- 2.0K
- CB 1.7.9-R0.2+2
File Name
MGLib.jar
Supported Versions
- CB 1.7.9-R0.2
- CB 1.6.4-R2.0
- CB 1.7.2-R0.3
After 90 snapshots, I'm proud to present to you MGLib 0.3.0. Major bugs have been fixed, and exciting new features added. But most importantly, the development stage has been bumped to release and it is now safe to use the library in production.
Note: This will be the last update to support Bukkit. Future builds will be designed for use with Sponge instead, though MGLib's API will remain the same.
New Features
- Add support for disabling "friendly fire" (team killing)
- Implement localization support for the library
- Allow override of vanilla
PlayerDeathEventwith customMGPlayerDeathEvent - Allow for sequential spawning as opposed to random
- Implement automatic rollback of physics events and explosions (only if triggered/placed by a player)
- Replace countdown with stopwatch-esque timer on lobby signs with infinite time (it counts up)
- Add option to use separate chat channels for arenas/teams
- Add /mglib command for informational purposes
- Add advance support for vanilla spectator gamemode (not guaranteed to work perfectly; a patch may be necessary)
- Make arena names case-insensitive when joining or creating lobby signs
- Add optional chat separation for spectators
API Additions
- Add metadata support for
MGPlayerandRoundobjects - Implement basic team support and API for
MGPlayerobjects - Add localization API
- Add
PlayerHitArenaBorderEvent - Add
LobbyClickEvent - Add
MGPlayerDeathEvent - Add
JoinResultenum as return value forPlayerJoinMinigameRoundEvent - Add optional spawn argument to
Round#addPlayer()so that a spawn number may be manually specified - Add a bunch of new config options (see Javadocs for more info)
- Add toggle for cleanly freezing players
- Add toggle for disabling
FoodLevelChangeEvents - Add method to
ArenaFactoryfor setting custom arena metadata (copied into round objects upon creation) - Add logging methods so that messages may be filtered by level as defined by MGLib's config.yml
- Add
Location2DandLocation3Dclasses - Add toggles for mob spawning/targeting in arena-containing worlds
- Add toggles for hanging entity and item frame breaking
- Add method spawning a player into a round
API Removals
- Remove
Minigame#log(String, int)in favor ofMinigame#log(String, LogLevel)
Bug Fixes
- Fix a bunch of
NullPointerExceptions - Fix
ArenaExistsExceptionnever being thrown - Fix round being started if minimum player count is 0
- Modify exception handling while creating/fetching
ArenaFactories - Fix events being sent to all minigame plugins instead of just the one they pertain to
- Fix
PlayerLeaveMinigameRoundEventfiring after the player was already removed and reset - Fix lobby signs not always being properly updated
- Correct event priorities
- Fix worlds not being properly loaded upon round creation
- Fix metadata being set statically (same for all instances of implementing class)
- Fix entities targeting spectators
- Fix forced generation of normal level for worlds containing only a nether or end world
Internal Changes
- Minor refactoring of non-API classes
- Optimize NMS utility methods
- Optimize backend
- Documentation fixes
- Replace arbitrary build number in snapshots with Jenkins build number (e.g. from
0.3.0-dev10to0.3.0-SNAPSHOT-jnks77) - Build against Bukkit
1.7.10-R0.1-SNAPSHOT
Potential memory leak on round end (may be vanilla Minecraft issue)

