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: content/docs/lifestealz/dev/usinglszapi.mdx
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ Add the following to your `pom.xml` file:
32
32
</dependency>
33
33
</dependencies>
34
34
```
35
+
35
36
</Tab>
36
37
37
38
<Tabvalue="Gradle">
@@ -48,6 +49,7 @@ dependencies {
48
49
compileOnly 'com.zetaplugins.lifestealz:lifestealz:1.0.0' // Replace with the latest version
49
50
}
50
51
```
52
+
51
53
</Tab>
52
54
</Tabs>
53
55
@@ -79,14 +81,15 @@ author: author
79
81
main: com.yourplugin.MainClass
80
82
81
83
dependencies:
82
-
server:
83
-
LifeStealZ:
84
-
load: BEFORE # This means that LifeStealZ will be loaded before your plugin
85
-
required: false # Use 'true' for hard dependency
84
+
server:
85
+
LifeStealZ:
86
+
load: BEFORE # This means that LifeStealZ will be loaded before your plugin
87
+
required: false # Use 'true' for hard dependency
86
88
```
89
+
87
90
</Tab>
88
91
</Tabs>
89
92
90
93
## What can you do with the API?
91
94
92
-
If you want to learn, what you can do with the LifeStealZ api, please refer to the following documentation pages or the [JavaDoc](https://javadocs.lifestealz.com/).
95
+
If you want to learn, what you can do with the LifeStealZ api, please refer to the following documentation pages or the [JavaDoc](https://jd.lsz.zetaplugins.com/).
Copy file name to clipboardExpand all lines: content/docs/lifestealz/index.mdx
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,33 +8,33 @@ LifeStealZ is a lifesteal SMP plugin, that allows you to steal hearts from other
8
8
9
9
## Features
10
10
11
-
* ✅ Stealing hearts
12
-
* ✅ Withdraw hearts
13
-
* ✅ Customizable heart items
14
-
* ✅ Custom crafting recipes
15
-
* ✅ Revive item
16
-
* ✅ Maximal and starter hearts
17
-
* ✅ Disable totems
18
-
* ✅ Disable crystal pvp
19
-
* ✅ Ingame recipe viewer
20
-
* ✅ PlaceholderAPI placeholders
21
-
* ✅ Custom WorldGuard flags
22
-
* ✅ Admin commands
23
-
* ✅ HEX colors and gradients support
24
-
* ✅ SQLite and MySQL support
11
+
- ✅ Stealing hearts
12
+
- ✅ Withdraw hearts
13
+
- ✅ Customizable heart items
14
+
- ✅ Custom crafting recipes
15
+
- ✅ Revive item
16
+
- ✅ Maximal and starter hearts
17
+
- ✅ Disable totems
18
+
- ✅ Disable crystal pvp
19
+
- ✅ Ingame recipe viewer
20
+
- ✅ PlaceholderAPI placeholders
21
+
- ✅ Custom WorldGuard flags
22
+
- ✅ Admin commands
23
+
- ✅ HEX colors and gradients support
24
+
- ✅ SQLite and MySQL support
25
25
26
26
## Support
27
27
28
28
If you need further help with LifeStealZ, you can join in our [Discord Server](https://discord.com/invite/Cc76tYwXvy). You can either ask in the #support channel or create a Ticket.
0 commit comments