Skip to content

Commit

Permalink
update: wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Jul 16, 2024
1 parent 255f439 commit 4604dee
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1039,29 +1039,28 @@ public class Realname {
- `damage`: damage to plaer
- `experience`: experience a player gained
---
Example 1
If you want to `doubled` the damage from zombie to a player.
You can set a meta by: `/lp group default meta set fuji.multiplier.damage.minecraft:zombie 2`
---
Example 2
If you want to cancel fall damage for all players. You can use `damage multiplier`.
You can set a meta by: `/lp group default meta set fuji.multiplier.damage.minecraft:fall 0`
---
Example 3
If you want to `doubled` all the damages to a player.
You can set a meta by: `/lp group default meta set fuji.multiplier.damage.all 2`
---
Example 4
If you want to `doubled` all the experience a player gained.
You can set a meta by: `/lp group default meta set fuji.multiplier.experience.all 2`
---
Example 5
If you want to `half` all the damages to a player.
You can set a meta by: `/lp group default meta set fuji.multiplier.damage.all 0.5`
Expand Down

0 comments on commit 4604dee

Please sign in to comment.