Minecraft Social Server Plugin
-
Zusammenfassung In diesem Repository liegt der QuellCode des MinecraftSocial Plugins. Unter Release liegen die aktuellen Plugin Jars zu den entsprechenden Minecraft Versionen
-
Version aktuelle unterstützte Minecraft Version: 14.4.4
Slack: https://crankzone.slack.com/signup
- Other community or team contact
Get a Patron on Patreon https://www.patreon.com/deronkozockt You can Donate on Paypal muellermh.media@gmail.com
Um das Plugin zu betreiben benötigt Ihr das Spigot Server File, eine MariaDB und das Plugin JAR File.
Um MC-Social auf deinem Servere zu installieren, lade dir das JAR File von Bukkit oder Github herunter.
Lade das Jar File auf deinen Server in das plugin Verzeichnis
Erstelle im Ordner plugin einen Unterortner MinecraftSocial. Erstelle hier eine neue Datei mit dem Namen config.yml
Die Datei muss folgende Datenbank Informationen beinhalten:
mysql:
adress: 192.178.178.20
port: 3306
username: root
password: 1234
database: mcstest
Eine Beispiel Datei findet Ihr im Github Projekt im Ordner resource.
Beim nächsten Start wird das Plugin geladen und verbindet Sich mit der Datenbank. Beim Start werden alle benötigten Datenbank Tabellen automatisch angelegt.
Weitere Anleitungen zum Projekt findet Ihr im Wiki des Github Projekts.
java -Xmx8G -Xms1G -Xdebug -Xrunjdwp:transport=dt_socket,address=1000,server=y,suspend=n -jar craftbukkit.jar
java -Xmx6G -Xms1G -Xdebug -Xrunjdwp:transport=dt_socket,address=1000,server=y,suspend=n -jar spigot-1.14.4.jar
CodeQL Build compile and release Minecraft Social
Minecraft Social Server Plugin
-
summary This repository contains the source code of the MinecraftSocial plugin. Under Release are the current plugin jars for the corresponding Minecraft versions
-
version current supported Minecraft version: 14.4.4
Slack: https://crankzone.slack.com/signup
- Other community or team contact
Get a Patron on Patreon https://www.patreon.com/deronkozockt You can Donate on Paypal muellermh.media@gmail.com
To run the plugin you need the Spigot Server File, a MariaDB and the plugin JAR File.
To install MC-Social on your server, download the JAR file from Bukkit or Github
Download the Jar file on your server into the plugin directory
Create a subortner MinecraftSocial in the folder plugin. Create here a new file with the name config.yml
The file must contain the following database information:
``yaml mysql: address: 192.178.178.20 port: 3306 username: root password: 1234 database: mcstest
An example file can be found in the resource folder of the github project.
At the next start the plugin will be loaded and connects to the database. At startup all required database tables are created automatically.
You can find further instructions in the Github project's Wiki.
### Starting the server with craftbukkit in debug mdus
java -Xmx8G -Xms1G -Xdebug -Xrunjdwp:transport=dt_socket,address=1000,server=y,suspend=n -jar craftbukkit.jar
### start the server with spigot in debug mdus
java -Xmx6G -Xms1G -Xdebug -Xrunjdwp:transport=dt_socket,address=1000,server=y,suspend=n -jar spigot-1.14.4.jar
Translated with www.DeepL.com/Translator (free version)