mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-26 02:19:21 +00:00
plugin.yml is not reliable
This commit is contained in:
@@ -99,7 +99,7 @@ public class IntegrationManagerImpl implements IntegrationManager {
|
||||
registerLevelPlugin("EcoSkills", new EcoSkillsImpl());
|
||||
hookMessage("EcoSkills");
|
||||
}
|
||||
if (plugin.isHookedPluginEnabled("Jobs")) {
|
||||
if (Bukkit.getPluginManager().getPlugin("Jobs") != null) {
|
||||
registerLevelPlugin("JobsReborn", new JobsRebornImpl());
|
||||
hookMessage("JobsReborn");
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ delicate_hook:
|
||||
lore-on-rod:
|
||||
- ''
|
||||
- '<#7FFFAA>Equipped hook:'
|
||||
- '<gray> - Delicate hook: <white>{dur}<white> times left'
|
||||
- '<gray> - Delicate hook: <white>{dur}</white> times left'
|
||||
effects:
|
||||
group:
|
||||
type: group-mod
|
||||
|
||||
Reference in New Issue
Block a user