Update ServerMiner sponsorship information

This commit is contained in:
Olof Larsson 2018-06-13 06:35:48 +02:00
parent 1daf294279
commit a391309d31

View File

@ -44,12 +44,11 @@ public class MassiveCoreMSponsorInfo extends Entity<MassiveCoreMSponsorInfo>
public List<String> consoleMsgs = new MassiveList<>( public List<String> consoleMsgs = new MassiveList<>(
"", "",
"<pink>____----====[ <aqua>Sponsored by ServerMiner<pink> ]====----____", "<pink>____----====[ <aqua>Sponsored by ServerMiner<pink> ]====----____",
"<lime>Get <gold>20% off<lime> a Premium Minecraft Server at ServerMiner:", "<lime>Get <gold>20% off<lime> a Premium Factions Server at ServerMiner:",
"<aqua>https://ServerMiner.com/?p=MassiveCraft", "<aqua>https://ServerMiner.com/plugins/Factions-Server-Hosting?p=MassiveCraft",
"", "",
"<lime>Factions and MassiveCore is sponsored by ServerMiner.com!", "<lime>Factions and MassiveCore is sponsored by ServerMiner.com!",
"<lime>They help us fund the development of new plugin features.", "<lime>They help us fund the development of new plugin features.",
"<lime>Use the promo code <gold>MassiveCraft<lime> to get a <gold>20% discount<lime>.",
"", "",
"<i>Only server operators get this message, not regular players.", "<i>Only server operators get this message, not regular players.",
"<i>Type <c>/mcore sponsor<i> to disable it.", "<i>Type <c>/mcore sponsor<i> to disable it.",
@ -67,12 +66,11 @@ public class MassiveCoreMSponsorInfo extends Entity<MassiveCoreMSponsorInfo>
public List<String> ingameMsgs = new MassiveList<>( public List<String> ingameMsgs = new MassiveList<>(
"", "",
"<pink>____----====[ <aqua>Sponsored by ServerMiner<pink> ]====----____", "<pink>____----====[ <aqua>Sponsored by ServerMiner<pink> ]====----____",
"<lime>Get <gold>20% off<lime> a Premium Minecraft Server at ServerMiner:", "<lime>Get <gold>20% off<lime> a Premium Factions Server at ServerMiner:",
"<aqua>https://ServerMiner.com/?p=MassiveCraft", "<aqua>https://ServerMiner.com/plugins/Factions-Server-Hosting?p=MassiveCraft",
"", "",
"<lime>Factions and MassiveCore is sponsored by ServerMiner.com!", "<lime>Factions and MassiveCore is sponsored by ServerMiner.com!",
"<lime>They help us fund the development of new plugin features.", "<lime>They help us fund the development of new plugin features.",
"<lime>Use the promo code <gold>MassiveCraft<lime> to get a <gold>20% discount<lime>.",
"", "",
"<i>Only server operators get this message, not regular players.", "<i>Only server operators get this message, not regular players.",
"<i>Type <c>/mcore sponsor<i> to disable it." "<i>Type <c>/mcore sponsor<i> to disable it."
@ -91,7 +89,7 @@ public class MassiveCoreMSponsorInfo extends Entity<MassiveCoreMSponsorInfo>
) )
); );
public String ingameLink = "https://ServerMiner.com/?p=MassiveCraft"; public String ingameLink = "https://ServerMiner.com/plugins/Factions-Server-Hosting?p=MassiveCraft";
// -------------------------------------------- // // -------------------------------------------- //
// UPDATE // UPDATE