diff --git a/config/heracles/groups.txt b/config/heracles/groups.txt deleted file mode 100644 index d36f7d78e..000000000 --- a/config/heracles/groups.txt +++ /dev/null @@ -1,3 +0,0 @@ -Main -first_group -second_group diff --git a/config/heracles/quests/firstgroup/asdas.json b/config/heracles/quests/firstgroup/asdas.json deleted file mode 100644 index 3cc442d2c..000000000 --- a/config/heracles/quests/firstgroup/asdas.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "dependencies": [], - "tasks": {}, - "rewards": {}, - "display": { - "subtitle": { - "text": "" - }, - "description": [], - "groups": { - "first_group": { - "position": [ - -197, - -119 - ] - } - }, - "icon": { - "item": { - "id": "minecraft:map", - "count": 1 - }, - "type": "heracles:item" - }, - "icon_background": "heracles:textures/gui/quest_backgrounds/default.png", - "title": { - "translate": "asdas" - } - }, - "settings": { - "unlockNotification": false, - "showDependencyArrow": true, - "repeatable": false, - "individual_progress": false, - "hidden": "LOCKED" - } -} \ No newline at end of file diff --git a/config/heracles/quests/firstgroup/test.json b/config/heracles/quests/firstgroup/test.json deleted file mode 100644 index e96f81055..000000000 --- a/config/heracles/quests/firstgroup/test.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "dependencies": [ - "asdas" - ], - "tasks": {}, - "rewards": {}, - "display": { - "subtitle": { - "translate": "asdasd" - }, - "description": [ - "" - ], - "groups": { - "first_group": { - "position": [ - -259, - -120 - ] - } - }, - "icon": { - "item": { - "id": "minecraft:stone", - "count": 1 - }, - "type": "heracles:item" - }, - "icon_background": "heracles:textures/gui/quest_backgrounds/rounded_squares.png", - "title": { - "translate": "test" - } - }, - "settings": { - "unlockNotification": false, - "showDependencyArrow": true, - "repeatable": false, - "individual_progress": false, - "hidden": "LOCKED" - } -} \ No newline at end of file diff --git a/config/heracles/tutorial.html b/config/heracles/tutorial.html deleted file mode 100644 index 61cacc13e..000000000 --- a/config/heracles/tutorial.html +++ /dev/null @@ -1,9 +0,0 @@ -
Quests are a way to guide you through the progression. They are a way to help you learn about things and the world around you.
-Quests are split into groups. Each group has a set of quests that you can complete. You can complete quests in any order you want, but some quests may require you to complete other quests first.
-You can change this file in the tutorial.html file in the Heracles config folder.
-Happy Questing!