mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-07 11:10:04 +01:00
Some work to PlaceholderManager
This commit is contained in:
parent
7de0b553d3
commit
e71c0ef4de
@ -1,4 +1,16 @@
|
|||||||
package com.songoda.skyblock.placeholder.wip;
|
package com.songoda.skyblock.placeholder.wip;
|
||||||
|
|
||||||
public class PlaceholderManager {
|
import com.songoda.skyblock.SkyBlock;
|
||||||
|
import com.songoda.skyblock.manager.Manager;
|
||||||
|
import org.bukkit.entity.Player;
|
||||||
|
|
||||||
|
public class PlaceholderManager extends Manager {
|
||||||
|
|
||||||
|
public PlaceholderManager(SkyBlock plugin) {
|
||||||
|
super(plugin);
|
||||||
|
}
|
||||||
|
|
||||||
|
public String parsePlaceholders(Player player, String message) {
|
||||||
|
return "";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user