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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@
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 Pylon Core from [here](https://github.com/pylonmc/pylon-core/releases)
8
-
3. Download the latest version of Pylon Base from [here](https://github.com/pylonmc/pylon-base)
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, Pylon will load much more quickly.
10
-
5. Check out Pylon Core and Pylon Base's plugin folders to see all the config options available.
7
+
2. Download the latest version of Rebar from [here](https://github.com/pylonmc/pylon-core/releases)
8
+
3. Download the latest version of Pylon from [here](https://github.com/pylonmc/pylon-base)
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
+
5. Check out Rebar and Pylon's plugin folders to see all the config options available.
11
11
5.[Install some addons.](list-of-addons.md)
12
12
6. That's it!
13
13
14
-
### Where is Pylon data stored?
14
+
### Where is Rebar data stored?
15
15
16
-
You might notice that Pylon does not use a database and does not seem to have any storage files in its plugin folder. This is because Pylon stores everything inside the world file itself in the same way that Minecraft does! You don't need to worry about backing up any data besides your worlds: **Pylon's data will always be consistent with the world's data.** This also means that Pylon is *much* less succeptible to data corruption than other similar plugins.
16
+
You might notice that Rebar does not use a database and does not seem to have any storage files in its plugin folder. This is because Pylon stores everything inside the world file itself in the same way that Minecraft does! You don't need to worry about backing up any data besides your worlds: **Pylon's data will always be consistent with the world's data.** This also means that Pylon is *much* less succeptible to data corruption than other similar plugins.
| Hammer recipe type |[https://github.com/pylonmc/pylon-base/blob/master/src/main/java/io/github/pylonmc/pylon/base/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-base/blob/master/src/main/resources/lang/en.yml](https://github.com/pylonmc/pylon/blob/master/src/main/resources/lang/en.yml)|
| 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)|
0 commit comments