Skip to content

Releases: Abasing/LevelEssentials

v1.0.2

22 Jun 21:21
3bf71af

Choose a tag to compare

Changelog

  • Added custom placeholders for bracket and level colors, bold, italic, and underline formatting.
  • Introduced new commands to toggle bold and italic formatting for brackets and levels.
  • Implemented permissions for fine-grained control over new commands.
  • Enhanced error handling and logging to improve plugin stability.
  • Optimized performance and compatibility with the latest Minecraft versions.
  • Improved file creation and configuration loading reliability.
  • Fixed minor bugs related to placeholder resolution and file management.

New Features

Commands

  • /levelessentials bold brackets: Toggles bold formatting for brackets.
  • /levelessentials bold level: Toggles bold formatting for levels.
  • /levelessentials italic brackets: Toggles italic formatting for brackets.
  • /levelessentials italic level: Toggles italic formatting for levels.
  • /levelessentials underline level: Toggles underline formatting for levels.

Placeholders

  • %levelessentials_brackets_bold%: Returns whether brackets are bold.
  • %levelessentals_level_bold%: Returns whether the level is bold.
  • %levelessentials_level_italic%: Returns whether the level is italic.
  • %levelessentials_brackets_italic%: Returns whether brackets are italic.
  • %levelessentials_level_underline%: Returns whether the level has underline.

Permissions

  • levelessentals.brackets.bold: Permission to use /levelessentials bold brackets.
  • levelessentals.level.bold: Permission to use /levelessentials bold level.
  • levelessentals.brackets.italic: Permission to use /levelessentials italic brackets.
  • levelessentals.level.italic: Permission to use /levelessentials italic level.
  • levelessentials.level.underline: Permission to use /levelessentials underline level.

These additions provide more customization options and control over text formatting within the plugin, ensuring a better user experience and smoother operation.

v1.0.1

21 Jun 16:44
6f6da1e

Choose a tag to compare

Changelog

New Features:

  • Default Values in Configuration: Added default values to config.yml.
  • Customizable Messages: Integrated most messages into messages.properties for easier customization.
  • Reload Command: Introduced the /levelessentials reload [-a] command to reload config.yml, messages, and player data.

Bug Fixes:

  • Placeholders: Fixed issues with placeholders not working.
  • Color Commands: Resolved errors caused by using naked color commands.

Optimization:

  • Enhanced the overall performance of the plugin.

If you encounter any issues, please feel free to create a Pull Request.

First Release

19 Jun 19:13
95dc26c

Choose a tag to compare

First Release Pre-release
Pre-release

LevelEssentials is a powerful yet easy-to-use plugin designed to enhance your Minecraft server by providing customizable level display brackets and color options. Tailored for both players and administrators, this plugin ensures a more personalized and engaging experience.

Features:

  • Customizable level brackets (square, angle, brace).
  • Customizable bracket and level colors.
  • Permissions for each bracket type and color.
  • Integration with PlaceholderAPI for custom placeholders.
  • Easy-to-configure settings via config.yml.