mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-06-28 18:20:31 +00:00
[Feature] Adds meta permissions
TL MetaItemStack.java Some meta cleanup Parameter refactor for clarity Full list of added perms http://goo.gl/do1XL
This commit is contained in:
parent
292f8a8799
commit
4aaf0eda79
17 changed files with 190 additions and 40 deletions
|
@ -9,7 +9,6 @@ import java.util.Locale;
|
|||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
import java.util.TreeSet;
|
||||
import java.util.regex.Pattern;
|
||||
import org.bukkit.Material;
|
||||
import org.bukkit.Server;
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
|
@ -20,8 +19,6 @@ import org.bukkit.potion.PotionEffectType;
|
|||
|
||||
public class Commandpotion extends EssentialsCommand
|
||||
{
|
||||
private final transient Pattern splitPattern = Pattern.compile("[:+',;.]");
|
||||
|
||||
public Commandpotion()
|
||||
{
|
||||
super("potion");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue