MarriagePlus
MarriagePlus
Main | Configuration | Changelog | FAQ
MarriagePlus is a complete redesign of my old plugin Marriage.
Whats the purpose of the Plugin
MarriagePlus allows you to Marry another Player in Minecraft either with a priester or just with your partner! You can gain benefits from the MarriagePlus, that only work for the Married Couple ex. Teleportation, NoPvP, health regeneration if close to partner. MarriagePlus integrates all Marriage's features but also has new exclusive features. It will also feature a complete new database structure
What you can't do
- Marry multiple persons
- Set a gender (Minecraft is genderless, the player is a human being)
Features
- Database types are MySQL and Standard files
- Permissions
- Economy
- Vault support
- Teleport to Married Player
- Show your love to your partner and play heart animations
- Regenerate health near your partner
- Get more xp if you are close to your partner while killing mobs!
- You and your partner automatically share food together if you are close to eachother (2 block radius)
- Set your home and teleport to it
- Become a Priester and marry people (People need to be in a 25 block radius)
- Enable/Disable PvP with the partner
- Share your money with the partner (Will be divided by 2 if you divorce)
Permissions / Config
Here are the instructions for permissions.
Here are the instructions for the general config
Commands
- /marry - Shows command usage
- /marry list - Lists all Married Players
- /marry divorce <Playername> - Only usable as a Priest
- /marry <Playername> <Playername> - Only usable as a Priest
- /marry priest <playername> - Only operator sets a Priest
- /marry tp - Teleport to Married Player
- /marry love - Heart animation around you and the Partner
- /marry pvpon
- /marry pvpoff
- /marry home
- /marry sethome
For reliable hosting go to: http://www.venomservers.net/

-
View User Profile
-
Send Message
Posted Apr 5, 2016@RedSnowGR
The feature can be denied by not approving it in the permissions:
marry.tp is the permission
-
View User Profile
-
Send Message
Posted Apr 5, 2016Hello,i really like this plugin and i want to add it on my server,i have a small community (20-25) Players ..But there is a problem,i need the /marry tp and the /marry home to have a cooldown...How can i add a cooldown?And if i cant add a cooldown can i remove this features?Please someone awner!
-
View User Profile
-
Send Message
Posted Oct 30, 2013/marry priest doenst appear and doesnt do anything
-
View User Profile
-
Send Message
Posted Oct 30, 2013@N1Chris
When I try to do /marry love, it says "Internal Error"
-
View User Profile
-
Send Message
Posted Oct 30, 2013@youtallXD
You mean a plugin like this?
Sadly, this one doesn't have it but there ARE different plugins for it :3
-
View User Profile
-
Send Message
Posted Sep 24, 2013PLEASE UPDATE
-
View User Profile
-
Send Message
Posted Sep 24, 2013This looks to be the best marriage plugin out there, I would love to get this going again!
Update please :D
-
View User Profile
-
Send Message
Posted Sep 10, 2013Update?//
-
View User Profile
-
Send Message
Posted Sep 3, 2013Update? :D
-
View User Profile
-
Send Message
Posted Aug 30, 2013Great Mod! A suggestion is to make a command that sets gender :D
-
View User Profile
-
Send Message
Posted Aug 15, 2013I am assuming that it is okay to decompile & edit this plugin, as it is licensed under the GPLv3.
I am going to try to fix a few things and upload a modified version on github, which I believe is all allowed when the project is under the GPL.
-
View User Profile
-
Send Message
Posted Aug 14, 2013Where be the source?
-
View User Profile
-
Send Message
Posted Aug 9, 2013I got two errors.
13:12:16 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'marry' in plugin MarriagePlus v1.2.3 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:191) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchCommand(CraftServer.java:523) at net.minecraft.server.v1_6_R2.PlayerConnection.handleCommand(PlayerConnection.java:962) at net.minecraft.server.v1_6_R2.PlayerConnection.chat(PlayerConnection.java:880) at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:837) at net.minecraft.server.v1_6_R2.Packet3Chat.handle(SourceFile:49) at net.minecraft.server.v1_6_R2.NetworkManager.b(NetworkManager.java:296) at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116) at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37) at net.minecraft.server.v1_6_R2.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:590) at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226) at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) Caused by: java.lang.IllegalArgumentException: Cannot measure distance between world and GridCraftCreative at org.bukkit.Location.distanceSquared(Location.java:381) at org.bukkit.Location.distance(Location.java:364) at com.gmail.mikeundead.Commands.Priester.getRadius(Priester.java:92) at com.gmail.mikeundead.Commands.Priester.Handle(Priester.java:33) at com.gmail.mikeundead.MarryCmd.PriestMarry(MarryCmd.java:275) at com.gmail.mikeundead.MarryCmd.onCommand(MarryCmd.java:109) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 15 more
And
13:12:44 [WARNING] Unexpected exception while parsing console command "marry priest grid21" org.bukkit.command.CommandException: Unhandled exception executing command 'marry' in plugin MarriagePlus v1.2.3 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:191) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchCommand(CraftServer.java:523) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchServerCommand(CraftServer.java:512) at net.minecraft.server.v1_6_R2.DedicatedServer.ar(DedicatedServer.java:262) at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:227) at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582) Caused by: java.lang.NullPointerException at com.gmail.mikeundead.MarryCmd.onCommand(MarryCmd.java:98) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 8 more
-
View User Profile
-
Send Message
Posted Jul 17, 2013Suggestion:
-
View User Profile
-
Send Message
Posted Jul 2, 2013This plugin is really great, but can you add like a permission option where people can only mary themselves and someone else, and the other one has to accept it? We don't really like the fact that priests can marry anyone.
-
View User Profile
-
Send Message
Posted Jun 11, 2013I am getting this error
2013-06-11 10:48:56 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'marry' in plugin MarriagePlus v1.2.3 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:523) at net.minecraft.server.v1_5_R3.PlayerConnection.handleCommand(PlayerConnection.java:971) at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:889) at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:846) at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.v1_5_R3.NetworkManager.b(NetworkManager.java:292) at net.minecraft.server.v1_5_R3.PlayerConnection.d(PlayerConnection.java:115) at net.minecraft.server.v1_5_R3.ServerConnection.b(SourceFile:35) at net.minecraft.server.v1_5_R3.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:581) at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226) at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.NullPointerException at com.gmail.mikeundead.Commands.Priester.Handle(Priester.java:27) at com.gmail.mikeundead.MarryCmd.PriestMarry(MarryCmd.java:275) at com.gmail.mikeundead.MarryCmd.onCommand(MarryCmd.java:109) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 15 more
-
View User Profile
-
Send Message
Posted Jun 8, 2013Can you please update this plugin? I really need the PvP protection for partners and I would love to have the other bonuses.
-
View User Profile
-
Send Message
Posted May 29, 2013This plugin reminds me of fable a little bit, also, could you please update this to 1.5.2? Need this for my RP server :)
-
View User Profile
-
Send Message
Posted May 25, 2013This one sounds incredibly adorable, and really inventive. I would like to see this get updated again!
-
View User Profile
-
Send Message
Posted May 15, 2013Yeah , i hope the authors will find time, to update the plugin :)