SimplePrefixes 1.4.0
on Oct 2, 2025- Adds a new type of configuration for prefixes, 'layout'
Layout (layout
)
This is a list of strings. Each string will be a new line in the item's lore. If this is provided and is not empty, this will overwrite the default layout of the prefix item. Each item will have their own unique layout. Layout Placeholders:
<prefix_id>
- The prefix's ID as listed in prefixes.yml.<prefix>
- The prefix itself.<unlocked>
- The Unlocked / Locked text. This defaults to[]
(Empty List).
Example
custom_layout:
display-name: "<green>Fancy Layouts!</green>"
description:
- "This section is effectively ignored with custom layouts."
prefix: "<white>[<green>LAYOUTS</green>]</white>"
layout:
- "<blue>Prefix ID:</blue> <prefix_id>"
- "It looks like this: <prefix>"
- "<gray> → I snuck this in here, how weird!"
- "<yellow>Unlock State:<yellow> <unlocked>"
- "<blue>Line 1 Description"
- "Line 2 Description"
- "<red>Line 3 Description"
- " "
- "<green>Hi I wanted to skip another line."
SimplePrefixes 1.3.0
on May 24, 2024Added
- Added MySQL Support for Server Networks (#2).
- Used to sync currently enabled prefix across the entire server network.
- If you don't want them synced, don't use the MySQL saving option.
- This assumes each server connected to the MySQL database has the same set of prefixes (prefixes that do not exist fallback to the default).
SimplePrefixes 1.2.0
on Nov 8, 2023Added
- Added configuration options for the Header Item on the Prefix Menu 9f74a3d
- Name is configurable (Supports Mini-Message and Placeholder API).
- Lore is configurable (Supports Mini-Message and Placeholder API).
- Count is configurable (Supports Placeholder API / Integer Strings).
- Custom Model Data is configurable.
- Material is configurable.
SimplePrefixes 1.1.0
on Oct 14, 2023Added
- Added configuration option to change the Prefix GUI Menu Name (9ceaa8c).
- You no longer need to look at "Chest" at the top of the inventory.
- Added "reset prefix" functionality to the Eye of Ender header item (9ceaa8c).
- It also now says "Click to Reset Your Prefix" instead of "Eye of Ender".
- Added prefix icon customization options (a590ed7).
- You can now edit the material of the icon.
- You can now edit the count / stack size of the icon.
- You can now change the custom model data of the icon.
SimplePrefixes v1.0.2
on Feb 2, 2023Initial Modrinth Release
- Saving format of File Saving Type to allow for additional saving settings to be added (99a3e21).
- Old version of prefix_data.yml is no longer valid.