mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-04 23:47:00 +01:00
JAR is now sealed! No com.bukkit, org.bukkit or net.bukkit packaged plugins will load.
This commit is contained in:
parent
6ad4ca2a42
commit
2d2f54cf0e
1 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
@ -61,6 +61,13 @@
|
|||
<Specification-Title>Bukkit</Specification-Title>
|
||||
<Specification-Version>${api.version}</Specification-Version>
|
||||
<Specification-Vendor>Bukkit Team</Specification-Vendor>
|
||||
<Sealed>true</Sealed>
|
||||
<Name>org/bukkit/</Name>
|
||||
<Sealed>true</Sealed>
|
||||
<Name>com/bukkit/</Name>
|
||||
<Sealed>true</Sealed>
|
||||
<Name>net/bukkit/</Name>
|
||||
<Sealed>true</Sealed>
|
||||
</manifestEntries>
|
||||
</transformer>
|
||||
</transformers>
|
||||
|
|
Loading…
Add table
Reference in a new issue