-
Notifications
You must be signed in to change notification settings - Fork 14
Configuration
The configuration can be modified in-game through a menu, or by manually editing the configuration files.
- The configuration files are located under your Minecraft installation's
config
folder; - The in-game configuration menu can be accessed through several places:
- By clicking the button at the top-right of the editor;
- When using the Forge mod loader, by clicking the "Config" button at the bottom of the "Mods" screen after selecting the mod in the list;
- When using the Fabric mod loader and with the Mod Menu mod installed, by clicking the "Configure..." button at the right of the "Mods" screen after selecting the mod in the list.
The next section shows all the different configuration options. Between parenthesis is shown the configuration name on the configuration screen (or none if the configuration screen doesn't allow to modify this value).
The configuration options are split between two files:
- The
ibeeditor-client.json
file is read by the client and contains options that are only used on the client side. - The
ibeeditor-common.json
file is read by the client and the server and contains options that are only used on the logical server side.
Note: both configuration files contain a version
option that is only used internally to update the configuration file
when some configuration options have changed between mod versions. DO NOT MODIFY IT MANUALLY!
Default: -1
The GUI scale of the editor. A value of
-1
indicates that the GUI scale used for the editor is the same as the one configured in the "GUI Scale" option of the "Video Settings" menu.
Default: "vanilla"
Accepted values: "vanilla"
The theme of the GUI.
Default: "OFF"
Accepted values: "OFF"
, "HOVER"
, "FULL"
A debug mode for the GUI, for development purposes only.
Default: 100
The maximum amount of items shown in a selection screen. For example, when selection an item type, the list will only show the first
N
elements.
Default: 0
Accepted values: between 0
and 4
The minimum permission level required for players to have access to the
/ibe
command or to open the editor. Normal players have a permission level of 0, server operators have a permission level of 4. See this page to learn more about permission levels.
Default: false
Accepted values: true
, false
Only allows players in creative mode to open the editor.
Do you have a suggestion? Do you have an issue with the mod? Click here to open a new issue.