Update dependency graph
This commit is contained in:
parent
450c80f63c
commit
98bbf51594
@ -0,0 +1,60 @@
|
||||
digraph G {
|
||||
|
||||
"PermissionsManager" -> "ValidationService";
|
||||
"NewSetting" -> "ValidationService";
|
||||
"DataSource" -> "ValidationService";
|
||||
"BukkitService" -> "AntiBot";
|
||||
"PermissionsManager" -> "AntiBot";
|
||||
"NewSetting" -> "AntiBot";
|
||||
"Messages" -> "AntiBot";
|
||||
"BukkitService" -> "TeleportationService";
|
||||
"PlayerCache" -> "TeleportationService";
|
||||
"NewSetting" -> "TeleportationService";
|
||||
"Messages" -> "TeleportationService";
|
||||
"SpawnLoader" -> "TeleportationService";
|
||||
"BukkitService" -> "SynchronousProcess";
|
||||
"PluginManager" -> "SynchronousProcess";
|
||||
"AuthMe" -> "SynchronousProcess";
|
||||
"TeleportationService" -> "SynchronousProcess";
|
||||
"LimboPlayerTaskManager" -> "SynchronousProcess";
|
||||
"ProcessService" -> "SynchronousProcess";
|
||||
"LimboCache" -> "SynchronousProcess";
|
||||
"DataSource" -> "SynchronousProcess";
|
||||
"BukkitService" -> "TempbanManager";
|
||||
"Messages" -> "TempbanManager";
|
||||
"NewSetting" -> "TempbanManager";
|
||||
"BukkitService" -> "LimboPlayerTaskManager";
|
||||
"PlayerCache" -> "LimboPlayerTaskManager";
|
||||
"Messages" -> "LimboPlayerTaskManager";
|
||||
"NewSetting" -> "LimboPlayerTaskManager";
|
||||
"LimboCache" -> "LimboPlayerTaskManager";
|
||||
"PluginManager" -> "PasswordSecurity";
|
||||
"AuthMeServiceInitializer" -> "PasswordSecurity";
|
||||
"NewSetting" -> "PasswordSecurity";
|
||||
"DataSource" -> "PasswordSecurity";
|
||||
"PluginManager" -> "PluginHooks";
|
||||
"Server" -> "PermissionsManager";
|
||||
"PluginManager" -> "PermissionsManager";
|
||||
"PermissionsManager" -> "LimboCache";
|
||||
"SpawnLoader" -> "LimboCache";
|
||||
"@DataFolder" -> "SpawnLoader";
|
||||
"NewSetting" -> "SpawnLoader";
|
||||
"PluginHooks" -> "SpawnLoader";
|
||||
"DataSource" -> "SpawnLoader";
|
||||
"BukkitService" -> "AsynchronousProcess";
|
||||
"CaptchaManager" -> "AsynchronousProcess";
|
||||
"SyncProcessManager" -> "AsynchronousProcess";
|
||||
"TempbanManager" -> "AsynchronousProcess";
|
||||
"PlayerCache" -> "AsynchronousProcess";
|
||||
"PasswordSecurity" -> "AsynchronousProcess";
|
||||
"LimboCache" -> "AsynchronousProcess";
|
||||
"DataSource" -> "AsynchronousProcess";
|
||||
"AuthMe" -> "AsynchronousProcess";
|
||||
"TeleportationService" -> "AsynchronousProcess";
|
||||
"LimboPlayerTaskManager" -> "AsynchronousProcess";
|
||||
"PermissionsManager" -> "AsynchronousProcess";
|
||||
"ValidationService" -> "AsynchronousProcess";
|
||||
"ProcessService" -> "AsynchronousProcess";
|
||||
"PluginHooks" -> "AsynchronousProcess";
|
||||
"AuthMe" -> "BukkitService";
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 266 KiB |
@ -1,32 +0,0 @@
|
||||
digraph G {
|
||||
|
||||
"ProcessService" -> "ProcessSyncEmailRegister";
|
||||
"LimboCache" -> "ProcessSyncEmailRegister";
|
||||
"BukkitService" -> "ProcessSyncEmailRegister";
|
||||
"AuthMe" -> "ProcessSyncEmailRegister";
|
||||
"AuthMe" -> "ProcessSyncPlayerLogin";
|
||||
"ProcessService" -> "ProcessSyncPlayerLogin";
|
||||
"LimboCache" -> "ProcessSyncPlayerLogin";
|
||||
"DataSource" -> "ProcessSyncPlayerLogin";
|
||||
"BukkitService" -> "ProcessSyncPlayerLogin";
|
||||
"PluginManager" -> "ProcessSyncPlayerLogin";
|
||||
"AuthMe" -> "ProcessSyncPasswordRegister";
|
||||
"ProcessService" -> "ProcessSyncPasswordRegister";
|
||||
"BukkitService" -> "ProcessSyncPasswordRegister";
|
||||
"AuthMe" -> "ProcessSynchronousPlayerLogout";
|
||||
"ProcessService" -> "ProcessSynchronousPlayerLogout";
|
||||
"LimboCache" -> "ProcessSynchronousPlayerLogout";
|
||||
"BukkitService" -> "ProcessSynchronousPlayerLogout";
|
||||
"AuthMe" -> "BukkitService";
|
||||
"NewSetting" -> "ValidationService";
|
||||
"DataSource" -> "ValidationService";
|
||||
"PermissionsManager" -> "ValidationService";
|
||||
"Server" -> "PermissionsManager";
|
||||
"PluginManager" -> "PermissionsManager";
|
||||
"PluginManager" -> "PluginHooks";
|
||||
"NewSetting" -> "ProcessService";
|
||||
"Messages" -> "ProcessService";
|
||||
"PluginManager" -> "ProcessService";
|
||||
"ValidationService" -> "ProcessService";
|
||||
"PermissionsManager" -> "ProcessService";
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 125 KiB |
Loading…
x
Reference in New Issue
Block a user