From 7c300acaa3f45a93bb51e1743ac5eb18b2259485 Mon Sep 17 00:00:00 2001 From: LCastr0 Date: Sat, 16 Jul 2016 20:00:21 -0300 Subject: [PATCH] No particles for vanished players! --- .../core/gadget/commands/subscription/MonthlyCommand.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Plugins/Mineplex.Core/src/mineplex/core/gadget/commands/subscription/MonthlyCommand.java diff --git a/Plugins/Mineplex.Core/src/mineplex/core/gadget/commands/subscription/MonthlyCommand.java b/Plugins/Mineplex.Core/src/mineplex/core/gadget/commands/subscription/MonthlyCommand.java new file mode 100644 index 000000000..b913bacfc --- /dev/null +++ b/Plugins/Mineplex.Core/src/mineplex/core/gadget/commands/subscription/MonthlyCommand.java @@ -0,0 +1,8 @@ +package mineplex.core.gadget.commands.subscription; + +public class MonthlyCommand +{ + + + +}