File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,12 +17,10 @@ public final class DevSystem extends JavaPlugin {
1717
1818 @ Getter
1919 private InventoryManager inventoryManager ;
20-
2120 @ Getter
2221 private Config configManager ;
2322 @ Getter
2423 private MiniMessage miniMessage ;
25-
2624 @ Getter
2725 private PluginManagerService pluginManagerService ;
2826
@@ -43,7 +41,7 @@ public void onEnable() {
4341
4442 getServer ().getConsoleSender ().sendMessage (this .configManager .getPluginMessage ("enabled" ));
4543 }
46-
44+
4745 private void registerCommands () {
4846 PluginManagerCommand pluginManagerCommand = new PluginManagerCommand (this , this .pluginManagerService );
4947 getCommand ("plugmanager" ).setExecutor (pluginManagerCommand );
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ plugin-manager:
8383 # Action buttons
8484 reload-text : " <yellow>Reload Plugin</yellow>"
8585 reload-lore : " <dark_gray>» <gray>Click to reload this plugin"
86- enable-text : " <green>Plugin aktivieren </green>"
86+ enable-text : " <green>Enable Plugin </green>"
8787 enable-lore : " <dark_gray>» <gray>Click to enable this plugin"
88- disable-text : " <red>Plugin deaktivieren </red>"
88+ disable-text : " <red>Disable Plugin </red>"
8989 disable-lore : " <dark_gray>» <gray>Click to disable this plugin"
9090
9191 # Confirmation dialog texts
You can’t perform that action at this time.
0 commit comments