aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorhyperdefined <[email protected]>2024-08-16 15:41:58 -0400
committerGitHub <[email protected]>2024-08-16 12:41:58 -0700
commit81bfda87103e1a47ea184c5da119e79218a8dc1e (patch)
tree422e25b84ab0d97f3e6513f0b3b7027670e2c602 /CONTRIBUTING.md
parentfb530743e5c71cb4faba06339bdeb14a33e06a6a (diff)
downloadPaper-81bfda87103e1a47ea184c5da119e79218a8dc1e.tar.gz
Paper-81bfda87103e1a47ea184c5da119e79218a8dc1e.zip
[ci skip] Specify rebase location in CONTRIBUTING (#11255)
* [ci skip] Specify rebase location in CONTRIBUTING * Improve * remove Paper-MojangAPI mention --------- Co-authored-by: Bjarne Koll <[email protected]> Co-authored-by: Lulu13022002 <[email protected]>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 18dacf9208..fe998c4ea5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -56,7 +56,6 @@ split into different directories which target certain parts of the code. These
directories are:
- `Paper-API` - Modifications to `Spigot-API`/`Bukkit`;
-- `Paper-MojangAPI` - An API for [Mojang's Brigadier](https://github.com/Mojang/brigadier);
- `Paper-Server` - Modifications to `Spigot`/`CraftBukkit`.
Because the entire structure is based on patches and git, a basic understanding
@@ -97,7 +96,9 @@ Your commit will be converted into a patch that you can then PR into Paper.
## Modifying Patches
-Modifying previous patches is a bit more complex:
+Modifying previous patches is a bit more complex.
+Similar to adding patches, the methods to modify a patch are applied inside
+the `Paper-Server` and/or `Paper-API` folders.
### Method 1