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.