Skip to content

Commit 112c61a

Browse files
Deploy 19b642f809c8a497a17f9ca31e31b908ff5e9bfd pylonmc/docs@19b642f
1 parent eee12c6 commit 112c61a

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

home/installing-pylon/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,10 @@
368368
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
369369

370370
<li class="md-nav__item">
371-
<a href="#where-is-pylon-data-stored" class="md-nav__link">
371+
<a href="#where-is-rebar-data-stored" class="md-nav__link">
372372
<span class="md-ellipsis">
373373

374-
Where is Pylon data stored?
374+
Where is Rebar data stored?
375375

376376
</span>
377377
</a>
@@ -477,10 +477,10 @@
477477
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
478478

479479
<li class="md-nav__item">
480-
<a href="#where-is-pylon-data-stored" class="md-nav__link">
480+
<a href="#where-is-rebar-data-stored" class="md-nav__link">
481481
<span class="md-ellipsis">
482482

483-
Where is Pylon data stored?
483+
Where is Rebar data stored?
484484

485485
</span>
486486
</a>
@@ -514,15 +514,15 @@ <h1 id="installation">Installation</h1>
514514
</div>
515515
<ol>
516516
<li>Make sure you are running Paper or a Paper fork. Pylon is not compatible with Spigot.</li>
517-
<li>Download the latest version of Pylon Core from <a href="https://github.com/pylonmc/pylon-core/releases">here</a></li>
518-
<li>Download the latest version of Pylon Base from <a href="https://github.com/pylonmc/pylon-base">here</a></li>
519-
<li>Drop the .jar files in your plugins folder and restart your server. <a href="https://madelinemiller.dev/blog/problem-with-reload/">Do not use /reload</a>. The first start will take longer than usual, but after that, Pylon will load much more quickly.</li>
520-
<li>Check out Pylon Core and Pylon Base's plugin folders to see all the config options available.</li>
517+
<li>Download the latest version of Rebar from <a href="https://github.com/pylonmc/pylon-core/releases">here</a></li>
518+
<li>Download the latest version of Pylon from <a href="https://github.com/pylonmc/pylon-base">here</a></li>
519+
<li>Drop the .jar files in your plugins folder and restart your server. <a href="https://madelinemiller.dev/blog/problem-with-reload/">Do not use /reload</a>. The first start will take longer than usual, but after that, Rebar/Pylon will load much more quickly.</li>
520+
<li>Check out Rebar and Pylon's plugin folders to see all the config options available.</li>
521521
<li><a href="../list-of-addons/">Install some addons.</a></li>
522522
<li>That's it!</li>
523523
</ol>
524-
<h3 id="where-is-pylon-data-stored">Where is Pylon data stored?</h3>
525-
<p>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: <strong>Pylon's data will always be consistent with the world's data.</strong> This also means that Pylon is <em>much</em> less succeptible to data corruption than other similar plugins.</p>
524+
<h3 id="where-is-rebar-data-stored">Where is Rebar data stored?</h3>
525+
<p>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: <strong>Pylon's data will always be consistent with the world's data.</strong> This also means that Pylon is <em>much</em> less succeptible to data corruption than other similar plugins.</p>
526526

527527

528528

index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ <h3 id="performance">Performance</h3>
988988
<h3 id="stability">Stability</h3>
989989
<ul>
990990
<li><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2699.svg" title=":gear:" /> Easily disable any problematic blocks or items</li>
991-
<li><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2699.svg" title=":gear:" /> Rebar will refuse to start if it detects any configuration issues</li>
991+
<li><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2699.svg" title=":gear:" /> Rebar or Rebar addons will refuse to start if it detects any configuration issues</li>
992992
<li><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2699.svg" title=":gear:" /> Blocks that throw errors will be safely unloaded</li>
993993
<li><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2699.svg" title=":gear:" /> Removing addons is safe, with all the data kept intact and restored if the addon is re-added</li>
994994
<li><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2699.svg" title=":gear:" /> Rebar data is stored <strong>in the world data itself</strong> - no need to keep extra backups</li>
@@ -1003,16 +1003,16 @@ <h3 id="customisation">Customisation</h3>
10031003
<h2 id="for-developers"><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2328.svg" title=":keyboard:" /> For developers</h2>
10041004
<h3 id="addon-development">Addon development</h3>
10051005
<ul>
1006-
<li><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2699.svg" title=":gear:" /> Rebar has first-class addon support; Pylon is an addon!</li>
1007-
<li><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2699.svg" title=":gear:" /> Pylon supports addons written in Kotlin</li>
1006+
<li><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2699.svg" title=":gear:" /> You can add content by writing a Rebar addon</li>
1007+
<li><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2699.svg" title=":gear:" /> Rebar supports addons written in Kotlin</li>
10081008
<li><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2699.svg" title=":gear:" /> Blocks, items, recipes, guide pages, fluids, and entities are all easy and intuitive to add</li>
1009-
<li><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2699.svg" title=":gear:" /> Rebar/Pylon will have extensive high-level documentation on all the features it has to offer</li>
1009+
<li><img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@16.0.1/assets/svg/2699.svg" title=":gear:" /> Rebar will have extensive high-level documentation on all the features it has to offer</li>
10101010
</ul>
10111011
<div class="admonition warning">
10121012
<p class="admonition-title">Currently, addon development is not supported due to how rapidly Pylon is still changing.</p>
10131013
</div>
10141014
<h3 id="examples">Examples</h3>
1015-
<p>See the following code to get a feel for how Rebar/Pylon works:</p>
1015+
<p>See the following code to get a feel for how Rebar works:</p>
10161016
<table>
10171017
<thead>
10181018
<tr>
@@ -1023,31 +1023,31 @@ <h3 id="examples">Examples</h3>
10231023
<tbody>
10241024
<tr>
10251025
<td>Portable dustbin</td>
1026-
<td><a href="https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/content/tools/PortableDustbin.java">https://github.com/pylonmc/pylon-base/blob/master/src/main/java/io/github/pylonmc/pylon/base/content/tools/PortableDustbin.java</a></td>
1026+
<td><a href="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</a></td>
10271027
</tr>
10281028
<tr>
10291029
<td>Fireproof rune</td>
1030-
<td><a href="https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/content/tools/FireproofRune.java">https://github.com/pylonmc/pylon-base/blob/master/src/main/java/io/github/pylonmc/pylon/base/content/tools/FireproofRune.java</a></td>
1030+
<td><a href="https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/content/tools/FireproofRune.java">https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/base/content/tools/FireproofRune.java</a></td>
10311031
</tr>
10321032
<tr>
10331033
<td>Hammer recipe type</td>
1034-
<td><a href="https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/recipes/HammerRecipe.java">https://github.com/pylonmc/pylon-base/blob/master/src/main/java/io/github/pylonmc/pylon/base/recipes/HammerRecipe.java</a></td>
1034+
<td><a href="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</a></td>
10351035
</tr>
10361036
<tr>
10371037
<td>Hammer recipe files</td>
1038-
<td><a href="https://github.com/pylonmc/pylon/blob/master/src/main/resources/recipes/pylonbase/hammer.yml">https://github.com/pylonmc/pylon-base/blob/master/src/main/resources/recipes/pylonbase/hammer.yml</a></td>
1038+
<td><a href="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</a></td>
10391039
</tr>
10401040
<tr>
10411041
<td>Pylon English language file</td>
1042-
<td><a href="https://github.com/pylonmc/pylon/blob/master/src/main/resources/lang/en.yml">https://github.com/pylonmc/pylon-base/blob/master/src/main/resources/lang/en.yml</a></td>
1042+
<td><a href="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</a></td>
10431043
</tr>
10441044
<tr>
10451045
<td>Press block</td>
1046-
<td><a href="https://github.com/pylonmc/pylon/blob/master/src/main/java/io/github/pylonmc/pylon/content/machines/simple/Press.java">https://github.com/pylonmc/pylon-base/blob/master/src/main/java/io/github/pylonmc/pylon/base/content/machines/simple/Press.java</a></td>
1046+
<td><a href="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</a></td>
10471047
</tr>
10481048
<tr>
10491049
<td>Hydraulic excavator settings</td>
1050-
<td><a href="https://github.com/pylonmc/pylon/blob/master/src/main/resources/settings/hydraulic_excavator.yml">https://github.com/pylonmc/pylon-base/blob/master/src/main/resources/settings/hydraulic_excavator.yml</a></td>
1050+
<td><a href="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</a></td>
10511051
</tr>
10521052
</tbody>
10531053
</table>

0 commit comments

Comments
 (0)