You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,21 @@ This plugin only supports versions listed in the [Modrinth page](https://modrint
8
8
9
9
Check your server version before downloading the plugin!
10
10
11
-
## Features
11
+
## ✨Features
12
12
13
13
- Add lore lines to items, without affecting an actual item.
14
14
15
-
## Installation
15
+
## 📥Installation
16
16
17
17
You can download the latest version of LoreEditor from the [Modrinth](https://modrinth.com/plugin/loreeditor) and then place it in your `plugins` folder.
18
18
19
-
## Developer API
19
+
## 🔧Developer API
20
20
21
21
LoreEditor provides a simple API for developers to use.
22
22
23
-
### Dependency
23
+
### 💻Dependency
24
24
25
-
#### plugin.yml
25
+
#### 📝plugin.yml
26
26
27
27
To use LoreEditor in your plugin, you need to add the following to your `plugin.yml`:
28
28
@@ -65,7 +65,7 @@ dependencies {
65
65
}
66
66
```
67
67
68
-
### Usage
68
+
### ⌨️Usage
69
69
70
70
#### Add lore lines
71
71
@@ -91,6 +91,6 @@ public class TestPlugin extends JavaPlugin {
91
91
}
92
92
```
93
93
94
-
## License
94
+
## 📜License
95
95
96
96
LoreEditor is licensed under the [GNU General Public License v3.0](LICENSE).
0 commit comments