PlotTitle

PlotTitle Plugin with integrated border menu.

VERSIONEN

  • 1.18.2

  • 1.19

  • 1.20

  • 1.21

PERMISSIONS

ptitle.use

ptitle.use.color

ptitle.reload

plottitle.border.open

COMMANDS

  • /ptitle

  • /psubtitle

  • /preload

  • /border

Dependencies - Plotsquared v7

SHOWCASE

Config.yml
#                                                                              #
#                             ✨✨ PlotTitle v2.5 ✨✨                       #
#                      Development by Redbill | NitroPlugins.de                #
#                                                                              #
#      ⭐Premium Plot Title Management with PlotBorders GUI Integration.⭐    #
#          Thank you for supporting premium plugin development!                #
#                                                                              #
#  More resources: https://www.spigotmc.org/resources/authors/redbill.1876164/ #
#                                                                              #
################################################################################


# ════════════════════════════════════════════════════════════════════════════
# ⚙️  General Settings
# ════════════════════════════════════════════════════════════════════════════

prefix: "§e§lPLOT§6§lTITLE §8»"

settings:
  cooldown: 3                 # ⏳ Cooldown in seconds between title changes
  charLimit: 20               # 🔠 Maximum characters allowed for a title


# ════════════════════════════════════════════════════════════════════════════
# 💬 Messages
# ════════════════════════════════════════════════════════════════════════════

messages:
  ptitle_command_use: "§7Usage &8| &7/ptitle <text> &8| &7/psubtitle <text>"
  ptitle_command_use_color: "§aYou can use color codes with permission!"
  ptitle_command_use_nopermission: "§cYou don't have permission to use this command!"
  ptitle_command_use_color_nopermission: "§cYou don't have permission to use colors on titles!"
  not_in_plot_area: "§cYou are not inside a plot area."
  not_on_plot: "§cYou are not standing on a plot."
  no_text_provided: "§cPlease specify a text."
  charlimit_exceeded: "§cYour text exceeds the character limit."
  title_change_message: "§2Title updated!"

  # 🔄 Config Reload
  config_reloaded: "§aPlotTitle §7and §aPlotBorders §7configuration reloaded successfully."


# ════════════════════════════════════════════════════════════════════════════
# 📌 Notes
# - Color codes use § (e.g. §6, §a, §c)
# - Use /preload to reload both config.yml and border.yml
# ════════════════════════════════════════════════════════════════════════════
border.yml
# ╔═══════════════════════════════════════════════════════════════════════════════╗
# ║                        ✨✨ PlotBorder v2.5 ✨✨                             ║
# ║               Next Level Plot Border GUI with Hex color support!              ║
# ║                                                                               ║
# ║       Created by Redbill | Discover More Premium Plugins:                     ║
# ║       https://www.spigotmc.org/resources/authors/redbill.1876164/             ║
# ╚═══════════════════════════════════════════════════════════════════════════════╝

# 📌 NOTE:
# This configuration offers an ultra-luxurious plot boundary setup.
# Customize colors, item names, and lore for an immersive and premium player experience.

# ═══════════════════════════════════════
# 💬 BORDER MESSAGES
# ═══════════════════════════════════════

messages:
  prefix: "§a§lPLOT§2§lBORDER §8» "
  no-permission: "%prefix% &cYou do not have permission to execute this action!"
  no-console: "%prefix% &cThis command can only be executed by a player!"
  no-plot: "%prefix% &cYou must be standing on a plot to perform this action!"
  no-owner: "%prefix% &cYou are not the owner of this plot!"
  rand-success: "%prefix% &eYour plot border has been successfully updated!"

# ═══════════════════════════════════════
# ⚙️ BORDER SETTINGS
# ═══════════════════════════════════════

rand:
  rows: 6
  title: "&#3494E6&lB&#429BCD&lo&#51A2B3&lr&#5FAA9A&ld&#6EB180&le&#7CB867&lr"
  items:
    '1':
      name: "&fBeacon"
      permission: "border.beacon"
      slot: 20
      lore:
        - "&7"
        - "&8&l➜ &7YOUR TEXT"
      material: "BEACON"
    '2':
      name: "&fWarped Nylium"
      permission: "border.warped_nylium"
      slot: 21
      lore:
        - "&7"
        - "&8&l➜ &7YOUR TEXT"
      material: "WARPED_NYLIUM"
    '3':
      name: "&fStone Bricks"
      permission: "border.stone_bricks"
      slot: 22
      lore:
        - "&7"
        - "&8&l➜ &7YOUR TEXT"
      material: "STONE_BRICKS"
    '4':
      name: "&fGold Block"
      permission: "border.gold_block"
      slot: 23
      lore:
        - "&7"
        - "&8&l➜ &7YOUR TEXT"
      material: "GOLD_BLOCK"
    '5':
      name: "&fNetherite Block"
      permission: "border.netherite"
      slot: 24
      lore:
        - "&7"
        - "&8&l➜ &7YOUR TEXT"
      material: "NETHERITE_BLOCK"
    '6':
      name: "&fSmooth Stone"
      permission: "border.smooth_stone"
      slot: 29
      lore:
        - "&7"
        - "&8&l➜ &7YOUR TEXT"
      material: "SMOOTH_STONE"
    '7':
      name: "&fGilded Blackstone"
      permission: "border.gilded_blackstone"
      slot: 30
      lore:
        - "&7"
        - "&8&l➜ &7YOUR TEXT"
      material: "GILDED_BLACKSTONE"
    '8':
      name: "&fAmethyst Block"
      permission: "border.amethyst_block"
      slot: 31
      lore:
        - "&7"
        - "&8&l➜ &7YOUR TEXT"
      material: "AMETHYST_BLOCK"
    '9':
      name: "&fOak Wood"
      permission: "border.oak_wood"
      slot: 32
      lore:
        - "&7"
        - "&8&l➜ &7YOUR TEXT"
      material: "OAK_WOOD"
    '10':
      name: "&fEnchanting Table"
      permission: "border.enchanting_table"
      slot: 33
      lore:
        - "&7"
        - "&8&l➜ &7YOUR TEXT"
      material: "ENCHANTING_TABLE"

# ═══════════════════════════════════════
# 🛑 BACKGROUND SETTINGS
# ═══════════════════════════════════════

background:
  material: "BLACK_STAINED_GLASS_PANE"
  name: ""
  lore: []
  data: 0

# ═══════════════════════════════════════
# 🔑 ADMIN NOTES:
#
# → Supports hex color codes (e.g., &#FF6F00) and Minecraft color codes (e.g., §6).
# → Each item has permissions and is visually crafted for an elite player experience.
#
# ═══════════════════════════════════════

Zuletzt aktualisiert