HomeJavaModsDartPages
DartPages
ModsJava

DartPages

by Xdart · on Modrinth

This project adds easier way to create custom written books. Free Minecraft Java mod for 1.18, 1.18.1, 1.18.2.

⬇ Download on Modrinth
DartPages — screenshot 1

DartPages is a lightweight, high-performance, and maintainable interactive book system for Minecraft Spigot servers (supporting 1.18.2 through 26.2+).

It enables administrators and players to create interactive written books featuring clickable links, commands, rich colors, formatting, and PlaceholderAPI placeholders through an intuitive chat composer or human-readable YAML files.


Features


Directory Structure

plugins/DartPages/
├── config.yml
├── books/
│   └── example_book.yml
└── languages/
    ├── en_US.yml
    ├── ru_RU.yml
    ├── es_ES.yml
    └── zh_CN.yml

Commands & Aliases

Primary command: /dpages (Aliases: /dartpages, /dpage, /dartpage, /dpg)

Command Permission Description
/dpages [create] dartpages.create Start interactive book creation session in chat (must hold Book and Quill).
/dpages give <player> <bookId> dartpages.give Give a rendered custom book to a player.
/dpages list dartpages.list List all available registered books.
/dpages info <bookId> dartpages.info Display detailed metadata and line/page statistics.
/dpages edit <bookId> dartpages.edit Load an existing book into an interactive chat edit session.
/dpages delete <bookId> [confirm] dartpages.delete Delete a book definition safely.
/dpages reload dartpages.reload Reload config.yml, language files, and all books.
/dpages help dartpages.admin Display command help overview.

Permissions

Permission Description Default
dartpages.admin Grants access to all DartPages administrative commands. op
dartpages.create Allows starting interactive book creation in chat. op
dartpages.give Allows giving books to players. op
dartpages.list Allows listing books. op
dartpages.info Allows inspecting book information. op
dartpages.edit Allows editing books via chat. op
dartpages.delete Allows deleting custom books. op
dartpages.reload Allows reloading plugin configurations. op

Interactive Syntax Guide

1. Clickable URLs

Visit our [Official Website](https://example.com) for updates!

2. Clickable Commands

Click [Teleport to Spawn](/spawn) or [Open Menu](/menu)

3. Colors and Formatting with Links

&a&l[Claim Free Reward](/kit starter)
&c&l[Dangerous PvP Arena](/warp pvp)

4. Dynamic Placeholders

Welcome, &e%player_name%&r! Your balance is &a$%vault_eco_balance%.

YAML Book Format (books/example_book.yml)

id: "example_book"

title: "&6&lServer Guide"

author: "DartPages"

lore:
  - "&7Interactive server guide"
  - "&eRight-click to read"

pages:
  - lines:
      - "&6&lWelcome!"
      - "&rHello %player_name%!"
      - ""
      - "Visit our [website](https://example.com)"
      - "&l[Home](/home)"
      - "&a[Spawn](/spawn)"

  - lines:
      - "&b&lUseful Commands:"
      - "&7- [Home](/home) &8(Teleport)"
      - "&7- [Spawn](/spawn) &8(Main hub)"
      - "&7- [Menu](/menu) &8(Server GUI)"
      - ""
      - "&dCreated with DartPages."

Configuration (config.yml)

language: "en_US"

input:
  finish-keyword: "EOF"
  next-page-keyword: "NEXT_PAGE"
  cancel-keyword: "CANCEL"
  overwrite-keyword: "OVERWRITE"
  timeout-seconds: 300
  max-lines: 65536

book:
  max-pages: 50
  max-page-characters: 256
  default-author: "DartPages"

give:
  drop-if-inventory-full: true

placeholderapi:
  enabled: true
  keep-unresolved: true

interaction:
  hover:
    command: "&7Click to execute &f/%command%"
    url: "&7Click to open &f%url%"

security:
  allowed-url-schemes:
    - "http"
    - "https"

  commands:
    enabled: true
    mode: "ALLOW_ALL" # ALLOW_ALL, ALLOWLIST, DENYLIST
    allowed: []
    denied:
      - "op"
      - "deop"
      - "stop"
      - "reload"

debug:
  enabled: false

DartPages is a free Minecraft Java mod. Compatible with Minecraft 1.18, 1.18.1, 1.18.2, 1.19 and newer. Available via Modrinth. Download it and open it directly in the game.

Explore more