From cbf6e6041baea40dd21f8951e9cfdf6b87ef2707 Mon Sep 17 00:00:00 2001 From: foxikle Date: Sat, 30 Nov 2024 19:13:22 -0500 Subject: [PATCH 1/2] add versions --- help-versions.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 help-versions.json diff --git a/help-versions.json b/help-versions.json new file mode 100644 index 0000000..4804bbf --- /dev/null +++ b/help-versions.json @@ -0,0 +1,4 @@ +[ + {"version":"1.6","url":"/v/1.6/","isCurrent":false}, + {"version":"1.7","url":"/v/1.7/","isCurrent":true} +] \ No newline at end of file From 637f5803335e9dec11642b0009a77a2d09c1bf1b Mon Sep 17 00:00:00 2001 From: foxikle Date: Fri, 20 Dec 2024 22:11:01 -0500 Subject: [PATCH 2/2] 1.7 --- Writerside/cfg/buildprofiles.xml | 5 +- Writerside/customnpcs.tree | 29 +-- Writerside/redirection-rules.xml | 4 + Writerside/topics/API-Documentation.md | 5 +- Writerside/topics/API-Roadmap.md | 20 +++ Writerside/topics/Acknowledgments.md | 2 +- .../topics/Creating-an-NPC-with-the-API.md | 167 ++++++++++++++++++ .../topics/Getting-Started-With-The-API.md | 73 ++++++++ Writerside/topics/Gimmicks.md | 7 + Writerside/topics/Using-Events.md | 55 ++++++ Writerside/topics/Using-the-Action-System.md | 2 +- Writerside/topics/Writing-Custom-Actions.md | 158 +++++++++++++++++ Writerside/topics/customnpcs.md | 3 + Writerside/writerside.cfg | 2 +- help-versions.json | 4 - 15 files changed, 512 insertions(+), 24 deletions(-) create mode 100644 Writerside/topics/API-Roadmap.md create mode 100644 Writerside/topics/Creating-an-NPC-with-the-API.md create mode 100644 Writerside/topics/Getting-Started-With-The-API.md create mode 100644 Writerside/topics/Gimmicks.md create mode 100644 Writerside/topics/Using-Events.md create mode 100644 Writerside/topics/Writing-Custom-Actions.md create mode 100644 Writerside/topics/customnpcs.md delete mode 100644 help-versions.json diff --git a/Writerside/cfg/buildprofiles.xml b/Writerside/cfg/buildprofiles.xml index e217495..8a7cee3 100644 --- a/Writerside/cfg/buildprofiles.xml +++ b/Writerside/cfg/buildprofiles.xml @@ -2,7 +2,7 @@ - emerald + aqua https://foxikle.dev Download CustomNPCs https://modrinth.com/plugin/customnpcs @@ -15,7 +15,8 @@