Update Experience Sources

Guillaumemartinfesta 2022-07-26 09:07:27 +00:00
parent 774069c924
commit c354e654f7

@ -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. |