From d632ed0c105d6fc2b657fdc4501f1facb740a3cb Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Sun, 14 Jul 2024 13:32:36 +0200 Subject: [PATCH] Upper case on title --- Material-Group.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Material-Group.md b/Material-Group.md index 6237699..5c1df89 100644 --- a/Material-Group.md +++ b/Material-Group.md @@ -1,4 +1,4 @@ -## What is a material group +# Material Group A material group is a named collection of bukkit material that can accept other material group to be "added" to the group policy. \ It is used in enchantment conflict (config wip) @@ -6,7 +6,7 @@ It is used in enchantment conflict (config wip) *** -## Actual implementation of material group +## Actual Implementation of Material Group The 2 implementation of material groups are IncludeGroup and ExcludeGroup. \ It is recommended to use only IncludeGroup as it can be edited by admin at runtime via the gui. @@ -20,7 +20,7 @@ Adding a group to another group is not impacted by the type of group. For exampl *** -## Create and register material group +## Creating and Registering a Material Group Here is an example of you could create a material group ```java @EventHandler @@ -59,7 +59,7 @@ It will be triggered almost instantly after every plugin have initialized. *** -## Removing a material group. +## Removing a Material Group. You may want to remove a material group via MaterialGroupApi. But it is not recommended and current implementation: If the group is not in use everything should be fine, but if not the case then it is unspecified behavior. (but probably will still be used until restart by the required conflict and group) \ A better version of these function will be implemented in the incoming update.