Releases: Dans-Plugins/Medieval-Roleplay-Engine
Releases · Dans-Plugins/Medieval-Roleplay-Engine
Medieval Roleplay Engine v1.13.0 (Add logging for local chats)
What's Changed
- Modified Messenger to log all chats to console
- Added dev container to ease development
- Added test container to ease testing
Full Changelog: v1.12.0...v1.13.0
Medieval Roleplay Engine v1.12.0 (Configurable Bird Speed)
What's Changed
- Feature - Configure bird speed by @dmccoystephenson in #294
Full Changelog: v1.11.0...v1.12.0
Medieval Roleplay Engine v1.11.0 (No More Singleton, Revert to Legacy Chat, Support Spaces, Validate Age Input)
What's Changed
- Update issue templates by @dmccoystephenson in #277
- Refactoring - No More Singleton by @dmccoystephenson in #284
- Refactoring - Revert to Legacy Chat by @dmccoystephenson in #286
- Docker - Removing Dev Container Files by @dmccoystephenson in #287
- Feature - Support Spaces by @dmccoystephenson in #288
- Bug Fix - Validate Age Input by @dmccoystephenson in #290
Full Changelog: 1.10...v1.11.0
Medieval Roleplay Engine 1.11.0-beta.1
What's Changed
- Update issue templates by @dmccoystephenson in #277
- Refactoring - No More Singleton by @dmccoystephenson in #284
- Refactoring - Revert to Legacy Chat by @dmccoystephenson in #286
- Docker - Removing Dev Container Files by @dmccoystephenson in #287
- Feature - Support Spaces by @dmccoystephenson in #288
- Bug Fix - Validate Age Input by @dmccoystephenson in #290
Full Changelog: 1.10...1.11.0-beta.1
Medieval Roleplay Engine 1.10 (Mailboxes Integration & Fixes)
What's Changed
- Integrated Mailboxes with the plugin.
- Fixed MF & Mailboxes integration errors. by @dmccoystephenson in #266
Full Changelog: v1.9...1.10
Medieval Roleplay Engine 2.0 Alpha - May 6th, 2022
What's Changed
- Revamp by @dmccoystephenson in #256
- Updating Ponder to v0.13 by @dmccoystephenson in #260
- Fixes Issue #206 NPE on Citizen NPC interaction by @Mr-Deej in #261
- Updated Ponder to 1.0 by @dmccoystephenson in #263
New Contributors
Full Changelog: v1.10-beta-1...2.0-ALPHA-5-6-2022
Note
This version of the plugin is not compatible with 1.x saves and is not recommended for use in production.
Medieval Roleplay Engine v1.10-beta-1
Changes in Medieval Roleplay Engine v1.10-beta-1
- Integrated Mailboxes with the plugin.
- If a player is offline when they are sent a bird, the contents of the message will now be stored in the player's mailbox. (Requires Mailboxes)
Medieval Roleplay Engine v1.9 (MF Integration, Optimizations)
Changes in Medieval Roleplay Engine v1.9
- Integrated Medieval Factions with the plugin.
- If a player is in a faction, their faction's name will be shown when their character card is displayed. (Requires Medieval Factions)
- A player's power will now be shown when their character card is displayed. (Requires Medieval Factions)
- Optimized the /card command.
- Added the /card lookup command, altering the functionality of character card lookups.
- Implemented a caching system for character card lookups.
Medieval Roleplay Engine v1.9-beta-2
Changes in Medieval Roleplay Engine v1.9-beta-2
- Added the /card lookup command.
- Implemented a caching system for character card lookups.
Medieval Roleplay Engine v1.9-beta-1
Changes in Medieval Roleplay Engine v1.9-beta-1
- Integrated Medieval Factions with the plugin.
- If a player is in a faction, their faction's name will be displayed when their character card is displayed.
- Optimized the /card command.
Optimization
Previously, if one of the sub-commands of the card command wasn't matched with what the player entered, it would search through every player that has ever logged in and then search through every card record, every time. Now, the player will be searched and if it isn't found, the card lookup won't occur. I'm hoping this makes card lookups run significantly faster.