Renamed Main Class of plugin from 'P' to 'SavageFactions', along with the plugin field from 'p' to 'plugin'
This commit is contained in:
@@ -280,7 +280,7 @@ hcf:
|
||||
|
||||
# SUPPORTS PLACEHOLDERS
|
||||
show:
|
||||
# First line can be {header} for default header, or any string (we recommend &m for smooth lines ;p)
|
||||
# First line can be {header} for default header, or any string (we recommend &m for smooth lines ;plugin)
|
||||
- '&8&m--------------&7 &8<&e{faction}&8> &8&m--------------'
|
||||
- '&6 * &eOwner &7{leader}'
|
||||
- '&6 * &eDescription &7{description}'
|
||||
@@ -307,7 +307,7 @@ show-exempt:
|
||||
# You can use any variable here, including fancy messages. Color codes and or tags work fine.
|
||||
# Lines that arent defined wont be sent (home not set, faction not peaceful / permanent, dtr freeze)
|
||||
map:
|
||||
# First line can be {header} for default header, or any string (we recommend &m for smooth lines ;p)
|
||||
# First line can be {header} for default header, or any string (we recommend &m for smooth lines ;plugin)
|
||||
- '&6* &eFaction &7{faction}'
|
||||
- '&6* &eOwner &7{leader}'
|
||||
- '&6* &eLand / Power / Max Power: &7{chunks} &8/ &7{power} &8/ &7{maxPower}'
|
||||
|
||||
@@ -47,7 +47,7 @@ COMMAND:
|
||||
DISABLELOG: ' has DISABLED admin bypass mode.'
|
||||
CHAT:
|
||||
DISABLED: <b>The built in chat chat channels are disabled on this server.
|
||||
INVALIDMODE: <b>Unrecognised chat mode. <i>Please enter either 'a','f' or 'p'
|
||||
INVALIDMODE: <b>Unrecognised chat mode. <i>Please enter either 'a','f' or 'plugin'
|
||||
MODE:
|
||||
PUBLIC: <i>Public chat mode.
|
||||
ALLIANCE: <i>Alliance only chat mode.
|
||||
@@ -260,10 +260,10 @@ COMMAND:
|
||||
SHORT: transfer f -> f
|
||||
TRANSFER: '%1$s transferred %2$s from the faction "%3$s" to the faction "%4$s"'
|
||||
MONEYTRANSFERFP:
|
||||
SHORT: transfer f -> p
|
||||
SHORT: transfer f -> plugin
|
||||
TRANSFER: '%1$s transferred %2$s from the faction "%3$s" to the player "%4$s"'
|
||||
MONEYTRANSFERPF:
|
||||
SHORT: transfer p -> f
|
||||
SHORT: transfer plugin -> f
|
||||
TRANSFER: '%1$s transferred %2$s from the player "%3$s" to the faction "%4$s"'
|
||||
MONEYWITHDRAW:
|
||||
SHORT: withdraw money
|
||||
@@ -300,8 +300,8 @@ COMMAND:
|
||||
PENALTY: ' (penalty: '
|
||||
POWERBOOST:
|
||||
HELP:
|
||||
'1': <b>You must specify "p" or "player" to target a player or "f" or "faction" to target a faction.
|
||||
'2': <b>ex. /f powerboost p SomePlayer 0.5 -or- /f powerboost f SomeFaction -5
|
||||
'1': <b>You must specify "plugin" or "player" to target a player or "f" or "faction" to target a faction.
|
||||
'2': <b>ex. /f powerboost plugin SomePlayer 0.5 -or- /f powerboost f SomeFaction -5
|
||||
INVALIDNUM: <b>You must specify a valid numeric value for the power bonus/penalty amount.
|
||||
PLAYER: Player "%1$s"
|
||||
FACTION: Faction "%1$s"
|
||||
@@ -446,11 +446,11 @@ CLAIM:
|
||||
GENERIC:
|
||||
NOPERMISSION: <b>You don't have permission to %1$s.
|
||||
DOTHAT: do that
|
||||
NOPLAYERMATCH: <b>No player match found for "<p>%1$s<b>".
|
||||
NOPLAYERFOUND: <b>No player "<p>%1$s<b>" could not be found.
|
||||
NOPLAYERMATCH: <b>No player match found for "<plugin>%1$s<b>".
|
||||
NOPLAYERFOUND: <b>No player "<plugin>%1$s<b>" could not be found.
|
||||
ARGS:
|
||||
TOOFEW: '<b>Too few arguments. <i>Use like this:'
|
||||
TOOMANY: '<b>Strange argument "<p>%1$s<b>". <i>Use the command like this:'
|
||||
TOOMANY: '<b>Strange argument "<plugin>%1$s<b>". <i>Use the command like this:'
|
||||
OWNERS: 'Owner(s): %1$s'
|
||||
PUBLICLAND: Public faction land.
|
||||
FACTIONLESS: factionless
|
||||
|
||||
@@ -255,10 +255,10 @@ COMMAND:
|
||||
SHORT: transfer f -> f
|
||||
TRANSFER: '%s transferred %s from the faction "%s" to the faction "%s"'
|
||||
MONEYTRANSFERFP:
|
||||
SHORT: transfer f -> p
|
||||
SHORT: transfer f -> plugin
|
||||
TRANSFER: '%s transferred %s from the faction "%s" to the player "%s"'
|
||||
MONEYTRANSFERPF:
|
||||
SHORT: transfer p -> f
|
||||
SHORT: transfer plugin -> f
|
||||
TRANSFER: '%s transferred %s from the player "%s" to the faction "%s"'
|
||||
MONEYWITHDRAW:
|
||||
SHORT: withdraw money
|
||||
@@ -295,8 +295,8 @@ COMMAND:
|
||||
PENALTY: ' (penalty: '
|
||||
POWERBOOST:
|
||||
HELP:
|
||||
'1': <b>You must specify "p" or "player" to target a player or "f" or "faction" to target a faction.
|
||||
'2': <b>ex. /f powerboost p SomePlayer 0.5 -or- /f powerboost f SomeFaction -5
|
||||
'1': <b>You must specify "plugin" or "player" to target a player or "f" or "faction" to target a faction.
|
||||
'2': <b>ex. /f powerboost plugin SomePlayer 0.5 -or- /f powerboost f SomeFaction -5
|
||||
INVALIDNUM: <b>You must specify a valid numeric value for the power bonus/penalty amount.
|
||||
PLAYER: Player "%s"
|
||||
FACTION: Faction "%s"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Factions
|
||||
version: ${project.version}-1.4-RC-3
|
||||
api-version: 1.13
|
||||
main: com.massivecraft.factions.P
|
||||
main: com.massivecraft.factions.SavageFactions
|
||||
authors: [Olof Larsson, Brett Flannigan, drtshock, ProSavage, AL56AF50]
|
||||
softdepend: [CoreProtect, PlayerVaults, PlaceholderAPI, MVdWPlaceholderAPI, PermissionsEx, Permissions, Essentials, EssentialsChat, HeroChat, iChat, LocalAreaChat, LWC, nChat, ChatManager, CAPI, AuthMe, Vault, Spout, WorldEdit, WorldGuard, AuthDB, CaptureThePoints, CombatTag, dynmap, FactionsTop]
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user