1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Reorganized language files

This commit is contained in:
TheBusyBiscuit 2021-04-23 19:22:25 +02:00
parent 34421d4a12
commit 1982ec0aeb
131 changed files with 10 additions and 4 deletions

14
pom.xml
View File

@ -261,7 +261,8 @@
<packages>io.github.thebusybiscuit.slimefun4.implementation*</packages> <packages>io.github.thebusybiscuit.slimefun4.implementation*</packages>
</group> </group>
<group> <group>
<title>Slimefun4 - Integrations with other plugins</title> <title>Slimefun4 - Integrations with other
plugins</title>
<packages>io.github.thebusybiscuit.slimefun4.integrations*</packages> <packages>io.github.thebusybiscuit.slimefun4.integrations*</packages>
</group> </group>
<group> <group>
@ -297,15 +298,20 @@
<filtering>true</filtering> <filtering>true</filtering>
<includes> <includes>
<include>*</include> <include>plugin.yml</include>
<include>tags/*</include> <include>config.yml</include>
<include>languages/*</include>
<include>wiki.json</include>
<include>tags/*.json</include>
<include>languages/**/*.yml</include>
</includes> </includes>
</resource> </resource>
<!-- We also want to include our LICENSE file --> <!-- We also want to include our LICENSE file -->
<resource> <resource>
<directory>${basedir}</directory> <directory>${basedir}</directory>
<filtering>false</filtering>
<includes> <includes>
<include>LICENSE</include> <include>LICENSE</include>

Some files were not shown because too many files have changed in this diff Show More