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
<td>Allows recipes to be edited for a specific recipe stype. Doing this will prevent any recipes of the given type from being automatically updated, so use with caution!</td>
599
599
</tr>
600
600
<tr>
601
-
<td><code>/py give <player> <item> [amount]</code></td>
602
-
<td><code>pylon.command.give</code></td>
603
-
<td>Gives a player a Pylon item</td>
601
+
<td><code>/rb give <player> <item> [amount]</code></td>
602
+
<td><code>rebar.command.give</code></td>
603
+
<td>Gives a player a Rebar item</td>
604
604
</tr>
605
605
<tr>
606
-
<td><code>/py key</code></td>
607
-
<td><code>pylon.command.key</code></td>
608
-
<td>Shows you the key of the Pylon item you're holding in your hand</td>
606
+
<td><code>/rb key</code></td>
607
+
<td><code>rebar.command.key</code></td>
608
+
<td>Shows you the key of the Rebar item you're holding in your hand</td>
609
609
</tr>
610
610
<tr>
611
-
<td><code>/py research add <player> <research></code></td>
612
-
<td><code>pylon.command.research.add</code></td>
611
+
<td><code>/rb research add <player> <research></code></td>
612
+
<td><code>rebar.command.research.add</code></td>
613
613
<td>Adds the given research to a player</td>
614
614
</tr>
615
615
<tr>
616
-
<td><code>/py research addall <player></code></td>
<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 Rebar from <ahref="https://github.com/pylonmc/pylon-core/releases">here</a></li>
518
-
<li>Download the latest version of Pylon from <ahref="https://github.com/pylonmc/pylon-base">here</a></li>
517
+
<li>Download the latest version of Rebar from <ahref="https://github.com/pylonmc/rebar/releases">here</a></li>
518
+
<li>Download the latest version of Pylon from <ahref="https://github.com/pylonmc/pylon">here</a></li>
519
519
<li>Drop the .jar files in your plugins folder and restart your server. <ahref="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
520
<li>Check out Rebar and Pylon's plugin folders to see all the config options available.</li>
521
521
<li><ahref="../list-of-addons/">Install some addons.</a></li>
522
522
<li>That's it!</li>
523
523
</ol>
524
524
<h3id="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>
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 Rebar 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>Rebar's data will always be consistent with the world's data.</strong> This also means that Rebar is <em>much</em> less succeptible to data corruption than other similar plugins.</p>
0 commit comments