Minor changes

This commit is contained in:
Carlos 2020-01-09 21:54:48 +01:00
parent 3db4689f80
commit 2d124942be
2 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/mesacarlos/WebConsole)](https://github.com/mesacarlos/WebConsole/releases/latest)
![GitHub All Releases](https://img.shields.io/github/downloads/mesacarlos/WebConsole/total?label=total%20downloads)
WebConsole is a Spigot plugin for Minecraft 1.8-1.15 that enables you to view your server console and manage your server from anywhere. It creates a WebSocket server in the background used by the web interface to send commands, receive your console log and manage your server.
WebConsole is a Spigot plugin for Minecraft 1.8-1.15+ that enables you to view your server console and manage your server from anywhere. It creates a WebSocket server in the background used by the web interface to send commands, receive your console log and manage your server.
Dont worry about privacy or security: all data is stored in your browser offline and your PC will connect directly to your minecraft server. No intermediary web servers, just you and your MC server.

View File

@ -223,11 +223,11 @@
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- WebConsole JS Scripts -->
<script src="scripts/WebConsoleLanguage.js?v=1.4.3"></script>
<script src="scripts/WebConsoleConnector.js?v=1.4.3"></script>
<script src="scripts/WebConsoleManager.js?v=1.4.3"></script>
<script src="scripts/WebConsolePersistenceManager.js?v=1.4.3"></script>
<script src="scripts/WebConsole.js?v=1.4.3"></script>
<script src="scripts/WebConsoleJqueryHandler.js?v=1.4.3"></script>
<script src="scripts/WebConsoleLanguage.js?v=1.4.4"></script>
<script src="scripts/WebConsoleConnector.js?v=1.4.4"></script>
<script src="scripts/WebConsoleManager.js?v=1.4.4"></script>
<script src="scripts/WebConsolePersistenceManager.js?v=1.4.4"></script>
<script src="scripts/WebConsole.js?v=1.4.4"></script>
<script src="scripts/WebConsoleJqueryHandler.js?v=1.4.4"></script>
</body>
</html>