General Configuration
On this page you will learn the configuration of ExecutableItems that is on config.yml locaeted in plugins/ExecutableItems/config.yml.
Starred features are for premium version.
Config.yml
pickupLimit
Info: Integer value to limit the amount of ExecutableItems the player can have in his inventory.
Example:
disabledWorlds
Info: List of world names used to blacklist worlds where all ExecutableItems will be disabled.
Example:
whitelistedWorlds
Info: List of world names used to whitelist worlds where all ExecutableItems will be enabled.
Example:
whitelistItemsPerWorld
Info: List of ExecutableItems per world that are enabled.
Example:
⭐premiumEnableCooldownForOp
Info: Boolean value that makes the op/operators/admins players not have cooldown.
Example:
checkVersionMsg
Info: Boolean value to display if there is a new update for ExecutableItems.
Example:
disableTestItems
Info: Boolean value to disable the default items.
It improves performances due to some type of activators not being registered.
Example:
silentMessagePreventionErrorHeadDBError
Info: Boolean value to mutes the message prevention error from plugin HeadDB.
Example:
disableBackup
Info: Boolean value to disable the backups that ExecutableItems does on the back up folder on each start / reload of the server.
Example:
deleteBackupsAfterDays
Info: Integer value that represents the amount of days to save the backup. If the backup is older than those days then it will be deleted..
Example:
enableGarbageCollectorAfterReload
Info: Boolean value to enable the garbage collector after a reload of the server.
If you don't know what this is probably its because you don't need it. You can read more information on google, its long to explain here and its not the objective.
Example:
giveLimit
Info: Integer value that represents a limit/cap for the ExecutableItems command of give (/ei give).
Example:
enableTexturesPack
Info: Boolean value to enable or disable the texture pack of "texturesPackUrl".
This feature only works on 1.20.5++ servers.
Example:
texturesPackUrl
Info: URL of a texture pack to enable on your server.
This feature only works on 1.20.5++ servers.
Example:
logs
Info: Feature to enable console logs to know what is happening with your ExecutableItems.
dropped: Boolean value to log each time an ExecutableItem is dropped on your server.
spawned: Boolean value to log each time an ExecutableItem is spawned on your server.
Example:
debugOnlyRun
Info: Boolean value for debug ExecutableItems command (/ei debug) to only show the debug message when the activator run (this means only when all conditions met)
Example:
itemCheckWithNBTAPI
Info: Boolean value to enable NBTAPI plugin to handle item check detections.
It requires NBTAPI plugin.
It should improve performances.
silentGive:
Info: Boolean value to silence the output of the give ExecutableItems command (/ei give) in the console.
Example:
updateOldItems
Info: Boolean value to enable updating old items NBT Tag. This doesn't mean the update of your ExecutableItems configs, that is automatically, this means if there is a change of NBT across one of the plugin's update, the NBT will be updated too.
Example:
Last updated