diff --git a/README.md b/README.md index 6a00f31..35d3a58 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Plugin-LiteBans Display the LiteBans punishments on your website. + +Now updated by Elikill58. + +If you have an issue or want to ask for suggestion, it's [here](https://github.com/AzuriomCommunity/Plugin-LiteBans/issues). \ No newline at end of file diff --git a/plugin.json b/plugin.json index f1c2570..6d4ce91 100644 --- a/plugin.json +++ b/plugin.json @@ -2,13 +2,15 @@ "id": "litebans", "name": "LiteBans", "description": "Display the LiteBans punishments on your website.", - "version": "1.0.2", - "url": "https://azuriom.com", + "version": "1.0.7", + "url": "https://market.azuriom.com/resources/99", "authors": [ - "Bryan M." + "Elikill58", "Bryan M." ], + "azuriom_api": "1.0.0", "providers": [ "\\Azuriom\\Plugin\\Litebans\\Providers\\LitebansServiceProvider", "\\Azuriom\\Plugin\\Litebans\\Providers\\RouteServiceProvider" - ] + ], + "apiId": 99 } \ No newline at end of file diff --git a/resources/views/admin/settings.blade.php b/resources/views/admin/settings.blade.php index 83e5a34..fb1eab2 100644 --- a/resources/views/admin/settings.blade.php +++ b/resources/views/admin/settings.blade.php @@ -11,31 +11,31 @@