All Projects → FabioZumbi12 → Redprotect

FabioZumbi12 / Redprotect

Licence: gpl-3.0
RedProtect Easy and Light Weight Antigrief plugin.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Redprotect

Minecraftdeveloperguide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 574 (+1025.49%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+1164.71%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Libby
A runtime dependency management library for plugins running in Java-based Minecraft server platforms.
Stars: ✭ 36 (-29.41%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Luckperms
A permissions plugin for Minecraft servers.
Stars: ✭ 1,100 (+2056.86%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Viabackwards
Allows the connection of older clients to newer server versions for Minecraft servers.
Stars: ✭ 135 (+164.71%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Geyser
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
Stars: ✭ 2,851 (+5490.2%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+807.84%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Bstats
bStats collects data for plugin authors. It's free and easy to use!
Stars: ✭ 99 (+94.12%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Serverlistplus
A flexible Minecraft plugin to customize the appearance of your server in the server list
Stars: ✭ 127 (+149.02%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Worldedit
🗺️ Minecraft map editor and mod
Stars: ✭ 2,288 (+4386.27%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Craftbook
🔧 Machines, ICs, PLCs, and more!
Stars: ✭ 226 (+343.14%)
Mutual labels:  minecraft, spigot, bukkit, sponge
Plotsquared
PlotSquared - Reinventing the plotworld
Stars: ✭ 284 (+456.86%)
Mutual labels:  minecraft, spigot, bukkit
Shopchest
ShopChest - Spigot/Bukkit Plugin
Stars: ✭ 38 (-25.49%)
Mutual labels:  minecraft, spigot, bukkit
Magma
Minecraft Forge Hybrid server implementing the Spigot/Bukkit API (Cauldron for 1.12)
Stars: ✭ 272 (+433.33%)
Mutual labels:  minecraft, spigot, bukkit
Purpur
Purpur is a fork of Paper, Tuinity, and Airplane with the goal of providing new and interesting configuration options, which allow for creating a unique gameplay experience not seen anywhere else
Stars: ✭ 286 (+460.78%)
Mutual labels:  minecraft, spigot, bukkit
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (+858.82%)
Mutual labels:  minecraft, spigot, bukkit
Arclight
A Bukkit(1.15/1.16) server implementation on Forge using Mixin. ⚡
Stars: ✭ 262 (+413.73%)
Mutual labels:  minecraft, spigot, bukkit
Authmereloaded
The best authentication plugin for the Bukkit/Spigot API!
Stars: ✭ 296 (+480.39%)
Mutual labels:  minecraft, spigot, bukkit
Akarin
Akarin is a powerful (not yet) server software from the 'new dimension'
Stars: ✭ 332 (+550.98%)
Mutual labels:  minecraft, spigot, bukkit
Blur
Minecraft Game Engine written in Java & Kotlin
Stars: ✭ 21 (-58.82%)
Mutual labels:  minecraft, spigot, bukkit

Logo
RedProtect World is an area protection plugin made for users. No longer do you need to have an admin worldguard a region for you. The user can take care of themselves now.

Chat with the developer online on Discord: https://discord.gg/RyEVJC3

WIKI

See the WIKI for Help with commands, permissions and all features: https://github.com/FabioZumbi12/RedProtect/wiki

Available Versions:

Spigot: https://www.spigotmc.org/resources/redprotect.15841/
Bukkit: http://dev.bukkit.org/bukkit-plugins/region-protect-plus/
Sponge: https://ore.spongepowered.org/FabioZumbi12/RedProtect

RedProtect Add-ons:

This add-ons extends RedProtect flags, functions and more.

Killer Projectiles:

How to use: https://github.com/FabioZumbi12/RedProtect/tree/master/Addons/KillerProjectiles Download: https://github.com/FabioZumbi12/RedProtect/tree/master/add-ons

BuyRent Regions:

How to use: https://github.com/FabioZumbi12/RedProtect/tree/master/Addons/BuyRentRegion Download: https://github.com/FabioZumbi12/RedProtect/tree/master/add-ons

Source:

The source is available on GitHub: https://github.com/FabioZumbi12/RedProtect

Dev builds:

Available on jenkins: Build Status

Maven repository:

Now you can hook with uchat using maven repository (from Github) to use in your projects.

Repository:

<repositories>  
    <repository>  
        <id>redprotect-repo</id>  
        <url>https://raw.githubusercontent.com/FabioZumbi12/RedProtect/mvn-repo/</url>  
    </repository>  
</repositories>  

Dependency:

<dependencies>  
    <dependency>  
        //Core is needed
        <groupId>br.net.fabiozumbi12.RedProtect</groupId>  
        <artifactId>RedProtect-Core</artifactId>  
        <version>LATEST</version>  
        <scope>provided</scope>  
    </dependency>

    <dependency>  
        <groupId>br.net.fabiozumbi12.RedProtect</groupId>  
        <artifactId>RedProtect-[Check below for dependency names]</artifactId>  
        <version>LATEST</version>  
        <scope>provided</scope>  
    </dependency>
    <dependency>  
        <groupId>br.net.fabiozumbi12.RedProtect</groupId>  
        <artifactId>RedProtect-[Check below for dependency names]</artifactId>  
        <version>LATEST</version>
        <classifier>javadoc</classifier>
    </dependency>   
</dependencies>  

Check the dependency names and APIs: Click here

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].