This commit is contained in:
Brandon 2023-10-15 18:43:55 +01:00
parent 925ec63ac8
commit 74a0042e00
1295 changed files with 75013 additions and 0 deletions

12
.classpath Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="U:/Downloads/Telegram Desktop/savage-spigot-api-1.7.10-R0.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="U:/Downloads/Telegram Desktop/savage-spigot-1.7.10-R0.1-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="D:/SPigot Depends/AHCF depends/Lombok-1.6.6.jar"/>
<classpathentry kind="lib" path="D:/SPigot Depends/SwiftHub Depends/Vault.jar"/>
<classpathentry kind="lib" path="D:/SPigot Depends/AHCF depends/WorldEdit.jar"/>
<classpathentry kind="lib" path="D:/SPigot Depends/AHCF depends/ProtocolLib_1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

17
.project Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>HCF-Exem</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@ -0,0 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8

1
bin/balances.yml Normal file
View File

@ -0,0 +1 @@
balances: {}

306
bin/config.cdl Normal file
View File

@ -0,0 +1,306 @@
// HCF Configuration File
// Be sure to double-check your config
// Credits - Techcable's Configuration API
// If the plugin should attempt to limit entities to reduce lag.
// currently what this does is allow only 25 entities in one chunk.
handleEntityLimiting = true
// If arrows shot from a bow with infinity should be removed
// when they land to reduce entity lag.
removeInfinityArrowsOnLand = true
// The maximum Beacon strength level
beaconStrengthLevelLimit = 1
// If boats should not be allowed to be placed on land.
disableBoatPlacementOnLand = true
enderpearlGlitching {
// If this plugin should try and block Enderpearl glitching.
enabled = true
// If the enderpearl should be refunded if the player was detected.
refund = true
}
// If enderchests should be disabled.
disableEnderchests = true
// If beds cannot be placed in the Nether.
preventPlacingBedsNether = false
// Timezone to use for events and stuff
serverTimeZone = "America/New_York"
// The speed at which items in furnaces cook, set to 1.0 for default.
furnaceCookSpeedMultiplier = 6.0
brewingSpeedMultiplier = 6.0
// If you should be able to bottle exp by crafting a glass bottle.
bottledExp = true
// If you should be able to de-enchant books by right clicking enchant tables.
bookDeenchanting = true
// If death signs should spawn upon deaths.
deathSigns = true
// If death signs should thaw upon deaths.
deathLightning = true
// The current number of the map.
mapNumber = 1
// If the server is in a kit map mode.
kitMap = false
// If ally damage should be prevented or just warn the attacker.
preventAllyDamage = true
economy {
// The amount of money a player starts off with.
startingBalance = 0
}
spawners {
// If players should not be able to break spawners in the Nether.
preventBreakingNether = true
// If players should not be able to place spawners in the Nether.
preventPlacingNether = true
}
expMultiplier {
// The multipliers to set for experience, set to 1.0 to normalise as vanilla.
global = 2.0
fishing = 2.0
smelting = 2.0
lootingPerLevel = 1.5
luckPerLevel = 1.5
fortunePerLevel = 1.5
}
scoreboard {
sidebar {
// The title of the sidebar, use {MAP_NUMBER} as a
// placeholder with & as colour codes.
title = "&9&lMC-Market &7(Map {MAP_NUMBER})"
// If this plugin utilises the sidebar.
enabled = true
}
nametags {
// If this plugin will utilise nametags.
enabled = true
}
}
combatlog {
// If this plugin will protect from combat-logging.
enabled = true
// The ticks for when a combat logger NPC should despawn.
despawnDelayTicks = 900
}
warzone {
// The radius of the warzone.
radiusOverworld = 1000
radiusNether = 1000
}
factions {
conquest {
// How much points should a faction lose when a player dies in Conquest.
pointLossPerDeath = 20
// How much points should a faction need to win Conquest.
requiredVictoryPoints = 300
// If negative points are possible during conquest.
allowNegativePoints = true
}
roads {
// If players are allowed to claim next to roads
allowClaimsBesides = true
}
// List of faction names that cannot be used.
disallowedFactionNames = [
"EOTW",
"MOKU"
]
home {
// The time in seconds to teleport to faction home, -1 to disable, 0 for instant
teleportDelay {
NETHER = 30
THE_END = -1
NORMAL = 10
}
// The maximum height to set a faction home, use -1 to ignore this.
maxHeight = -1
// If faction homing in enemy territory should be allowed.
allowTeleportingInEnemyTerritory = true
}
// Minimum amount of characters a faction name must be.
nameMinCharacters = 3
// Maximum amount of characters a faction name must be.
nameMaxCharacters = 15
// Maximum amount of members a faction can own.
maxMembers = 20
// Maximum amount of claims a faction can own.
maxClaims = 8
// Maximum amount of allies a faction can have.
maxAllies = 0
subclaim {
// The minimum characters a player can name a subclaim.
nameMinCharacters = 3
// The maximum characters a player can name a subclaim.
nameMaxCharacters = 16
}
dtr {
regenFreeze {
// The minutes for faction DTR regen freeze to
// end not including any multipliers, etc.
baseMinutes = 40
// How much longer the DTR freeze should be for factions with
// more members. Set to 0 to disable.
minutesPerMember = 2
}
// The minimum DTR a faction can have.
minimum = -50
// The maximum DTR a faction will regenerate to.
maximum = 6.5
// Time in milliseconds between a DTR update.
millisecondsBetweenUpdates = 45000
// The DTR again when DTR updates.
incrementBetweenUpdates = 0.1
}
relationColours {
// The nametag and chat colours to show for faction relations.
wilderness = "DARK_GREEN"
warzone = "RED"
teammate = "DARK_GREEN"
ally = "AQUA"
enemy = "RED"
road = "RED"
safezone = "GREEN"
archerTagged = "BLUE"
combatTag = "DARK_RED"
enderPearl = "LIGHT_PURPLE"
invincibility = "DARK_GREEN"
gapple = "DARK_PURPLE"
logout = "GREEN"
stuck = "GREEN"
teleport = "DARK_AQUA"
}
joinNewFactionDelaySeconds = 15
}
deathban {
// The regular deathban duration.
baseDurationMinutes = 60
// The seconds before kicking after showing the user
// the respawn screen from a deathban.
respawnScreenSecondsBeforeKick = 15
}
end {
// If the end should be opened.
open = true
// The location of the spawn point when leaving end by End Portal.
exitLocation = "world,0.5,75,0.5,0,0"
// If fire should be extinguished when leaving the end through an End Portal.
extinguishFireOnExit = true
// If strength should be removed when entering the end through an End Portal.
removeStrengthOnEntrance = true
}
eotw {
chatSymbolPrefix = " \u2605"
chatSymbolSuffix = ""
// List of UUIDs that capped last maps EOTW.
lastMapCapperUuids = [
]
}
// The maximum levels an enchantment can be.
enchantmentLimits = [
"PROTECTION_ENVIRONMENTAL = 1",
"PROTECTION_FIRE = 3",
"SILK_TOUCH = 1",
"DURABILITY = 3",
"PROTECTION_EXPLOSIONS = 3",
"LOOT_BONUS_BLOCKS = 3",
"PROTECTION_PROJECTILE = 3",
"OXYGEN = 3",
"WATER_WORKER = 1",
"THORNS = 0",
"DAMAGE_ALL = 1",
"ARROW_KNOCKBACK = 1",
"KNOCKBACK = 0",
"FIRE_ASPECT = 0",
"LOOT_BONUS_MOBS = 3",
"LUCK = 3",
"ARROW_DAMAGE = 3",
"LURE = 3"
]
// The maximum levels a potion can be brewed to.
potionLimits = [
"STRENGTH = 0",
"INVISIBILITY = 1",
"REGEN = 0",
"WEAKNESS = 0",
"INSTANT_DAMAGE = 0",
"SLOWNESS = 1",
"POISON = 1"
]
subclaimSigns {
// Protects against members that are not on the sign opening.
private = true
// Protects against any non-officer opening.
captain = true
// Protects against any non-leader opening.
leader = false
// If subclaim protected objects should be protected from hopper
// items too, disabling this may increase performance.
hopperCheck = true
}
whitelist {
// Changes the vanilla whitelist message.
message = "&cThe server is currently locked, try again soon."
}

778
bin/config.yml Normal file
View File

@ -0,0 +1,778 @@
revive-settings:
gold:
use: "hcf.revive.gold"
prefix: "&6[GOLD] "
name: "GOLD"
minutes-cooldown: 30
seconds-cooldown: 1800
platinum:
use: "hcf.revive.platinum"
prefix: "&b[PLATINUM] "
name: "PLATINUM"
minutes-cooldown: 60
seconds-cooldown: 3600
revive-messages:
successfully-revived: "&cYou have successfully revived '%target%'"
broadcast: "&c%prefix% &8%player% &7used his %rank% rank to revive &8%target%"
cooldown: "%prefix% &eYou still have cooldown &7(%cooldown%&7) &efor revive %name%!"
chat:
use-protocol-lib: true
spam-cooldown: 5
disabled:
millis: 0
slowed:
millis: 0
slowed-delay: 15
alliance:
prefix: "\xa7b(Ally-Chat) %player%: %message%"
faction:
prefix: "\xa72(Team-Chat) %player%: %message%"
public:
prefix-faction: "\xa76[%tag%\xa76] %player%\xa77: \xa7f%message%"
prefix-no-faction: "%player%\xa77: \xa7f%message%"
warp-manager:
warp-delay-millis: 2000
auto-save:
enabled: true
time: "15min"
command: "save-all"
message: "&cSaving all data has finished."
anvil-spam-fixer:
enabled: true
violation: 3
messages:
flag: "&c%PLAYER% &chas been flagged for anvil spamming &8(&c%VELOCITY%&fVL&8) (perm: hcf.anvilspam.alert)"
kitmap-gui:
enabled: true
title: "&6&lHCF &c[Map 1]"
id-animation:
- 7
- 8
- 0
- 15
- 12
kitmap-selector:
enabled: true
border:
worldBorder: 3000
netherBorder: 1000
endBorder: 1500
border-messages:
no-bucket-fill: "&cYou cannot fill buckets past the border."
no-bucket-empty: "&cYou cannot empty buckets past the border."
no-blocks-place: "&cYou cannot place blocks past the border."
no-blocks-break: "&cYou cannot break blocks past the border."
border-no-go: "&cYou cannot go past the border."
border-portal-no-go: "&cThis portals travel location was over the border. It has been moved inwards."
death-messages:
combat-logger: "&8(&cCombat-Logger&8) &e%logger%&4[%logger-kills%] &ehas been slain by %killer%&4[%killer-kills%]"
causes:
block-explosion: "&c%player%&4[%player-kills%] &ewas blown to death."
contact: "&c%player%&4[%player-kills%] &ewas slain by a, a, a &a&lCactus&e?"
drowning: "&c%player%&4[%player-kills%] &edrowned."
entity-attack:
player: "&c%player%&4[%player-kills%] &ewas slain by &c%killer%"
player-item: "&c%player%&4[%player-kills%] &ewas slain by &c%killer%&4[%killer-kills%] &eusing &c%killer-hand%"
player-no-item: "&c%player%&4[%player-kills%] &ewas slain by &c%killer%&4[%killer-kills%]"
entity-explosion: "&c%player%&4[%player-kills%] &edied in a explosion."
fall: "&c%player%&4[%player-kills%] &ehit the ground to hard."
falling-block: "&c%player%&4[%player-kills%] &edied to a falling block."
fire: "&c%player%&4[%player-kills%] &eforgot to bring a Fire Resistance potion."
fire-tick: "&c%player%&4[%player-kills%] &eforgot to bring a Fire Resistance potion.."
lava: "&c%player%&4[%player-kills%] &eforgot to bring a Fire Resistance potion."
lightning: "&c%player%&4[%player-kills%] &ewas struck by &fLightning&e."
magic: "&c%player%&4[%player-kills%] &edied to a magic."
melting: "&c%player%&4[%player-kills%] &edied."
poison: "&c%player%&4[%player-kills%] &edied to a poison."
projectile:
unknown: "&c%player%&4[%player-kills%] &edied."
bow-item: "&c%player%&4[%player-kills%] &ewas shot by &c%killer%&4[%killer-kills%]"
bow-item-distance: "&c%player%&4[%player-kills%] &ewas shot by &c%killer%&4[%killer-kills%] &eusing &c%killer-hand% &efrom &9&l%distance% blocks."
starvation: "&c%player%&4[%player-kills%] &eforgot to pack some lunch and starved to death."
suffocation: "&c%player%&4[%player-kills%] &esuffocated in a wall."
suicide: "&c%player%&4[%player-kills%] &ekilled himself."
thorns: "&c%player%&4[%player-kills%] &edied."
void: "&c%player%&4[%player-kills%] &efell into the void."
wither: "&c%player%&4[%player-kills%] &ewhitered away."
unknown: "&c%player%&4[%player-kills%] &edied."
custom: "&c%player%&4[%player-kills%] &edied."
skygear:
enabled: true
spawntoken:
cooldown: 120
endportaltoken:
cooldown: 120
coordinates:
x: 1500
y: 75
z: 1500
throwable-cobwebs:
cooldown: 30
despawn-after: 5
vector-multiplier: 2
cobweb-name: "&3ThrowableCobweb"
glowstone-mountain:
enabled: true
regeneration: 72000
location: '[world,24.50070339453891,72.0,137.55239634209465]'
glowstone-mountain-messages:
regenerated: "&5Glowstone Mountain has been regenerated."
disabled: "&cGlowstone mountain is disabled."
set-disabled: "&cYou have disabled the Glowstone Mountain!"
set-enabled: "&aYou have enabled the Glowstone Mountain!"
set-location: "&aYou have set the location of Glowstone Mountain!"
faction-show-location: "&eLocation: set location in config"
reloaded: "&aYou have reloaded the config."
configuration:
server-name: "MC-Market"
teamspeak: "ts.mcmarket.com"
store: "store.buycraft.com"
website: "www.website.com"
starting-balance: 250
famous-subscribers: 2000
famous-videos: 2
famous-views: 1000
youtube-subscribers: 1000
youtube-videos: 2
youtube-views: 500
splash-potion-velocity: 2.0
use-dtc: false
deathmessages:
enabled: false
deathmessage-format: "%player%&4[%kills%&4]"
event-utilities:
timezone: "Europe/Ljubljana"
auto-run-scheduler:
enabled: true
time: "3h"
run-command: "event start %event%"
event-list:
- "Stronghold"
- "Palace"
- "Citadel"
- "Fury"
koth:
faction-color: "&9&l"
win-command: "key eventkey KOTH %key% %player% 2"
citadel:
faction-color: "&5&l"
win-command: "key eventkey CITADEL %key% %player% 2"
palace:
faction-color: "&e&l"
cap-time: "25min"
win-command: "key eventkey PALACE %key% %player% 2"
conquest:
faction-color: "&9&l"
win-command: "key eventkey CONQUEST %key% %player% 2"
fury:
faction-color: "&9&l"
switch-time: "1min"
cap-time: "30s"
required-points: 100
point-loss-per-death: 10
win-command: "key eventkey FURY %key% %player% 2"
faction-utilities:
elevators:
minecart:
enabled: true
combat-usage: false
sign:
enabled: true
enemy-claim-usage: false
combat-usage: false
end-portal-faction:
deathban: false
safezone: false
player-faction:
dtr-loss-per-death: 1.0
sotw:
auto-inventory: false
killstreaks:
enabled: true
broadcast-message: "&c&l%player% &ehas reached kill streak of &c&l%killstreak% &eand received &c&l%item%"
items:
DontRemoveThis:
name: "DontRemove"
command: "dont remove this its an example"
kills: 100000
deathban:
deathban1:
permission: 'deathban.1'
time: 30m
deathban2:
permission: 'deathban.2'
time: 60m
deathban3:
permission: 'deathban.3'
time: 90m
deathban4:
permission: 'deathban.4'
time: 120m
deathban5:
permission: 'deathban.5'
time: 140m
deathban6:
permission: 'deathban.6'
time: 160m
classes:
class-equiped:
- '&bClass: &l%class% &7-->&a Enabled'
- '&bClass Info: www.website.com/%class%'
class-un-equiped:
- '&bClass: &l%class% &7-->&c Disabled'
archer:
enabled: true
use-colorful-armor: true
name: "Archer"
damage-percentage: 20
speed-cooldown: 60
equipment:
helmet: LEATHER_HELMET
chestplate: LEATHER_CHESTPLATE
leggings: LEATHER_LEGGINGS
boots: LEATHER_BOOTS
bard:
enabled: true
name: "Bard"
max-energy: 100
energy-per-second: 1.0
teammate-nearby: 25
buff-cooldown: 10
buff-duration: 5
held-item-message: true
effect-message:
- '&7&m--------------------------------'
- ' &e&lEffect: %effect%'
- ' &e&lCost: %energycost%'
- '&7&m--------------------------------'
equipment:
helmet: GOLD_HELMET
chestplate: GOLD_CHESTPLATE
leggings: GOLD_LEGGINGS
boots: GOLD_BOOTS
miner:
enabled: true
name: "Miner"
invisibility-y: 30
equipment:
helmet: IRON_HELMET
chestplate: IRON_CHESTPLATE
leggings: IRON_LEGGINGS
boots: IRON_BOOTS
rogue:
enabled: true
name: "Rogue"
speed-cooldown: 1
jump-cooldown: 1
equipment:
helmet: CHAINMAIL_HELMET
chestplate: CHAINMAIL_CHESTPLATE
leggings: CHAINMAIL_LEGGINGS
boots: CHAINMAIL_BOOTS
ghost:
enabled: true
name: "Ghost"
mode-cooldown: 48
equipment:
helmet: CHAINMAIL_HELMET
chestplate: DIAMOND_CHESTPLATE
leggings: CHAINMAIL_LEGGINGS
boots: DIAMOND_BOOTS
classes-messages:
archer:
cannot-tag-archers: "&eYou cannot archer tag other archers."
speed-cooldown: "&cYou cannot use Archer speed for another &c&l%cooldown%"
bard:
cannot-equip-class: "&cYou cannot equip Bard Class whilst PVP Protected."
energy-announcer: "&b&lBard energy is now at: &a%energy%"
buff-used: "&eYou have just used &aBard Buff &ethat cost you &l%cost% &eof your Energy"
buff-cooldown: "&cYou cannot use this Bard buff for another %cooldown% seconds."
buff-in-safezone: "&cYou may not use bard buffs in safe-zones."
no-enough-energy: "&cYou need at least &l%cost% &cenergy to use this Bard buff, whilst you only have %energy%."
ghost:
damage-near: "&eGhoster has taken damage in stealth mode near you: &7(20x20)"
cooldown: "&cYou cannot use Ghost mode for another %cooldown% seconds."
normal-mode: "&eYou are now in &aNormal &emode."
stealth-mode: "&eYou are now in &7Stealth &emode."
power-mode: "&eYou are now in &cPower &emode &7&o(5 seconds)&e."
miner:
invisibility-added: "&eMiner &6invisibility &ehas been added."
invisibility-removed: "&eMiner &6invisibility &ehas been removed."
rogue:
backstabbed-you: "&c%player% &ehas backstabbed you."
you-backstabbed: "&eYou have backstabbed &c%player%&e."
speed-cooldown: "&cYou cannot use Rogue speed for another %cooldown%."
jump-cooldown: "&cYou cannot use Rogue jump for another %cooldown%."
staffmode:
enabled: true
scoreboard-lines: true
items:
teleportation:
item: COMPASS
amount: 1
data: 0
name: "&bTeleport Compass"
lore:
- "&7Right click block: Move through"
- "&7Left click: Move to block in line of sight"
slot: 0
inspection:
item: BOOK
amount: 1
data: 0
name: "&bInspection Tool"
lore:
- "&7Right click to inspect player inventory"
slot: 1
freeze:
item: ICE
amount: 1
data: 0
name: "&bFreeze Player"
lore:
- "&7Right click to freeze player"
slot: 4
worldedit:
item: WOOD_AXE
amount: 1
data: 0
name: "&bWorldEdit Wand"
lore:
- "&7Use this to change blocks"
slot: 2
xrayer-gui:
item: DIAMOND_PICKAXE
amount: 1
data: 0
name: "&bXrayer Gui"
lore:
- "&7Right click to open inventory with miners"
slot: 6
random-teleportation:
item: RECORD_10
amount: 1
data: 0
name: "&bRandom Teleport"
lore:
- "&7Right click to random teleport"
slot: 8
staff-gui:
item: SKULL_ITEM
amount: 1
data: 3
name: "&bOnline Staff"
lore:
- "&7Right click to random teleport"
slot: 3
vanish-enabled:
item: INK_SACK
amount: 1
data: 10
name: "&bVanished: &aTrue"
lore:
- "&7Right click to disable vanish"
slot: 7
vanish-disabled:
item: INK_SACK
amount: 1
data: 8
name: "&bVanished: &cFalse"
lore:
- "&7Right click to enable vanish"
slot: 7
scoreboard:
archer-timer: "Archer Mark"
archer-time: "10s"
archer-color: "&e&l"
combat-timer: "Spawn Tag"
combat-time: "30s"
combat-color: "&c&l"
enderpearl-timer: "Enderpearl"
enderpearl-time: "16s"
enderpearl-color: "&3&l"
gapple-timer: "Golden Apple"
gapple-time: "6h"
gapple-color: "&6&l"
apple-timer: "Apple"
apple-time: "30s"
apple-color: "&c&l"
warmup-timer: "Warmup"
warmup-color: "&a&l"
home-timer: "Home"
home-time: "10s"
home-color: "&9&l"
logout-timer: "Logout"
logout-time: "25s"
logout-color: "&4&l"
pvp-timer: "PvP Timer"
pvp-time: "1h"
pvp-color: "&a&l"
stuck-timer: "Stuck"
stuck-time: "3min"
stuck-color: "&4&l"
koth-color: "&9&l"
palace-color: "&6&l"
dtc-color: "&2&l"
focus-nametag-color: "&5&l"
scoreboard-lines:
bars: true
kitmap:
statistics: "&3&lStatistics"
balance: " &7\xbb &bBalance&7: &f%balance%"
kills: " &7\xbb &bKills&7: &f%kills%"
deaths: " &7\xbb &bDeaths&7: &f%deaths%"
killstreaks: " &7\xbb &bKillStreak&7: &f%killstreak%"
class-name: "&e&lClass&7: &c%class%"
stattrak: " &8\xbb &3&lStatTrak&7: &c%kills%"
cobwebs: " &8\xbb &6&lCobwebs&7: &c%cooldown%"
destroy-the-core: "&2&l%dtc-name%&7: &a%points%/%maxpoints%"
miner:
diamonds: " &6» &bDiamonds&7: &c%diamonds%"
cobble-enabled: " &6» &bCobble&7: &aTrue"
cobble-disabled: " &6» &bCobble&7: &cFalse"
invisibility-enabled: " &6» &bInvisible&7: &aTrue"
invisibility-disabled: " &6» &bInvisible&7: &cFalse"
bard:
buff-delay: "&a&lBuff Delay&7: &c%cooldown%"
bard-energy: "&b&lBard Energy&7: &c%energy%"
archer:
speed-cooldown: " &6» &eSpeed&7: &c%cooldown%"
rogue:
speed-cooldown: " &6» &eSpeed&7: &c%cooldown%"
jump-cooldown: " &6» &eJump&7: &c%cooldown%"
ghost:
normal-mode: "&aNormal"
stealth-mode: "&7Stealth"
power-mode: "&c&lPower"
active-mode: " &6\xbb &eMode&7: %mode%"
cooldown: " &6\xbb &eCooldown&7: &c%cooldown%"
staff-mode:
vanish-enabled: " &6%doublearrow% &eVanished&7: &aTrue"
vanish-disabled: " &6%doublearrow% &eVanished&7: &cFalse"
chat-mode-staff: " &6%doublearrow% &eChat&7: &aStaffChat"
chat-mode-global: " &6%doublearrow% &eChat&7: &cGlobalChat"
online: " &6%doublearrow% &eOnline&7: &c%online%"
ticks-per-second: " &6%doublearrow% &eTPS&7: &c%tps%"
eotw:
beginning: " &8» &cEOTW begins in&7: &c%time%"
cappable: " &8» &cCappable in&7: &c%time%"
sotw:
title: "&a&lStart of the World"
time-left: " &8» &c%time%"
fury:
title: "&6&lFury Event &7(%fury%)"
cap-time: "&e%formattedtime%"
switch-time: "&e%switchtime%"
leaderboard: "&6%count%. &e%faction%&7: &e%points% %difference%"
cmd-messages:
no-permission: "&cYou don't have access to this command."
join-message:
- '&7&m%line%'
- '&eWelcome to %title%'
- " &6\xbb &eFactions Size: &7%factionsinfo%"
- " &6\xbb &eMap Kit: &7Protection: %protection% / Sharpness: %sharpness%"
- " &6\xbb &eTeamspeak: &7%teamspeak%"
- " &6\xbb &eWebsite: &7%website%"
- '&7&m%line%'
- '&m'
cobble-disabled: "&7You have disabled cobble picking."
cobble-enabled: "&7You have enabled cobble picking."
coordinates:
- '&7&m--------------------------------'
- ' &e&lUse config.yml to edit coordinations'
- '&7&m--------------------------------'
focus-no-yourself: "&7You can't focus yourself!"
focus-no-faction: "&7You are not in a team!"
focus-target-no-faction: "&7Target is not in a team!"
focus-player-not-online: "&cThat player is not online."
focused-target: "&b&l%target% &7has been focused by &b&l%player%"
hidestaff-show: "&aYou will now be able to see the Staff."
hidestaff-hide: "&cYou will now not be able to see the Staff."
unfocused-target: "&b&l%player% &7has unfocused %target%."
logout-started: "&cYou are &4&lLoging out &cin 30 seconds.."
logout-already-active: "&cYour &4&lLogout &ctimer is already active."
mobdrops-enabled: "&7You have enabled mobdrops picking."
mobdrops-disabled: "&7You have disabled mobdrops picking."
playtime: "&6%target% &ehas been playing for &6%time% &ethis map."
staffmode-enabled: "&eYou have enabled &6StaffMode"
staffmode-disabled: "&eYou have disabled &6StaffMode"
staffrevive-target-not-deathbanned: "&c%target% is not deathbanned"
staffrevive-target-revived: "&c%target% &ehas been revived."
request-cooldown: "&cYou still have cooldown %time% for using request"
request-message: "&7[REQUEST] &6&l%player% &chas requested help: &6&l%message%"
report-cooldown: "&cYou still have cooldown for %time%"
report-no-reason: "&cPlease specify reason."
report-message: "&c&lREPORT > &6%reporter% &chas reported &6%hacker% &cfor &6%reason%"
alert-message: "&c&lALERT > %message%"
feed-message: "&eYou have fed yourself"
flight-enabled: "&eYou have enabled your flight."
flight-disabled: "&eYou have disabled your flight."
freeze-no-yourself: "&cYou cannot freeze yourself"
freeze-no-staffmember: "&cYou cannot freeze staffmember."
freeze-player-not-found: "&cPlayer named %target% was not found."
freeze-message:
- "&8&m%line%"
- ""
- ""
- "&6You have been &cFROZEN."
- "&6Join our &cteamspeak, you have 3 minutes."
- ""
- ""
- "&8&m%line%"
invsee-player-not-found: "&cPlayer not found."
invsee-error: "&cERROR: You cannot modify inventory of player that are same or higher ranks than you."
list-message: "&cThere is currently %onlineplayers% online players out of %maxplayers%"
lff-message:
- '&7&m--------------------------------'
- '&m'
- '&6%player% &eis looking to join &6&lFACTION'
- '&eYou can also use placeholder %playerdisplayname%!'
- '&7&m--------------------------------'
removeperm-message: "&aSuccessfully removed %target%'s permissions!"
reset-reclaim-message: "&cYou have succesfully reset %target%'s reclaim settings."
reclaim-already: "&cYou have already reclaimed your donator perks!"
reclaim-no-rank: "&cYou do not have anything to reclaim!"
revive-broadcast: "&7 » &c&l%player% &eused their Diamond rank to revive %target%"
revive2-broadcast: "&7 » &c&l%player% &eused their Gold rank to revive %target%"
rename-message: "&aSuccessfully renamed item to: %name%"
panic-message:
- "&8&m----------------"
- ""
- "&4&l%player% &chas requested Panic Assistance!"
- ""
- "&8&m----------------"
spawn-teleport-message: "&aYou have been teleported to Spawn."
spawner-received: "&7You have received &c%spawner% spawner."
teleport-top-message: "&cYou have been teleported to the top."
vanish-enabled: "&7You have enabled your vanish mode."
vanish-disabled: "&7You have disabled your vanish mode."
lives-check-deathban: "&c%target% is not deathbanned."
lives-clear-deathbans: "&aAll deathbans have been successfully wipped."
lives-revive-not-deathbanned: "&c%target% is not deathbanned."
lives-revive-kitmap-on: "&cYou cannot revive players during KitMap"
lives-revive-eotw-on: "&cYou cannot revive players during End of the World"
lives-revive-enemy: "&cYou have used one life to revive:&r %target%"
lives-revive-teammate: "&cYou have used one life to revive:&r %target%"
lives-set-error: "&c%argument% is not a number."
lives-set-message: "&cYou have set %target%'s lives to %amount%"
bed-bombing-portal: "&cYou may not bedbomb near portal"
book-deenchant: "&eYou have reversed book's form."
crowbar-error: "&eYou can only use Crowbar in overworld."
crowbar-spawner-error: "This Crowbar has no more Spawner uses."
crowbar-endportal-error: "This Crowbar has no more Endportal uses."
deathban-eotw: "&cThanks for playing on our Map 1"
deathban-kick: "&cDeathbanned for %remaining% (%reason%)"
deathban-active: "&cYou have died because %reason% at %location% (%remaining%)"
deathban-active-with-lives: "&cYou have died because %reason% at %location% (%remaining%) You have %lives% lives, reconnect in %livesdelay%"
deathban-used-life: "You have used life to bypass deathban, you have now %lives% lives."
safezone-enderpearl-error: "&cYou may not pearl into the Safezones, your pearl has been refunded."
safezone-attack-error: "&cYou cannot attack players in Safezone"
safezone-out-attack-error: "&cYou cannot attack players that are in Safezone"
staff-connected: "&a&lStaff Online: &f%player%"
staff-disconnected: "&a&lStaff Offline: &f%player%"
subclaim-already-placed: "&cThere is already subclaim on this block: %block%"
subclaim-player-error: "&cSubclaim requires at least one name inserted."
subclaim-leader-error: "&cOnly leader can create LEADER subclaims."
sotw-start-error: "%argument% &cis not valid duration"
sotw-already-active: "&cSOTW is already active, /sotw cancel to end it."
sotw-started: "&cYou have started SOTW for the %time%"
sotw-start:
- "&aStart of the world has started &7(%time%)"
sotw-end:
- "&cStart of the world has ended. &4&lGOOD LUCK TO EVERYONE!"
void-fix-message: "&aYou were saved from falling in void in Overworld."
eotw-started: "&4&LEOTW &chas started."
eotw-claim-error: "&cYou cannot claim during EOTW."
faction-messages:
faction-show:
header:
- ' %faction% &7(%faction-online%/%faction-online-max%) &8- &aHome: &c%home% &7[%status%]'
allies:
- ' &eAllies: %allies%'
leader:
- ' &eLeader: %leader%'
coleaders:
- ' &eCo-Leaders: %co-leaders%'
captains:
- ' &eCaptains: %captains%'
members:
- ' &eMembers: %members%'
use-announcement: false
announcement:
- ' &eAnnouncement: &c%announcement%'
balance:
- ' &eBalance: &c%balance% &eKills: &c%factionkills%'
use-lives: false
lives:
- ' &eLives: &c%lives%'
koth-captures:
- ' &eKoth Captures: &c%koths%'
conquest-captures:
- ' &eConquest Captures: &c%conquests%'
citadel-captures:
- ' &eCitadel Captures: &c%citadels%'
fury-captures:
- ' &eFury Captures: &c%furies%'
palace-captures:
- ' &ePalace Captures: &c%palaces%'
use-founded: false
founded:
- ' &eFounded at: &c%founded%'
dtr:
- ' &eDeaths Until Raidable: [%dtr%/%maxdtr%]'
regen:
- ' &eTime Until Regen: &c%regen%'
faction-member-format: "%color%%name%&e[&a%kills%&e]"
ally-format: "%ally% &e[%ally-online%/%ally-online-max%]"
factionless-prefix: "*"
entering: '&eNow entering: %tofaction%&7(%deathbantofaction%&7)'
leaving: '&eNow leaving: %fromfaction%&7(%deathbanfromfaction%&7)'
created: "&eTeam %faction% &ehas been created by %player%"
disbanded: "&eTeam %faction% &ehas been disbanded by %player%"
renamed: "&eTeam %faction% &ehas been renamed to %factionnewname%"
member-online: "&a&lMember Online: &7%player%"
member-offline: "&c&lMember Offline: &7%player%"
use-default-help: true
custom-help:
- '&6&m--------------------------------------------------'
- '&9&lTeam Help'
- '&7&m--------------------------------------------------'
- '&9General commands'
- '&e/f create <name> &7- Create a new faction'
- '&e/f join &7- Join to faction'
- '&e/f leave &7- Leave your current faction'
- '&e/f home &7- Teleport to your faction home'
- '&e/f d <amount> &7- Give money to your faction'
- '&m'
- '&9Information commands'
- '&e/f who <player&7|&efactionName> &7- Display faction information'
- '&e/f map &7- Show nearby claims'
- '&e/f seechunk &7- Show chunk'
- '&e/f list &7- Show list of factions online'
- '&e/f top <balance|online|power|members|land> &7- Get top factions'
- '&m'
- '&9Moderator commands'
- '&e/f invite <player> &7- Invite player to your faction'
- '&e/f deinvite <player> &7- Revoke player invitation'
- '&e/f showinvites &7- List all pending invites'
- '&e/f kick <player> &7- Kick player from faction'
- '&e/f title <player> <#> &7Set title to player'
- '&e/f announce <message> &7- Announce message to your faction'
- '&e/f claim &7- Start claim for your faction'
- '&e/f claimline <#> &7- Claim <#> line for your faction'
- '&e/f autoclaim &7- Start autoclam for your faction'
- '&e/f sethome &7- Sethome for your faction'
- '&e/f w <amount> &7- Take money from your faction'
- '&m'
- '&9Leader commands'
- '&e/f mod <player> &7- Promote/Demote members/moderators'
- '&e/f unclaim &7- Unclaim land'
- '&e/f unclaimall &7- Unclaim all your lands'
- '&e/f tag <newName> &7- Rename your faction'
- '&e/f disband &7- Disband your faction'
- '&7&m--------------------------------------------------'
- '&6&m--------------------------------------------------'
warzone:
block-place-build-radius: 300
requires-both-quadrants: false
kit-messages:
use-default-help: false
custom-help:
- ''
- ''
- '&3&lYou can edit this'
- '&c&lIN CONFIG!'
koth-messages:
controlling: "&cYou are now controlling &4%koth%"
controlling-lost: "&cYou are no longer controlling &4%koth%"
control-lost: "&8[&4&LKOTH&8] &4%player% &chas lost control of &4%koth% &c(%remaining%)"
someone-controlling: "&8[&4&LKOTH&8] &cSomeone is controlling &4%koth% &c(%remaining%)"
conquest-messages:
faction-required: "&cYou must be in faction to contest Conquest."
conquest-started: "&8[&3&lCONQUEST&8] &3%conquest% &9can now be contested."
attempting-control: "&8[&3&lCONQUEST&8] &9Attempting to control %conquest% &7(%remaining%)"
player-knocked: "&8[&3&lCONQUEST&8] &3%player% &9was knocked off %conquest%"
gained-points: "&8[&3&lCONQUEST&8] &3%faction% &9has gained 1 point for capturing %conquest% &7(%points%/%maxpoints%)"
lost-points: "&8[&3&lCONQUEST&8] &3%faction% &9has lost %deathpoints% because %player% died &7(%points%/%maxpoints%)"
citadel-messages:
controlling: "&dYou are now controlling &5%citadel%"
controlling-lost: "&dYou are no longer controlling &5%citadel%"
control-lost: "&8[&5&lCitadel&8] &5%player% &dhas lost control of &5%citadel% &d(%remaining%)"
someone-controlling: "&8[&5&lCitadel&8] &dSomeone is controlling 5%citadel% &d(%remaining%)"
palace-messages:
controlling: "&eYou are now controlling &6%palace%"
controlling-lost: "&eYou are no longer controlling &6%palace%"
control-lost: "&8[&6&lPalace&8] &6%player% &ehas lost control of &6%palace% &e(%remaining%)"
someone-controlling: "&8[&6&lPalace&8] &eSomeone is controlling &6%palace% &e(%remaining%)"
fury-messages:
faction-required: "&cYou must be in faction to contest Fury."
fury-started: "&6&lFURY &8> &6%fury% &ecan now be contested."
capzone-switch: "&6&lFURY &8> &eCapzone has been switched. &6%capzone% &eis new capzone."
attempting-control: "&6&lFURY &8> &eAttempting to control %fury% &7(%remaining%)"
player-knocked: "&6&lFURY &8> &e%player% &6was knocked off %fury%"
gained-points: "&6&lFURY &8> &6%faction% &ehas gained 1 point for capturing %fury% &7(%points%/%maxpoints%)"
lost-points: "&6&lFURY &8> &e%faction% &6has lost %deathpoints% because %player% died &7(%points%/%maxpoints%)"
miscellaneous-messages:
vanish-place-error: "&cYou cannot place blocks while you are vanished."
vanish-break-error: "&cYou cannot break blocks while you are vanished."
vanish-drop-item-error: "&cYou cannot drop items while you are in StaffMode."
wall-timer-notifier: "&cThis wall will prevent you from entering %claim% whilst you have your %timer% timer."
chest-configuration:
size: 9
autosave: 10
silentAutosave: false
clearOnDeath: false
dropOnDeath: false
permission-use-chest: "chest.use"
permission-others-chest: "chest.admin"
permission-bypass: "chest.bypass"
permission-clear-chest: "chest.clear"
permission-others-clear: "chest.admin"
permission-use-disposal: "disposal.use"
permission-savechest: "chest.savechest"
permission-savechests: "chest.savechests"
permission-use-workbench: "workbench.use"
chest-messages:
prefix: "&c[Chests]"
no-permission: "You don't have enough permissions."
no-safezone: "&cYou can only use chests in safezone."
gamemode-error: "&cYou cannot use chests in gamemode!"
cleared-chest: "&aSuccessfully clear your chest."
tablist:
player-info: "&ePlayer Info"
kill-counter: "&7Kills: "
death-counter: "&7Deaths: "
location: "&eLocation"
faction-info: "&eFaction Info"
dtr: "&eDTR: "
faction-online: "&eOnline: "
faction-balance: "&eBalance: $"
hq: "&eHQ: "
next-koth: "&eNext KOTH"
none-scheduled: "&7None Scheduled"
title: "&6&lMC-Market"
players-online: "&ePlayers Online"
faction-name-color: "&e"
faction-list: "&eFaction List"
end-portals: "&eEnd Portals:"
end-portals-coordinates: "&71000, 1000"
end-portals-quadrants: "&7in each quadrant"
kit: "&eKit:"
kit-info: "&7Prot 1, Sharp 1"
border: "&eBorder:"
border-info: "&73000"
online-players: "&ePlayers Online:"
online-players-info: "&7%online-players%"
citadel-cappers: "&eCitadel Cappers:"
citadel-cappers-info: "&7NoLimit"

2
bin/event-schedules.txt Normal file
View File

@ -0,0 +1,2 @@
# year,month,day,hour,minute:eventName (24 hour clock)
#2017,08,25,03,30,PM:Pagoda This would run event named 'Pagoda' at 3:30AM on the 25th of August, 2017.

1
bin/faction-users.yml Normal file
View File

@ -0,0 +1 @@
users: {}

1
bin/factions.yml Normal file
View File

@ -0,0 +1 @@
factions: {}

7449
bin/items.csv Normal file

File diff suppressed because it is too large Load Diff

1
bin/lives.yml Normal file
View File

@ -0,0 +1 @@
lives: {}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More