Minor changes
This commit is contained in:
parent
3db4689f80
commit
2d124942be
@ -3,7 +3,7 @@
|
||||
[](https://github.com/mesacarlos/WebConsole/releases/latest)
|
||||

|
||||
|
||||
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.
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user