mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-23 18:55:14 +01:00
Update README.md
This commit is contained in:
parent
246c1754cc
commit
e7148ae560
15
README.md
15
README.md
@ -4,26 +4,37 @@
|
||||
Dynmap 3.x+ uses Gradle for building support for all platforms, with all resulting artifacts produced in the /targets directory
|
||||
|
||||
To build, run:
|
||||
|
||||
./gradlew clean build install
|
||||
|
||||
Or (on Windows):
|
||||
|
||||
gradlew.bat clean build install
|
||||
|
||||
# What platforms are supported?
|
||||
The following target platforms are supported:
|
||||
- CraftBukkit/Spigot - via the Dynmap-<version>-spigot.jar plugin (supports MC v1.11.2 through v1.16.1)
|
||||
- CraftBukkit/Spigot - via the Dynmap-<version>-spigot.jar plugin (supports MC v1.11.2 through v1.16.4)
|
||||
- Forge v1.11.2 - via Dynmap-<version>-forge-1.11.2.jar mod
|
||||
- Forge v1.12.2 - via Dynmap-<version>-forge-1.12.2.jar mod
|
||||
- Forge v1.13.2 - via Dynmap-<version>-forge-1.13.2.jar mod
|
||||
- Forge v1.14.4 - via Dynmap-<version>-forge-1.14.4.jar mod
|
||||
- Forge v1.15.2 - via Dynmap-<version>-forge-1.15.2.jar mod
|
||||
- Forge v1.16.1 - via Dynmap-<version>-forge-1.16.1.jar mod
|
||||
- Forge v1.16.2 - via Dynmap-<version>-forge-1.16.2.jar mod
|
||||
- Forge v1.16.3 - via Dynmap-<version>-forge-1.16.3.jar mod
|
||||
- Forge v1.16.4 - via Dynmap-<version>-forge-1.16.4.jar mod
|
||||
- Fabric v1.15.2 - via Dynmap-<version>-fabric-1.15.2.jar mod
|
||||
- Fabric v1.16.1 - via Dynmap-<version>-fabric-1.16.1.jar mod
|
||||
- Fabric v1.16.2 - via Dynmap-<version>-fabric-1.16.2.jar mod
|
||||
- Fabric v1.16.4 - via Dynmap-<version>-fabric-1.16.4.jar mod
|
||||
|
||||
# Data Storage
|
||||
Dynmap supports the following storage backends:
|
||||
- Flat files: The default for a new installation
|
||||
- SQLite
|
||||
- MySQL
|
||||
- PostgreSQL: EXPERIMENTAL
|
||||
- PostgreSQL
|
||||
- MariaDB
|
||||
|
||||
# Contributing to Dynmap's Code
|
||||
The Dynmap team welcomes Pull Requests with fixes, new features, and new platform support. That said, the following rules apply:
|
||||
|
Loading…
Reference in New Issue
Block a user