Создай мне плагин для моего сервера майнкрафт, версия 1.16.5, Java 16, Spigot. Этот плагин должен повысить сложность мобов.
Вот функиции которые должны быть.
/mobdifficulty set 2
).Сделай все функции которые указанны в списке, так же продумай каждую функции по максимуму.
Loading...
[ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[122,62] cannot find symbol symbol: variable RESISTANCE location: class org.bukkit.potion.PotionEffectType [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[143,62] cannot find symbol symbol: variable RESISTANCE location: class org.bukkit.potion.PotionEffectType [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[144,62] cannot find symbol symbol: variable STRENGTH location: class org.bukkit.potion.PotionEffectType [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[161,29] cannot find symbol symbol: variable RESISTANCE location: class org.bukkit.potion.PotionEffectType [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[162,29] cannot find symbol symbol: variable STRENGTH location: class org.bukkit.potion.PotionEffectType [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[309,20] cannot find symbol symbol: method getPathfinder() location: variable mob of type org.bukkit.entity.Monster [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[321,28] cannot find symbol symbol: method getPathfinder() location: variable mob of type org.bukkit.entity.Monster [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[342,81] cannot find symbol symbol: variable SLOWNESS location: class org.bukkit.potion.PotionEffectType [INFO] 8 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.044 s [INFO] Finished at: 2025-06-21T23:19:48+03:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project mobdifficulty: Compilation failure: Compilation failure: [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[122,62] cannot find symbol [ERROR] symbol: variable RESISTANCE [ERROR] location: class org.bukkit.potion.PotionEffectType [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[143,62] cannot find symbol [ERROR] symbol: variable RESISTANCE [ERROR] location: class org.bukkit.potion.PotionEffectType [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[144,62] cannot find symbol [ERROR] symbol: variable STRENGTH [ERROR] location: class org.bukkit.potion.PotionEffectType [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[161,29] cannot find symbol [ERROR] symbol: variable RESISTANCE [ERROR] location: class org.bukkit.potion.PotionEffectType [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[162,29] cannot find symbol [ERROR] symbol: variable STRENGTH [ERROR] location: class org.bukkit.potion.PotionEffectType [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[309,20] cannot find symbol [ERROR] symbol: method getPathfinder() [ERROR] location: variable mob of type org.bukkit.entity.Monster [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[321,28] cannot find symbol [ERROR] symbol: method getPathfinder() [ERROR] location: variable mob of type org.bukkit.entity.Monster [ERROR] /C:/Users/Nikita/IdeaProjects/untitled/pitteleport/HardMobPlugins/src/main/java/com/2v2t/mobdifficulty/managers/DifficultyManager.java:[342,81] cannot find symbol [ERROR] symbol: variable SLOWNESS [ERROR] location: class org.bukkit.potion.PotionEffectType [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Loading...