Skip to content

Commit 19b642f

Browse files
committed
no docs for anyone
1 parent ee72669 commit 19b642f

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

docs/en/home/installing-pylon.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
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.
55

66
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.
1111
5. [Install some addons.](list-of-addons.md)
1212
6. That's it!
1313

14-
### Where is Pylon data stored?
14+
### Where is Rebar data stored?
1515

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.
1717

docs/en/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Keep reading to find out more.
8080
### Stability
8181

8282
- :gear: Easily disable any problematic blocks or items
83-
- :gear: Rebar will refuse to start if it detects any configuration issues
83+
- :gear: Rebar or Rebar addons will refuse to start if it detects any configuration issues
8484
- :gear: Blocks that throw errors will be safely unloaded
8585
- :gear: Removing addons is safe, with all the data kept intact and restored if the addon is re-added
8686
- :gear: Rebar data is stored **in the world data itself** - no need to keep extra backups
@@ -97,26 +97,26 @@ Keep reading to find out more.
9797

9898
### Addon development
9999

100-
- :gear: Rebar has first-class addon support; Pylon is an addon!
101-
- :gear: Pylon supports addons written in Kotlin
100+
- :gear: You can add content by writing a Rebar addon
101+
- :gear: Rebar supports addons written in Kotlin
102102
- :gear: Blocks, items, recipes, guide pages, fluids, and entities are all easy and intuitive to add
103-
- :gear: Rebar/Pylon will have extensive high-level documentation on all the features it has to offer
103+
- :gear: Rebar will have extensive high-level documentation on all the features it has to offer
104104

105105
!!! warning "Currently, addon development is not supported due to how rapidly Pylon is still changing."
106106

107107
### Examples
108108

109-
See the following code to get a feel for how Rebar/Pylon works:
109+
See the following code to get a feel for how Rebar works:
110110

111111
| Example | Link |
112112
| ------- | ---- |
113-
| Portable dustbin | [https://github.com/pylonmc/pylon-base/blob/master/src/main/java/io/github/pylonmc/pylon/base/content/tools/PortableDustbin.java](https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/content/tools/PortableDustbin.java) |
114-
| Fireproof rune | [https://github.com/pylonmc/pylon-base/blob/master/src/main/java/io/github/pylonmc/pylon/base/content/tools/FireproofRune.java](https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/content/tools/FireproofRune.java) |
115-
| 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) |
116-
| Hammer recipe files | [https://github.com/pylonmc/pylon-base/blob/master/src/main/resources/recipes/pylonbase/hammer.yml](https://github.com/pylonmc/pylon/blob/master/src/main/resources/recipes/pylonbase/hammer.yml) |
117-
| 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) |
118-
| Press block | [https://github.com/pylonmc/pylon-base/blob/master/src/main/java/io/github/pylonmc/pylon/base/content/machines/simple/Press.java](https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/content/machines/simple/Press.java) |
119-
| Hydraulic excavator settings | [https://github.com/pylonmc/pylon-base/blob/master/src/main/resources/settings/hydraulic_excavator.yml](https://github.com/pylonmc/pylon/blob/master/src/main/resources/settings/hydraulic_excavator.yml) |
113+
| Portable dustbin | [https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/content/tools/PortableDustbin.java](https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/content/tools/PortableDustbin.java) |
114+
| Fireproof rune | [https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/base/content/tools/FireproofRune.java](https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/content/tools/FireproofRune.java) |
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) |
116+
| Hammer recipe files | [https://github.com/pylonmc/pylon/blob/master/src/main/resources/recipes/pylonbase/hammer.yml](https://github.com/pylonmc/pylon/blob/master/src/main/resources/recipes/pylonbase/hammer.yml) |
117+
| 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) |
118+
| Press block | [https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/content/machines/simple/Press.java](https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/content/machines/simple/Press.java) |
119+
| Hydraulic excavator settings | [https://github.com/pylonmc/pylon/blob/master/src/main/resources/settings/hydraulic_excavator.yml](https://github.com/pylonmc/pylon/blob/master/src/main/resources/settings/hydraulic_excavator.yml) |
120120

121121
---
122122

0 commit comments

Comments
 (0)