From a095b284c8cebff0caf4f8dbfd8140c595787e76 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Sat, 26 Sep 2020 13:07:29 +1000 Subject: [PATCH] Update the CraftScript README and SUBMITTING files --- 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} (67%) 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 67% rename from contrib/craftscripts/README.txt rename to contrib/craftscripts/README.md index c44072d8f..d0838f04f 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 our docs](https://worldedit.enginehub.org/en/latest/usage/other/craftscripts/) diff --git a/contrib/craftscripts/SUBMITTING.md b/contrib/craftscripts/SUBMITTING.md new file mode 100644 index 000000000..61acf7aee --- /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/EngineHub/WorldEdit). +We will consider your script for inclusion in the WorldEdit repository. CraftScripts in the WorldEdit repository are +licensed under GPLv3, like the rest of WorldEdit. + +You can also post your scripts on [our Discord](https://discord.gg/enginehub) in the `#showcase` channel diff --git a/contrib/craftscripts/SUBMITTING.txt b/contrib/craftscripts/SUBMITTING.txt deleted file mode 100644 index b519effe8..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/YKbmj7V or http://forum.sk89q.com/forums/craftscripts.6/ \ No newline at end of file