All Projects → Phoenix616 → ResourcepacksPlugins

Phoenix616 / ResourcepacksPlugins

Licence: GPL-3.0 license
Set resource packs on whole proxy, per server and per world!

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ResourcepacksPlugins

ChatControl-Pro
The ultimate chat solution. Prevent spam, ads, swears and even bots on your server. Replaced by ChatControl Red: https://mineacademy.org/chatcontrol-red
Stars: ✭ 65 (+38.3%)
Mutual labels:  bukkit, spigot, bungee, bungeecord
MCAntiMalware
Anti-Malware for minecraft
Stars: ✭ 182 (+287.23%)
Mutual labels:  bukkit, spigot, bungee, bungeecord
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (-25.53%)
Mutual labels:  bukkit, spigot, bungeecord
MinecraftDeveloperGuide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 1,307 (+2680.85%)
Mutual labels:  bukkit, spigot, bungeecord
SlackMC
Link Slack to Minecraft!
Stars: ✭ 61 (+29.79%)
Mutual labels:  bukkit, spigot, bungeecord
SubServers-2
SubServers – The Minecraft Server Management Platform
Stars: ✭ 80 (+70.21%)
Mutual labels:  bukkit, spigot, bungeecord
Geyser
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
Stars: ✭ 2,851 (+5965.96%)
Mutual labels:  bukkit, spigot, bungee
RealIP
The Spigot, Bungee and Velocity plugin that parses client IP addresses passed from the TCPShield network.
Stars: ✭ 121 (+157.45%)
Mutual labels:  bukkit, spigot, bungeecord
Depenizen
Addon to Denizen that provides script support for other major plugins.
Stars: ✭ 42 (-10.64%)
Mutual labels:  bukkit, spigot, bungeecord
SkyWarsReloaded
The most popular Skywars plugin ever built for Spigot and Bukkit!
Stars: ✭ 34 (-27.66%)
Mutual labels:  bukkit, spigot
Minigames
The Minigames plugin for CraftBukkit servers.
Stars: ✭ 72 (+53.19%)
Mutual labels:  bukkit, spigot
AntiBot
Lightweight BungeeCord plugin that aims to stop attacks on your server quickly and efficiently.
Stars: ✭ 42 (-10.64%)
Mutual labels:  spigot, bungeecord
TradePlus
Easy-to-use, highly configurable trading plugin for Spigot- and Bukkit-based Minecraft servers.
Stars: ✭ 42 (-10.64%)
Mutual labels:  bukkit, spigot
advanced-region-market
A Bukkit/Spigot plugin for renting/selling WorldGuard regions
Stars: ✭ 40 (-14.89%)
Mutual labels:  bukkit, spigot
Advanced-Portals
An advanced portals plugin for bukkit
Stars: ✭ 108 (+129.79%)
Mutual labels:  bukkit, spigot
MarriageMaster
Marriage Plugin for Bukkit/Spigot
Stars: ✭ 79 (+68.09%)
Mutual labels:  bukkit, spigot
TradeShop
Unique, new, powerful Minecraft TradeShop plugin!
Stars: ✭ 18 (-61.7%)
Mutual labels:  bukkit, spigot
TotalFreedomMod
A server modification for the TotalFreedom server
Stars: ✭ 41 (-12.77%)
Mutual labels:  bukkit, spigot
LiteCommands
☄️ LiteCommands - Annotation based Command framework for Velocity, Bukkit, Paper, BungeeCord and your other implementations.
Stars: ✭ 39 (-17.02%)
Mutual labels:  bukkit, spigot
OtherDrops
An updated version of the OtherDrops plugin originally by Cyclo and Zarius; updated by CoolLord22
Stars: ✭ 19 (-59.57%)
Mutual labels:  bukkit, spigot

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

    <repositories>
        <repository>
            <id>minebench-repo</id>
            <url>https://repo.minebench.de/</url>
        </repository>
    </repositories>

Artifacts

    <dependencies>
        <dependency>
            <groupId>de.themoep.resourcepacksplugin</groupId>
            <artifactId>bukkit</artifactId>
            <version>1.8.1-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>de.themoep.resourcepacksplugin</groupId>
            <artifactId>bungee</artifactId>
            <version>1.8.1-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>de.themoep.resourcepacksplugin</groupId>
            <artifactId>velocity</artifactId>
            <version>1.8.1-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>de.themoep.resourcepacksplugin</groupId>
            <artifactId>core</artifactId>
            <version>1.8.1-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

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 <http://www.gnu.org/licenses/>.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].