<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Getting Started</title><link>https://sourceforge.net/p/griefprevention3d/wiki/Getting%2520Started/</link><description>Recent changes to Getting Started</description><atom:link href="https://sourceforge.net/p/griefprevention3d/wiki/Getting%20Started/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 02 Jul 2026 13:04:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/griefprevention3d/wiki/Getting%20Started/feed" rel="self" type="application/rss+xml"/><item><title>Getting Started modified by Jack Korte</title><link>https://sourceforge.net/p/griefprevention3d/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -34,7 +34,7 @@

 3. **Trust someone**: `/trust &amp;lt;player&amp;gt;` while standing inside the claim.
 4. **Expand a claim**: Right-click a corner with the golden shovel, then right-click the new corner.

-Once a claim exists, owners can use `/claim trust`, `/claim abandon`, `/claim explosions`, etc. directly, and shift-click corners to enter shaped-mode edits if enabled.
+Once a claim exists, owners can use `/claim trust`, `/claim abandon`, `/claim explosions`, etc. directly, and shift-click boundaries to enter shaped-mode edits if enabled.

 ## Verifying It Works

&amp;lt;/player&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jack Korte</dc:creator><pubDate>Thu, 02 Jul 2026 13:04:30 -0000</pubDate><guid>https://sourceforge.netb0c927f7dd6d789cc9c9db82c68b7b50e8b1ac23</guid></item><item><title>Getting Started modified by Jack Korte</title><link>https://sourceforge.net/p/griefprevention3d/wiki/Getting%2520Started/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="h-getting-started"&gt;Getting Started&lt;/h1&gt;
&lt;p&gt;This page walks through installing GriefPrevention3D and getting it running on a Spigot/Paper/Folia server.&lt;/p&gt;
&lt;h2 id="h-requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Minecraft&lt;/strong&gt;: 1.21+ (API level &lt;code&gt;1.21&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Server software&lt;/strong&gt;: Spigot, Paper, or Folia. GP3D supports Folia's regional scheduling.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Java&lt;/strong&gt;: 21+ (same as Minecraft 1.21).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Optional&lt;/strong&gt;: Vault for &lt;code&gt;/buyclaimblocks&lt;/code&gt; and &lt;code&gt;/sellclaimblocks&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Older Minecraft versions are not officially supported. Some older-Minecraft compatibility fixes are carried (e.g., for &lt;code&gt;COPPER_GOLEM_STATUES&lt;/code&gt;, &lt;code&gt;CHAINS&lt;/code&gt;), but the plugin targets modern server jars.&lt;/p&gt;
&lt;h2 id="h-installation"&gt;Installation&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Drop the built &lt;code&gt;GriefPrevention.jar&lt;/code&gt; into your server's &lt;code&gt;plugins/&lt;/code&gt; directory.&lt;/li&gt;
&lt;li&gt;Start the server once so GriefPrevention3D generates the default config under &lt;code&gt;plugins/GriefPreventionData/&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Stop the server, edit &lt;code&gt;config.yml&lt;/code&gt; to taste, and restart. Or use &lt;code&gt;/gpreload&lt;/code&gt; to pick up config changes without a full restart.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="h-first-time-setup-checklist"&gt;First-Time Setup Checklist&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Decide on claim modes per world.&lt;/strong&gt; &lt;code&gt;config.yml&lt;/code&gt; has &lt;code&gt;GriefPrevention.Claims.WorldModes&lt;/code&gt; — common values are &lt;code&gt;Survival&lt;/code&gt;, &lt;code&gt;Creative&lt;/code&gt;, &lt;code&gt;SurvivalRequiringClaims&lt;/code&gt;, and &lt;code&gt;Disabled&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Decide on the shaped-claims toggle.&lt;/strong&gt; Shaped polygon claims are &lt;strong&gt;off by default&lt;/strong&gt;. Set &lt;code&gt;GriefPrevention.Claims.AllowShapedClaims: true&lt;/code&gt; in &lt;code&gt;config.yml&lt;/code&gt; if you want them. See &lt;a href="./Key-Features#shaped-claims"&gt;Key Features › Shaped Claims&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Decide on nested subclaims.&lt;/strong&gt; &lt;code&gt;GriefPrevention.Claims.AllowNestedSubClaims: true&lt;/code&gt; to allow subdivisions inside other subdivisions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Decide on visualization style.&lt;/strong&gt; &lt;code&gt;GriefPrevention.VisualizationGlow: true&lt;/code&gt; turns on glowing claim borders (requires 1.19.3+).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Review the alias file.&lt;/strong&gt; &lt;code&gt;plugins/GriefPreventionData/alias.yml&lt;/code&gt; controls the unified &lt;code&gt;/claim&lt;/code&gt; and &lt;code&gt;/aclaim&lt;/code&gt; root commands plus standalone aliases. See &lt;a href="./Key-Features#unified-command-handler"&gt;Key Features › Unified Command Handler&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="h-claiming-your-first-land"&gt;Claiming Your First Land&lt;/h2&gt;
&lt;p&gt;Teach players the basics in this order:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Chest claim&lt;/strong&gt;: Place a chest. The plugin auto-creates a small protected claim around it for new players (if &lt;code&gt;AutomaticNewPlayerClaimsRadius&lt;/code&gt; &amp;gt; -1).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Golden shovel&lt;/strong&gt;: Right-click two opposite corners of the area to claim. The plugin draws a visual border.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Trust someone&lt;/strong&gt;: &lt;code&gt;/trust &amp;lt;player&amp;gt;&lt;/code&gt; while standing inside the claim.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Expand a claim&lt;/strong&gt;: Right-click a corner with the golden shovel, then right-click the new corner.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once a claim exists, owners can use &lt;code&gt;/claim trust&lt;/code&gt;, &lt;code&gt;/claim abandon&lt;/code&gt;, &lt;code&gt;/claim explosions&lt;/code&gt;, etc. directly, and shift-click corners to enter shaped-mode edits if enabled.&lt;/p&gt;
&lt;h2 id="h-verifying-it-works"&gt;Verifying It Works&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;/claimslist&lt;/code&gt; lists your claims.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;/trustlist&lt;/code&gt; while standing in a claim lists permissions there, including inherited permissions from parent claims.&lt;/li&gt;
&lt;li&gt;Admins can &lt;code&gt;/ignoreclaims&lt;/code&gt; to temporarily override protections while building infrastructure.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="h-next-steps"&gt;Next Steps&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Read &lt;a href="./Migration"&gt;Migration&lt;/a&gt; if you are upgrading from upstream GriefPrevention — the behavior differences matter.&lt;/li&gt;
&lt;li&gt;Read &lt;a href="./Key-Features"&gt;Key Features&lt;/a&gt; for the detailed feature list.&lt;/li&gt;
&lt;li&gt;Read the &lt;a href="./Administrator-Guide"&gt;Administrator's Guide&lt;/a&gt; for day-to-day server operations.&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jack Korte</dc:creator><pubDate>Thu, 02 Jul 2026 13:04:28 -0000</pubDate><guid>https://sourceforge.net095cb496d62cb80d2a69782ee3aee32a1a2a4bb3</guid></item></channel></rss>