Skip to content
This repository was archived by the owner on Mar 21, 2022. It is now read-only.
Matt edited this page Aug 3, 2018 · 3 revisions

Current config.yml

# Citizens CMD Plugin by Mateus Moreira
# @LichtHund
# Version ${project.version}
#
# Enables Checking for update.
check-updates: true
#
# Available languages EN, PT, BG, RO, NO, CH
lang: en
#
# The default npc cooldown in seconds
default-cooldown: 0
#
# When using a NPC with price, true means that to confirm the use the player needs to seek or press shift
shift-confirm: true
#
# Select cooldown display format, SHORT = 3m 3s | MEDIUM = 3 min 3 sec | FULL - 3 minutes 3 seconds
cooldown-time-display: MEDIUM

check updates - Can be true or false. If false it will not check for updates.
The high timings problem with this function from 1.2.2 has been fixed.

lang - Selects the language file to use. Currently supporting English, Portuguese, Bulgarian, Romanian, Norwegian and Chinese.

default-cooldown - This will set the default cooldown to add to an NPC when doing the command /npcmd add, old commands added before you change this value will not have their cooldown changed.

shift-confirm - This is for the priced NPC's, if false to confirm a payment you only need to click, if true you'll need to shift click.

cooldown-display Changes how the time is displayed in-game when the NPC is on cooldown.

Clone this wiki locally