sFixEnchant - Blocking 1000 level on the server icon

sFixEnchant - Blocking 1000 level on the server -----

enchantfix, fixenchant, fixlevel, levelenchantfix, levelfix, sfixenchant




1. Save all plugin files, since all data in the config and language files have been changed, keys and messages!!! And the plugin itself will create new files and values in the files.
2. The code has been slightly rewritten and changed.
3. Minor bugs have been fixed.
4. Bugs with colors in the console have been fixed.
5. Added a check when the player shoots with a bow (this may not work like that for now)

If you find bugs, write in Discussions.
----------, Sep 28, 2023

1. PlayerMoveEvent check removed (check for walking, because it is not needed)
----------, Jul 22, 2023

1. Added support for RGB colors for messages {#000000}
2. Fixed a bug when the player's nickname was whitelisted in the config, then data was still written in the log.yml file, now this will not happen, and it will work fine.
3. Also added two functions Messages (warning), which will be in the console when you use a server version below 1.16, such a message will be:
Code (YAML):
#Messages that your server does not support RGB colors, these messages can be disabled enable-color-warning: false
color-warning
:
- ''
- '&cRGB colors only work with version &61.16 &cand higher.'
- '&cBut the plugin will work!'
- '&cServer and kernel version
: &6%server-version% &c ( %server-implementation% %server-full-version%)'
- ''
4. And also the second setting for disabling this message (warning) in the console, here it is:
Code (YAML):
#Messages that your server does not support RGB colors
#Сообщения о том что ваш сервер не поддерживает RGB цвета
enable-color-warning
: true
It will be enabled by default. You don't need to add it all, the plugin will do it all!
5. I ran the plugin on 1.20, it seems to work fine
----------, Jun 13, 2023

1. Plugin optimization!
2. Now the files with localization will be automatically updated
3. Now in the plugin, namely in messages, it will be possible to use the symbol & since it did not work in previous versions of the plugin
----------, May 21, 2023

1. Added auto adding new functions only to the config (I don’t know how well it will work)
2. Added plugin logs that will be written to the sFixEnchant\logs\log.yml file
3. Added two new lines to the config:
Code (YAML):
#Whether to enable logging when a player uses an enchantment above level 5
#Включить ли создание логов когда игрок использует уровень зачарование выше 5
log-enabled
: true

#Time format for using logs
#Формат времени, для использования логов
time-format-log
: yyyy-MM-dd HH:mm:ss
4. Add before the localization file messages_en.yml:
Code (YAML):
#Log message as it should be
#Available placeholders:
#%level% - Shows the level and name of the enchantment
#%timestamp% - Shows the date and time in the log
#%player% - Shows the player's nickname in the log
#%item% - Shows the name of the item
log-message
: ' %timestamp% | %player% used item %item% with enchantment %level%'
----------, May 20, 2023

1. Added two new lines to the config:
Code (YAML):
#IT IS NOT RECOMMENDED TO SET ALL TO false
#НЕ РЕКОМЕНДУЕТСЯ СТАВИТЬ ВСЕ НА false
#Removes only the enchantment from the item, but the item itself is not completely removed
#Удаляет только чар с предмета, но сам предмет не удаляется полностью
remove-enchantments
: false
#Removes the item with the enchantment completely
#Удаляет полностью предмет с зачарованием
remove-items
: true
----------, May 16, 2023

1. Added Polish translation
2. Added new lines to config.yml
Code (YAML):
#List of players who are allowed to use enchantments above level 5, If the player is on the list, then the sfixenchant.bypass.lvl right will not work, if the player is removed from the list, then the right will work.
#Список игроков, которым разрешено использовать зачарования выше уровня 5, Если игрок есть в списке, то право sfixenchant.bypass.lvl не будет работать, если убрать из списка игрока, то право будет работать.
whitelist-players
:
 - Snon

#Mute sound when player uses item higher than level 5 (Default: true - Sound is on)
#Отключение звука когда игрок использует предмет выше 5 уровня (По умолчанию: true - Звук включен)
play-blocked-sound-player
: true

#Should sound-player-permission: sfixenchant.sound.player be enabled for players (Default: false - This means that you will need to grant permissions to all players, or one player,
#and if set to false, then it is possible not to issue rights, because the check is disabled, and the sound will be available to all online players)
#Должна ли быть включена проверка на права на звук для игроков 'sound-player-permission: sfixenchant.sound.player' (По умолчанию: false - Это значит что нужно будет права выдать всем игрокам, или одному игроку,
#а если на false, то можно и не выдать права, потому что проверка отключена, и звук будет доступен всем онлайн игрокам)
sound-player-permission-check
: false

#Right to hear sound for players
#Право чтобы слышать звук для игроков
sound-player-permission
: sfixenchant.sound.player

#Sound settings for players
#Настройка звука для игроков
blocked-sound-player
:
#Here you can set your sound - https://helpch.at/docs/1.19.3/org/bukkit/Sound.html
#Сдесь вы сможете установить свой звук - https://helpch.at/docs/1.19.3/org/bukkit/Sound.html
sound
: ENTITY_VILLAGER_NO
#The "volume" parameter is responsible for the volume of the sound. A value of "1.0" means the loudest sound, while values less than "1.0" mean quieter sounds.
#Параметр "volume" отвечает за громкость звука. Значение "1.0" означает максимальную громкость звука, а значения менее "1.0" означают более тихие звуки.
volume
: 1.0
#The "pitch" parameter is responsible for the tone of the sound. A value of "1.0" means a normal sound tone, while values less than "1.0" mean a lower tone, and values greater than "1.0" mean a higher tone.
#Параметр "pitch" отвечает за тон звука. Значение "1.0" означает нормальный тон звука, а значения менее "1.0" означают более низкий тон, а значения больше "1.0" - более высокий тон.
pitch
: 1.0

#Mute admins when a player uses an item higher than level 5 (Default: true - Sound is on)
#Отключение звука админам когда игрок использует предмет выше 5 уровня (По умолчанию: true - Звук включен)
play-blocked-sound-admin
: true

#Should sound-admin-permission check for admins be enabled 'sound-admin-permission: sfixenchant.sound.admin' (Default: false - This means that you will need to grant permissions to all admins, or one admin,
#and if set to false, then permissions may not be granted, because the check is disabled, and the sound will be available to all online admins)
#Должна ли быть включена проверка на права на звук для админов 'sound-admin-permission: sfixenchant.sound.admin' (По умолчанию: false - Это значит что нужно будет права выдать всем админам, или одному админу,
#а если на false, то можно и не выдать права, потому что проверка отключена, и звук будет доступен всем онлайн админам)
#And yes, if set to false then normal players will not hear the sound for admins
#А и да если установлено на false то обычные игроки не будут слышать звук для админов
sound-admin-permission-check
: false

#Right to hear sound for admins
#Право чтобы слышать звук для админов
sound-admin-permission
: sfixenchant.sound.admin

#Sound settings for admins
#Настройка звука для админов
blocked-sound-admin
:
#Here you can set your sound - https://helpch.at/docs/1.19.3/org/bukkit/Sound.html
#Сдесь вы сможете установить свой звук - https://helpch.at/docs/1.19.3/org/bukkit/Sound.html
sound
: ENTITY_VILLAGER_NO
#The "volume" parameter is responsible for the volume of the sound. A value of "1.0" means the loudest sound, while values less than "1.0" mean quieter sounds.
#Параметр "volume" отвечает за громкость звука. Значение "1.0" означает максимальную громкость звука, а значения менее "1.0" означают более тихие звуки.
volume
: 1.0
#The "pitch" parameter is responsible for the tone of the sound. A value of "1.0" means a normal sound tone, while values less than "1.0" mean a lower tone, and values greater than "1.0" mean a higher tone.
#Параметр "pitch" отвечает за тон звука. Значение "1.0" означает нормальный тон звука, а значения менее "1.0" означают более низкий тон, а значения больше "1.0" - более высокий тон.
pitch
: 1.0
----------, May 14, 2023

1. Added Ukrainian translation
----------, May 13, 2023

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
----------, May 13, 2023

1. Fixed an issue where players were unable to move items from their inventory to a chest or elsewhere using the SHIFT + Right Click or Left Click keys.
----------, Apr 27, 2023

1. Update your complete config (config.yml)
2. Added languages RU and EN you will create a folder lang and in the folder there will be messages_en.yml and messages_ru.yml
3. Removed auto config update as it didn't work properly
----------, Apr 23, 2023

1. Added auto config update, now you won't need to add new features manually, now it will all be automatic! (hope this will work fine)
2. Added a command to reload the plugin
3. Also the right to reload the plugin (all rights are in the config)
4. Also added the right to the config to bypass lvl 1000 (all rights are in the config)
5. Added the right to admin messages in the config when the player uses 1000 lvl (all rights are in the config)
6. Well, I also fixed a couple of minor bugs / errors
----------, Apr 17, 2023

1. Removed the command to reload the plugin as it caused problems with the plugin (I don't know how, but okay)
2. Removed plugin update (update config)

I know this is a sad update
----------, Apr 6, 2023

1. Added a check when a player clicks on an item in the inventory higher than level 5, the item will be deleted
2. Added a check when a player moves and on an item or on armor and in the left hand there are enchantments higher than level 5, the item will be removed
3. Added a check when the player is hit by items, as well as armor and the item in the left hand will be removed if the enchantment level is higher than level 5, then the item will be removed
4. Well, a couple more additions are not big

You don't need to update the config.
----------, Apr 3, 2023

1. Added /sfixenchantreload command to reload the plugin
2. Added the right to use the /sfixenchantreload command
3. Added messages to the config when the player reloads the plugin and the right to use the command
4. Removed redundant code

5. Add this to config.yml:
Code (YAML):
#Messages about plugin reload
reload-message-plugin
: '§a [sFixEnchant ] - Plugin reloaded.'

#Messages that you do not have permission to use the command to reload the plugin
no-permission-message
: '§c [sFixEnchant ] - You do not have permission!'
----------, Apr 1, 2023

1. Added messages about the new version of the plugin
2. Removed unnecessary checks added those that are needed 3. Added the right sfixenchant.admin.notify to show admins that the player uses lvl 1000
4. Added the right sfixenchant.notify.update shows if there is a new version of the plugin
5. Added the right sfixenchant.bypass.lvl so that you can bypass the 1000 lvl ban
6. There will probably not be a command to reload the plugin (maybe it won’t be, I don’t know for sure, but it’s not critical)
7. Possible optimization of the plugin (well, I don’t know how much)
8. Added to be able to use commands when a player uses lvl 1000
9. Added so that you can turn off messages to players when they use lvl 1000 and also admins can also be turned off and of course messages can also be configured everything is in the config
10. Added that the plugin checks every 60 minutes can be configured in the config for the presence of a new version of the plugin in the console
11. And also there is when a player comes in and writes to him if there is a new version of the plugin (not all players write, but only when they have the right sfixenchant.notify.update)
12. Also, what checks does the plugin check if the player has level 1000: 1. PlayerDropItemEvent - when the player drops an item on the ground 2. EntityDamageByEntityEvent - when the player hits someone 3. PlayerDeathEvent - when the player dies 4. PlayerInteractEvent - when the player interacts with something -something 5. maybe in the next updates there will be more checks
13. And yes Update your config!!! It's better to remove the old one and let the new one be.
----------, Mar 31, 2023

1. The plugin has been redesigned and changed
2. Plugin now has new checks (Better)
3. Changed config (do not forget to update it)
4. The plugin does not yet have the /sfixenchant reload command (it will be in the future)
5. Plugin will also have update support in case of breakage or error
6. I hope there will be no mistakes!
----------, Mar 28, 2023

Fixed a bug that the plugin did not run on Java 16 (there should be no errors)
----------, Mar 10, 2023

(Added this to the plugin let it be)

Added hiding achievements
Added hiding player deaths, etc.
Added that you can write in the console with / and //
Added hiding the player's login to the server
Added hiding the exit of the player from the server

Update your config!
----------, Mar 9, 2023

Plugin re-upload
----------, Jan 22, 2023

Resource Information
Author:
----------
Total Downloads: 563
First Release: Jan 22, 2023
Last Update: Sep 28, 2023
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings