All Projects → GeorgH93 → MarriageMaster

GeorgH93 / MarriageMaster

Licence: GPL-3.0 license
Marriage Plugin for Bukkit/Spigot

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to MarriageMaster

HeadsPlus
A heads plugin that has grown for over two years into something more ambitious than other plugins.
Stars: ✭ 35 (-55.7%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
LevelledMobs
Level-up mobs on your Spigot/Paper server, RPG-style!
Stars: ✭ 143 (+81.01%)
Mutual labels:  bukkit, spigot, minecraft-plugin, mc
AntiCheatReloaded
The free anti-cheat since 2016
Stars: ✭ 94 (+18.99%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
UltiTools
This is a sum of some basic plugins of a Bukkit server or Spigot server. Including a few useful and creative functions.
Stars: ✭ 17 (-78.48%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
Boss
Premium custom monsters plugin with skill system, natural spawning and lots of sickest features!
Stars: ✭ 72 (-8.86%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
advanced-region-market
A Bukkit/Spigot plugin for renting/selling WorldGuard regions
Stars: ✭ 40 (-49.37%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
CommandWhitelist
You decide what commands players can use or tab complete on your server!
Stars: ✭ 115 (+45.57%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
SquidGame
Minecraft Minigame inspired by the famous and trending Netflix series "Squid Game"
Stars: ✭ 36 (-54.43%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
MinetopiaVehicles
A realistic vehicle plugin for your Minecraft server!
Stars: ✭ 52 (-34.18%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-81.01%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
Islands
A spigot plugin for creating customisable home islands with different biomes. https://www.spigotmc.org/resources/islands-home-islands-system.84303/
Stars: ✭ 18 (-77.22%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
Quests
Questing plugin for Minecraft, enabling the addition of goals for players.
Stars: ✭ 88 (+11.39%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
MinecraftManhunt
Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration
Stars: ✭ 20 (-74.68%)
Mutual labels:  bukkit, spigot, spigot-plugin, minecraft-plugin
TotalFreedomMod
A server modification for the TotalFreedom server
Stars: ✭ 41 (-48.1%)
Mutual labels:  bukkit, spigot, spigot-plugin
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+132.91%)
Mutual labels:  spigot, spigot-plugin, minecraft-plugin
oraxen
Oraxen is a minecraft plugin that allows to easily use Minecraft 1.14 features in order to create new items with custom textures. It handles the resourcepack generation, upload (using Polymath) and has an extensible API.
Stars: ✭ 358 (+353.16%)
Mutual labels:  spigot, spigot-plugin, minecraft-plugin
HamsterAPI
Simple and easy to use API to read and write Packets.
Stars: ✭ 25 (-68.35%)
Mutual labels:  bukkit, spigot, minecraft-plugin
BetterGUI
Another GUI Plugin
Stars: ✭ 66 (-16.46%)
Mutual labels:  bukkit, spigot, spigot-plugin
pyplugins
Python Plugins loader plugin for Minecraft Spigot (Jython)
Stars: ✭ 25 (-68.35%)
Mutual labels:  spigot, spigot-plugin, minecraft-plugin
Chatty
Bukkit-compatible chat plugin with multiple chat-modes.
Stars: ✭ 30 (-62.03%)
Mutual labels:  bukkit, spigot, spigot-plugin

Logo

Marriage Master is a Bukkit/Spigot plugin that allows you to marry another player in Minecraft to gain some extras.

ciImg releaseImg apiVersionImg licenseImg

featureRequestsImg bugReportsImg spigotRatingImg spigotDownloadsImg

Features:

  • Players can marry one (or more if configured) players to gain access to a set of special commands and benefits.
  • Features for married players:
    • TP - players can teleport to their partner any time
    • Home - any of the two players can set the home for them, then both can teleport to that point at any time
    • Gift - players can gift their partners items
    • PvP - players can disable pvp with their partner
    • Chat - players can chat privately with their partner
  • Configuration - The plugin has a huge well documented configuration file where you can adjust almost every aspect of the plugin the way you like it. You can even change the entire plugin to a friends plugin without writing a single line of code!
  • Language - The plugin has a language files that store all the messages used, you can translate them into any language, format them the way you like them or even disable them all one by one. Also check the language file tool:
  • Database - The plugin currently allows you to store your data in SQLite or MySQL databases.
  • Permissions - If you want to limit features or the whole plugin for certain worlds or groups or even just players you can do that with the huge amount off available permissions. For the whole list please look here:
  • Placeholders
  • API - The plugin has a very powerful API for developers

Requirements:

Runtime requirements:

Build requirements:

  • JDK for Java 8
  • Maven 3
  • git

Build from source:

The plugin can be build in 3 different configurations. All the details about the different build configs and runtime modes can be found here.

Normal version:

git clone https://github.com/GeorgH93/MarriageMaster.git
cd MarriageMaster
mvn package

The final file will be in the MarriageMaster/target folder, named MarriageMaster-<CurrentVersion>.jar.

Standalone version:

This version works without the PCGF-PluginLib, however some API features are not available.

git clone https://github.com/GeorgH93/MarriageMaster.git
cd MarriageMaster
mvn package -P Standalone

The final file will be in the MarriageMaster/target folder, named MarriageMaster-<CurrentVersion>-Standalone.jar.

Release version:

This is the version of the plugin published on dev.bukkit.org and spigotmc.org.

git clone https://github.com/GeorgH93/MarriageMaster.git
cd MarriageMaster
mvn clean install -P Standalone
mvn clean package -P Release

The final file will be in the MarriageMaster/target folder, named MarriageMaster-<CurrentVersion>-Release.jar.

API:

Marriage Master V2 comes with a very powerful API that allows you to change almost everything about this plugin. Most of the plugins commands are implemented only using methods and data provided by the API. If you think there is something missing feel free to open a feature request. Please do not access the data of the plugin over other ways than the provided API, the inner workings will change and I wont keep track of what you are using in your plugin. For more details about the API please check the following links.

Source Code & Details JavaDoc Build Server

Support:

Links:

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