项目作者: Phoenix616

项目描述 :
Set resource packs on whole proxy, per server and per world!
高级语言: Java
项目地址: git://github.com/Phoenix616/ResourcepacksPlugins.git
创建时间: 2015-03-25T00:50:12Z
项目社区:https://github.com/Phoenix616/ResourcepacksPlugins

开源协议:GNU General Public License v3.0

下载


ResourcepacksPlugins

Total downloads Work time

Repository for the different resourcepacks plugins by Phoenix616: BungeeResourcepacks, WorldResourcepacks and VelocityResourcepacks.

Development

Dev builds: https://ci.minebench.de/job/ResourcepacksPlugins/

Integrating

Javadocs: https://docs.phoenix616.dev/resourcepacksplugins/

You can easily depend on it via maven (or gradle). The core contains all the management and the bukkit/bungee artifacts the platform depended code.

Repository

  1. <repositories>
  2. <repository>
  3. <id>minebench-repo</id>
  4. <url>https://repo.minebench.de/</url>
  5. </repository>
  6. </repositories>

Artifacts

  1. <dependencies>
  2. <dependency>
  3. <groupId>de.themoep.resourcepacksplugin</groupId>
  4. <artifactId>bukkit</artifactId>
  5. <version>1.8.1-SNAPSHOT</version>
  6. <scope>provided</scope>
  7. </dependency>
  8. <dependency>
  9. <groupId>de.themoep.resourcepacksplugin</groupId>
  10. <artifactId>bungee</artifactId>
  11. <version>1.8.1-SNAPSHOT</version>
  12. <scope>provided</scope>
  13. </dependency>
  14. <dependency>
  15. <groupId>de.themoep.resourcepacksplugin</groupId>
  16. <artifactId>velocity</artifactId>
  17. <version>1.8.1-SNAPSHOT</version>
  18. <scope>provided</scope>
  19. </dependency>
  20. <dependency>
  21. <groupId>de.themoep.resourcepacksplugin</groupId>
  22. <artifactId>core</artifactId>
  23. <version>1.8.1-SNAPSHOT</version>
  24. <scope>provided</scope>
  25. </dependency>
  26. </dependencies>

License

The plugin is licensed under the GPLv3:

  1. ResourcepacksPlugins
  2. Copyright (C) 2020 Max Lee aka Phoenix616 (mail@moep.tv)
  3. This program is free software: you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by
  5. the Free Software Foundation, either version 3 of the License, or
  6. (at your option) any later version.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. GNU General Public License for more details.
  11. You should have received a copy of the GNU General Public License
  12. along with this program. If not, see <http://www.gnu.org/licenses></http:>.