More Credit
This commit is contained in:
@@ -2,6 +2,10 @@ package com.massivecraft.factions.struct;
|
||||
|
||||
public class BanInfo {
|
||||
|
||||
/**
|
||||
* @author FactionsUUID Team
|
||||
*/
|
||||
|
||||
// FPlayer IDs
|
||||
private final String banner;
|
||||
private final String banned;
|
||||
|
||||
@@ -3,6 +3,11 @@ package com.massivecraft.factions.struct;
|
||||
import com.massivecraft.factions.zcore.util.TL;
|
||||
|
||||
public enum ChatMode {
|
||||
|
||||
/**
|
||||
* @author FactionsUUID Team
|
||||
*/
|
||||
|
||||
MOD(4, TL.CHAT_MOD),
|
||||
FACTION(3, TL.CHAT_FACTION),
|
||||
ALLIANCE(2, TL.CHAT_ALLIANCE),
|
||||
|
||||
@@ -4,6 +4,12 @@ import com.massivecraft.factions.FactionsPlugin;
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
||||
public enum Permission {
|
||||
|
||||
/**
|
||||
* @author FactionsUUID Team
|
||||
*/
|
||||
|
||||
|
||||
MANAGE_SAFE_ZONE("managesafezone"),
|
||||
MANAGE_WAR_ZONE("managewarzone"),
|
||||
OWNERSHIP_BYPASS("ownershipbypass"),
|
||||
|
||||
@@ -3,6 +3,11 @@ package com.massivecraft.factions.struct;
|
||||
|
||||
public class Placeholder {
|
||||
|
||||
/**
|
||||
* @author Illyria Team
|
||||
*/
|
||||
|
||||
|
||||
private String tag;
|
||||
private String replace;
|
||||
|
||||
|
||||
@@ -16,6 +16,12 @@ import java.util.List;
|
||||
|
||||
|
||||
public enum Relation implements Permissable {
|
||||
|
||||
/**
|
||||
* @author Illyria Team
|
||||
*/
|
||||
|
||||
|
||||
MEMBER(4, TL.RELATION_MEMBER_SINGULAR.toString()),
|
||||
ALLY(3, TL.RELATION_ALLY_SINGULAR.toString()),
|
||||
TRUCE(2, TL.RELATION_TRUCE_SINGULAR.toString()),
|
||||
|
||||
@@ -16,6 +16,12 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public enum Role implements Permissable {
|
||||
|
||||
/**
|
||||
* @author Illyria Team
|
||||
*/
|
||||
|
||||
|
||||
LEADER(4, TL.ROLE_LEADER),
|
||||
COLEADER(3, TL.ROLE_COLEADER),
|
||||
MODERATOR(2, TL.ROLE_MODERATOR),
|
||||
|
||||
Reference in New Issue
Block a user