8000 Storage ยท Aquerr/EagleFactions Wiki ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Storage

Bartล‚omiej Stฤ™pieล„ edited this page Apr 11, 2024 · 8 revisions

Eagle Factions allows you to choose how factions data is stored.

You can specify what storage type should be used in the Settings.conf configuration file.

storage {
    # Which storage type should be used?
    # Available storage types (default: hocon):
    # - "hocon" (Recommended)
    # - "h2"    (Recommended)
    # - "sqlite"
    # - "mysql"
    # - "mariadb"
    type="hocon"

    # If you are using a SQL database then you can setup a username and password for your connection here.
    username="sa"
    password="admin"

    # Database url. If you are using MySQL then this field will be used to determine the url of the database. E.g. localhost:3306/ + database-file-name
    # All other databases are stored in eaglefaction's config folder. NOTE: This must end with "/" as name is then added to this url.
    database-url="//localhost:3306/"

    # Database file name. Default: "eaglefactions"
    database-file-name="eaglefactions"
}

At this moment you can use following storage types:

File-based storage which are often easy to edit in a text-editor program:

  • HOCON (.conf) (Recommended)

Database storage:

  • H2 (Recommended)
  • MySQL (8.x.x)
  • MariaDB (10.x.x)

Default storage type used by Eagle Factions is HOCON.

Docs for 1.0.0

๐Ÿ’พ Installation

๐Ÿ“„ Configuration

๐Ÿ“ฆ Storage

๐Ÿฐ Creating & Managing Faction

๐Ÿ“œ Custom Ranks

โš”๏ธ Power-System

โ›ฐ Claiming Territories

๐Ÿ’€ Destroying Other Factions

๐Ÿ” Permissions & Commands

๐Ÿšซ PVP-Logger

๐Ÿ“Œ Placeholders

๐Ÿ”— Integrations


Docs for x.x.x < 1.0.0

๐Ÿ” Permissions & Commands

๐Ÿ”’ Faction Internal Permissions

Clone this wiki locally
0