MineScape v0.2 Alpha
Details
-
FilenameMineScape-0.2-ALPHA.jar
-
Uploaded by
-
UploadedSep 26, 2024
-
Size160.14 KB
-
Downloads222
-
MD540e97515f078972b7b9f50581d8f767b
Supported Bukkit Versions
- 1.21
Changelog
Here is a changelog summarizing all the new features, updates, and fixes added.
---
## **MineScape Plugin Changelog**
### **Version 0.2** - *2024-09-25*
#### **New Features:**
1. **Skills Hologram Display:**
- Added a skills hologram display to show player skills and stats in a sidebar format.
- Displays information such as Health (HP), Combat Level (CB), and Playtime.
- The skills are shown in a grid format with icons and levels.
- Skills hologram can be toggled on and off with the `/togglehologram` command.
- Real-time updates for playtime.
2. **Playtime Tracking:**
- Implemented playtime tracking for each player.
- Playtime is stored in the `playerdata.yml` file.
- Playtime updates live on the hologram display.
3. **Skill Icons:**
- Added white icons for each skill to ensure visual consistency.
- Replaced problematic emojis with simpler Minecraft-compatible symbols.
4. **Skill Level Requirements:**
- Integrated level requirements for different actions (e.g., burning logs) into the `skills.yml` configuration.
- Level requirements are enforced in-game for specific items and actions.
5. **Custom Log Ignition Animation:**
- Introduced a custom animation for log ignition during Firemaking.
- Logs now have a burning animation with particles and sound effects.
6. **Custom Ash Item:**
- Logs now drop a custom item named "Ash" after they are burnt in Firemaking.
- Ash item has unique properties and can be collected by players.
7. **Scoreboard Improvements:**
- Reorganized the scoreboard to align more closely with the design in the provided image.
- Added spacers between sections of the hologram for better visual clarity.
- Centered footer text and formatted grid layout for the skills.
#### **Updates & Fixes:**
1. **Improved Hologram Layout:**
- Reformatted the skills hologram to display skills in three rows with aligned columns.
- Adjusted the positioning and spacing of skill icons and levels.
- Fixed issues with skills not appearing in straight lines.
2. **Playtime Doubling Issue:**
- Resolved the issue where playtime was displayed twice when updated on the hologram.
- Ensured old playtime entries are cleared before updating with new values.
3. **Icon Display Fixes:**
- Removed VS16 boxes next to icons by ensuring only compatible symbols are used.
- Improved alignment and size of skill icons.
4. **Log Level Requirements:**
- Implemented level requirements for different types of logs in Firemaking.
- Added proper error messages for players attempting to burn logs without sufficient skill levels.
5. **Skill Manager Integration:**
- Merged the PlaytimeManager functionalities into the SkillManager class for streamlined management.
- Centralized all skill and playtime-related data handling into a single manager class.
#### **Command Updates:**
1. **/togglehologram:**
- Command now properly toggles the skills hologram display.
- Added error handling to prevent command execution errors.
2. **Scoreboard Management:**
- Optimized scoreboard update frequency and reduced unnecessary calls.
- Implemented methods to clean up and refresh scoreboards dynamically.
---
This changelog covers all recent additions and improvements to the plugin. If there are any more details you’d like to include or if something specific needs more elaboration, feel free to ask!