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

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