mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
60 lines
1.4 KiB
YAML
60 lines
1.4 KiB
YAML
debug: false
|
|
|
|
max_streak: 1
|
|
streak_delay: 20 hours
|
|
streak_grace_period: 1 day
|
|
#Needs to be a multiple of a full minute
|
|
online_for_reward: 30 minutes
|
|
|
|
give_reward_to_pearled: false
|
|
multiply_pearl_cost: false
|
|
|
|
physical: false
|
|
virtual_cap: 64
|
|
|
|
rewards:
|
|
essence:
|
|
v: 3839
|
|
==: org.bukkit.inventory.ItemStack
|
|
type: ENDER_EYE
|
|
amount: 1
|
|
meta:
|
|
meta-type: UNSPECIFIC
|
|
==: ItemMeta
|
|
display-name: Player Essence
|
|
lore:
|
|
- Activity reward used to fuel pearls
|
|
|
|
login_reward: 4
|
|
voting_reward: 1
|
|
|
|
voting_sites:
|
|
minecraftmp:
|
|
voting_cooldown: 23 hours
|
|
voting_url: 'https://minecraft-mp.com/server/305231/vote/?username=%PLAYER%'
|
|
internal_key: 'Minecraft-MP.com'
|
|
name: 'minecraft-mp.com'
|
|
minecraftserverlist:
|
|
voting_cooldown: 20 hours
|
|
voting_url: 'https://minecraft-server-list.com/server/488241/vote/'
|
|
internal_key: 'MCSL'
|
|
name: 'minecraft-server-list.com'
|
|
minecraftservers:
|
|
voting_cooldown: 23 hours
|
|
voting_url: 'https://minecraftservers.org/vote/636677'
|
|
internal_key: 'MinecraftServers.org'
|
|
name: 'minecraftservers.org'
|
|
|
|
database:
|
|
==: vg.civcraft.mc.civmodcore.dao.DatabaseCredentials
|
|
plugin: EssenceGlue
|
|
username: ${CIV_MYSQL_USERNAME}
|
|
password: ${CIV_MYSQL_PASSWORD}
|
|
host: ${CIV_MYSQL_HOST}
|
|
port: 3306
|
|
database: ${CIV_DATABASE_PREFIX}essenceglue
|
|
poolsize: 5
|
|
connection_timeout: 10000
|
|
idle_timeout: 600000
|
|
max_lifetime: 7200000
|