2.0.327 - Commands & Permissions

Commands & Permissions

Commands

  • Every command starts with /dynTrack. You can use /dynTr instead.
  • Commands are case insensetive. Names are case sensetive!

Gerneral Commands

help

  • Shows the help.
  • Permission: dyntrack.info.help
  • Exsample: /dynTrack help
  • Aliases: help -> h, ?

reload

  • Reloads DynTrack.
  • Permission: dyntrack.reload
  • Exsample: /dynTrack reload
  • Aliases: -
  • Will not reload DynTrack, if a Player still needs it.

list all

  • Lists Paths, Styles, Layers and Stations.
  • Permission: dyntrack.info.list
  • Exsample: /dynTrack list all
  • Aliases: -

Paths

info [Pathname]

  • Shows detailed Informations about the Path.
  • Permission: dyntrack.info.elements
  • Exsample: /dynTrack info MyRoad
  • Aliases: -

list paths

  • List all Paths.
  • Permission: dyntrack.info.list
  • Exsample: /dynTrack list paths
  • Aliases: paths -> p, path

edit path [Pathname] [to edit] [new value]

  • Edits the Path.
  • Permission: dyntrack.edit.path
  • Exsample: /dynTrack edit path MyRoad name OurRoad
  • Aliases: edit -> set, update, redefine; path -> p
  • Editable: Name, From, To, Connect, HideName, HideFrom, HideTo, Style, Layer

delete path [Pathname]

  • Deletes the Path.
  • Permission: dyntrack.del.path
  • Exsample: /dynTrack delete path MyRoad
  • Aliases: delete -> del; path -> p

Styles

info [Stylename]

  • Shows detailed Informations about the Style.
  • Permission: dyntrack.info.elements
  • Exsample: /dynTrack info BlueColorScheme
  • Aliases: -

list styles

  • List all Styles.
  • Permission: dyntrack.info.list
  • Exsample: /dynTrack list styles
  • Aliases: styles -> s, style

create style

  • Starts the Style-Setup
  • Permission: dyntrack.create.style
  • Exsample: /dynTrack create style
  • Aliases: style -> s
  • The Setup will Guide you!

edit style [Stylename] [to edit] [new value]

  • Edits the Style.
  • Permission: dyntrack.edit.style
  • Exsample: /dynTrack edit style BlueColorScheme color 0000FF
  • Aliases: edit -> set, update, redefine; style -> s
  • Editable: Name, LineColor, LineOpacity, LineWidth, FillColor, FillOpacity

delete style [Stylename]

  • Deletes the Style.
  • Permission: dyntrack.del.style
  • Exsample: /dynTrack delete style BlueColorScheme
  • Aliases: delete -> del; style -> s

Layers

info [Layername]

  • Shows detailed Informations about the Layer.
  • Permission: dyntrack.info.elements
  • Exsample: /dynTrack info Rails
  • Aliases: -

list layers

  • List all Layers.
  • Permission: dyntrack.info.list
  • Exsample: /dynTrack list layers
  • Aliases: layers -> l, layer

create layer

  • Starts the Layer-Setup
  • Permission: dyntrack.create.layer
  • Exsample: /dynTrack create layer
  • Aliases: layer -> l
  • The Setup will Guide you!

edit layer [Layername] [to edit] [new value]

  • Edits the Layer.
  • Permission: dyntrack.edit.layer
  • Exsample: /dynTrack edit layer Rails minzoom 3
  • Aliases: edit -> set, update, redefine; layer -> l
  • Editable: Name, DisplayName, Hide, Minzoom, Priority, Head

delete layer [Layername]

  • Deletes the Layer.
  • Permission: dyntrack.del.layer
  • Exsample: /dynTrack delete layer Rails
  • Aliases: delete -> del; layer -> l

Stations

info [Stationname]

  • Shows detailed Informations about the Station.
  • Permission: dyntrack.info.elements
  • Exsample: /dynTrack info MainStation
  • Aliases: -

list stations

  • List all Stations.
  • Permission: dyntrack.info.list
  • Exsample: /dynTrack list stations
  • Aliases: stations -> st, station

create station

  • Starts the Station-Setup
  • Permission: dyntrack.create.station
  • Exsample: /dynTrack create station
  • Aliases: station -> st
  • The Setup will Guide you!

edit station [Stationname] [to edit] [new value]

  • Edits the Station.
  • Permission: dyntrack.edit.station
  • Exsample: /dynTrack edit station MainStation name SubStation
  • Aliases: edit -> set, update, redefine; station -> st
  • Editable: Name, Style, Layer, HideName

delete station [Stationname]

  • Deletes the Station.
  • Permission: dyntrack.del.station
  • Exsample: /dynTrack delete station MainStation
  • Aliases: delete -> del; station -> st

connect [Stationname] [Pathname] [Trackpoint-Number]

  • Connects the Station with the Path at the Trackpoint.
  • Permission: dyntrack.edit.station
  • Exsample: /dynTrack connect MainStation MyRoad 2
  • Aliases: connect -> con

disconnect [Stationname] [Pathname]

  • Disconnects the Station from the Path.
  • Permission: dyntrack.edit.station
  • Exsample /dynTrack disconnect MainStation MyRoad
  • Aliases: disconnect -> discon

Console only

import

  • Imports all Paths, Styles, Layers and Stations from files into the Database
  • Permission: I wrote Console only! -.-
  • Exsample: dynTrack import
  • Aliases: -
  • Will override existing data!

export

  • Exports all Paths, Styles, Layers and Stations from the Database into files
  • Permission: Are you sure, that the console needs permissions?!
  • Exsample: dyntrack export
  • Aliases: -
  • Will override existing files!

Player only

start

  • Starts the Path-Setup. Tracking by clicking.
  • Permission: dyntrack.tracking
  • Exsample: /dynTrack start
  • Aliases: -
  • The Setup will Guide you!

autostart

  • Starts the Path-Setup. Tracking by walking.
  • Permission: dyntrack.tracking
  • Exsample: /dynTrack autostart
  • Aliases: autostart -> auto
  • The Setup will Guide you!

pause

  • Pauses tracking.
  • Permission: dyntrack.tracking
  • Exsample: /dynTrack pause
  • Aliases: -

continue

  • Continues tracking.
  • Permission: dyntrack.tracking
  • Exsample: /dynTrack continue
  • Aliases: continue -> cont

back [n]

  • Removes the last n Trackpoints.
  • Permission: dyntrack.tracking
  • Exsample: /dynTrack back 17
  • Aliases: -
  • Use only /dynTrack back, to remove the last Trackpoint.

help paths

  • Shows help for Paths.
  • Permissions: dyntrack.info.help
  • Exsample: /dynTrack help paths
  • Aliases: help -> h, ?; paths -> p, path

help styles

  • Shows help for Styles.
  • Permissions: dyntrack.info.help
  • Exsample: /dynTrack help styles
  • Aliases: help -> h, ?; styles -> s, style

help layers

  • Shows help for Layers.
  • Permissions: dyntrack.info.help
  • Exsample: /dynTrack help layers
  • Aliases: help -> h, ?; layers -> l, layer

help stations

  • Shows help for Stations.
  • Permissions: dyntrack.info.help
  • Exsample: /dynTrack help stations
  • Aliases: help -> h, ?; stations -> st, station

Setups only

exit

  • Exits the Setup
  • Permission: -
  • Exsample: exit
  • Aliases: exit -> stop
  • Do not use stop in console. This will also stop the server! ;)

back

  • Switches back to the last option, or exits the Setup.
  • Permission: -
  • Exsample: back
  • Aliases: -

next

  • Skips the current option, if it is skipable.
  • Permission: -
  • Exsample: next
  • Aliases: -

yes

  • Answers a question with yes.
  • Permissions: -
  • Exsample: yes
  • Aliases: yes -> true, ok, okay, right, yea, yeah, jo, sure, fine, good

no

  • Answers a question with no.
  • Permissions: -
  • Exsample: no
  • Aliases: no -> false

Permissions

dyntrack.*

  • default: false
  • description: Access to all permissions of DynTrack.
  • children:
    • dyntrack.reload: true
    • dyntrack.info.*: true
    • dyntrack.tracking: true

dyntrack.reload

  • default: false
  • description: To reload DynTrack

dyntrack.info.*

  • default: false
  • description: Access to all dyntrack.info permissions.
  • children:
    • dyntrack.info.plugin: true
    • dyntrack.info.elements: true
    • dyntrack.info.help: true
    • dyntrack.info.list: true

dyntrack.info.help

  • default: false
  • description: To display the help

dyntrack.info.plugin

  • default: false
  • description: To display the Info-Page of DynTrack.

dyntrack.info.elements

  • default: false
  • description: Access, to get infomations about Paths, Styles, Layers and Stations

dyntrack.info.list

  • default: false
  • description: To list Paths, Styles, Layers and Stations

dyntrack.tracking

  • default: false
  • description: Access to tracking paths. Includes dyntrack.create.* permission.
  • children:
    • dyntrack.create.*: true

dyntrack.create.*

  • default: false
  • description: Access to all creation permission.
  • children:
    • dyntrack.create.style: true
    • dyntrack.create.layer: true
    • dyntrack.create.station: true

dyntrack.create.style

  • default: false
  • description: To create Styles.

dyntrack.create.layer

  • default: false
  • description: To create Layers.

dyntrack.create.station

  • default: false
  • description: To create Stations.

dyntrack.edit.*

  • default: false
  • description: Access to all dyntrack.edit permissions.
  • children:
    • dyntrack.edit.path: true
    • dyntrack.edit.style: true
    • dyntrack.edit.layer: true
    • dyntrack.edit.station: true

dyntrack.edit.path

  • default: false
  • description: To edit Paths.

dyntrack.edit.style

  • default: false
  • description: To edit Styles.

dyntrack.edit.layer

  • default: false
  • description: To edit Layers.

dyntrack.edit.station

  • default: false
  • description: To edit Stations.

dyntrack.del.*

  • default: false
  • description: Access to delete Paths, Styles, Layers and Stations.
  • children:
    • dyntrack.del.path: true
    • dyntrack.del.style: true
    • dyntrack.del.layer: true
    • dyntrack.del.station: true

dyntrack.del.path

  • default: false
  • description: To delete Paths.

dyntrack.del.style

  • default: false
  • description: To delete Styles.

dyntrack.del.layer

  • default: false
  • description: To delete Layers.

dyntrack.del.station

  • default: false
  • description: To delete Station.

Comments

Posts Quoted:
Reply
Clear All Quotes