Infos zu plugin.yml

The next update will be available on Wednesday, December 18, in the early evening (GMT+1).

This update will not yet replace the Java version, instead it is the actual content update. We'll provide more information about the transition together with the update.
  • Hier ist ein Beispiel für die "plugin.yml" Definitionsdatei:

    Code
    name: MyPluginName
    main: net.mypackage.myplugin.MyPluginClass
    version: 0.0.1
    author: <AuthorName>
    team: <your team, optional>
    description: "RW Plugin description ..."
    loadorder: 0
    license: MIT
    website: http://www.optional_homepage_url.com

    Es wird alles gut :) früher oder später :D meistens später :nerd: ... ich wandle Kaffee in Quelltext um.

    Und besucht die Rising World Wiki

    Edited once, last by Kryssi_79: Aktualisiert nach Antworten ().

  • Das sollte noch webseite und loader rein :D


    Code
    name: PluginName
    main: package.ClassName
    version: 0.0.1
    loadorder: 0
    author: AuthorName
    description: "RW Plugin bla ..."
    website: https://forum.rising-world.net/thread/12693...
    license: BDS
  • Ich habe den Create Plugin Thread tatsächlich mal für die neue Version angepasst ;)Im unteren Teil ist der Inhalt der plugin.yml beschrieben.


    Kurzum ist die Datei tatsächlich notwendig. Definiert sein muss name (Name des Plugins), main (Pfad inkl. Package zur Hauptklasse), version (irgendeine Versionsnummer des Plugins) sowie author (Name des Pluginerstellers). Sinnvoll (aber optional) ist noch eine loadorder (Angabe, ob das Plugin früher oder später als andere Plugins geladen werden soll). Alles andere ist optional ^^

Participate now!

Don’t have an account yet? Create a new account now and be part of our community!