Citymoon DynamicsCitymoon Dynamics
Hizmetler
Geliştiriciler
Fiyatlandırma
Docs
Forumlar
İletişim
Giriş YapKayıt Ol

Belgeler

Citymoon Dynamics
Minecraft
DisBan
authentication.ymlconfig.ymldiscord.ymllang.ymlantileak.ymlİzinler
Discord
Web Hizmetleri
Ulises Licenses
Sözlük
Sözlük

lang.yml

Lang.yml dosyası, DisBan eklentisi için tüm oyun içi mesajları, komut yardım metinlerini ve çevirileri içerir.

Prefix

prefix

The prefix shown before all plugin messages. Supports color codes.

prefix: '&#dcfff7D&#b0fff5i&#84fef3s&#58fef2B&#2cfdf0a&#00fdeen &8➜ '

Sync Messages

sync.already-linked

Message when account is already linked to Discord.

sync.already-linked: '{prefix}&cYour account is already linked to Discord. Use &f/dcunsync &cto unlink first.'

sync.not-linked

Message when account is not linked to Discord.

sync.not-linked: '{prefix}&cYour account is not linked to any Discord account.'

sync.steps

Instructions shown to players when linking their Discord account.

sync.steps:
  - "&7&m------------------------------------------"
  - "&b&lDiscord Synchronization"
  - " "
  - '&eTo link your Discord account, run the following command in Discord:'
  - '&f/sync &l{code}'
  - '&eThis code expires in &f10 minutes&7.'
  - " "
  - "&7&m------------------------------------------"

sync.linked

Success message after linking Discord account.

sync.linked: '{prefix}&aYour Minecraft account has been linked to &f{discord_tag}&a!'

sync.reminder

Reminder message shown to players who haven't linked their account.

sync.reminder:
  - "&7&m------------------------------------------"
  - "&b&lDiscord Synchronization"
  - " "
  - "&eIt seems your account is not linked to our Discord!"
  - "&eLinking your account grants you your &bIn-game Rank &ein Discord"
  - "&eand helps us provide better support."
  - " "
  - "&eType &f/sync &eto start the process!"
  - "&7&m------------------------------------------"

DCWhois Command

dcwhois

Messages and format for the /dcwhois command.

dcwhois:
  usage: '&#123;prefix&#125;&cUsage: /dcwhois <player_name|discord_id>'
  not-found: '&#123;prefix&#125;&cNo linked account found for ''&#123;target&#125;''.'
  format:
    - "&8&m----------------------------------------"
    - "&b&lDiscord Whois &8» &f&#123;target&#125;"
    - " "
    - "&fMinecraft Name: &b&#123;minecraft_name&#125;"
    - "&fMinecraft UUID: &7&#123;minecraft_uuid&#125;"
    - "&fDiscord Tag: &9&#123;discord_tag&#125;"
    - "&fDiscord ID: &7&#123;discord_id&#125;"
    - "&fLinked At: &a&#123;linked_at&#125;"
    - "&8&m----------------------------------------"

Error Messages

errors

General error messages.

errors:
  player-only: '&#123;prefix&#125;&cThis command can only be used by players.'
  no-permission: '&#123;prefix&#125;&cYou do not have permission to use this command.'
  database: '&#123;prefix&#125;&cA database error occurred. Please try again later.'
  bot-offline: '&#123;prefix&#125;&cThe Discord bot is currently offline. Please try again later.'

Admin Commands

admin

Messages for admin commands.

admin:
  reloaded: '&#123;prefix&#125;&aPlugin reloaded successfully.'
  status: '&#123;prefix&#125;&fBot status: &a&#123;status&#125;'
  version: '&#123;prefix&#125;&fVersion: &b&#123;version&#125; &7by &fCitymoon Dynamics'

Ticket Messages

tickets

Messages for ticket system limits and commands.

tickets:
  max-all-reached: '&#123;prefix&#125;&cYou have reached the maximum number of tickets (&#123;limit&#125;/&#123;current&#125;). Please close an existing ticket before opening a new one.'
  max-category-reached: '&#123;prefix&#125;&cYou have reached the maximum number of &#123;category&#125; tickets (&#123;limit&#125;/&#123;current&#125;). Please close an existing &#123;category&#125; ticket before opening a new one.'

tickets.command

Messages for ticket commands.

tickets.command:
    player-only: '&#123;prefix&#125;&cThis command is for players only.'
    usage-history: '&#123;prefix&#125;&cUsage: /ticket history <player>'
    usage-action: '&#123;prefix&#125;&cUsage: /ticket action <ticket_id> <claim|close>'
    usage-create: '&#123;prefix&#125;&cUsage: /ticket create <category> <subject>'
    not-found: '&#123;prefix&#125;&cTicket not found.'
    already-closed: '&#123;prefix&#125;&cTicket is already closed.'
    closed-successfully: '&#123;prefix&#125;&aTicket closed successfully.'
    cannot-claim-closed: '&#123;prefix&#125;&cCannot claim a closed ticket.'
    already-claimed: '&#123;prefix&#125;&cTicket already claimed.'
    claimed-successfully: '&#123;prefix&#125;&aTicket claimed successfully.'
    invalid-action: '&#123;prefix&#125;&cInvalid action. Use ''claim'' or ''close''.'
    invalid-category: '&#123;prefix&#125;&cInvalid category! Available categories: &#123;categories&#125;'
    created-successfully: '&#123;prefix&#125;&aTicket #&#123;ticket_id&#125; has been successfully created!'

tickets.command.help

Help text for ticket commands.

tickets.command.help:
      - "&8&m----------------------------------------"
      - "&b&lTicket Commands"
      - " "
      - "&f/ticket list &8- &7List all active tickets"
      - "&f/ticket create <category> <subject> &8- &7Create a ticket"
      - "&f/ticket history <player> &8- &7View ticket history"
      - "&f/ticket action <id> <claim|close> &8- &7Manage a ticket"
      - "&8&m----------------------------------------"

Two-Factor Authentication

twofactor

Messages for 2FA commands.

twofactor:
  help:
    - "&8&m----------------------------------------"
    - "&b&lTwo-Factor Authentication"
    - " "
    - "&fStatus: &#123;status&#125;"
    - " "
    - "&f/2fa on &8- &7Enable 2FA"
    - "&f/2fa off &8- &7Disable 2FA"
    - "&8&m----------------------------------------"
  usage: '&#123;prefix&#125;&cUsage: /2fa <on|off|status>'
  status: '&#123;prefix&#125;&fCurrent 2FA status: &#123;status&#125;'
  status-enabled: '&a&lENABLED'
  status-disabled: '&c&lDISABLED'
  not-linked: '&#123;prefix&#125;&cYou must link your Discord account first to use /2fa.'
  activated: '&#123;prefix&#125;&a2FA has been successfully activated!'
  mandatory: '&#123;prefix&#125;&c2FA is mandatory for your account/rank and cannot be deactivated.'
  deactivate-sent: '&#123;prefix&#125;&eA confirmation message has been sent to your Discord DM. Please confirm there to deactivate.'
  deactivated-success: '&#123;prefix&#125;&c2FA has been successfully deactivated for your account.'

Slash Commands

slash-commands

Embed messages for Discord slash commands.

slash-commands:
  invalid-subcommand:
    title: '❌ Invalid Subcommand'
    description: 'The subcommand you provided is not valid.'
    color: 'ED4245'
  no-roles-configured:
    title: '❌ Configuration Error'
    description: 'No manage-members roles configured in discord.yml. Please contact an administrator.'
    color: 'ED4245'
  no-permission:
    title: '❌ Permission Denied'
    description: 'You do not have permission to manage ticket members.'
    color: 'ED4245'
  missing-parameters:
    title: '❌ Missing Parameters'
    description: 'Required parameters are missing from this command.'
    color: 'ED4245'
  not-ticket-channel:
    title: '❌ Invalid Channel'
    description: 'This channel is not a ticket channel.'
    color: 'ED4245'
  invalid-action:
    title: '❌ Invalid Action'
    description: 'Invalid action. Use "add" or "remove".'
    color: 'ED4245'
  user-already-in-ticket:
    title: '❌ Already in Ticket'
    description: 'This user is already in this ticket.'
    color: 'FEE75C'
  user-added:
    title: '✅ User Added'
    description: '&#123;user&#125; has been added to the ticket.'
    color: '57F287'
  failed-add-user:
    title: '❌ Failed to Add User'
    description: 'Failed to add user: &#123;error&#125;'
    color: 'ED4245'
  failed-retrieve-user:
    title: '❌ Failed to Retrieve User'
    description: 'Failed to retrieve user: &#123;error&#125;'
    color: 'ED4245'
  cannot-remove-owner:
    title: '❌ Cannot Remove Owner'
    description: 'You cannot remove the ticket owner from the ticket.'
    color: 'ED4245'
  user-not-in-ticket:
    title: '❌ Not in Ticket'
    description: 'This user is not in this ticket.'
    color: 'FEE75C'
  user-removed:
    title: '✅ User Removed'
    description: '&#123;user&#125; has been removed from the ticket.'
    color: '57F287'
  failed-remove-user:
    title: '❌ Failed to Remove User'
    description: 'Failed to remove user: &#123;error&#125;'
    color: 'ED4245'
  ticket-renamed:
    title: '📝 Ticket Renamed'
    description: 'This ticket channel has been renamed to **&#123;name&#125;**.'
    color: '57F287'
  failed-rename-ticket:
    title: '❌ Failed to Rename Ticket'
    description: 'Could not rename the ticket: &#123;error&#125;'
    color: 'ED4245'
  user-info:
    title: '🔍 User Information'
    description: "**Minecraft Name:** &#123;minecraft_name&#125;\n**Minecraft UUID:** &#123;minecraft_uuid&#125;\n**Discord Tag:** &#123;discord_tag&#125;\n**Discord ID:** &#123;discord_id&#125;"
    color: '5865F2'
  user-not-linked:
    title: '❌ User Not Linked'
    description: 'This Discord user has not linked their Minecraft account.'
    color: 'ED4245'
  user-banned:
    title: '🔨 User Banned'
    description: "**User:** &#123;user&#125;\n**Reason:** &#123;reason&#125;\n\n*The ban has been executed on the server.*"
    color: 'ED4245'

Quick Replies

quick-replies

Quick reply messages for staff.

quick-replies:
  enabled: true
  menu-title: '&8Quick Answers'
  menu-size: 27
  items:
    reviewing:
      slot: 11
      material: 'LIME_DYE'
      message: '&aWe are reviewing your case, please wait.'
    proof:
      slot: 13
      material: 'YELLOW_DYE'
      message: '&eWe need video proof (Upload it to YouTube).'
    denied:
      slot: 15
      material: 'RED_DYE'
      message: '&cYour request has been denied due to lack of evidence.'

Command List

commands

Command help list shown in-game.

commands:
  - '&b&LDis&3&lBan &7| &f%version%'
  - ''
  - '&7■ &b/disban reload &8- &fReload all configuration files'
  - '&7■ &b/disban status &8- &fCheck Discord bot status'
  - '&7■ &b/disban version &8- &fPlugin version info'
  - '&7■ &b/disban panel &8- &fPost the support panel to Discord'
  - '&7■ &b/dcsync &8- &fLink your Discord account'
  - '&7■ &b/dcunsync &8- &fUnlink your Discord account'
  - '&7■ &b/tickets &8- &fList all active tickets'
  - '&7■ &b/2fa &8- &fManage your 2FA status'
  - ''
Citymoon DynamicsCitymoon Dynamics

Dijital altyapı için gelişmiş çözümler. Minecraft, Discord ve Web Geliştirme uzmanları.

İlgili hizmetler

  • Ulises Licenses
  • Freewings Discord Bot
  • ResistanceCore Plugin

More

  • Rymbo
  • Vulcan + Grim | Prime AC Configuration
  • DisBan | Sync and appeals made easier

Navigasyon

  • Hizmetler
  • Etki
  • İletişim

Yasal

  • Gizlilik
  • Şartlar
  • Çerezler
  • footer.refund

© (2026) 2025-2030 Citymoon Dynamics (citymoon.org). Tüm hakları saklıdır.

An international service, made in Uruguay