mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
Merge branch 'master' into 'dev'
# Conflicts: # src/main/java/com/eu/habbo/Emulator.java
This commit is contained in:
commit
d4d6da7506
@ -12,7 +12,7 @@ Arcturus Morningstar is released under the [GNU General Public License v3](https
|
|||||||
|
|
||||||
## Versions ##
|
## Versions ##
|
||||||
![image](https://img.shields.io/badge/VERSION-2.3.0-success.svg?style=for-the-badge&logo=appveyor)
|
![image](https://img.shields.io/badge/VERSION-2.3.0-success.svg?style=for-the-badge&logo=appveyor)
|
||||||
![image](https://img.shields.io/badge/STATUS-UNSTABLE-red.svg?style=for-the-badge&logo=appveyor)
|
![image](https://img.shields.io/badge/STATUS-STABLE-green.svg?style=for-the-badge&logo=appveyor)
|
||||||
|
|
||||||
Compiled Download: https://git.krews.org/morningstar/Arcturus-Community/releases
|
Compiled Download: https://git.krews.org/morningstar/Arcturus-Community/releases
|
||||||
|
|
||||||
@ -33,6 +33,7 @@ When making an bug report or a feature request use the template we provide so th
|
|||||||
- Quadral (Pathfinder)
|
- Quadral (Pathfinder)
|
||||||
- Skeletor
|
- Skeletor
|
||||||
- z
|
- z
|
||||||
|
- ArpyAge
|
||||||
|
|
||||||
## Discord ##
|
## Discord ##
|
||||||
Join us on Discord at https://discord.gg/BzfFsTp
|
Join us on Discord at https://discord.gg/BzfFsTp
|
||||||
@ -68,8 +69,8 @@ Sale of a special edition of a *source code* will not be permitted. You may use
|
|||||||
If we ever are to make paid features or plugins, we will not prevent or discourage developers from creating alternative options for users.
|
If we ever are to make paid features or plugins, we will not prevent or discourage developers from creating alternative options for users.
|
||||||
|
|
||||||
|
|
||||||
## Plugins - ArcturusExtended ##
|
## Plugins - Official Plugins ##
|
||||||
ArcturusExtended is a pack with a collection of constantly updated plugins which add custom features to Arcturus Morningstar.
|
You can find official plugins to add custom features to Arcturus Morningstar at the following URL:
|
||||||
|
|
||||||
[View the respository here.](https://git.krews.org/morningstar/arcturus-extended/)
|
[View the respository here.](https://git.krews.org/official-plugins)
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ public final class Emulator {
|
|||||||
|
|
||||||
public final static String PREVIEW = "RC-3";
|
public final static String PREVIEW = "RC-3";
|
||||||
|
|
||||||
public static final String version = "Arcturus Morningstar" + " " + MAJOR + "." + MINOR + "." + BUILD + " ";
|
public static final String version = "Arcturus Morningstar" + " " + MAJOR + "." + MINOR + "." + BUILD;
|
||||||
private static final String logo =
|
private static final String logo =
|
||||||
"\n" +
|
"\n" +
|
||||||
"███╗ ███╗ ██████╗ ██████╗ ███╗ ██╗██╗███╗ ██╗ ██████╗ ███████╗████████╗ █████╗ ██████╗ \n" +
|
"███╗ ███╗ ██████╗ ██████╗ ███╗ ██╗██╗███╗ ██╗ ██████╗ ███████╗████████╗ █████╗ ██████╗ \n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user