1. Removed the check when a player drops an item
2. Removed check when player dies
3. Removed check When a player interacts with a player or mob, block or air.
4. Removed the check when a player clicks on a slot in the inventory.
5. Added -1 to disable enchant limit
6. Fixed a bug when checks removed all armor instead of high level should now work fine
7. Added a new line to the config:
Code (YAML):
#Disabling message in the console when a player uses an item above level 5
#Отключения сообщения в консоль когда игрок использует предмет выше 5-го уровня
disable-message-console
: false
8. Added a new line to messages:
Code (YAML):
#Console messages when a player uses an item higher than level 5
console-message
: §a
[WARNING
] §8- §6Player
%player% used items above level 5!
9. Added a new line to the config:
Code (YAML):
#Disable message to console when plugin is enabled (Default: true - This is message enabled)
#Отключение сообщения в консоль когда плагин включился (По умолчанию: true - Это включено сообщения)
enabled-plugin-message-console
: true
#Disable message to console when plugin is disabled (Default: true - This is enabled message)
#Отключение сообщения в консоль когда плагин отключился (По умолчанию: true - Это включено сообщения)
disabled-plugin-message-console
: true
10. Added another new line to messages:
Code (YAML):
#Messages to the console when the plugin is enabled
enabled-message-plugin-console
:
- §aEnabled!
-
""
- §6Thanks for using my plugin!
- §6This plugin does not allow
- §6on the server 1000 lvl!
-
""
- §aEnabled!
#Messages to the console when the plugin is disabled
disabled-message-plugin-console
:
- §cDisabled!
-
""
- §6Thanks for using my plugin!
- §6This plugin does not allow
- §6on the server 1000 lvl! hope to see you again!
-
""
- §cDisabled!
11. Or just delete the sFixEnchant folder so that there are new features and messages