mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-07-25 06:53:45 +00:00
more changes
This commit is contained in:
parent
f154754e1b
commit
d227bcc739
27 changed files with 1151 additions and 351 deletions
|
@ -0,0 +1,17 @@
|
|||
package com.intellectualcrafters.plot.util;
|
||||
|
||||
import com.intellectualcrafters.plot.PlotMain;
|
||||
import com.intellectualcrafters.plot.config.C;
|
||||
|
||||
public class MainUtil {
|
||||
// TODO messages / permission stuff
|
||||
|
||||
/**
|
||||
* Send a message to the console
|
||||
*
|
||||
* @param c message
|
||||
*/
|
||||
public static void sendConsoleSenderMessage(final C c) {
|
||||
PlotMain.MAIN_IMP.sendConsoleSenderMessage(c.s());
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue