diff --git a/config/config.lua b/config/config.lua deleted file mode 100644 index 585712d..0000000 --- a/config/config.lua +++ /dev/null @@ -1,8 +0,0 @@ -return { - payment = { - paymentType = "name", - key = "jhfuiojdnhiotujnhoifdjhydtfydfty-345", - keyFormat = "pkey", - name = "kristname" - } -}; diff --git a/config/products.lua b/config/products.lua deleted file mode 100644 index 8392fdc..0000000 --- a/config/products.lua +++ /dev/null @@ -1,20 +0,0 @@ -local products = { - { - displayName = "Dirt", - type = "item", - price = 2, - params = { - amount = 203, - id = "minecraft:dirt" - } - }, - { - displayName = "MiloX", - type = "link", - price = 20, - params = { - link = "https://devbin.dev/8f3wy" - } - } -}; -return products; diff --git a/config/services.lua b/config/services.lua deleted file mode 100644 index 39f2713..0000000 --- a/config/services.lua +++ /dev/null @@ -1,15 +0,0 @@ -local services = { - item = { - chests = { - { - first = "minecraft:chest_", - ids = { - 193, - 195, - "199->205" - } - } - } - } -}; -return services; diff --git a/data/index.xml b/data/index.xml new file mode 100644 index 0000000..2a7e1ce --- /dev/null +++ b/data/index.xml @@ -0,0 +1,8 @@ + + + Home + Items + + + > + \ No newline at end of file diff --git a/data/pages/home.xml b/data/pages/home.xml new file mode 100644 index 0000000..18f81fb --- /dev/null +++ b/data/pages/home.xml @@ -0,0 +1,5 @@ + +