Releases: BentoBoxWorld/ControlPanel
Release 1.14.0
Updating
Compatibility
✔️ BentoBox API 2.7.1
✔️ Minecraft 1.21.3
✔️ Java 17
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Version 1.14.0 by @tastybento in #32
Full Changelog: 1.13.1...1.14.0
Release 1.13.1
This release just adds or updates language files for Chinese, French, German, Polish, Russian, Hong Kong, and Indonesian.
Updating
- Stop the server
- Copy this addon into the
BentoBox/addons
folder - (Optional) Delete or move the
BentoBox/locales/ControlPanel
folder so that updated files will be generated - Restart the server
- You should be good to go!
Compatibility
✔️ BentoBox API 2.0.0
✔️ Minecraft 1.20.4
✔️ Java 17
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- 🔡 Create zh-CN.yml by @katorly in #20
- 🔡 French translation by @gitlocalize-app in #22
- 🔡 Polish translation by @gitlocalize-app in #23
- 🔡 Update DE by @gitlocalize-app in #26
- 🔡 Update RU by @gitlocalize-app in #27
- 🔡 Add locale of Chinese-Hong Kong (zh-HK) by @JamesMCL44 in #29
- 🔡 Added Bahasa Indonesia by @DustyGanteng in #30
New Contributors
- @katorly made their first contribution in #20
- @JamesMCL44 made their first contribution in #29
- @DustyGanteng made their first contribution in #30
Full Changelog: 1.13.0...1.13.1
Release 1.13.0
Compatibility
✔️ BentoBox API 1.14.0
✔️ Minecraft 1.15.2
Changelog
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
New Features
- Translate de.yml via GitLocalize (commit: 35a5880)
- Czech translation. Credit @Polda18 (commit: bf92abe)
- Implement auto-importing on first startup all control panels. (commit: 51329a3)
- Translate ko.yml via GitLocalize (commit: 83b5976)
- Translate zh-TW.yml via GitLocalize (commit: 1d75e1d)
- Various bug fixes
ControlPanel 1.7.0
This is a pretty basic control panel that allows configuring custom GUI that is accessible from /[gamemode] cp
command. It contains the same features as it was in ASkyBlock, but in extra with better description customization (supports placeholders), and ability to define multiple control panels which can be changed by adding or removing permission to a player.
Compatibility
✔️ BentoBox API 1.7.0
✔️ Minecraft 1.14.5
Changelog
Legend
🔡 locale files may need to be regenerated or updated.
⚙️ config options have been removed, renamed or added.
🔺 special attention needed.
New Features
- Ability to define ControlPanel item:
- Item slot in GUI
- Item icon in GUI
- Item lore description in GUI
- Command that will be triggered when a player clicks on an item.
- Description supports:
- placeholders that start and ends with
%
- new line element that is represented with
|
- Minecraft color and formatting codes that starts with
&
- placeholders that start and ends with
- Command supports:
- any command that is available on the server
- run as a console if it starts with
[server]
. example : [server] op [player] - getting a username for a player with
[player]
. example: [server] kill [player] - getting BentoBox GameMode starting command with
[label]
. example: [label] challenges
- Ability to define multiple control panels:
- Users will access to ControlPanel with permission that they have:
[gamemode].controlpanel.panel.[suffix]
- Users will access to ControlPanel with permission that they have:
- Has english, latvian, spanish and franch translations.