You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/home/installing-pylon.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
PYLON IS CURRENTLY EXPERIMENTAL. ONLY RUN IT ON A TEST SERVER THAT YOU ARE WILLING TO DELETE. THE NEXT PYLON VERSION WILL PROBABLY NOT BE COMPATIBLE WITH THE PREVIOUS ONE. IF YOU INSTALL PYLON SOMEWHERE YOU SHOULDN'T AND END UP LOSING DATA, WE WILL POINT AND LAUGH AT YOU.
5
5
6
6
1. Make sure you are running Paper or a Paper fork. Pylon is not compatible with Spigot.
7
-
2. Download the latest version of Rebar from [here](https://github.com/pylonmc/rebar/releases)
8
-
3. Download the latest version of Pylon from [here](https://github.com/pylonmc/pylon)
7
+
2. Download the latest version of Rebar from [here](https://github.com/pylonmc/rebar/releases/latest)
8
+
3. Download the latest version of Pylon from [here](https://github.com/pylonmc/pylon/releases/latest)
9
9
4. Drop the .jar files in your plugins folder and restart your server. [Do not use /reload](https://madelinemiller.dev/blog/problem-with-reload/). The first start will take longer than usual, but after that, Rebar/Pylon will load much more quickly.
10
10
5. Check out Rebar and Pylon's plugin folders to see all the config options available.
| Hammer recipe type |[https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/recipes/HammerRecipe.java](https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/recipes/HammerRecipe.java)|
| Pylon English language file |[https://github.com/pylonmc/pylon/blob/master/src/main/resources/lang/en.yml](https://github.com/pylonmc/pylon/blob/master/src/main/resources/lang/en.yml)|
115
+
| Hammer recipe type |[https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/recipes/HammerRecipe.java](https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/recipes/HammerRecipe.java)|
| Pylon English language file |[https://github.com/pylonmc/pylon/blob/master/src/main/resources/lang/en.yml](https://github.com/pylonmc/pylon/blob/master/src/main/resources/lang/en.yml)|
|**How do I install Pylon?**| Read the installation guide at [https://pylonmc.github.io/installation/installing-pylon/](https://pylonmc.github.io/installation/installing-pylon/). Beware that **Pylon and Rebar are still experimental and you should not run them outside of an expendable test server.**|
128
-
|**Will Rebar support Slimefun addons?**| No. Migrating from Slimefun to Rebar is non-trivial, and we advise addon developers to rewrite their addons entirely to better suit Pylon's progression and style rather than attempting to migrate them 1-to-1. |
|**How do I install Pylon?**| Read the installation guide at [https://pylonmc.github.io/home/installing-pylon/](https://pylonmc.github.io/home/installing-pylon/). Beware that **Pylon and Rebar are still experimental and you should not run them outside of an expendable test server.**|
128
+
|**Will Rebar support Slimefun addons?**| No. Migrating from Slimefun to Rebar is non-trivial, and we advise addon developers to rewrite their addons entirely to better suit Pylon's progression and style rather than attempting to migrate them 1-to-1. |
129
129
|**What versions will Rebar/Pylon support?**| We plan to keep each Pylon and Rebar version compatible with the latest version of Minecraft at the time. To make it easier and faster for us to update, **each version of Pylon/Rebar will only support one version of Minecraft.** This means you will need to use older versions of Pylon/Rebar for older versions of Minecraft. Critical fixes will be backported. |
130
-
|**What server software can Pylon/Rebar run on?**| Paper or paper forks only. Folia support may come later down the line. |
131
-
|**Will Pylon/Rebar support bedrock (via Geyser)?**| Eventually, yes, but it is not a high priority and will be one of the last things added. Geyser is very hard for a project like this to support and there will be some jank. |
132
-
|**When will Pylon be ready?**| See the 'Provisional Timeline' section above |
133
-
|**How can I submit a translation?**| We do not currently accept translations due to how quickly the plugin is changing (any translation would go out of date quickly). There will be an announcement when we are ready for translations. |
130
+
|**What server software can Pylon/Rebar run on?**| Paper or paper forks only. Folia support may come later down the line. |
131
+
|**Will Pylon/Rebar support bedrock (via Geyser)?**| Eventually, yes, but it is not a high priority and will be one of the last things added. Geyser is very hard for a project like this to support and there will be some jank. |
132
+
|**When will Pylon be ready?**| See the 'Provisional Timeline' section above |
133
+
|**How can I submit a translation?**| We do not currently accept translations due to how quickly the plugin is changing (any translation would go out of date quickly). There will be an announcement when we are ready for translations. |
134
134
135
135
**If you have a different question, drop a message on [Discord](https://discord.gg/4tMAnBAacW) and we'll be happy to answer.**
0 commit comments