This repository was archived by the owner on Dec 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed
de/omegazirkel/risingworld Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1+ ## [ Unreleased]
2+
3+ ## [ 0.11.4] - 2019-01-26
4+ ### Changed
5+ - tools.jar updated to 0.2.0
6+
17### Version 0.11.3
28- fixed: remove #% prefix, ignore empty messages
39- added: more text-output translations
Original file line number Diff line number Diff line change 1+ ## [ Unreleased]
2+
3+ ## [ 0.11.4] - 2019-01-26
4+ ### Changed
5+ - tools.jar auf 0.2.0 aktualisiert
6+
17### Version 0.11.3
28- Behoben: GI prefix ` #% ` entfernt und leere Nachrichten ignorieren
39- Hinzugefügt: Weitere Textbausteine sind nun übersetzt
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >de.omegazirkel.risingworld</groupId >
55 <artifactId >DiscordPlugin</artifactId >
6- <version >0.11.3 -SNAPSHOT</version >
6+ <version >0.11.4 -SNAPSHOT</version >
77 <packaging >jar</packaging >
88 <dependencyManagement ></dependencyManagement >
99 <dependencies >
5959 <dependency >
6060 <groupId >de.omegazirkel.risingworld</groupId >
6161 <artifactId >tools</artifactId >
62- <version >0.1 .0-SNAPSHOT</version >
62+ <version >0.2 .0-SNAPSHOT</version >
6363 <scope >system</scope >
64- <systemPath >${basedir} /../libs/tools-0.1 .0-SNAPSHOT.jar</systemPath >
64+ <systemPath >${basedir} /../libs/tools-0.2 .0-SNAPSHOT.jar</systemPath >
6565 </dependency >
6666 </dependencies >
6767 <build >
Original file line number Diff line number Diff line change 4343 */
4444public class DiscordWebHook extends Plugin implements Listener , FileChangeListener {
4545
46- static final String pluginVersion = "0.11.3 " ;
46+ static final String pluginVersion = "0.11.4-SNAPSHOT " ;
4747 static final String pluginName = "DiscordPlugin" ;
4848
4949 static final String colorError = "[#FF0000]" ;
Original file line number Diff line number Diff line change 11name : " Omega Zirkel - Discord Plugin"
22main : de.omegazirkel.risingworld.DiscordWebHook
3- version : 0.11.3
3+ version : 0.11.4-SNAPSHOT
44author : " Maik 'Devidian' Laschober"
55team : " Omega Zirkel"
66description : " This Plugin can be used to display ingame chat in a Discord channel"
You can’t perform that action at this time.
0 commit comments