mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-21 17:55:22 +01:00
Page:
Permissions
Pages
.
AWS S3 Storage
Addons
Advanced Map Configuration
Base Plugin Settings
Boosting areas on Dynmap
BoxRenderer Class
Chunk Status Colors
Chunk Version Colors
Color Schemes
Commands
Common Features for Texture and Model Definition Files
Component Configuration
Configuration
Configuration.txt
Configuring Maps and Worlds using dmap
Credits
Custom Block Definitions
Defining a Block using a Custom Block Renderer
Defining a Block using a Volumetric Model
Defining a Cuboid Block
Defining a Simple Block
Defining cuboid models
Defining custom lightings
Defining custom perspectives
Defining custom shaders
Defining volumetric models
Dmarker
Dynmap API
Dynmap On Xenon Hosting Service, courtesy of mavbear
Dynmap With IIS Using URL Rewrite and applicationrequestrouting thanks to kekec852
Dynmap with Apache httpd on Arch Linux
Dynmap with IIS
Dynmap with Nginx server on Centos
Dynmap with Nginx
Dynmap with apache2 on Debian
Dynmap with lighttpd on Arch Linux
Earthmc maps
Example configurations and demo website
Exporting World Data in Wavefront OBJ Format
External Webserver Basics
External Webserver on Linux
External Webserver on Windows
External Webserver on hosting providers
FAQ
Features
FenceWallBlockRenderer Class
File System Storage
Forwarding Dynmap port through cloudflare
Full list of predefined perspectives
Guides
HD Map Configuration
Home
How to compile Dynmap
Incompatible mods
Installation Setup of Dynmap on Linux
Installation
Internal Webserver with Caddy as a Reverse Proxy (Linux)
Internal Webserver
Lighttpd and SQLite on a Raspberry Pi 4 with DietPi
Model Definition Files
MySQL MariaDB Storage
Nginx as a Reverse Proxy
OCI; Oracle Cloud Instance; Quick how to enable DynMap
PaneRenderer Class
Permissions
PostgreSQL Storage
RedstoneWireRenderer Class
Resources
SQLite Storage
Setting up Dynamic Map with apache2 under Debian
Setting up Dynmap through hosting services
Setting up the Dynamic Map plugin under Windows
Setting up without the Internal Web Server
SkullRenderer Class
Special texture file types
StairBlockRenderer Class
Storage Setup
Support for Minecraft Servers other than CraftBukkit
Support for MinecraftForge based mods
Support for Tekkit
Texture Definition Files
Textures of Dynmap
Use dynmap via Pterodactyl
Using Markers
Using custom block renderers
Web Setup
Web UI Parameters
Web ui login support and permissions
World and template settings
[Tutorial] Setting up a standalone web server with MySQL SQLite
limiting render area
3
Permissions
JurgenKuyper edited this page 2022-06-13 20:39:20 +02:00
Table of Contents
Permissions
SuperPerms-based access control, including specific support for PermissionsEx, BukkitPermissions, bPermissions, and classic Permissions. The following nodes are defined:
dynmap.render
- allows /dynmap render commanddynmap.show.self
- allows /dynmap show (on self)dynmap.show.others
- allows /dynmap showdynmap.hide.self
- allows /dynmap hide (on self)dynmap.hide.others
- allows /dynmap hidedynmap.fullrender
- allows /dynmap fullrender or /dynmap fullrenderdynmap.radiusrender
- allows /dynmap radiusrenderdynmap.updaterender
- allows /dynmap updaterenderdynmap.cancelrender
- allows /dynmap cancelrenderdynmap.pause
- allows /dynmap pausedynmap.reload
- allows /dynmap reloaddynmap.stats
- allows /dynmap stats or /dynmap stats or /dynmap triggerstatsdynmap.resetstats
- allows /dynmap resetstats or /dynmap resetstatsdynmap.sendtoweb
- allows /dynmap sendtowebdynmap.purgequeue
- allows /dynmap purgequeuedynmap.ids-for-ip
- allows /dynmap ids-for-ipdynmap.ips-for-id
- allows /dynmap ips-for-iddynmap.add-id-for-ip
- allows /dynmap add-id-for-ipdynmap.del-id-for-ip
- allows /dynmap del-id-for-ipdynmap.marker.add
- allows /dmarker adddynmap.marker.movehere
- allows /dmarker moveheredynmap.marker.update
- allows /dmarker updatedynmap.marker.delete
- allows /dmarker deletedynmap.marker.list
- allows /dmarker listdynmap.marker.icons
- allows /dmarker iconsdynmap.marker.addset
- allows /dmarker addsetdynmap.marker.updateset
- allows /dmarker updatesetdynmap.marker.deleteset
- allows /dmarker deletesetdynmap.marker.listsets
- allows /dmarker listsetsdynmap.marker.addicon
- allows /dmarker addicondynmap.marker.updateicon
- allows /dmarker updateicondynmap.marker.deleteicon
- allows /dmarker deleteicondynmap.marker.addarea
- allows /dmarker addareadynmap.marker.updatearea
- allows /dmarker updateareadynmap.marker.deletearea
- allows /dmarker deleteareadynmap.marker.listareas
- allows /dmarker listareasdynmap.marker.addline
- allows /dmarker addlinedynmap.marker.updateline
- allows /dmarker updatelinedynmap.marker.deleteline
- allows /dmarker deletelinedynmap.marker.listlines
- allows /dmarker listlinesdynmap.marker.sign
- Allows creation of markers using signsdynmap.dmap.worldlist
- allows /dmap worldlistdynmap.dmap.worldset
- allows /dmap worldsetdynmap.dmap.worldreset
- allows /dmap worldresetdynmap.dmap.mapdelete
- allows /dmap mapdeletedynmap.dmap.mapset
- allows /dmap mapsetdynmap.dmap.mapadd
- allows /dmap mapadddynmap.dmap.perspectivelist
- allows /dmap perspectivelistdynmap.dmap.shaderlist
- allows /dmap shaderlistdynmap.dmap.lightinglist
- allows /dmap lightinglistdynmap.webregister
- allows /dynmap webregisterdynmap.webregister.other
- allows /dynmap webregister player-iddynmap.webchat
- allows sending of chat messages from web interface (login or id-by-ip required)dynmap.playermarkers.showall
- allows user to see all player positions when protected-player-info has been set to restrict accessdynmap.world.<world-name>
- allows user to see maps on world if that world has been set to protected.dynmap.map.<world-name>.<map-name>
- allows user to see specific map on specific world , if that map has been set to be protected.
Contents
Setup
- Base Plugin Settings
- Web Setup
- Storage Setup
- HD Map Configuration
- World and template settings
- Guides
Advanced Configuration
- Advanced Map Configuration
- Component Configuration
- Configuration of worlds
- Exporting World Data in Wavefront OBJ Format
- External Webserver Advanced
Mod Support
- Support for Minecraft Servers other than CraftBukkit
- Support for MinecraftForge based mods
- Support for Tekkit
- Custom Block Definitions
- Model Definition Files
- Texture Definition Files
- Defining a Block using a Custom Block Renderer
- Defining a Block using a Volumetric Model
- Defining a Cuboid Block
- Defining a Simple Block
- Defining Cuboid Models
- Defining Volumetric Models
- Special texture file types
- Using custom block renderers
- Incompatible mods