From c354e654f75d8324aaa535124ad76cbb6ce58794 Mon Sep 17 00:00:00 2001 From: Guillaumemartinfesta Date: Tue, 26 Jul 2022 09:07:27 +0000 Subject: [PATCH] Update Experience Sources --- Experience-Sources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Experience-Sources.md b/Experience-Sources.md index e625bdf..810372a 100644 --- a/Experience-Sources.md +++ b/Experience-Sources.md @@ -41,7 +41,7 @@ exp-sources: | Repair Item | `repairitem{type=ITEM_MATERIAL}` | You can define on sithing.yml the amount of xp for each material. Check [here](Smithing) the info about smithing.. | Enchant Item | `enchantitem{type=...}` | [More info on Enchanting](Enchanting) | | Climb | `climb{type=CLIMB_TYPE}` | When you climb one block. The type can be ladder, vines, weeping-vines, twisting-vines. If you don't specify any type it will trigger for all types. | -| Eat | `eat{type=ITEM_MATERIAL}` | Give experience for each hunger point restored when some specific food is eaten. If you don't specify a material for the type it will give exp disregarding what you eat. | +| Eat | `eat{type=ITEM_MATERIAL}` | Give experienc when some specific food is eaten. If you don't specify a material for the type it will give exp disregarding what you eat. | | Move | `move{type=MOVING_TYPE}` | Give experience for each block travelled the type can be sneak, fly, swim, sprint or walk.If it is not specified will trigger all the time. | | Resource | `resource{type=RESOURCE_TYPE}` | Gives exp for each resource of type "RESOURCE_TYPE" consumed. Resource type can be mana, stamina or stellium. | | Ride | `ride{type=ENTITY_TYPE}` | When you move riding a certain entity. Check the [EntityType](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html) enum to specify the type. |