diff --git a/core/pom.xml b/core/pom.xml
new file mode 100644
index 0000000..3804398
--- /dev/null
+++ b/core/pom.xml
@@ -0,0 +1,40 @@
+
+
+ * Data types:
+ *
parent class type, like Object from {@link NestedKeyMap}, JsonElement from GSON or Tag from NBT. getOps();
+
+ P remove(String key);
+
+ boolean contains(String key);
+
+ boolean contains(String key, Class extends P> type);
+
+ boolean containsSection(String key);
+
+ Set
+ * Meant to be internal type that used as value in internal object
+ */
+@SuppressWarnings({"unused", "UnusedReturnValue"})
+public interface DataHolder