mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 00:30:07 +01:00
parent
e82d5db4b3
commit
fdb96a2cf8
@ -37,10 +37,10 @@ public class McmmoCommand implements CommandExecutor {
|
|||||||
if (LoadProperties.spoutEnabled && player instanceof SpoutPlayer) {
|
if (LoadProperties.spoutEnabled && player instanceof SpoutPlayer) {
|
||||||
SpoutPlayer sPlayer = (SpoutPlayer) player;
|
SpoutPlayer sPlayer = (SpoutPlayer) player;
|
||||||
if (LoadProperties.donateMessage)
|
if (LoadProperties.donateMessage)
|
||||||
sPlayer.sendNotification("[mcMMO] Donate!", "Paypal nossr50@gmail.com", Material.CAKE);
|
sPlayer.sendNotification("[mcMMO] Donate!", "Paypal theno1yeti@gmail.com", Material.CAKE);
|
||||||
} else {
|
} else {
|
||||||
if (LoadProperties.donateMessage)
|
if (LoadProperties.donateMessage)
|
||||||
player.sendMessage(ChatColor.GREEN + "If you like my work you can donate via Paypal: nossr50@gmail.com");
|
player.sendMessage(ChatColor.GREEN + "If you like my work you can donate via Paypal: theno1yeti@gmail.com");
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user