Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phoenix616/resourcepacksplugins

Set resource packs on whole proxy, per server and per world!
https://github.com/phoenix616/resourcepacksplugins

bukkit bungee bungeecord java minecraft resourcepack resourcepacks server-resourcepack server-resourcepacks spigot

Last synced: 1 day ago
JSON representation

Set resource packs on whole proxy, per server and per world!

Awesome Lists containing this project

README

        

# ResourcepacksPlugins
[![Total downloads](https://img.shields.io/github/downloads/Phoenix616/ResourcepacksPlugins/total.svg)](https://github.com/Phoenix616/ResourcepacksPlugins/releases) ![Work time](https://buttons.phoenix616.dev//ResourcepacksPluginsWork.svg)

Repository for the different resourcepacks plugins by Phoenix616: [BungeeResourcepacks](https://www.spigotmc.org/resources/bungee-resourcepacks.6137/), [WorldResourcepacks](https://www.spigotmc.org/resources/world-resourcepacks.18950/) and [VelocityResourcepacks](https://forums.papermc.io/threads/velocityresourcepacks-manage-resourcepacks-for-servers-and-whole-proxy.30/).

## 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
```xml


minebench-repo
https://repo.minebench.de/


```

#### Artifacts
```xml


de.themoep.resourcepacksplugin
bukkit
1.8.1-SNAPSHOT
provided


de.themoep.resourcepacksplugin
bungee
1.8.1-SNAPSHOT
provided


de.themoep.resourcepacksplugin
velocity
1.8.1-SNAPSHOT
provided


de.themoep.resourcepacksplugin
core
1.8.1-SNAPSHOT
provided


```

## [License](LICENSE)

The plugin is licensed under the GPLv3:

```
ResourcepacksPlugins
Copyright (C) 2020 Max Lee aka Phoenix616 ([email protected])

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .
```