From 6cd28a87d439e5b2d226b821752c4292607bd8b3 Mon Sep 17 00:00:00 2001 From: N0tMyFaultOG Date: Fri, 13 Nov 2020 22:40:35 +0100 Subject: [PATCH] Update the CraftScript README and SUBMITTING files a095b284c8cebff0caf4f8dbfd8140c595787e76 Co-Authored-By: Matthew Miller --- contrib/craftscripts/{README.txt => README.md} | 5 ++--- contrib/craftscripts/SUBMITTING.md | 5 +++++ contrib/craftscripts/SUBMITTING.txt | 10 ---------- 3 files changed, 7 insertions(+), 13 deletions(-) rename contrib/craftscripts/{README.txt => README.md} (66%) create mode 100644 contrib/craftscripts/SUBMITTING.md delete mode 100644 contrib/craftscripts/SUBMITTING.txt diff --git a/contrib/craftscripts/README.txt b/contrib/craftscripts/README.md similarity index 66% rename from contrib/craftscripts/README.txt rename to contrib/craftscripts/README.md index c44072d8f..aac91ed62 100644 --- a/contrib/craftscripts/README.txt +++ b/contrib/craftscripts/README.md @@ -5,10 +5,9 @@ Example usage: /cs maze.js glowstone 10 10 You may or may not install these scripts -- it is optional. If you are, however, -place the entire craftscripts/ folder into the respective directory for the platform +place the entire `craftscripts/` folder into the respective directory for the platform that you have installed WorldEdit. In order to be able to use CraftScripts, you must install the Rhino JavaScript library. The installation page linked above has information about that. More information -about scripts in general can be found at -https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/ \ No newline at end of file +about scripts in general can be found [on the WorldEdit docs](https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/) \ No newline at end of file diff --git a/contrib/craftscripts/SUBMITTING.md b/contrib/craftscripts/SUBMITTING.md new file mode 100644 index 000000000..06d016bda --- /dev/null +++ b/contrib/craftscripts/SUBMITTING.md @@ -0,0 +1,5 @@ +Write a cool script? You can submit a pull request to [our GitHub Repository](https://github.com/IntellectualSites/FastAsyncWorldEdit). +We will consider your script for inclusion in the FastAsyncWorldEdit repository. CraftScripts in the FastAsyncWorldEdit repository are +licensed under GPLv3, like the rest of FastAsybcWorldEdit. + +You can also post your scripts on [our Discord](https://discord.gg/KxkjDVg) in the `#sharing-is-caring` channel. \ No newline at end of file diff --git a/contrib/craftscripts/SUBMITTING.txt b/contrib/craftscripts/SUBMITTING.txt deleted file mode 100644 index c16ebc290..000000000 --- a/contrib/craftscripts/SUBMITTING.txt +++ /dev/null @@ -1,10 +0,0 @@ -Write a cool script? Send it to sk89q (somehow) or you can submit a pull -request on https://github.com/sk89q/worldedit. He will consider your script -for inclusion in WorldEdit releases. Please license your script with a -permissive open source license such as GPLv2, MIT, BSD, WTFPL, etc. - -Note: Legally you should not release things to the public domain as not -all countries have the concept of public domain in their copyright law. - -You can also post your scripts here: -https://discord.gg/KxkjDVg or http://forum.sk89q.com/forums/craftscripts.6/ \ No newline at end of file