Skip to content

Commit c0115ad

Browse files
[~] Improved log system
[!] Amend README.md
1 parent b615705 commit c0115ad

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DolphinMinecraftBot-Reloaded
22
<p align="center">
3-
<img src="assets/logo.jpg" width="300" height="300">
3+
<img src="assets/logo.png" width="350" height="350">
44
</p>
55
<div align="center">
66
✨ A lightweight, reliable, intelligent MC bot for general minecraft server, with high-scalability and performance. It integrated plugin loaders like bukkit and easy-used interface styled APIs, allows you to customize event handles. ✨
@@ -43,8 +43,8 @@
4343
- Automatic answer questions in `2b2t.xin` for speeding up login process.
4444
- Supporting to reload a plugin while the client is running on server.
4545

46-
### Screenshots:
47-
46+
## Screenshots:
47+
### Running on Windows 10:
4848
<p align="center">
4949
<img src="assets/dolphinbot1.png">
5050
</p>
@@ -54,7 +54,7 @@
5454
- [`Hot-Reloading Plugin`](#hot-swapping-plugins-in-game)
5555
- [`Terminal Interactions`]()
5656

57-
**Implemented Event APIs:**
57+
**Implemented Event APIs:**
5858

5959
- [`Command System`](PluginDocs.md#2-commands-system)
6060
- [`Packet Handlers`](PluginDocs.md#3-deep-understand-dolphinapis-)

assets/logo.png

484 KB
Loading

src/main/java/org/angellock/impl/Start.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
public class Start {
2121
private static final Logger log = LoggerFactory.getLogger(Start.class);
22-
private static final String ARCHIVE_VERSION = Optional.ofNullable(Start.class.getPackage().getImplementationVersion()).orElse("v1.2.1-BETA");
22+
private static final String ARCHIVE_VERSION = Optional.ofNullable(AnsiEscapes.shiftVersionTags(Start.class.getPackage().getImplementationVersion())).orElse("LATEST");
2323
private static final boolean win32 = System.getProperty("os.name").toLowerCase().contains("windows");
2424

2525
public static void main(String[] args) {

0 commit comments

Comments
 (0)